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 1607

Summary: smpeg.framework is looking for SDL.framework (should be SDL2.framework)
Product: SDL_mixer Reporter: Nathan Coulson <conathan>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: conathan
Version: unspecified   
Hardware: x86_64   
OS: Mac OS X 10.7   

Description Nathan Coulson 2012-09-23 22:26:10 UTC
DYLD Error Message:
  Library not loaded: @rpath/SDL.framework/Versions/A/SDL
  Referenced from: /Library/Frameworks/SDL2_mixer.framework/Versions/A/Frameworks/Version/a/smpeg
  Reason: image not found


I compiled SDL2.framework from tmp.libsdl.org/SDL-2.0.0-6453.tar.gz, and SDL2_mixer from cloning hg from the date this was posted.  (Not entirely sure I compiled it properly).  I also manually made a Headers folder and copied the header files [the xcode project did not include them for SDL2].


(my compiled copies of the frameworks are currently at http://nathancoulson.com/~conathan/SDL2.tar.gz)
Comment 1 Sam Lantinga 2017-10-18 09:00:01 UTC
Fixed in Mercurial, thanks!