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 - broken build on Mac OS X due to SDL_atomic
Summary: broken build on Mac OS X due to SDL_atomic
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.0
Hardware: PowerPC Mac OS X 10.5 (Intel)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-05 13:33 UTC by Pierre Phaneuf
Modified: 2009-09-12 12:24 UTC (History)
0 users

See Also:


Attachments
fixes the configure.in to include the Mac OS X SDL_atomic code (666 bytes, patch)
2009-07-05 13:33 UTC, Pierre Phaneuf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.