0x09 / hfsfuse

FUSE driver for HFS+ filesystems
Other
77 stars 13 forks source link

make install fails #23

Closed robballan closed 2 years ago

robballan commented 3 years ago

make install files on Big Sur:

Makefile:155: Warning: git repo nor prepackaged version.h found, hfsfuse will be built without version information /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib/libhfsuser/ make[1]: Nothing to be done for all'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib/libhfs/ make[1]: Nothing to be done forall'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib/ublio/ make[1]: libublio.a' is up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib/utf8proc/ make[1]: Nothing to be done forall'. install hfsfuse hfsdump /usr/local/bin/ usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... make: *** [install] Error 64

robballan commented 3 years ago

Resolved: there is no default "/usr/local/bin" in Big Sur, must be manually created.

0x09 commented 2 years ago

Thanks, as of https://github.com/0x09/hfsfuse/commit/70e2afecc7aef10b010c3ad69533f1bbe69e1954 any nonexistent install dirs will be created upon running make install -- the GNU Makefile conventions recommend that this be done as well.