alperakcan/fuse-ext2

Install fuse-ext2 without Xcode

cheyao opened this issue · 2 comments

Is it possible to install fuse-ext2 without Xcode? I have xcode-select installed, but I get this error while building:

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

Or maby can someone give me a macos binary file (for intel cpu)?

Just replace if DARWIN with some random var check, e.g. if I_HAVE_XCODE in tools/macosx/Makefile.am

Deleting the contents of the file worked for me :) Thanks for the tip @yurikoles