We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 762

Summary: broken build on Mac OS X due to SDL_atomic
Product: SDL Reporter: Pierre Phaneuf <pphaneuf>
Component: buildAssignee: 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

Description Pierre Phaneuf 2009-07-05 13:33:35 UTC
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.
Comment 1 Ryan C. Gordon 2009-09-12 12:24:31 UTC
This is fixed in Subversion.

--ryan.