RNCryptor / RNCryptor-cpp

C++ implementation of Rob Napier's RNCryptor
MIT License
13 stars 9 forks source link

Problems while building #5

Open getsadzeg opened 7 years ago

getsadzeg commented 7 years ago

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?

getsadzeg commented 7 years ago

anybody?..

curtisdf commented 7 years ago

Sadly, RNCryptor-cpp does not have anyone to maintain it at the moment. Volunteers are welcome.

getsadzeg commented 7 years ago

Okay.