LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   problem install tux a quest for a herring on fc3 fedora core 3 (https://www.linuxquestions.org/questions/linux-games-33/problem-install-tux-a-quest-for-a-herring-on-fc3-fedora-core-3-a-292995/)

lusse92 02-21-2005 11:02 AM

problem install tux a quest for a herring on fc3 fedora core 3
 
this is what hapening on my fc3



[linus@localhost tux_aqfh-1.0.14]$ ./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) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
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 c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for windows.h... (cached) no
checking for X... (cached) no
checking for glNewList in -lGL... (cached) no
checking for glNewList in -lMesaGL... (cached) no
checking for gluLookAt in -lGLU... (cached) no
checking for gluLookAt in -lMesaGLU... (cached) no
checking for glutGetModifiers in -lglut... (cached) no
checking for glutGetModifiers in -lfreeglut... (cached) no
checking for ALopenport in -laudio... (cached) no
checking for ANSI C header files... (cached) no
checking for GL/gl.h... (cached) no
checking for GL/glu.h... (cached) no
checking for GL/glut.h... (cached) no
checking for windows.h... (cached) no
checking for joystick.h... (cached) no
checking for linux/joystick.h... (cached) yes
creating ./config.status
creating Makefile
creating contrib/Makefile
creating data/Makefile
creating doc/Makefile
creating fonts/Makefile
creating images/Makefile
creating models/Makefile
creating mods/Makefile
creating penguin/Makefile
creating slamcode/Makefile
creating src/Makefile
creating wavs/Makefile
[linus@localhost tux_aqfh-1.0.14]$ make
Making all in src
make[1]: Entering directory `/home/linus/Downloads/tux_aqfh-1.0.14/src'
c++ -DPACKAGE=\"tux_aqfh\" -DVERSION=\"1.0.14\" -DX_DISPLAY_MISSING=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -DTUX_AQFH_DATADIR=\"/usr/local/share/games/tux_aqfh\" -I.-I. -g -O2 -O6 -Wall -c camera.cxx
I fil inkluderad från tux.h:18,
från camera.cxx:1:
/usr/include/plib/ssg.h:34:21: GL/gl.h: Filen eller katalogen finns inte
In file included from tux.h:18,
from camera.cxx:1:
/usr/include/plib/ssg.h:695: error: `GLubyte' was not declared in this scope
/usr/include/plib/ssg.h:695: error: `image' was not declared in this scope
/usr/include/plib/ssg.h:695: error: expected primary-expression före "int"
/usr/include/plib/ssg.h:695: error: expected primary-expression före "int"
/usr/include/plib/ssg.h:695: error: expected primary-expression före "int"
/usr/include/plib/ssg.h:695: error: initializer expression list treated as compound expression
/usr/include/plib/ssg.h:703: error: `GLuint' does not name a type
/usr/include/plib/ssg.h:726: error: `GLubyte' has not been declared
/usr/include/plib/ssg.h:733: error: `GLuint' does not name a type
/usr/include/plib/ssg.h:740: error: `GLuint' has not been declared
/usr/include/plib/ssg.h:846: error: `GLenum' does not name a type
/usr/include/plib/ssg.h:870: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:871: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:872: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:873: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:876: error: `GLuint' does not name a type
/usr/include/plib/ssg.h:923: error: `GLuint' has not been declared
/usr/include/plib/ssg.h:940: error: `GLenum' does not name a type
/usr/include/plib/ssg.h:945: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:951: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:959: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:984: error: `getMaterial' declared as a `virtual' field
/usr/include/plib/ssg.h:984: error: expected `;' före symbolen '('
/usr/include/plib/ssg.h:998: error: expected `;' före "virtual"
/usr/include/plib/ssg.h:1009: error: `GLenum' has not been declared
/usr/include/plib/ssg.h: In member function `virtual void ssgSimpleState::setMaterial(int, float*)':
/usr/include/plib/ssg.h:963: error: `GL_EMISSION' undeclared (first use this function)
/usr/include/plib/ssg.h:963: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/plib/ssg.h:966: error: `GL_SPECULAR' undeclared (first use this function)
/usr/include/plib/ssg.h:969: error: `GL_AMBIENT' undeclared (first use this function)
/usr/include/plib/ssg.h:972: error: `GL_DIFFUSE' undeclared (first use this function)
/usr/include/plib/ssg.h:975: error: `GL_AMBIENT_AND_DIFFUSE' undeclared (first use this function)
/usr/include/plib/ssg.h: In member function `virtual void ssgSimpleState::setShadeModel(int)':
/usr/include/plib/ssg.h:1012: error: `shade_model' undeclared (first use this function)
/usr/include/plib/ssg.h: At global scope:
/usr/include/plib/ssg.h:1064: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1065: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1066: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1075: error: `GLuint' does not name a type
/usr/include/plib/ssg.h:1084: error: `GLuint' has not been declared
/usr/include/plib/ssg.h:1086: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1087: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1090: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1091: error: expected `;' före symbolen '('
/usr/include/plib/ssg.h:1094: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1208: error: `GLenum' does not name a type
/usr/include/plib/ssg.h:1214: error: `GLuint' does not name a type
/usr/include/plib/ssg.h:1233: error: `GLuint' does not name a type
/usr/include/plib/ssg.h:1258: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:1259: error: `GLenum' does not name a type
/usr/include/plib/ssg.h:1262: error: `GLenum' does not name a type
/usr/include/plib/ssg.h: In member function `virtual void ssgLeaf::setPrimitiveType(int)':
/usr/include/plib/ssg.h:1258: error: `gltype' undeclared (first use this function)
/usr/include/plib/ssg.h: At global scope:
/usr/include/plib/ssg.h:1327: error: expected `)' före "ty"
/usr/include/plib/ssg.h:1333: error: expected `)' före "ty"
/usr/include/plib/ssg.h:1426: error: expected `)' före "ty"
/usr/include/plib/ssg.h:1526: error: expected `)' före "ty"
/usr/include/plib/ssg.h:1566: error: expected `)' före "ty"
/usr/include/plib/ssg.h:2185: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:2197: error: `GLenum' has not been declared
/usr/include/plib/ssg.h:2208: error: `GLenum' has not been declared
/usr/include/plib/ssg.h: In member function `void ssgLight::setColour(int, const float*)':
/usr/include/plib/ssg.h:2189: error: `GL_AMBIENT' undeclared (first use this function)
/usr/include/plib/ssg.h:2190: error: `GL_DIFFUSE' undeclared (first use this function)
/usr/include/plib/ssg.h:2191: error: `GL_SPECULAR' undeclared (first use this function)
/usr/include/plib/ssg.h: In member function `void ssgLight::getColour(int, float*)':
/usr/include/plib/ssg.h:2201: error: `GL_AMBIENT' undeclared (first use this function)
/usr/include/plib/ssg.h:2202: error: `GL_DIFFUSE' undeclared (first use this function)
/usr/include/plib/ssg.h:2203: error: `GL_SPECULAR' undeclared (first use this function)
/usr/include/plib/ssg.h: In member function `void ssgLight::setup()':
/usr/include/plib/ssg.h:2252: error: `GLenum' undeclared (first use this function)
/usr/include/plib/ssg.h:2252: error: `GL_LIGHT0' undeclared (first use this function)
/usr/include/plib/ssg.h:2252: error: `glEnable' undeclared (first use this function)
/usr/include/plib/ssg.h:2253: error: `GL_AMBIENT' undeclared (first use this function)
/usr/include/plib/ssg.h:2253: error: `glLightfv' undeclared (first use this function)
/usr/include/plib/ssg.h:2254: error: `GL_DIFFUSE' undeclared (first use this function)
/usr/include/plib/ssg.h:2255: error: `GL_SPECULAR' undeclared (first use this function)
/usr/include/plib/ssg.h:2256: error: `GL_POSITION' undeclared (first use this function)
/usr/include/plib/ssg.h:2258: error: `GL_SPOT_DIRECTION' undeclared (first use this function)
/usr/include/plib/ssg.h:2259: error: `GL_SPOT_EXPONENT' undeclared (first use this function)
/usr/include/plib/ssg.h:2259: error: `glLightf' undeclared (first use this function)
/usr/include/plib/ssg.h:2260: error: `GL_SPOT_CUTOFF' undeclared (first use this function)
/usr/include/plib/ssg.h:2261: error: `GL_CONSTANT_ATTENUATION' undeclared (first use this function)
/usr/include/plib/ssg.h:2262: error: `GL_LINEAR_ATTENUATION' undeclared (first use this function)
/usr/include/plib/ssg.h:2263: error: `GL_QUADRATIC_ATTENUATION' undeclared (first use this function)
/usr/include/plib/ssg.h:2267: error: `glDisable' undeclared (first use this function)
/usr/include/plib/ssg.h: In member function `void ssgContext::setCullface(int)':
/usr/include/plib/ssg.h:2369: error: `GL_CULL_FACE' undeclared (first use this function)
/usr/include/plib/ssg.h:2369: error: `glEnable' undeclared (first use this function)
/usr/include/plib/ssg.h:2370: error: `glDisable' undeclared (first use this function)
/usr/include/plib/ssg.h: In function `void ssgLoadProjectionMatrix(sgFrustum*)':
/usr/include/plib/ssg.h:2513: error: `glLoadIdentity' undeclared (first use this function)
I fil inkluderad från camera.cxx:1:
tux.h:20:21: GL/glut.h: Filen eller katalogen finns inte
In file included from tux.h:25,
from camera.cxx:1:
/usr/include/plib/fnt.h: At global scope:
/usr/include/plib/fnt.h:58: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:59: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:58: error: `GL_NEAREST' was not declared in this scope
/usr/include/plib/fnt.h:59: error: `GL_LINEAR_MIPMAP_LINEAR' was not declared in this scope
/usr/include/plib/fnt.h:77: error: `GLuint' does not name a type
/usr/include/plib/fnt.h:132: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:133: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:147: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:148: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:173: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:174: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:132: error: `GL_NEAREST' was not declared in this scope
/usr/include/plib/fnt.h:133: error: `GL_LINEAR_MIPMAP_LINEAR' was not declared in this scope
/usr/include/plib/fnt.h:147: error: `GL_NEAREST' was not declared in this scope
/usr/include/plib/fnt.h:148: error: `GL_LINEAR_MIPMAP_LINEAR' was not declared in this scope
/usr/include/plib/fnt.h:173: error: `GL_NEAREST' was not declared in this scope
/usr/include/plib/fnt.h:174: error: `GL_LINEAR_MIPMAP_LINEAR' was not declared in this scope
/usr/include/plib/fnt.h: In member function `void fntTexFont::bind_texture()':
/usr/include/plib/fnt.h:121: error: `GL_TEXTURE_2D' undeclared (first use this function)
/usr/include/plib/fnt.h:121: error: `glEnable' undeclared (first use this function)
/usr/include/plib/fnt.h:126: error: `texture' undeclared (first use this function)
/usr/include/plib/fnt.h:126: error: `glBindTextureEXT' undeclared (first use this function)
/usr/include/plib/fnt.h: In constructor `fntTexFont::fntTexFont()':
/usr/include/plib/fnt.h:140: error: `texture' undeclared (first use this function)
/usr/include/plib/fnt.h: In constructor `fntTexFont::fntTexFont(const char*, int, int)':
/usr/include/plib/fnt.h:152: error: `texture' undeclared (first use this function)
/usr/include/plib/fnt.h: In destructor `virtual fntTexFont::~fntTexFont()':
/usr/include/plib/fnt.h:162: error: `texture' undeclared (first use this function)
/usr/include/plib/fnt.h:168: error: `glDeleteTexturesEXT' undeclared (first usethis function)
/usr/include/plib/fnt.h: In member function `virtual int fntTexFont::hasGlyph(char) const':
/usr/include/plib/fnt.h:218: error: `GLubyte' undeclared (first use this function)
/usr/include/plib/fnt.h:218: error: expected `]' före "c"
/usr/include/plib/fnt.h:218: error: expected `;' före "c"
/usr/include/plib/fnt.h:218: error: expected `;' före symbolen ']'
/usr/include/plib/fnt.h: At global scope:
/usr/include/plib/fnt.h:253: error: expected `;' före symbolen '*'
/usr/include/plib/fnt.h:267: error: expected `,' or `...' före symbolen '*'
/usr/include/plib/fnt.h:282: error: `GLenum' has not been declared
/usr/include/plib/fnt.h:282: error: `GLenum' has not been declared
camera.cxx: In member function `void Camera::keyboardInput(int)':
camera.cxx:255: error: `GLUT_KEY_HOME' undeclared (first use this function)
camera.cxx:256: error: `GLUT_KEY_END' undeclared (first use this function)
camera.cxx:257: error: `GLUT_KEY_UP' undeclared (first use this function)
camera.cxx:258: error: `GLUT_KEY_DOWN' undeclared (first use this function)
camera.cxx:259: error: `GLUT_KEY_RIGHT' undeclared (first use this function)
camera.cxx:260: error: `GLUT_KEY_LEFT' undeclared (first use this function)
camera.cxx:261: error: `GLUT_KEY_PAGE_UP' undeclared (first use this function)
camera.cxx:262: error: `GLUT_KEY_PAGE_DOWN' undeclared (first use this function)
camera.cxx:263: error: `GLUT_KEY_INSERT' undeclared (first use this function)
make[1]: *** [camera.o] Fel 1
make[1]: Leaving directory `/home/linus/Downloads/tux_aqfh-1.0.14/src'
make: *** [all-recursive] Fel 1




I realy need help


:newbie:
:confused:

t3gah 04-03-2005 04:49 AM

Do you have all of the libraries and compilers loaded for this game?

lusse92 06-05-2005 12:16 PM

What things do i need
:Pengy: :newbie: :confused: :confused: :confused: :confused: :confused:

jollyjoice 06-07-2005 03:04 PM

Quote:

Runtime Dependencies
tux_aqfh-1.0.14

>= media-libs/plib - 1.8.0
virtual/opengl
virtual/x11
= gentoo-portage listing. Prob same stuff.

azraelder 06-13-2005 10:06 AM

Tux AQFH was bit of a bugger to install, but from the output, it looks like you don't have GL or GLUT libraries installed (properly)

What sort of 3d card do you have? from memory, the GL libraries were installed from the NVidia installation. I think Glut is avaliable as an RPM as well.

Hope that helps

azraelder

lusse92 09-26-2005 09:41 AM

I have chanced to ubuntu now and I founded a deb file but the joystick doesn't work i need help with that for it works if I test it with jstest and there it works fine


All times are GMT -5. The time now is 08:49 AM.