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 in compiling the apfs-fuse driver on macOS #187

Open
giuseppetotaro opened this issue Nov 15, 2023 · 1 comment
Open

Error in compiling the apfs-fuse driver on macOS #187

giuseppetotaro opened this issue Nov 15, 2023 · 1 comment

Comments

@giuseppetotaro
Copy link

Hi folks,

I've searching around if anyone has tried to compile the apfs-fuse driver on macOS.
I know that the driver is for linux but I assume it might be compiled on macOS as well.
I've tried to compile apfs-fuse on my MacBook running macOS Ventura 13.5, but unfortunately I always get the following error when running make:

[ 86%] Building CXX object CMakeFiles/apfs-dump.dir/ApfsDump/Apfs.cpp.o
[ 88%] Linking CXX executable apfs-dump
[ 88%] Built target apfs-dump
[ 90%] Building CXX object CMakeFiles/apfs-dump-quick.dir/ApfsDumpQuick/ApfsDumpQuick.cpp.o
[ 92%] Linking CXX executable apfs-dump-quick
[ 92%] Built target apfs-dump-quick
[ 94%] Building CXX object CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o
/Users/gostep/bin/apfs-fuse/apfsfuse/ApfsFuse.cpp:37:10: fatal error: 'fuse/fuse.h' file not found
#include <fuse/fuse.h>
         ^~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o] Error 1
make[1]: *** [CMakeFiles/apfs-fuse.dir/all] Error 2
make: *** [all] Error 2

Actually, my system is enabled with macfuse and fuse.h is available at /usr/local/include.

Do you have any experience with this? Have you ever tried to compile apfs-fuse on macOS?

Thanks in advance for your support.

Sincerely,
Giuseppe

@NeffIsBack
Copy link

For me issue 87 solved the problem: #87

# 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

2 participants