From MAILER-DAEMON Thu Jan 27 10:41:08 2011 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1PiTy8-0006wN-0a for mharc-bug-gnukart@gnu.org; Thu, 27 Jan 2011 10:41:08 -0500 Received: from [140.186.70.92] (port=50720 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi2nO-0000Kg-IH for bug-gnukart@gnu.org; Wed, 26 Jan 2011 05:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi2mz-0002oa-4D for bug-gnukart@gnu.org; Wed, 26 Jan 2011 05:39:53 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:35526) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pi2my-0002nM-OS for bug-gnukart@gnu.org; Wed, 26 Jan 2011 05:39:49 -0500 Received: (qmail invoked by alias); 26 Jan 2011 10:39:43 -0000 Received: from 212-183-89-66.adsl.highway.telekom.at (EHLO vaio.gmx.at) [212.183.89.66] by mail.gmx.net (mp064) with SMTP; 26 Jan 2011 11:39:43 +0100 X-Authenticated: #67602627 X-Provags-ID: V01U2FsdGVkX19+xuoD2mF+yqeV0+leRdUu+9n1vwc+sNgxtKeVKb TrobdK8PFgFE9g Date: Wed, 26 Jan 2011 11:39:41 +0100 Message-Id: <87tygwosnm.fsf@gmx.at> To: bug-gnukart@gnu.org MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. From: anoglad@gmx.at X-Mailman-Approved-At: Thu, 27 Jan 2011 10:41:06 -0500 Subject: [Bug-gnukart] make error X-BeenThere: bug-gnukart@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Main project mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 11:30:10 -0000 Hello, I couldn't build the game. ./configure ########### 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) no 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 gnutar... (cached) tar 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 ANSI C header files... (cached) yes checking how to run the C preprocessor... gcc -E checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... (cached) yes checking whether make sets ${MAKE}... (cached) no checking for ranlib... (cached) ranlib creating ./config.status creating Makefile creating src/Makefile creating src/bin/Makefile sed: can't read ./src/bin/Makefile.in: No such file or directory creating src/background/Makefile creating src/cars/Makefile creating src/cars/camion/Makefile creating src/cars/f1_1/Makefile creating src/cars/Panorama/Makefile creating src/cars/jeep/Makefile creating src/music/Makefile sed: can't read ./src/music/Makefile.in: No such file or directory creating src/num/Makefile creating src/road/Makefile creating src/scene/Makefile creating src/config.h src/config.h is unchanged make #### Making all in src make[1]: Entering directory `/home/andi/SpeedX-0.1.3b/src' make all-recursive make[2]: Entering directory `/home/andi/SpeedX-0.1.3b/src' Making all in background make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/background' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/background' Making all in cars make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars' Making all in Panorama make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/Panorama' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/Panorama' Making all in camion make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/camion' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/camion' Making all in f1_1 make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/f1_1' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/f1_1' Making all in jeep make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/jeep' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/jeep' make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars' make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars' Making all in num make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/num' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/num' Making all in road make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/road' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/road' Making all in scene make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/scene' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/scene' make[2]: Leaving directory `/home/andi/SpeedX-0.1.3b/src' gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -O3 -I/usr/local/include/ -I/usr/X11R6/include/ -c course.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -O3 -I/usr/local/include/ -I/usr/X11R6/include/ -c effects.c effects.c: In function ‘fog’: effects.c:65: warning: implicit declaration of function ‘memcpy’ effects.c:65: warning: incompatible implicit declaration of built-in function ‘memcpy’ gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -O3 -I/usr/local/include/ -I/usr/X11R6/include/ -c game.c In file included from game.c:33: std.h:54: error: redefinition of ‘struct timeval’ In file included from game.h:32, from game.c:35: Xh.h:39:22: error: X11/Xlib.h: No such file or directory Xh.h:41:23: error: X11/Xutil.h: No such file or directory Xh.h:43:24: error: X11/keysym.h: No such file or directory Xh.h:45:28: error: X11/cursorfont.h: No such file or directory Xh.h:67:33: error: X11/extensions/XShm.h: No such file or directory In file included from game.c:35: game.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token game.h:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘win’ game.h:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘win2’ game.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token game.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc’ In file included from game.c:39: read_image.h:38:17: error: png.h: No such file or directory read_image.h:40:18: error: zlib.h: No such file or directory game.c: In function ‘refresh’: game.c:176: warning: implicit declaration of function ‘memcpy’ game.c:176: warning: incompatible implicit declaration of built-in function ‘memcpy’ game.c:234: warning: incompatible implicit declaration of built-in function ‘memcpy’ game.c:261: warning: incompatible implicit declaration of built-in function ‘memcpy’ game.c:294: warning: incompatible implicit declaration of built-in function ‘memcpy’ game.c:329: warning: incompatible implicit declaration of built-in function ‘memcpy’ game.c:366: warning: incompatible implicit declaration of built-in function ‘memcpy’ game.c: At top level: game.c:416: error: expected ‘)’ before ‘*’ token game.c:485: error: expected ‘)’ before ‘w’ game.c:510: error: expected ‘)’ before ‘w’ make[1]: *** [game.o] Error 1 make[1]: Leaving directory `/home/andi/SpeedX-0.1.3b/src' make: *** [all-recursive] Error 1 general system infos #################### gcc --version ============= Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) I'm not a programmer. If some information is missing, please, tell me. Thanks. From MAILER-DAEMON Mon Jan 31 08:16:10 2011 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Pjtc2-0000L0-Bt for mharc-bug-gnukart@gnu.org; Mon, 31 Jan 2011 08:16:10 -0500 Received: from [140.186.70.92] (port=58349 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiiL9-00015r-Ea for bug-gnukart@gnu.org; Fri, 28 Jan 2011 02:02:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiiKs-0005kf-Ff for bug-gnukart@gnu.org; Fri, 28 Jan 2011 02:01:51 -0500 Received: from smtp.potsdam.edu ([137.143.110.104]:50099) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PiiKs-0005kF-79 for bug-gnukart@gnu.org; Fri, 28 Jan 2011 02:01:34 -0500 Received: (qmail 27371 invoked from network); 27 Jan 2011 21:31:54 -0000 Received: from localhost (127.0.0.1) by smtp.potsdam.edu with SMTP; 27 Jan 2011 21:31:54 -0000 X-Virus-Scanned: SUNY Potsdam (amavisd-new) Received: from smtp.potsdam.edu ([127.0.0.1]) by localhost (slugz.potsdam.edu [127.0.0.1]) (amavisd-new, port 10024) with SMTP id lNoUZ6BNRXGh for ; Thu, 27 Jan 2011 16:31:54 -0500 (EST) Received: (qmail 27363 invoked from network); 27 Jan 2011 21:31:54 -0000 Received: (ofmipd 127.0.0.1); 27 Jan 2011 21:31:32 -0000 Received: (qmail 27357 invoked from network); 27 Jan 2011 16:31:52 -0500 Received: from bearmail.potsdam.edu (137.143.104.65) by smtp.potsdam.edu with SMTP; 27 Jan 2011 16:31:52 -0500 Received: from 64.65.253.102 (SquirrelMail authenticated user hutchiep190) by bearmail.potsdam.edu with HTTP; Thu, 27 Jan 2011 16:31:54 -0500 Date: 27 Jan 2011 16:31:54 -0500 Message-ID: <8f56e059f9df607e529395fa2f0ac350.squirrel@bearmail.potsdam.edu> From: "Eric P Hutchins" To: anoglad@gmx.at In-Reply-To: <87tygwosnm.fsf@gmx.at> References: <87tygwosnm.fsf@gmx.at> Subject: Re: [Bug-gnukart] make error User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 137.143.110.104 X-Mailman-Approved-At: Mon, 31 Jan 2011 08:16:09 -0500 Cc: bug-gnukart@gnu.org X-BeenThere: bug-gnukart@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Main project mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 07:02:10 -0000 That looks like the old version of the game from 2000. The version that I am working on can be found here: ftp://alpha.gnu.org/gnu/gnukart/gnukart-0.3.0.tar.gz Or you can get it from Bazaar by typing bzr branch bzr://bzr.savannah.gnu.org/gnukart -Eric > Hello, > > I couldn't build the game. > > ./configure > ########### > > 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) no > 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 gnutar... (cached) tar > 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 ANSI C header files... (cached) yes > checking how to run the C preprocessor... gcc -E > checking for a BSD compatible install... /usr/bin/install -c > checking whether ln -s works... (cached) yes > checking whether make sets ${MAKE}... (cached) no > checking for ranlib... (cached) ranlib > creating ./config.status > creating Makefile > creating src/Makefile > creating src/bin/Makefile > sed: can't read ./src/bin/Makefile.in: No such file or directory > creating src/background/Makefile > creating src/cars/Makefile > creating src/cars/camion/Makefile > creating src/cars/f1_1/Makefile > creating src/cars/Panorama/Makefile > creating src/cars/jeep/Makefile > creating src/music/Makefile > sed: can't read ./src/music/Makefile.in: No such file or directory > creating src/num/Makefile > creating src/road/Makefile > creating src/scene/Makefile > creating src/config.h > src/config.h is unchanged > > make > #### > > Making all in src > make[1]: Entering directory `/home/andi/SpeedX-0.1.3b/src' > make all-recursive > make[2]: Entering directory `/home/andi/SpeedX-0.1.3b/src' > Making all in background > make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/background' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/background' > Making all in cars > make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars' > Making all in Panorama > make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/Panorama' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/Panorama' > Making all in camion > make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/camion' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/camion' > Making all in f1_1 > make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/f1_1' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/f1_1' > Making all in jeep > make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars/jeep' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars/jeep' > make[4]: Entering directory `/home/andi/SpeedX-0.1.3b/src/cars' > make[4]: Nothing to be done for `all-am'. > make[4]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars' > make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/cars' > Making all in num > make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/num' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/num' > Making all in road > make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/road' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/road' > Making all in scene > make[3]: Entering directory `/home/andi/SpeedX-0.1.3b/src/scene' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/andi/SpeedX-0.1.3b/src/scene' > make[2]: Leaving directory `/home/andi/SpeedX-0.1.3b/src' > gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -O3 -I/usr/local/include/ > -I/usr/X11R6/include/ -c course.c > gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -O3 -I/usr/local/include/ > -I/usr/X11R6/include/ -c effects.c > effects.c: In function ‘fog’: > effects.c:65: warning: implicit declaration of function ‘memcpy’ > effects.c:65: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -O3 -I/usr/local/include/ > -I/usr/X11R6/include/ -c game.c > In file included from game.c:33: > std.h:54: error: redefinition of ‘struct timeval’ > In file included from game.h:32, > from game.c:35: > Xh.h:39:22: error: X11/Xlib.h: No such file or directory > Xh.h:41:23: error: X11/Xutil.h: No such file or directory > Xh.h:43:24: error: X11/keysym.h: No such file or directory > Xh.h:45:28: error: X11/cursorfont.h: No such file or directory > Xh.h:67:33: error: X11/extensions/XShm.h: No such file or directory > In file included from game.c:35: > game.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘*’ token > game.h:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘win’ > game.h:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘win2’ > game.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘*’ token > game.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘gc’ > In file included from game.c:39: > read_image.h:38:17: error: png.h: No such file or directory > read_image.h:40:18: error: zlib.h: No such file or directory > game.c: In function ‘refresh’: > game.c:176: warning: implicit declaration of function ‘memcpy’ > game.c:176: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > game.c:234: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > game.c:261: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > game.c:294: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > game.c:329: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > game.c:366: warning: incompatible implicit declaration of built-in > function ‘memcpy’ > game.c: At top level: > game.c:416: error: expected ‘)’ before ‘*’ token > game.c:485: error: expected ‘)’ before ‘w’ > game.c:510: error: expected ‘)’ before ‘w’ > make[1]: *** [game.o] Error 1 > make[1]: Leaving directory `/home/andi/SpeedX-0.1.3b/src' > make: *** [all-recursive] Error 1 > > general system infos > #################### > > gcc --version > ============= > > Using built-in specs. > Target: i486-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' > --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs > --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr > --enable-shared --with-system-zlib --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --enable-nls > --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 > --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc > --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release > --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu > Thread model: posix > gcc version 4.3.2 (Debian 4.3.2-1.1) > > I'm not a programmer. If some information is missing, please, tell me. > > Thanks. > >