sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.79k stars 164 forks source link

error when building on Debian 10 #95

Open rulet opened 5 years ago

rulet commented 5 years ago

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 commented 5 years ago

Having trouble, too maybe a release could help

Banaanhangwagen commented 5 years ago

install fuse3 or do this : https://github.com/sgan81/apfs-fuse/issues/87#issuecomment-490405436

Rondom commented 5 years ago

@Banaanhangwagen

install fuse3 or do this : https://github.com/sgan81/apfs-fuse/issues/87#issuecomment-490405436

To install fuse3 on Debian:

sudo apt-get install libfuse3-dev
rulet commented 5 years ago

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) https://github.com/sgan81/apfs-fuse/issues/87#issuecomment-490405436

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 https://github.com/sgan81/apfs-fuse/issues/95?email_source=notifications&email_token=AAVXEHJ3UCCQGLIFTVROMHTQHEQBHA5CNFSM4ISG6A72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5RWIYA#issuecomment-526607456, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVXEHMVEJIBWQTT4RMXV6LQHEQBHANCNFSM4ISG6A7Q .