Ho provato a compilare gltron, ma nn riesco e nn capisco che errori mi da:
help....
[root@freesby gltron-0.70]# ./configure
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for sdl-config... /usr/local/bin/sdl-config
checking for SDL - version >= 1.1.0... yes
checking for main in -lGL... yes
checking for gzopen in -lz... yes
checking for png_read_info in -lpng... yes
checking for main in -lsmpeg... no
configure: WARNING: smpeg not found - music playback may not work correctly
checking for main in -logg... yes
checking for main in -lvorbis... yes
checking for main in -lvorbisfile... yes
checking for main in -lsmpeg... (cached) no
configure: WARNING: smpeg not found - music playback may not work correctly
checking for main in -lmikmod... yes
checking for Sound_Init in -lSDL_sound... no
configure: WARNING: SDL_sound not found - disabling sound
checking for ANSI C header files... no
checking for unistd.h... yes
checking for GL/gl.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... no
checking for strstr... no
checking for mkstemp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lua/Makefile
config.status: creating lua/include/Makefile
config.status: creating lua/src/Makefile
config.status: creating lua/src/lib/Makefile
config.status: creating nebu/Makefile
config.status: creating nebu/include/Makefile
config.status: creating nebu/include/audio/Makefile
config.status: creating nebu/include/base/Makefile
config.status: creating nebu/include/filesystem/Makefile
config.status: creating nebu/include/input/Makefile
config.status: creating nebu/include/scripting/Makefile
config.status: creating nebu/include/video/Makefile
config.status: creating nebu/base/Makefile
config.status: creating nebu/filesystem/Makefile
config.status: creating nebu/scripting/Makefile
config.status: creating nebu/input/Makefile
config.status: creating nebu/video/Makefile
config.status: creating nebu/audio/Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/include/audio/Makefile
config.status: creating src/include/base/Makefile
config.status: creating src/include/configuration/Makefile
config.status: creating src/include/filesystem/Makefile
config.status: creating src/include/game/Makefile
config.status: creating src/include/input/Makefile
config.status: creating src/include/scripting/Makefile
config.status: creating src/include/video/Makefile
config.status: creating src/base/Makefile
config.status: creating src/filesystem/Makefile
config.status: creating src/configuration/Makefile
config.status: creating src/audio/Makefile
config.status: creating src/video/Makefile
config.status: creating src/input/Makefile
config.status: creating src/game/Makefile
config.status: creating art/Makefile
config.status: creating art/default/Makefile
config.status: creating data/Makefile
config.status: creating music/Makefile
config.status: creating scripts/Makefile
[root@freesby gltron-0.70]# make
Making all in lua
make[1]: Entering directory `/usr/src/gltron-0.70/lua'
Making all in src
make[2]: Entering directory `/usr/src/gltron-0.70/lua/src'
Making all in lib
make[3]: Entering directory `/usr/src/gltron-0.70/lua/src/lib'
source='lauxlib.c' object='lauxlib.o' libtool=no \
depfile='.deps/lauxlib.Po' tmpdepfile='.deps/lauxlib.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
gcc -I. -I. -ansi -pedantic -Wall -I./.. -I../../../lua/include -c `test -f lauxlib.c || echo './'`lauxlib.c
source='lbaselib.c' object='lbaselib.o' libtool=no \
depfile='.deps/lbaselib.Po' tmpdepfile='.deps/lbaselib.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
gcc -I. -I. -ansi -pedantic -Wall -I./.. -I../../../lua/include -c `test -f lbaselib.c || echo './'`lbaselib.c
source='ldblib.c' object='ldblib.o' libtool=no \
depfile='.deps/ldblib.Po' tmpdepfile='.deps/ldblib.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
gcc -I. -I. -ansi -pedantic -Wall -I./.. -I../../../lua/include -c `test -f ldblib.c || echo './'`ldblib.c
source='liolib.c' object='liolib.o' libtool=no \
depfile='.deps/liolib.Po' tmpdepfile='.deps/liolib.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
gcc -I. -I. -ansi -pedantic -Wall -I./.. -I../../../lua/include -c `test -f liolib.c || echo './'`liolib.c
source='lmathlib.c' object='lmathlib.o' libtool=no \
depfile='.deps/lmathlib.Po' tmpdepfile='.deps/lmathlib.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
gcc -I. -I. -ansi -pedantic -Wall -I./.. -I../../../lua/include -c `test -f lmathlib.c || echo './'`lmathlib.c
source='lstrlib.c' object='lstrlib.o' libtool=no \
depfile='.deps/lstrlib.Po' tmpdepfile='.deps/lstrlib.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
gcc -I. -I. -ansi -pedantic -Wall -I./.. -I../../../lua/include -c `test -f lstrlib.c || echo './'`lstrlib.c
rm -f liblualib.a
ar cru liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o lstrlib.o
ranlib liblualib.a
make[3]: Leaving directory `/usr/src/gltron-0.70/lua/src/lib'
make[3]: Entering directory `/usr/src/gltron-0.70/lua/src'
source='lapi.c' object='lapi.o' libtool=no \
depfile='.deps/lapi.Po' tmpdepfile='.deps/lapi.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lapi.c || echo './'`lapi.c
source='lcode.c' object='lcode.o' libtool=no \
depfile='.deps/lcode.Po' tmpdepfile='.deps/lcode.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lcode.c || echo './'`lcode.c
source='ldebug.c' object='ldebug.o' libtool=no \
depfile='.deps/ldebug.Po' tmpdepfile='.deps/ldebug.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f ldebug.c || echo './'`ldebug.c
source='ldo.c' object='ldo.o' libtool=no \
depfile='.deps/ldo.Po' tmpdepfile='.deps/ldo.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f ldo.c || echo './'`ldo.c
source='lfunc.c' object='lfunc.o' libtool=no \
depfile='.deps/lfunc.Po' tmpdepfile='.deps/lfunc.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lfunc.c || echo './'`lfunc.c
source='lgc.c' object='lgc.o' libtool=no \
depfile='.deps/lgc.Po' tmpdepfile='.deps/lgc.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lgc.c || echo './'`lgc.c
source='llex.c' object='llex.o' libtool=no \
depfile='.deps/llex.Po' tmpdepfile='.deps/llex.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f llex.c || echo './'`llex.c
source='lmem.c' object='lmem.o' libtool=no \
depfile='.deps/lmem.Po' tmpdepfile='.deps/lmem.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lmem.c || echo './'`lmem.c
source='lobject.c' object='lobject.o' libtool=no \
depfile='.deps/lobject.Po' tmpdepfile='.deps/lobject.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lobject.c || echo './'`lobject.c
source='lparser.c' object='lparser.o' libtool=no \
depfile='.deps/lparser.Po' tmpdepfile='.deps/lparser.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lparser.c || echo './'`lparser.c
source='lstate.c' object='lstate.o' libtool=no \
depfile='.deps/lstate.Po' tmpdepfile='.deps/lstate.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lstate.c || echo './'`lstate.c
source='lstring.c' object='lstring.o' libtool=no \
depfile='.deps/lstring.Po' tmpdepfile='.deps/lstring.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lstring.c || echo './'`lstring.c
source='ltable.c' object='ltable.o' libtool=no \
depfile='.deps/ltable.Po' tmpdepfile='.deps/ltable.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f ltable.c || echo './'`ltable.c
source='ltests.c' object='ltests.o' libtool=no \
depfile='.deps/ltests.Po' tmpdepfile='.deps/ltests.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f ltests.c || echo './'`ltests.c
source='ltm.c' object='ltm.o' libtool=no \
depfile='.deps/ltm.Po' tmpdepfile='.deps/ltm.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f ltm.c || echo './'`ltm.c
source='lundump.c' object='lundump.o' libtool=no \
depfile='.deps/lundump.Po' tmpdepfile='.deps/lundump.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lundump.c || echo './'`lundump.c
source='lvm.c' object='lvm.o' libtool=no \
depfile='.deps/lvm.Po' tmpdepfile='.deps/lvm.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lvm.c || echo './'`lvm.c
source='lzio.c' object='lzio.o' libtool=no \
depfile='.deps/lzio.Po' tmpdepfile='.deps/lzio.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -ansi -pedantic -Wall -I. -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f lzio.c || echo './'`lzio.c
rm -f liblua.a
ar cru liblua.a lapi.o lcode.o ldebug.o ldo.o lfunc.o lgc.o llex.o lmem.o lobject.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o
ranlib liblua.a
make[3]: Leaving directory `/usr/src/gltron-0.70/lua/src'
make[2]: Leaving directory `/usr/src/gltron-0.70/lua/src'
Making all in include
make[2]: Entering directory `/usr/src/gltron-0.70/lua/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gltron-0.70/lua/include'
make[2]: Entering directory `/usr/src/gltron-0.70/lua'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/gltron-0.70/lua'
make[1]: Leaving directory `/usr/src/gltron-0.70/lua'
Making all in nebu
make[1]: Entering directory `/usr/src/gltron-0.70/nebu'
Making all in include
make[2]: Entering directory `/usr/src/gltron-0.70/nebu/include'
Making all in audio
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include/audio'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include/audio'
Making all in base
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include/base'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include/base'
Making all in filesystem
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include/filesystem'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include/filesystem'
Making all in input
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include/input'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include/input'
Making all in scripting
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include/scripting'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include/scripting'
Making all in video
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include/video'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include/video'
make[3]: Entering directory `/usr/src/gltron-0.70/nebu/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/gltron-0.70/nebu/include'
make[2]: Leaving directory `/usr/src/gltron-0.70/nebu/include'
Making all in base
make[2]: Entering directory `/usr/src/gltron-0.70/nebu/base'
source='geom.c' object='geom.o' libtool=no \
depfile='.deps/geom.Po' tmpdepfile='.deps/geom.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f geom.c || echo './'`geom.c
source='vector.c' object='vector.o' libtool=no \
depfile='.deps/vector.Po' tmpdepfile='.deps/vector.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f vector.c || echo './'`vector.c
source='matrix.c' object='matrix.o' libtool=no \
depfile='.deps/matrix.Po' tmpdepfile='.deps/matrix.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f matrix.c || echo './'`matrix.c
source='random.c' object='random.o' libtool=no \
depfile='.deps/random.Po' tmpdepfile='.deps/random.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f random.c || echo './'`random.c
source='util.c' object='util.o' libtool=no \
depfile='.deps/util.Po' tmpdepfile='.deps/util.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f util.c || echo './'`util.c
source='system.c' object='system.o' libtool=no \
depfile='.deps/system.Po' tmpdepfile='.deps/system.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f system.c || echo './'`system.c
rm -f libbase.a
ar cru libbase.a geom.o vector.o matrix.o random.o util.o system.o
ranlib libbase.a
make[2]: Leaving directory `/usr/src/gltron-0.70/nebu/base'
Making all in filesystem
make[2]: Entering directory `/usr/src/gltron-0.70/nebu/filesystem'
source='filesystem.c' object='filesystem.o' libtool=no \
depfile='.deps/filesystem.Po' tmpdepfile='.deps/filesystem.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f filesystem.c || echo './'`filesystem.c
source='file_io.c' object='file_io.o' libtool=no \
depfile='.deps/file_io.Po' tmpdepfile='.deps/file_io.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f file_io.c || echo './'`file_io.c
source='directory.c' object='directory.o' libtool=no \
depfile='.deps/directory.Po' tmpdepfile='.deps/directory.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f directory.c || echo './'`directory.c
source='findpath.c' object='findpath.o' libtool=no \
depfile='.deps/findpath.Po' tmpdepfile='.deps/findpath.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f findpath.c || echo './'`findpath.c
rm -f libfilesystem.a
ar cru libfilesystem.a filesystem.o file_io.o directory.o findpath.o
ranlib libfilesystem.a
make[2]: Leaving directory `/usr/src/gltron-0.70/nebu/filesystem'
Making all in scripting
make[2]: Entering directory `/usr/src/gltron-0.70/nebu/scripting'
source='scripting.c' object='scripting.o' libtool=no \
depfile='.deps/scripting.Po' tmpdepfile='.deps/scripting.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include/base -I../../nebu/include/scripting -I../../lua/include -DSEPARATOR="'/'" -Wall -Werror -Os -I/usr/local/include/SDL -D_REENTRANT -c `test -f scripting.c || echo './'`scripting.c
rm -f libscripting.a
ar cru libscripting.a scripting.o ../../lua/src/liblua.a ../../lua/src/lib/liblualib.a
ranlib libscripting.a
make[2]: Leaving directory `/usr/src/gltron-0.70/nebu/scripting'
Making all in audio
make[2]: Entering directory `/usr/src/gltron-0.70/nebu/audio'
source='SoundSystem.cpp' object='SoundSystem.o' libtool=no \
depfile='.deps/SoundSystem.Po' tmpdepfile='.deps/SoundSystem.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DPACKAGE=\"gltron\" -DVERSION=\"0.70\" -DHAVE_LIBGL=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBOGG=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBMIKMOD=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -Dconst= -DHAVE_MKSTEMP=1 -I. -I. -DDATA_DIR=\"/usr/local/share/gltron\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\" -I../../nebu/include -g -O2 -Os -I/usr/local/include/SDL -D_REENTRANT -c -o SoundSystem.o `test -f SoundSystem.cpp || echo './'`SoundSystem.cpp
In file included from SoundSystem.cpp:1:
../../nebu/include/audio/nebu_SoundSystem.h:11:23: SDL_sound.h: No such file or directory
In file included from SoundSystem.cpp:1:
../../nebu/include/audio/nebu_SoundSystem.h:38: syntax error before `*' token
../../nebu/include/audio/nebu_SoundSystem.h: In function `Sound::Listener&
Sound::GetListener()':
../../nebu/include/audio/nebu_SoundSystem.h:39: `_listener' undeclared (first
use this function)
../../nebu/include/audio/nebu_SoundSystem.h:39: (Each undeclared identifier is
reported only once for each function it appears in.)
../../nebu/include/audio/nebu_SoundSystem.h: In function `void
Sound::SetMixMusic(int)':
../../nebu/include/audio/nebu_SoundSystem.h:40: `_mix_music' undeclared (first
use this function)
../../nebu/include/audio/nebu_SoundSystem.h: In function `void
Sound::SetMixFX(int)':
../../nebu/include/audio/nebu_SoundSystem.h:41: `_mix_fx' undeclared (first use
this function)
../../nebu/include/audio/nebu_SoundSystem.h: In function `void
Sound::SetStatus(int)':
../../nebu/include/audio/nebu_SoundSystem.h:42: `_status' undeclared (first use
this function)
../../nebu/include/audio/nebu_SoundSystem.h: At global scope:
../../nebu/include/audio/nebu_SoundSystem.h:44: syntax error before `protected'
../../nebu/include/audio/nebu_SoundSystem.h:46: 'Sound_AudioInfo' is used as a
type, but is not defined as a type.
../../nebu/include/audio/nebu_SoundSystem.h:47: `Sound::Listener
Sound::_listener' used prior to declaration
../../nebu/include/audio/nebu_SoundSystem.h:49: `int Sound::_mix_music' used
prior to declaration
../../nebu/include/audio/nebu_SoundSystem.h:50: `int Sound::_mix_fx' used prior
to declaration
../../nebu/include/audio/nebu_SoundSystem.h:51: `int Sound::_status' used prior
to declaration
../../nebu/include/audio/nebu_SoundSystem.h:54: syntax error before `}' token
SoundSystem.cpp: In constructor `Sound::System::System(SDL_AudioSpec*)':
SoundSystem.cpp:7: `_spec' undeclared (first use this function)
SoundSystem.cpp:10: `_info' undeclared (first use this function)
make[2]: *** [SoundSystem.o] Error 1
make[2]: Leaving directory `/usr/src/gltron-0.70/nebu/audio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gltron-0.70/nebu'
make: *** [all-recursive] Error 1