| Summary: | 2.03 not compiling under mingw32 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | mattreecebentley |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.3 | ||
| Hardware: | x86 | ||
| OS: | Windows (XP) | ||
This is fixed in the current Mercurial snapshot, and will be in the 2.0.4 release: http://www.libsdl.org/tmp/SDL-2.0.zip |
Compiling program under 2.03 (vs 2.02) under mingw32 (codelite, XP sp3) results in the following error: e:/programming/SDL/include/SDL2/SDL_platform.h:122:28: error: missing binary operator before token "(" #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) ^ e:/programming/SDL/include/SDL2/SDL_platform.h:126:30: error: missing binary operator before token "(" #elif WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) Care was taken to clean the project & workspace (both automatically and manually) before the new compilation.