compiling with suse 8.2

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
yet_another_newbie

compiling with suse 8.2

Post by yet_another_newbie »

I have been trying to compile vegastrike using suse 8.2. I have updated the gcc-compiler. I run setup.sh using "--enable -128-boost". Still, I get the following results in config.log:



configure:8458: WARNING: GL/glext.h: present but cannot be compiled
configure:8460: WARNING: GL/glext.h: check for missing
prerequisite headers?
configure:8462: WARNING: GL/glext.h: proceeding with the
preprocessor's result
configure:8474: checking for GL/glext.h
configure:8481: result: yes
configure:8516: checking whether glext.h is recent
enough
configure:8546: result: yes

snippet

checking for glut32 library
configure:
8617: gcc -o conftest
-L/usr/X11R6/lib conftest.c
-lutil -L/usr/lib
-Wl,-rpath,/usr/lib -lSDL -lpthread
-lSDL_mixer -lGL -lGLU -lglut32
-lXi -lXmu >&5/usr/bin/ld: cannot
find -lglut32collect2: ld returned
1 exit status

snippet

configure:9650: checking for openal library
configure:9670: gcc -o
conftest -L/usr/X11R6/lib
-L/usr/X11R6/lib conftest.c
>&5
configure:9673: $? = 0
configure:9676: test -s conftest
configure:9679: $? =0
configure:9689: result: yes
configure:9736: checking for AL/al.h
configure:9747: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1
conftest.c
configure:9792:20: AL/al.h: No such file or
directory
configure:9753: $? = 1

What do I have to do? :(
Am I too dumb? :oops:
Any help deeply appreciated..
thanx
Post Reply