matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
249 stars 79 forks source link

cryptlib.h: No such file or directory #43

Closed ghost closed 8 years ago

ghost commented 8 years ago

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
ghost commented 8 years ago

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