My environment: Mac OS X v10.7.2 with Xcode 4.2.1
I am trying to create ruby ββ1.9.3 on Lion with Xcode 4.2.1. I understand that there is a problem with the gcc compiler based on llvm that comes with Xcode 4.2.1. But I'm trying to get around this by following these instructions, http://goo.gl/Sc39g . I was able to move a little further, but then ran into these two problems:
- #error Add -D_FILE_OFFSET_BITS = 64 to your compilation flags!
- fatal error: sys / statfs.h file not found.
The full output of configure is here: http://cl.ly/2q2G3p3r3S133i0U1i1e (errors at the very bottom below)
Please inform. Thanks in advance.
PS I read a list of similar / related questions, but no one seems to address these two specific errors, or I missed them, as my eyes begin to stroke out of all the things that I tried to make this assembly work. If this question has already been answered, indicate me the answer and accept my apologies for duplication.
RBR
source share