You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in docs
make[2]: Nothing to be done for `all'.
Making all in src
CC ifuse.o
In file included from ifuse.c:28:
In file included from /usr/local/include/fuse.h:9:
In file included from /usr/local/include/fuse/fuse.h:31:
/usr/local/include/fuse/fuse_common.h:52:2: error: Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
#error Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
^
1 error generated.
make[2]: *** [ifuse.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
janksenhu
changed the title
Please add -D_FILE_OFFSET_BITS=64 to your compile flags! , Mac OSX 10.15.4 compile failed
Please add -D_FILE_OFFSET_BITS=64 to your compile flags! , Mac OSX compile failed
May 13, 2021
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in docs
make[2]: Nothing to be done for `all'.
Making all in src
CC ifuse.o
In file included from ifuse.c:28:
In file included from /usr/local/include/fuse.h:9:
In file included from /usr/local/include/fuse/fuse.h:31:
/usr/local/include/fuse/fuse_common.h:52:2: error: Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
#error Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
^
1 error generated.
make[2]: *** [ifuse.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: