[TuxKart-users] cygwin compile problems
Status: Alpha
Brought to you by:
sjbaker
From: unknown m. <unk...@ho...> - 2003-02-16 18:02:18
|
I'm having some trouble with installing this on cygwin... i've included a log. I can't find this missing direct.h anywhere. the only direct.h in my cygwin dir is in the mingw dir is this what I use? and if so how do i add the mingw dir to the include path list? loading cache ./config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... (cached) c++ -E checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... (cached) ranlib checking for windows.h... (cached) yes checking for ALopenport in -laudio... (cached) no checking for ANSI C header files... (cached) yes checking for GL/gl.h... (cached) yes checking for GL/glu.h... (cached) yes checking for GL/glut.h... (cached) yes checking for windows.h... (cached) yes checking for joystick.h... (cached) no checking for linux/joystick.h... (cached) no updating cache ./config.cache creating ./config.status creating Makefile creating contrib/Makefile creating data/Makefile creating doc/Makefile creating fonts/Makefile creating images/Makefile creating models/Makefile creating mods/Makefile creating src/Makefile creating wavs/Makefile Making all in src make[1]: Entering directory `/tuxkart-0.2.0/src' c++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.2.0\" -DWIN32=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_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 tuxkart.cxx In file included from tuxkart.cxx:2: tuxkart.h:12:20: direct.h: No such file or directory make[1]: *** [tuxkart.o] Error 1 make[1]: Leaving directory `/tuxkart-0.2.0/src' make: *** [all-recursive] Error 1 _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail |