04-17-2015, 02:36 AM
(This post was last modified: 04-23-2015, 01:00 PM by BuddyFriendGuy.)
I've been using Arch Linux to compile the code and everything work. Today I tried to compile on OS X Yosemite and failed. OS X isn't my primary dev platform so I'm likely to have something basic missing. Can somebody test this as well?
I tried two setups and neither works for me. I ran
1. In the Apple dev environment (XCode + Command Line Tools), I got this error:
2. With home brew's gcc, I got this error:
Any ideas?
I tried two setups and neither works for me. I ran
Code:
$ ./all compile
1. In the Apple dev environment (XCode + Command Line Tools), I got this error:
Code:
clang: error: optimization flag '-fno-reorder-blocks' is not supported
2. With home brew's gcc, I got this error:
Code:
In file included from hash.c:23:0:
gmqcc.h:130:66: error: operator '==' has no right operand
# elif defined (BYTE_ORDER) && (BYTE_ORDER == LITTLE_ENDIAN)
Any ideas?