apfs-fuse icon indicating copy to clipboard operation
apfs-fuse copied to clipboard

fatal error: fuse/fuse.h: No such file or directory

Open tomekozlowski opened this issue 1 year ago • 1 comments

I've done this:

Execute ccmake . Navigate to USE_FUSE3, and if it is not set to OFF, hit enter Press c to configure Press g to generate Makefile and exit ccmake Execute make

And this:

sudo apt install cmake-curses-gui

And this:

sudo apt install libfuse3-dev

Issue persists...

tomekozlowski avatar Jul 26 '22 00:07 tomekozlowski

If you have installed fuse3-dev, you should probably set USE_FUSE3 to ON?

sgan81 avatar Jan 04 '23 03:01 sgan81