I'm trying to compile Vega Stike on my Red hat 9 box.
On running the setup.sh script, no vegastrike binary is produced.
I tried compiling it manually with a ./configure, make & make install in the vegastrike directory and it comes up the following errors in the ./configure stage
checking for GLU library... yes
checking for GL/gl.h... yes
checking GL/glext.h usability... no
checking GL/glext.h presence... yes
configure: WARNING: GL/glext.h: present but cannot be compiled
configure: WARNING: GL/glext.h: check for missing prerequisite headers?
configure: WARNING: GL/glext.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for GL/glext.h... yes
checking whether glext.h is recent enough... yes
checking for glut32 library... no
checking for glut library... yes
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
I think that this means my GL? libraries arn't up to date or some configuration is wrong.
Has anyone had success with this and knows whats missing?
Thanks.
azraelder