You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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
The text was updated successfully, but these errors were encountered:
'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
The text was updated successfully, but these errors were encountered: