c++ - SDL missing x86_64 architecture -


i'm trying sdl example code xcode working on snow leopard machine, every time attempt build receive error: "ld: warning: in /users/me/dropbox/programming/obj c/space/sdl.framework/sdl, missing required architecture x86_64 in file" "/library/frameworks/..." have copied entire sdl.framework project , linked it, error persists.

this known problem pre-built binaries sdl homepage. need compile sdl work.

the simplest way use homebrew. can install homebrew single command terminal. after that, run

brew install sdl 

and should go.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -