Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98434 - games-arcade/supertux-0.1.2 - won't compile, c++ declaration errors
Summary: games-arcade/supertux-0.1.2 - won't compile, c++ declaration errors
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 01:48 UTC by Analyzer
Modified: 2005-07-10 02:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Analyzer 2005-07-09 01:48:27 UTC
root@localhost:/mnt/data/apps/linux/games$ emerge supertux
Calculating dependencies ...done!
>>> emerge (1 of 1) games-arcade/supertux-0.1.2 to /
>>> md5 files   ;-) supertux-0.1.2.ebuild
>>> md5 files   ;-) files/digest-supertux-0.1.2
>>> md5 src_uri ;-) supertux-0.1.2.tar.bz2
>>> Unpacking source...
>>> Unpacking supertux-0.1.2.tar.bz2 to /var/tmp/portage/supertux-0.1.2/work
>>> Source unpacked.
 * Using GNU config files from /usr/share/libtool
 *   Updating config.sub                                                       
                            [ ok ]
 *   Updating config.guess                                                     
                            [ ok ]
./configure --prefix=/usr/games --build=i686-pc-linux-gnu
--host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info
--datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games
--disable-dependency-tracking --disable-debug --enable-opengl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... none
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... none
checking for a BSD-compatible install... /bin/install -c
checking for dirent.h that defines DIR... checking whether pthreads work without
any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... i686-pc-linux-gnu-gcc
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenGL library... -lGL
checking for gzopen in -lz... yes
checking for mkdir... yes
checking for strdup... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: executing depfiles commands

Features:
=========
 Profile Mode:   no
 Debug Mode:     no
 OpenGL Support: yes

Making all in src
make[1]: Entering directory
`/var/tmp/portage/supertux-0.1.2/work/supertux-0.1.2/src'
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o badguy.o `test -f 'badguy.cpp'
|| echo './'`badguy.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o bitmask.o `test -f
'bitmask.cpp' || echo './'`bitmask.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o button.o `test -f 'button.cpp'
|| echo './'`button.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o collision.o `test -f
'collision.cpp' || echo './'`collision.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o configfile.o `test -f
'configfile.cpp' || echo './'`configfile.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o intro.o `test -f 'intro.cpp'
|| echo './'`intro.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o gameloop.o `test -f
'gameloop.cpp' || echo './'`gameloop.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o globals.o `test -f
'globals.cpp' || echo './'`globals.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o high_scores.o `test -f
'high_scores.cpp' || echo './'`high_scores.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o level.o `test -f 'level.cpp'
|| echo './'`level.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o leveleditor.o `test -f
'leveleditor.cpp' || echo './'`leveleditor.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o lispreader.o `test -f
'lispreader.cpp' || echo './'`lispreader.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o menu.o `test -f 'menu.cpp' ||
echo './'`menu.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o particlesystem.o `test -f
'particlesystem.cpp' || echo './'`particlesystem.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o physic.o `test -f 'physic.cpp'
|| echo './'`physic.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o player.o `test -f 'player.cpp'
|| echo './'`player.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o scene.o `test -f 'scene.cpp'
|| echo './'`scene.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o screen.o `test -f 'screen.cpp'
|| echo './'`screen.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o setup.o `test -f 'setup.cpp'
|| echo './'`setup.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o sound.o `test -f 'sound.cpp'
|| echo './'`sound.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o special.o `test -f
'special.cpp' || echo './'`special.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o supertux.o `test -f
'supertux.cpp' || echo './'`supertux.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o text.o `test -f 'text.cpp' ||
echo './'`text.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o texture.o `test -f
'texture.cpp' || echo './'`texture.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o timer.o `test -f 'timer.cpp'
|| echo './'`timer.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o title.o `test -f 'title.cpp'
|| echo './'`title.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o type.o `test -f 'type.cpp' ||
echo './'`type.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o world.o `test -f 'world.cpp'
|| echo './'`world.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o worldmap.o `test -f
'worldmap.cpp' || echo './'`worldmap.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o tile.o `test -f 'tile.cpp' ||
echo './'`tile.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o mousecursor.o `test -f
'mousecursor.cpp' || echo './'`mousecursor.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o resources.o `test -f
'resources.cpp' || echo './'`resources.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o gameobjs.o `test -f
'gameobjs.cpp' || echo './'`gameobjs.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o sprite.o `test -f 'sprite.cpp'
|| echo './'`sprite.cpp
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"SuperTux\" -DPACKAGE_TARNAME=\"supertux\"
-DPACKAGE_VERSION=\"0.1.2\" -DPACKAGE_STRING=\"SuperTux\ 0.1.2\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertux\" -DVERSION=\"0.1.2\"
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBSDL_MIXER=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1
-DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1  -I. -I.     -O2 -march=athlon-xp
-fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT 
-DDATA_PREFIX='"/usr/share/games/supertux"' -c -o sprite_manager.o `test -f
'sprite_manager.cpp' || echo './'`sprite_manager.cpp
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:49,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ios:44,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ostream:45,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:45,
                 from sprite.cpp:20:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/stringfwd.h:39:9: macro
names must be identifiers
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ios:44,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ostream:45,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:45,
                 from sprite.cpp:20:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:55: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:55: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:55: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:55: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:58: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:58: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:58: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:58: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:61: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:61: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:61: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:61: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:64: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:64: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:64: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:64: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:67: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:67: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:67: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:67: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:70: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:70: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:70: error: expected
unqualified-id before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:70: error: expected
`;' before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:74: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:74: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:74: error: expected
unqualified-id before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:74: error: expected
`;' before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:78: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:78: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:78: error: expected
unqualified-id before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:78: error: expected
`;' before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:82: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:82: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:82: error: expected
unqualified-id before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:82: error: expected
`;' before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:86: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:86: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:86: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:86: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:89: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:89: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:89: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:89: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:92: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:92: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:92: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:92: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:95: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:95: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:95: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:95: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:98: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:98: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:98: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:98: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:101: error:
`char_traits' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:101: error: expected
`>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:101: error: expected
unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:101: error: expected
`;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:136: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:136: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:137: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:137: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:138: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:138: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:139: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:139: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:140: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:140: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:141: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:141: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:142: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:142: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:143: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:143: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:144: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:144: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:145: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:145: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:146: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:146: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:147: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:147: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:148: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:148: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:151: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:151: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:152: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:152: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:153: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:153: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:154: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:154: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:155: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:155: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:156: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:156: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:157: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:157: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:158: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:158: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:159: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:159: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:160: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:160: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:161: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:161: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:162: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:162: error: expected
`,' or `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:163: error: expected
init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iosfwd:163: error: expected
`,' or `;' before '<' token
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ios:48,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ostream:45,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:45,
                 from sprite.cpp:20:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:132: error:
`istreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:132: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:132: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:132: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:134: error:
`ostreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:134: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:134: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:134: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:147: error:
`istreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:147: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:147: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:147: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:149: error:
`istreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:149: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:149: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:149: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:151: error:
`ostreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:151: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:151: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:151: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:153: error:
`ostreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:153: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:153: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:153: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:158: error:
`istreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:158: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:158: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:158: error:
expected `;' before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:160: error:
`ostreambuf_iterator' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:160: error:
expected `>' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:160: error:
expected unqualified-id before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/localefwd.h:160: error:
expected `;' before '>' token
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/string:53,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/locale_classes.h:47,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/ios_base.h:47,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ios:49,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ostream:45,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:45,
                 from sprite.cpp:20:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2313:
error: expected constructor, destructor, or type conversion before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2313:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2327:
error: expected constructor, destructor, or type conversion before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2327:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2345:
error: expected constructor, destructor, or type conversion before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2345:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2362:
error: expected init-declarator before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.h:2362:
error: expected `;' before '<' token
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/string:57,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/locale_classes.h:47,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/ios_base.h:47,
                 from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ios:49,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ostream:45,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:45,
                 from sprite.cpp:20:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:945:
error: explicit instantiation of non-template `int std::basic_istream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:945:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:948:
error: explicit instantiation of non-template `int std::basic_ostream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:948:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:951:
error: explicit instantiation of non-template `int std::basic_istream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:951:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:954:
error: explicit instantiation of non-template `int std::basic_istream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:954:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:960:
error: explicit instantiation of non-template `int std::basic_istream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:960:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:963:
error: explicit instantiation of non-template `int std::basic_ostream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:963:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:966:
error: explicit instantiation of non-template `int std::basic_istream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:966:
error: expected `;' before '<' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:969:
error: explicit instantiation of non-template `int std::basic_istream'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/bits/basic_string.tcc:969:
error: expected `;' before '<' token
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ios:50,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ostream:45,
                 from
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/iostream:45,
                 from sprite.cpp:20:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:59: error:
template declaration of `std::streamsize std::__copy_streambufs'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:59: error:
`basic_streambuf' was not declared in this scope
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:59: error:
expected primary-expression before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:59: error:
expected primary-expression before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:59: error:
`__sbin' was not declared in this scope
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:60: error:
`basic_streambuf' was not declared in this scope
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:60: error:
expected primary-expression before ',' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:60: error:
expected primary-expression before '>' token
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:60: error:
`__sbout' was not declared in this scope
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/streambuf:60: confused by
earlier errors, bailing out
make[1]: *** [sprite.o] &#1054;&#1096;&#1080;&#1073;&#1082;&#1072; 1
make[1]: *** &#1054;&#1078;&#1080;&#1076;&#1072;&#1085;&#1080;&#1077; &#1079;&#1072;&#1074;&#1077;&#1088;&#1096;&#1077;&#1085;&#1080;&#1103; &#1079;&#1072;&#1076;&#1072;&#1085;&#1080;&#1081;...
make[1]: Leaving directory `/var/tmp/portage/supertux-0.1.2/work/supertux-0.1.2/src'
make: *** [all-recursive] &#1054;&#1096;&#1080;&#1073;&#1082;&#1072; 1

!!! ERROR: games-arcade/supertux-0.1.2 failed.
!!! Function src_compile, Line 35, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:


Actual Results:  
won't compile


root@localhost:/mnt/data/apps/linux/games$ emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.12-gentoo-r3 i686)
=================================================================
System uname: 2.6.12-gentoo-r3 i686 AMD Athlon(tm)
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distcc distlocks
sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="ru_RU.KOI8-R"
LC_ALL="ru_RU.KOI8-R"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext 7zip X aac aalib accessibility acl acpi
activefilter adns aim alsa amuled apache2 applet artworkextra atm audio
audiofile avi bash-completion bcmath berkdb bidi bitmap-fonts bmp bonobo buttons
bzip2 bzlib cairo calendar caps cdparanoia cdr chroot cjk clamav cpdflib
cpudetection crypt css cups curl curlwrappers customlog dba dbus dga dhcp dillo
divx4linux doc dv dvb dvd dvdr dvdread dynagraph ecc edl eds emacs emboss encode
epiphany escreen etwin exif extensions extras fam ffmpeg filepro flac
font-server foomaticdb fortran fpx freetype ftp gcj gd geoip gg ggi gif glitz
gnome-print gnutls gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml guile hal
howl iconv icq idea imagemagick imap imlib irc java jbig jpeg jpeg2k justify kde
kdeenablefinal kdexdeltas kdgraphics kig-scripting lcms ldap leim lesstif
libcaca libclamav libedit libfpx libg++ libwww lirc lj logrotate lzo mad mailbox
maildir mailwrapper matroska mbox md5sum mikmod milter mime mjpeg mmx mmxext mng
mono mozilla moznomail mozsvg mozxmlterm mp3 mpeg mpi mplayer mppe-mppc musepack
mysql mythtv nas ncurses nethack network nis nls nntp nptl nptlonly nvidia objc
odbc offensive ogg oggvorbis opengl openntpd openssh oss pam pccts pcntl pcre
pdflib perl php plugin png portaudio posix povray python qt quicktime radius rar
readline real remote rss rtc rube ruby sasl sdl session sharedext silc simplexml
slang slp sndfile sockets socks5 speedo speex spell sqlite sse ssl stats
subtitles subversion svg symlink tcltk tcpd tetex theora threads tiff toolbar
truetype truetype-fonts type1 type1-fonts underscores unicode usb v4l v4l2 vcd
vda vhosts visualization vorbis win32codecs wma123 wmf xanim xface xine xinerama
xml xml2 xmms xosd xpm xrandr xsl xv xvid xvmc yahoo zeroconf zlib zvbi
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS
Comment 1 Chris White (RETIRED) gentoo-dev 2005-07-09 01:53:13 UTC
Summary adjustment.  Please put version numbers in the summary to make it 
easier for users to find this bug: 
 
http://www.gentoo.org/doc/en/bugzilla-howto.xml 
Comment 2 SpanKY gentoo-dev 2005-07-09 16:11:03 UTC
odd, works fine for me with gcc-3.4.4

if you re-emerge gcc-3.4.4 and then emerge supertux, does it work ?
Comment 3 Analyzer 2005-07-10 02:09:07 UTC
yeah. it were something with my gcc:( but when i recompile it i could install
supertux! cool! thencks for all for attansion and topic closed.