| Summary: | configure.in includes windows code on non-Windows platforms | ||
|---|---|---|---|
| Product: | SDL | Reporter: | binarycrusader |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Solaris | ||
|
Description
binarycrusader
2014-05-09 06:33:36 UTC
In my particular case, builds are failing because SDL_d3dmath.c is using anonymous struct / union features only found in C11 and in C++ and my compiler is a strict C99 compiler. But in an off-list email to Sam, it doesn't look like this code is supposed to be built on non-Windows platforms at all. This should be fixed here: https://hg.libsdl.org/SDL/rev/3d5ef7548688 Thanks! |