| Summary: | broken build on Mac OS X due to SDL_atomic | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Pierre Phaneuf <pphaneuf> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X 10.5 (Intel) | ||
| Attachments: | fixes the configure.in to include the Mac OS X SDL_atomic code | ||
This is fixed in Subversion. --ryan. |
Created attachment 336 [details] fixes the configure.in to include the Mac OS X SDL_atomic code It looks like the build doesn't include the SDL_atomic stuff on Mac OS X, causing the test/testatomic binary to fail linking (due to missing symbols). Here's a patch to fix this problem.