-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
NetBeans build says:
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?
Metadata
Metadata
Assignees
Labels
No labels