-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOSX10.12.sdk build failure: #299
Comments
That's very weird. I'm not aware of 10.12 SDK problems in GLFW, but I have switched to the latest SDK versions as they are coming out (so since High Sierra I'm on the 10.13 SDK). I'm on the 10.13 SDK, OSX 10.13.5 Beta and Xcode 9.4 with the 9.4 command line tools. I just tried a fresh checkout and that worked:
Can you try that? Unfortunately I can't simply switch to an older base SDK in my Xcode installation (I guess I need to install an old Xcode for that?) |
Thanks for your response.
|
Very weird, can you try a simpler project in a new directory?:
Also let's check if any required tools versions are different, on my side:
...and the GLFW version:
Cheers! |
Hi, nsa-000:oryol-samples-master freebsd$ ./stats.sh I also run the chips-test example:
|
hmm, I'm running out of ideas unfortunately... next thing I would try is to build the 'official' GLFW samples and check if they have the same problem: https://github.com/glfw/glfw |
Hi,
Which Xcode SDK should I use?
warning: unknown warning option '-Wno-expansion-to-defined'; did you mean '-Wno-macro-redefined'? [-Wunknown-warning-option]
In file included from /Users/freebsd/repo/_dev/fips-glfw/glfw/src/cocoa_monitor.m:28:
In file included from /Users/freebsd/repo/_dev/fips-glfw/glfw/src/internal.h:182:
In file included from /Users/freebsd/repo/_dev/fips-glfw/glfw/src/cocoa_platform.h:31:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:29:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/HIToolbox.h:240:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/IMKInputSession.h:23:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:19:21: error:
expected a type
The text was updated successfully, but these errors were encountered: