[Super-tux-devel] Latest CVS doesn't work
Brought to you by:
wkendrick
From: Marek <wa...@gm...> - 2004-04-22 14:45:41
|
I'm having problems compiling the latest version. There seems to be an image missing (I did a fresh checkout). Anyway, here's the output: g++ -g -O2 -Wall -W -DDEBUG -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -DDATA_PREFIX='"/usr/local/share/supertux"' -o supertux badguy.o bitmask.o button.o collision.o configfile.o gameloop.o globals.o high_scores.o level.o leveleditor.o lispreader.o menu.o particlesystem.o physic.o player.o scene.o screen.o setup.o sound.o special.o supertux.o text.o texture.o timer.o title.o type.o world.o worldmap.o tile.o mousecursor.o resources.o gameobjs.o sprite.o sprite_manager.o -lz -lSDL_image -lSDL_mixer -lSDL -lpthread -lGL -L/usr/X11R6/lib -lX11 -lm make[1]: Leaving directory `/home/wansti/data/projects/supertux/supertux/src' Making all in data make[1]: Entering directory `/home/wansti/data/projects/supertux/supertux/data' make[1]: *** No rule to make target `levels/default/info.png', needed by `all-am'. Stop. make[1]: Leaving directory `/home/wansti/data/projects/supertux/supertux/data' make: *** [all-recursive] Error 1 wansti@rincewind:~/data/projects/supertux/supertux$ src/supertux Datadir: /home/wansti/data/projects/supertux/supertux/src/../data/ Warning: No joysticks are available. Error: Can't load /home/wansti/data/projects/supertux/supertux/src/../data//images/shared/smalltux-gameover-0.png Aborted |