mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-21 22:30:51 +08:00
eba65c66a3189ee725e07d290c548ca4fd6d06d3
skaller
using gcc 4.2 (the default) on Mac OSX 10.6.8
CC build/SDL_dynapi.lo
In file included from /Users/johnskaller/SDL/src/dynapi/SDL_dynapi.c:31:
include/SDL_syswm.h:211:39: error: missing binary operator before token "("
The fault appears to be here:
#if defined(__OBJC__) && __has_feature(objc_arc)
that the __has_feature macro is not supported by gcc 4.2.
The code works fine with my clang 3.3svn.
Fixed bug 2626 - iOS: fix test and template Xcode projects and build scripts to link with CoreMotion
…
…
…
Simple DirectMedia Layer (SDL) Version 2.0 --- http://www.libsdl.org/ Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games. More extensive documentation is available in the docs directory, starting with README.md Enjoy! Sam Lantinga (slouken@libsdl.org)
Languages
C
87.7%
C++
4%
Objective-C
3.4%
CMake
1.8%
Python
0.8%
Other
2%