| Summary: | Fix framework compile on XCode 3.1 / PPC / Altivec | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Kevin Shanahan <kmshanah> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X 10.5 (PPC) | ||
| Attachments: | Patch to fix os x ppc compile error | ||
Fixed, thanks! http://hg.libsdl.org/SDL/rev/e1896b95a8a7 |
Created attachment 1127 [details] Patch to fix os x ppc compile error Build fails for me on XCode 3.1 PPC due to undef of vector in SDL_cocoavideo.m and SDL_cocoamessagebox.m. gcc is called with -faltivec, which triggers the builtin altivec types and doesn't use altivec.h. Attached patch fixes this compile error for me.