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 - smpeg.framework is looking for SDL.framework (should be SDL2.framework)
Summary: smpeg.framework is looking for SDL.framework (should be SDL2.framework)
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 Mac OS X 10.7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-23 22:26 UTC by Nathan Coulson
Modified: 2017-10-18 09:00 UTC (History)
1 user (show)

See Also:


Attachments

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