|
From: <sj...@de...> - 2003-01-01 21:24:05
|
> After some very minor tinkering with the build scripts, I've been > marginally successful in compiling uqm-debug on OSX. Upon execution, I > get a new empty window (or fullscreen if specified), but no graphics. Interesting. My OSX build works fine (a few bugs, but it loads and runs successfully, no problem with graphics. The only major problems of note at the moment are sound... my copy of SDL_mixer CVS looks like it's rather broken. 1.2.4 works fine, but there's no speech.) > I haven't seen this error mentioned anywhere in the lists previously, > so I was wondering if anyone else has run into this problem (OS X or > otherwise). Any specifics as to what this might be related to would be > helpful as well... First of all -- are you using the latest CVS? If so, I'll see if my build breaks in the same way. Also, which versions of the various libraries -- ogg, vorbis, SDL, SDL_mixer, SDL_image -- are you using? Only SDL_mixer needs to be from CVS; the others work fine if you use the latest stable release. Make sure that SDL_image is compiled with png support (jpeg support is probably useful in the general case, but I don't think SC2 uses it.) Hope this helps, Stuart. |