matteoserva/MegaFuse

cryptlib.h: No such file or directory

Opened this issue · 1 comments

I am on Debian, I installed all required packages. Then I tried: "make", so which package I am missing here?

g++ -I inc -I /usr/include/cryptopp -I sdk -std=c++0x -O0 -g -fstack-protector-all -Wall  -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse  -D_GLIBCXX_DEBUG  -c src/MegaFuseApp.cpp -o src/MegaFuseApp.o
In file included from src/MegaFuseApp.cpp:7:0:
sdk/megacrypto.h:24:22: fatal error: cryptlib.h: No such file or directory
 #include <cryptlib.h>
                      ^
compilation terminated.
Makefile:43: recipe for target 'src/MegaFuseApp.o' failed
make: *** [src/MegaFuseApp.o] Error 1

I solved this with apt-get install libcrypto++-dev