You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I change nec2++$(EXEEXT): $(nec2___OBJECTS) $(nec2___DEPENDENCIES) $(EXTRA_nec2___DEPENDENCIES) into nec2++$(EXEEXT): $(nec2___OBJECTS) libnecpp.la $(EXTRA_nec2___DEPENDENCIES) , it compile succefully.
@tmolteno Hello tmolteno, I got some errors while compiling the program, I think it might be a bug of the
configure
orMakefile.git
.After execute command as INSTALL.md said
it complains
this is caused by
src/Makefile
, please notenec2___DEPENDENCIES
. There has NO targetnec2___DEPENDENCIES
insrc/Makefile
.But when I change
nec2++$(EXEEXT): $(nec2___OBJECTS) $(nec2___DEPENDENCIES) $(EXTRA_nec2___DEPENDENCIES)
intonec2++$(EXEEXT): $(nec2___OBJECTS) libnecpp.la $(EXTRA_nec2___DEPENDENCIES)
, it compile succefully.The text was updated successfully, but these errors were encountered: