I uses 64 bit install
SDL framework from Xcode build, make sure it's for MacOSX 10.6, uses Standard DMG, and x86_64, copy SDL.framework at build/Release/ to /Library/Frameworks
SDL_* frameworks from http://www.libsdl.org/
smpeg, universal means 32 bit and 64 bit both installed
sudo port install smpeg +universal
source
ld: framework not found SDL
problem is:
/Developer/SDKs/MacOSX10.6.sdk/Library/Frameworks/Frameworks -> /Library/Frameworksso:
cd /Developer/SDKs/MacOSX10.6.sdk/Library/Frameworks/ ln -s Frameworks/*.framework .
source
No comments:
Post a Comment