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
It seems that Xcode 4.3 has changed standard SDK-folder from /Developer/SDKs to
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/,
and therefore make.osx build fails. Changing the path in export CFLAGS and export LDFLAGS
seemed to do the trick.
The text was updated successfully, but these errors were encountered:
Closing this as the prefered option is to use setup.py. @assamite : If you have any problems with using setup.py please let us know and I will do everything I can to help. Ultimately, if there are major issues, we might have to consider reverting any change that comes about from #1322. Thanks!
It seems that Xcode 4.3 has changed standard SDK-folder from /Developer/SDKs to
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/,
and therefore make.osx build fails. Changing the path in export CFLAGS and export LDFLAGS
seemed to do the trick.
The text was updated successfully, but these errors were encountered: