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
g++ -c -Wall src/rncryptor.cpp -o src/rncryptor.o
In file included from src/rncryptor.cpp:1:0:
src/rncryptor.h:9:31: fatal error: cryptopp/secblock.h: No such file or directory
compilation terminated.
Makefile:14: recipe for target 'src/rncryptor.o' failed
make: *** [src/rncryptor.o] Error 1
MAKE FAILED (exit value 2, total time: 124ms)
It seems NetBeans can't import or find cryptopp headers or files. I thought it was LDFLAGS problem in makefile, but I don't know how to rewrite it.
Any suggestions?
The text was updated successfully, but these errors were encountered:
getsadzeg
changed the title
Problems with makefile
Problems while building
Nov 7, 2016
NetBeans build says:
It seems NetBeans can't import or find cryptopp headers or files. I thought it was
LDFLAGS
problem in makefile, but I don't know how to rewrite it.Any suggestions?
The text was updated successfully, but these errors were encountered: