Roller Coaster 2000

Reinhold Betzen <[email protected]>
Newsgroups gmane.linux.suse.programming
Message-ID <[email protected]>
  Hallo Liste habe die Zeitschrift linux-user erhalten und versuche
jetzt Roller Coaster 2000  zu-instrallieren.



      Bekomme error meldungen  siehe Anlage.



                  Danke Gruss Reinhold

-- 
Um die Liste abzubestellen, schicken Sie eine Mail an:
    [email protected]
Um eine Liste aller verfügbaren Kommandos zu bekommen, schicken
Sie eine Mail an: [email protected]
Roller Coaster (text/plain, 10.8 KB)
reinhold@linux:~> cd entpack2
reinhold@linux:~/entpack2> cd rollercoaster-1.1.0-src
reinhold@linux:~/entpack2/rollercoaster-1.1.0-src> ./configure
bash: ./configure: Datei oder Verzeichnis nicht gefunden
reinhold@linux:~/entpack2/rollercoaster-1.1.0-src> make
gcc -Wall -c -O3 -ffast-math -march=i686 -mfpmath=sse -msse -o obj/roller.o roller.c
roller.c:27:19: GL/gl.h: Datei oder Verzeichnis nicht gefunden
roller.c:28:20: GL/glu.h: Datei oder Verzeichnis nicht gefunden
roller.c:29:21: GL/glut.h: Datei oder Verzeichnis nicht gefunden
In file included from roller.c:44:
glbmp.h:27:19: GL/gl.h: Datei oder Verzeichnis nicht gefunden
In file included from roller.c:44:
glbmp.h:124: error: parse error before "GLuint"
glbmp.h:124: warning: no semicolon at end of struct or union
glbmp.h:136: error: parse error before "texWrapS"
glbmp.h:136: warning: type defaults to `int' in declaration of `texWrapS'
glbmp.h:136: warning: data definition has no type or storage class
glbmp.h:137: error: parse error before "texWrapT"
glbmp.h:137: warning: type defaults to `int' in declaration of `texWrapT'
glbmp.h:137: warning: data definition has no type or storage class
glbmp.h:138: error: parse error before "minFilter"
glbmp.h:138: warning: type defaults to `int' in declaration of `minFilter'
glbmp.h:138: warning: data definition has no type or storage class
glbmp.h:139: error: parse error before "magFilter"
glbmp.h:139: warning: type defaults to `int' in declaration of `magFilter'
glbmp.h:139: warning: data definition has no type or storage class
glbmp.h:142: error: parse error before '}' token
glbmp.h:142: warning: type defaults to `int' in declaration of `glBmpImage'
glbmp.h:142: warning: data definition has no type or storage class
glbmp.h:145: error: parse error before '*' token
glbmp.h:147: error: parse error before '*' token
glbmp.h:150: error: parse error before '*' token
glbmp.h:152: error: parse error before '*' token
glbmp.h:153: error: parse error before '*' token
glbmp.h:154: error: parse error before '*' token
glbmp.h:155: error: parse error before '*' token
glbmp.h:157: error: parse error before '*' token
glbmp.h:158: error: parse error before '*' token
glbmp.h:159: error: parse error before '*' token
glbmp.h:160: error: parse error before '*' token
glbmp.h:161: error: parse error before '*' token
glbmp.h:163: error: parse error before '*' token
glbmp.h:164: error: parse error before '*' token
glbmp.h:165: error: parse error before '*' token
glbmp.h:167: error: parse error before '*' token
glbmp.h:168: error: parse error before '*' token
glbmp.h:170: error: parse error before '*' token
glbmp.h:171: error: parse error before '*' token
glbmp.h:173: error: parse error before '*' token
glbmp.h:174: error: parse error before '*' token
glbmp.h:176: error: parse error before '*' token
roller.c:103: error: parse error before "grass"
roller.c:103: warning: type defaults to `int' in declaration of `grass'
roller.c:103: warning: data definition has no type or storage class
roller.c:106: error: parse error before "LoadGLTextures"
roller.c:107: warning: return type defaults to `int'
roller.c: In function `LoadGLTextures':
roller.c:121: error: `GL_LINEAR_MIPMAP_NEAREST' undeclared (first use in this function)
roller.c:121: error: (Each undeclared identifier is reported only once
roller.c:121: error: for each function it appears in.)
roller.c:121: error: `GL_LINEAR' undeclared (first use in this function)
roller.c:122: error: `GL_REPEAT' undeclared (first use in this function)
roller.c: In function `InitGL':
roller.c:129: warning: implicit declaration of function `glEnable'
roller.c:129: error: `GL_DEPTH_TEST' undeclared (first use in this function)
roller.c:130: warning: implicit declaration of function `glDepthFunc'
roller.c:130: error: `GL_LESS' undeclared (first use in this function)
roller.c:131: warning: implicit declaration of function `glClearColor'
roller.c:132: warning: implicit declaration of function `glClearDepth'
roller.c:133: warning: implicit declaration of function `glDisable'
roller.c:133: error: `GL_LINE_SMOOTH' undeclared (first use in this function)
roller.c:134: error: `GL_POINT_SMOOTH' undeclared (first use in this function)
roller.c:135: error: `GL_POLYGON_SMOOTH' undeclared (first use in this function)
roller.c:136: warning: implicit declaration of function `glShadeModel'
roller.c:136: error: `GL_SMOOTH' undeclared (first use in this function)
roller.c:137: error: `GL_LIGHTING' undeclared (first use in this function)
roller.c:138: error: `GL_BLEND' undeclared (first use in this function)
roller.c:139: error: `GL_COLOR_MATERIAL' undeclared (first use in this function)
roller.c:140: error: `GL_NORMALIZE' undeclared (first use in this function)
roller.c:141: error: `GL_SCISSOR_TEST' undeclared (first use in this function)
roller.c:142: error: `GL_STENCIL_TEST' undeclared (first use in this function)
roller.c:144: error: `GL_DITHER' undeclared (first use in this function)
roller.c:145: error: `GL_CULL_FACE' undeclared (first use in this function)
roller.c:146: warning: implicit declaration of function `glCullFace'
roller.c:146: error: `GL_BACK' undeclared (first use in this function)
roller.c:147: warning: implicit declaration of function `glPolygonMode'
roller.c:147: error: `GL_FRONT' undeclared (first use in this function)
roller.c:147: error: `GL_FILL' undeclared (first use in this function)
roller.c:148: warning: implicit declaration of function `glFrontFace'
roller.c:148: error: `GL_CCW' undeclared (first use in this function)
roller.c:150: warning: implicit declaration of function `glHint'
roller.c:150: error: `GL_PERSPECTIVE_CORRECTION_HINT' undeclared (first use in this function)
roller.c:150: error: `GL_NICEST' undeclared (first use in this function)
roller.c:163: warning: implicit declaration of function `glMatrixMode'
roller.c:163: error: `GL_MODELVIEW' undeclared (first use in this function)
roller.c:164: warning: implicit declaration of function `glLoadIdentity'
roller.c: In function `ReSizeGLScene':
roller.c:181: error: `GL_PROJECTION' undeclared (first use in this function)
roller.c:186: warning: implicit declaration of function `glFrustum'
roller.c:192: error: `GL_MODELVIEW' undeclared (first use in this function)
roller.c: In function `InitCouleurs':
roller.c:599: error: syntax error before "LightAmbient"
roller.c:600: error: syntax error before "LightDiffuse"
roller.c:608: error: `LightDiffuse' undeclared (first use in this function)
roller.c:608: error: `LightAmbient' undeclared (first use in this function)
roller.c: In function `drawTuyau0':
roller.c:646: warning: implicit declaration of function `glBegin'
roller.c:646: error: `GL_QUAD_STRIP' undeclared (first use in this function)
roller.c:650: warning: implicit declaration of function `glColor3fv'
roller.c:651: warning: implicit declaration of function `glVertex3fv'
roller.c:656: warning: implicit declaration of function `glEnd'
roller.c: In function `drawTuyau':
roller.c:685: error: `GL_QUAD_STRIP' undeclared (first use in this function)
roller.c:700: error: `GL_TRIANGLE_STRIP' undeclared (first use in this function)
roller.c: In function `drawLiens':
roller.c:784: error: `GL_QUAD_STRIP' undeclared (first use in this function)
roller.c: In function `drawSkyAndGround':
roller.c:815: error: `GL_QUAD_STRIP' undeclared (first use in this function)
roller.c:816: warning: implicit declaration of function `glColor3f'
roller.c:817: warning: implicit declaration of function `glVertex3f'
roller.c:863: error: `GL_TEXTURE_2D' undeclared (first use in this function)
roller.c:866: error: `GL_TRIANGLE_FAN' undeclared (first use in this function)
roller.c:867: warning: implicit declaration of function `glTexCoord2f'
roller.c: In function `drawEverything':
roller.c:887: warning: implicit declaration of function `glGetFloatv'
roller.c:887: error: `GL_MODELVIEW_MATRIX' undeclared (first use in this function)
roller.c:888: error: `GL_PROJECTION_MATRIX' undeclared (first use in this function)
roller.c: In function `fade':
roller.c:905: error: `GL_MODELVIEW' undeclared (first use in this function)
roller.c:907: error: `GL_PROJECTION' undeclared (first use in this function)
roller.c:908: warning: implicit declaration of function `glPushMatrix'
roller.c:910: error: `GL_BLEND' undeclared (first use in this function)
roller.c:911: warning: implicit declaration of function `glBlendFunc'
roller.c:911: error: `GL_SRC_ALPHA' undeclared (first use in this function)
roller.c:911: error: `GL_ONE_MINUS_SRC_ALPHA' undeclared (first use in this function)
roller.c:912: warning: implicit declaration of function `glColor4f'
roller.c:913: warning: implicit declaration of function `glRectf'
roller.c:915: warning: implicit declaration of function `glPopMatrix'
roller.c: At top level:
roller.c:920: error: parse error before "DrawGLScene0"
roller.c:921: warning: return type defaults to `int'
roller.c: In function `DrawGLScene0':
roller.c:936: warning: implicit declaration of function `glutSetWindowTitle'
roller.c:951: warning: implicit declaration of function `glDrawBuffer'
roller.c:951: error: `GL_BACK_RIGHT' undeclared (first use in this function)
roller.c:952: warning: implicit declaration of function `glClear'
roller.c:952: error: `GL_COLOR_BUFFER_BIT' undeclared (first use in this function)
roller.c:952: error: `GL_DEPTH_BUFFER_BIT' undeclared (first use in this function)
roller.c:953: error: `GL_PROJECTION' undeclared (first use in this function)
roller.c:961: error: `GL_MODELVIEW' undeclared (first use in this function)
roller.c:964: warning: implicit declaration of function `gluLookAt'
roller.c:981: error: `GL_BACK_LEFT' undeclared (first use in this function)
roller.c: At top level:
roller.c:1043: error: parse error before "DrawGLScene"
roller.c:1043: error: parse error before "roll_angle"
roller.c:1044: warning: return type defaults to `int'
roller.c: In function `DrawGLScene':
roller.c:1095: error: `roll_angle' undeclared (first use in this function)
roller.c:1100: error: `pitch_angle' undeclared (first use in this function)
roller.c:1110: error: `GL_BACK_RIGHT' undeclared (first use in this function)
roller.c:1112: error: `GL_DEPTH_BUFFER_BIT' undeclared (first use in this function)
roller.c:1113: error: `GL_PROJECTION' undeclared (first use in this function)
roller.c:1121: error: `GL_MODELVIEW' undeclared (first use in this function)
roller.c:1137: error: `GL_BACK_LEFT' undeclared (first use in this function)
roller.c:1215: warning: implicit declaration of function `glFlush'
roller.c: In function `DrawRoller':
roller.c:1286: error: `GL_BACK_RIGHT' undeclared (first use in this function)
roller.c:1287: error: `GL_COLOR_BUFFER_BIT' undeclared (first use in this function)
roller.c:1287: error: `GL_DEPTH_BUFFER_BIT' undeclared (first use in this function)
roller.c:1288: error: `GL_BACK_LEFT' undeclared (first use in this function)
roller.c:1303: warning: implicit declaration of function `glViewport'
roller.c:1305: warning: implicit declaration of function `glutSwapBuffers'
make: *** [obj/roller.o] Fehler 1
reinhold@linux:~/entpack2/rollercoaster-1.1.0-src>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.