alperakcan/fuse-ext2

Please list xcode-select in MacOS dependancies

oddlots opened this issue · 2 comments

Could you add xcode-select to Mac OS script build dependancies

The build process gets all the way to:

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

Backtracking I found that the make in tools/macosx/prefpane had failed due to:

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

should anyone else run into this, I solved it by resetting xcode-select: sudo xcode-select -r

PS: I am very glad to see #67

Instead of opening an issue asking for xcode-select being added to the build dependencies, BTW you misspelled dependancies why not fork, then clone the repo, and add the change yourself and then submit a PR ie. a pull request to the main repo. 😉

cheers 🍻
Chris

@ipatch I'd mess-up my own name if it weren't for spell check. Funny that it didn't flag that one. :-P