| Summary: | Build errors on Linux when building without Threads support | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Manuel Sabogal <mfer32> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | Keywords: | target-2.0.10 |
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | linux.patch | ||
Shoot, I thought we fixed this a long time ago. :/ --ryan. Fixed, thanks! https://hg.libsdl.org/SDL/rev/71ddabe9ad73 |
Created attachment 3826 [details] linux.patch There is an issue on the latest commit of the mercurial repo when SDL_THREADS_DISABLED is set: src/core/linux/SDL_threadprio.c:79:28: error: unknown type name 'Sint64'; did you mean 'int' I attach a patch that fixes this.