-
Notifications
You must be signed in to change notification settings - Fork 166
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
Comments
Having trouble, too maybe a release could help |
install fuse3 or do this : #87 (comment) |
To install fuse3 on Debian:
|
Ok, thanks, it worked.
пт, 30 авг. 2019 г., 16:45 Andreas Gnau <notifications@github.com>:
… @Banaanhangwagen <https://github.com/Banaanhangwagen>
install fuse3 or do this : #87 (comment)
<#87 (comment)>
To install fuse3 on Debian:
sudo apt-get install libfuse3-dev
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#95?email_source=notifications&email_token=AAVXEHJ3UCCQGLIFTVROMHTQHEQBHA5CNFSM4ISG6A72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5RWIYA#issuecomment-526607456>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVXEHMVEJIBWQTT4RMXV6LQHEQBHANCNFSM4ISG6A7Q>
.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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$
The text was updated successfully, but these errors were encountered: