Comment 2 for bug 970187

Revision history for this message
Jerry Jacobs (jerkejacobs-deactivatedaccount) wrote :

I had installed multiple compiler versions, which broke some stuff. It compiled successfull with:

jerry@white:/Volumes/kicad$ cc -v
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix

jerry@white:/Volumes/kicad$ xcode-select --print-path
/Developer/SDKs/MacOSX10.7.sdk

jerry@white:/Volumes/kicad$ uname -a
Darwin white 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64

jerry@white:/Volumes/kicad$ wx-config --cflags
-I/opt/wxwidgets/71156/lib/wx/include/osx_cocoa-unicode-static-2.9 -I/opt/wxwidgets/71156/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__