Closed clintharrison closed 9 years ago
Reproduces on my system, same error, with 10.9 and XCode 5.
I also had the same issue on OS X 10.9 and with Xcode 5. I had success compiling with GCC 4.2 provided from the apple-gcc42 formula on Homebrew.
brew install apple-gcc42
CC=/usr/local/bin/gcc-4.2 ./configure
make
I'm seeing the same errors on 10.10 with Xcode 6.1. Going to poke around a bit, since I would rather not install a 6-7 year old compiler to build Charybdis.
According to users on #charybdis, everything is fine with Xcode 4 and OS X 10.8. Trying to build on 10.9 however fails with the following error: