| Summary: | Autotools/Configure build fails | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Malte Kießling <mkalte> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P1 | CC: | cameron.gutman, icculus |
| Version: | HG 2.0 | Keywords: | target-2.0.12 |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | patch | ||
|
Description
Malte Kießling
2020-02-23 20:37:35 UTC
I just hit this build break too. Adding the 2.0.12 label and updating priority so this doesn't get lost. There's an additional build break introduced by https://hg.libsdl.org/SDL/rev/4efb3eb7a3b3 :( /opt/SDL2/src/video/SDL_surface.c: In function ‘SDL_ConvertSurface_REAL’: /opt/SDL2/src/video/SDL_surface.c:1056:13: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] int i; Whoops, my bad, I'll take this. --ryan. Fixed in https://hg.libsdl.org/SDL/rev/78754c9488f6, and Sylvain fixed the C90 error in https://hg.libsdl.org/SDL/rev/2f75c19fd2f2 --ryan. |