| Summary: | SDL_image 2.0 fails to build from source | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | Gianfranco <costamagnagianfranco> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | leonardo.guilherme |
| Version: | 2.0.0 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Attachments: | patch | ||
Example of failing build https://buildd.debian.org/status/fetch.php?pkg=libsdl2-image&arch=s390&ver=2.0.0%2Bdfsg-1&stamp=1377078071 And another thing, please remove autogenerated file from the source tree http://hg.libsdl.org/SDL_image/file/fa3faec630de I see Makefile.in, configure, aclocal.m4 and so on thanks This is fixed in Mercurial. Thanks! |
Created attachment 1306 [details] patch SDL_image fails to build from source on some debian architectures, because of the big endianess. Architectures are mips, powerpc, s390, s390x, sparc the attached patch fixes the issue.