I am trying to get uqm to compile on my little ibook running 10.2 and get this
./build.sh uqm gcc -o obj/debug/./src/options.o -c -I/sw/include/SDL -D_THREAD_SAFE -I/sw/inc l ude/SDL -D_THREAD_SAFE -g -O0 -DGFXMODULE_SDL -DSOUNDMODULE_SDL -I/sw/include/S D L -D_THREAD_SAFE -DHAVE_CONFIG_H -I src -I src/sc2code -I src/sc2code/libs src/ o ptions.c src/options.c: In function `prepareConfigDir': src/options.c:47: `CONFIGDIR' undeclared (first use in this function) src/options.c:47: (Each undeclared identifier is reported only once src/options.c:47: for each function it appears in.) src/options.c: In function `prepareSaveDir': src/options.c:63: `SAVEDIR' undeclared (first use in this function) src/options.c: In function `prepareMeleeDir': src/options.c:79: `MELEEDIR' undeclared (first use in this function) make: *** [obj/debug/./src/options.o] Error 1
The forum search was taking forever so I figured I would ask if anyone can help? Cheers
Did you do any software updates lately using Apple's online updater? I think after updates are applied you're supposed to run some permissions fixing tool, maybe that's part of the problem? My experience with X is minimal so...