[TuxKart-users] will not make in cygwin
Status: Alpha
Brought to you by:
sjbaker
From: Phil D. <pjd...@gm...> - 2006-06-02 23:58:13
|
I'm using cygwin in Windows XP. make is not working with tuxkart. Please let me know what to do. The plib examples work correctly. $ make install Making install in src make[1]: Entering directory `/cygdrive/c/downloads/tuxkart-0.4.0/src' source='tuxkart.cxx' object='tuxkart.o' libtool=no \ depfile='.deps/tuxkart.Po' tmpdepfile='.deps/tuxkart.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.4.0\" -DWIN32=1 -DSTDC_HEADERS=1 -DHAVE_ GL_GL_H=1 -DWIN32=1 -DTUXKART_DATADIR=\"/usr/local/share/games/tuxkart\" -I. -I . -g -O2 -O6 -Wall -malign-double -I/usr/local/include -L/usr/local/lib -c -o tuxkart.o `test -f tuxkart.cxx || echo './'`tuxkart.cxx In file included from tuxkart.cxx:2: tuxkart.h:12:20: direct.h: No such file or directory tuxkart.cxx:418: warning: 'void cmdline_help()' defined but not used make[1]: *** [tuxkart.o] Error 1 make[1]: Leaving directory `/cygdrive/c/downloads/tuxkart-0.4.0/src' make: *** [install-recursive] Error 1 Thank you, Phil |