| Summary: | sdl 1.2.10 fails compile on ggi | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Robin Cook <rcook> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | bobishmax |
| Version: | 1.2.9 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Robin Cook
2006-05-18 20:07:24 UTC
Unrelated, but: You seem a little CFLAGS happy. A few notes: -march=athlon-mp implies -msse -m3dnow and -mmmx (you don't need to specify them). Also, -mfpmath=sse should only be used on P4s, last I heard. The only reason for this was because the P4's FPU was god-awful I can't build the GGI target from here, but I just patched this error in the Subversion repository. Can you see if this fixes your problem? --ryan. Those flags are set by the distribution I'm running but will bring it up with them. I was able to get it to build by removing the uint32 sym; But I will check the cvs as well. All I did was remove that line, so we'll assume it's good to go, then. --ryan. |