We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find "fuse.h" during make build.
/tmp/rofs-filtered-mac-20240808-77512-9b8y9j/rofs-filtered-rel-1.7/rofs-filtered.c:90:10: fatal error: 'fuse.h' file not found 90 | #include <fuse.h> | ^~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/rofs-filtered.dir/rofs-filtered.c.o] Error 1 make[1]: *** [CMakeFiles/rofs-filtered.dir/all] Error 2 make: *** [all] Error 2
/tmp/xmount-mac-20240808-81263-l91wyy/xmount-0.7.6/src/xmount.c:46:10: fatal error: 'fuse.h' file not found 46 | #include <fuse.h> | ^~~~~~~~ [ 96%] Built target xmount_input_aewf 1 error generated. make[2]: *** [src/CMakeFiles/xmount.dir/xmount.c.o] Error 1 make[1]: *** [src/CMakeFiles/xmount.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 96%] Built target xmount_morphing_unallocated make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Resolved by creating symlinks for "FUSE" usr/local/... /Frameworks/ /include/ /lib/ into respective /opt/homebrew/ directories.
Sorry, something went wrong.
No branches or pull requests
Cannot find "fuse.h" during make build.
/tmp/rofs-filtered-mac-20240808-77512-9b8y9j/rofs-filtered-rel-1.7/rofs-filtered.c:90:10: fatal error: 'fuse.h' file not found
90 | #include <fuse.h>
| ^~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/rofs-filtered.dir/rofs-filtered.c.o] Error 1
make[1]: *** [CMakeFiles/rofs-filtered.dir/all] Error 2
make: *** [all] Error 2
/tmp/xmount-mac-20240808-81263-l91wyy/xmount-0.7.6/src/xmount.c:46:10: fatal error: 'fuse.h' file not found
46 | #include <fuse.h>
| ^~~~~~~~
[ 96%] Built target xmount_input_aewf
1 error generated.
make[2]: *** [src/CMakeFiles/xmount.dir/xmount.c.o] Error 1
make[1]: *** [src/CMakeFiles/xmount.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 96%] Built target xmount_morphing_unallocated
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: