fuse-ext2.prefPane: No such file or directory (High Sierra)
I'm trying to install fuse-ext2 on the macbook of my wife (I've never worked with mac before), but I'm getting the following error:
/usr/bin/install -c -d /Library/PreferencePanes
cp -R ../../tools/macosx/prefpane/build/Release/fuse-ext2.prefPane /Library/PreferencePanes/fuse-ext2.prefPane
cp: ../../tools/macosx/prefpane/build/Release/fuse-ext2.prefPane: No such file or directory
make[3]: *** [install-exec-local] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
I've created the file scri.sh containing the code of the page, but I don't understand what else is required or if it's necessary to install other libs.
Apparently this has been "solved" in https://github.com/alperakcan/fuse-ext2/issues/89 / https://github.com/alperakcan/fuse-ext2/issues/81 but I don't know which file should be patched by the code provided by @drizt
https://github.com/alperakcan/fuse-ext2/issues/73 considers it as issue with xcode but sudo xcode-select -r does not change anything for me.
Is there a tutorial to solve this issue?
Install Xcode will solve this problem.

@zsy-cn is there any other way than installing a 30Gb developer suite and registering as a Apple-Developer for just solving this problem?
I didn't find any other way that doesn't require an Apple-Developer account.