View Single Post
Old 18 February 2010, 16:03   #36
MagerValp
Registered User
 
Join Date: Aug 2008
Location: Göteborg / Sweden
Posts: 237
Quote:
Originally Posted by xaind View Post
@MagerValp: You shouldn't need to make any changes to have PUAE work with the SDL framework installed in /Library/Frameworks. That is exactly where I have SDL installed and my builds of PUAE pick it up just fine.
Please paste your configure output for SDL. As the frameworks don't come with an sdl-config script, a "naked" machine just gets you:
Code:
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: WARNING: SDL support wanted, but libSDL could not be found
With an sdl-config script that outputs the proper -framework SDL, etc, the configure script fails as conftest.c can't find _main (since there's no SDLMain.m either). And even if you hack past that, the project builds without src/od-macosx/main.m...
MagerValp is offline  
 
Page generated in 0.04284 seconds with 11 queries