Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

error when building on Debian 10 #95

Open
rulet opened this issue Aug 29, 2019 · 4 comments
Open

error when building on Debian 10 #95

rulet opened this issue Aug 29, 2019 · 4 comments

Comments

@rulet
Copy link

rulet commented Aug 29, 2019

Error when building on Debian 10 64 bit:

[ 85%] Building CXX object CMakeFiles/apfs-dump.dir/ApfsDump/Apfs.cpp.o
[ 87%] Linking CXX executable apfs-dump
[ 87%] Built target apfs-dump
Scanning dependencies of target apfs-fuse
[ 89%] Building CXX object CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o
/home/r/apfs-fuse/apfsfuse/ApfsFuse.cpp:31:10: fatal error: fuse3/fuse.h: Нет такого файла или каталога
#include <fuse3/fuse.h>
^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/apfs-fuse.dir/build.make:63: CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o] Ошибка 1
make[1]: *** [CMakeFiles/Makefile2:149: CMakeFiles/apfs-fuse.dir/all] Ошибка 2
make: *** [Makefile:130: all] Ошибка 2
r@prime:~/apfs-fuse/build$

@KotlinFactory
Copy link

Having trouble, too maybe a release could help

@Banaanhangwagen
Copy link

install fuse3 or do this : #87 (comment)

@Rondom
Copy link

Rondom commented Aug 30, 2019

@Banaanhangwagen

install fuse3 or do this : #87 (comment)

To install fuse3 on Debian:

sudo apt-get install libfuse3-dev

@rulet
Copy link
Author

rulet commented Aug 30, 2019 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants