matteoserva / MegaFuse

MEGA client for linux, based on FUSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'fuse' not found so compiling cannot continue

CV03-MegurineASD opened this issue · comments

'apt-get' cannot find libfuse-dev.
'make' returned this error:

happstablook@TPEnterprises:~Downloads/INSTALLERS/MegaFuse$ make Package fuse was not found in the pkg-config search path. Perhaps you should add the directory containing "fuse.pc" to the PKG_CONFIG_PATH environment variable No package 'fuse' found g++ -I inc -I /usr/include/cryptopp -I sdk -std=c++0x -O0 -g -fstack-protector-all -Wall D_GLIBCXX_DEBUG -c src/MegaFuseApp.cpp -o src/MegaFuseApp.o In file included from src/MegaFuseApp.cpp:9:0: inc/megafusemodel.h:7:18: fatal error: fuse.h: No such file or directory compilation terminated. Makefile:43: recipe for target 'src/MegaFuseApp.o' failed make: *** [src/MegaFuseApp.o] Error 1

same problem :(