From: Samuel H. <cri...@ge...> - 2001-09-03 17:02:41
|
Here's some info from Calvin Arndt on his efforts to make tuxmath RPMs. He reported a possible problem. ---------- Forwarded Message ---------- Subject: Re: Tuxmath Date: Mon, 3 Sep 2001 09:53:03 -0700 (PDT) From: Calvin Arndt <cal...@ya...> To: Samuel Hart <cri...@ge...> --- Samuel Hart <cri...@ge...> wrote: > Hey, we are rapidly approaching our first release of Tux of Math > Command: > http://www.geekcomix.com/dm/tuxmath/ > > Would you be willing to help us get an RPM for it? I'm working on it sam got it to compile but for some reason the game look for the data dir in root dir ie "/data" not "./data" I cheated and symlinked the data dir to root just to get to see the game and it look real good! what follow is just for the curious... I won't pretend to understand a bit of this either!!! calsdesk:~/tuxmath$ make BUILDING tuxmath.o mkdir obj cc -Wall -O2 -I/usr/include/SDL -D_REENTRANT -DDATA_PREFIX=\"/data\" -DDEBUG -DVERSION=\"2001.09.02\" src/tuxmath.c -c -o obj/tuxmath.o src/game.h:57: warning: `operchars' defined but not used src/game.h:61: warning: `oper_opts' defined but not used BUILDING setup.o mkdir obj mkdir: cannot make directory `obj': File exists make: [obj/setup.o] Error 1 (ignored) cc -Wall -O2 -I/usr/include/SDL -D_REENTRANT -DDATA_PREFIX=\"/data\" -DDEBUG -DVERSION=\"2001.09.02\" src/setup.c -c -o obj/setup.o src/game.h:57: warning: `operchars' defined but not used BUILDING title.o mkdir obj mkdir: cannot make directory `obj': File exists make: [obj/title.o] Error 1 (ignored) cc -Wall -O2 -I/usr/include/SDL -D_REENTRANT -DDATA_PREFIX=\"/data\" -DDEBUG -DVERSION=\"2001.09.02\" src/title.c -c -o obj/title.o src/images.h:94: warning: `image_filenames' defined but not used src/game.h:57: warning: `operchars' defined but not used src/game.h:61: warning: `oper_opts' defined but not used src/sounds.h:33: warning: `sound_filenames' defined but not used src/sounds.h:51: warning: `music_filenames' defined but not used BUILDING game.o mkdir obj mkdir: cannot make directory `obj': File exists make: [obj/game.o] Error 1 (ignored) cc -Wall -O2 -I/usr/include/SDL -D_REENTRANT -DDATA_PREFIX=\"/data\" -DDEBUG -DVERSION=\"2001.09.02\" src/game.c -c -o obj/game.o src/game.c:1182: warning: `#ifdef' argument starts with a digit src/game.h:61: warning: `oper_opts' defined but not used src/images.h:94: warning: `image_filenames' defined but not used src/sounds.h:33: warning: `sound_filenames' defined but not used src/sounds.h:51: warning: `music_filenames' defined but not used BUILDING options.o mkdir obj mkdir: cannot make directory `obj': File exists make: [obj/options.o] Error 1 (ignored) cc -Wall -O2 -I/usr/include/SDL -D_REENTRANT -DDATA_PREFIX=\"/data\" -DDEBUG -DVERSION=\"2001.09.02\" src/options.c -c -o obj/options.o src/images.h:94: warning: `image_filenames' defined but not used src/game.h:57: warning: `operchars' defined but not used src/game.h:61: warning: `oper_opts' defined but not used src/sounds.h:33: warning: `sound_filenames' defined but not used src/sounds.h:51: warning: `music_filenames' defined but not used BUILDING credits.o mkdir obj mkdir: cannot make directory `obj': File exists make: [obj/credits.o] Error 1 (ignored) cc -Wall -O2 -I/usr/include/SDL -D_REENTRANT -DDATA_PREFIX=\"/data\" -DDEBUG -DVERSION=\"2001.09.02\" src/credits.c -c -o obj/credits.o src/images.h:94: warning: `image_filenames' defined but not used src/game.h:57: warning: `operchars' defined but not used src/game.h:61: warning: `oper_opts' defined but not used src/sounds.h:33: warning: `sound_filenames' defined but not used src/sounds.h:51: warning: `music_filenames' defined but not used BUILDING playsound.o mkdir obj mkdir: cannot make directory `obj': File exists __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com ------------------------------------------------------- -- Sam "Criswell" Hart <cri...@ge...> AIM, Yahoo!: <criswell4069> Homepage: < http://www.geekcomix.com/snh/ > PGP Info: < http://www.geekcomix.com/snh/contact/ > Tux4Kids: < http://www.geekcomix.com/tux4kids/ > |