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

fuse-ext2.prefPane: No such file or directory (High Sierra)

Open qohelet opened this issue 4 years ago • 3 comments

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?

qohelet avatar Feb 21 '21 16:02 qohelet

Install Xcode will solve this problem. 截屏2021-03-30 17 33 53

zsy-cn avatar Mar 30 '21 09:03 zsy-cn

@zsy-cn is there any other way than installing a 30Gb developer suite and registering as a Apple-Developer for just solving this problem?

MarioJSchwaiger avatar Mar 30 '21 11:03 MarioJSchwaiger

I didn't find any other way that doesn't require an Apple-Developer account.

zsy-cn avatar Apr 01 '21 02:04 zsy-cn