Kirjoittaja Aihe: Tuxkartin asennus ongelma  (Luettu 1940 kertaa)

Jenkkipurkka

  • Vieras
Tuxkartin asennus ongelma
« : 18.06.10 - klo:22.11 »
Moro pitkästä aikaa. Eli latasin tuxkartin sen sivuilta (en ole asentamassa supertuxkartia)
Koodia: [Valitse]
./configure komento onnistuu mutta
Koodia: [Valitse]
make komennossa tulee tällaista
Koodia: [Valitse]
jenkkipurkka@Acer-Aspire-5315:~/tuxkart-0.4.0$ make
Making all in src
make[1]: Siirrytään hakemistoon "/home/jenkkipurkka/tuxkart-0.4.0/src"
source='start_tuxkart.cxx' object='start_tuxkart.o' libtool=no \
depfile='.deps/start_tuxkart.Po' tmpdepfile='.deps/start_tuxkart.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE=\"tuxkart\" -DVERSION=\"0.4.0\" -DX_DISPLAY_MISSING=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -DTUXKART_DATADIR=\"/usr/local/share/games/tuxkart\"  -I. -I.     -g -O2 -O6 -Wall -c -o start_tuxkart.o `test -f start_tuxkart.cxx || echo './'`start_tuxkart.cxx
In file included from start_tuxkart.cxx:2:
start_tuxkart.h:21:21: er
start_tuxkart.h:22:22: error: plib/ssg.h: Tiedostoa tai hakemistoa ei ole
start_tuxkart.h:23:21: error: plib/sl.h: Tiedostoa tai hakemistoa ei ole
start_tuxkart.h:24:21: error: plib/js.h: Tiedostoa tai hakemistoa ei ole
start_tuxkart.h:25:22: error: plib/fnt.h: Tiedostoa tai hakemistoa ei ole
start_tuxkart.h:26:21: error: plib/pu.h: Tiedostoa tai hakemistoa ei ole
start_tuxkart.cxx:18: error: expected initializer before ‘*’ token
start_tuxkart.cxx:19: error: expected initializer before ‘*’ token
start_tuxkart.cxx:20: error: expected initializer before ‘*’ token
start_tuxkart.cxx:21: error: expected initializer before ‘*’ token
start_tuxkart.cxx:22: error: expected initializer before ‘*’ token
start_tuxkart.cxx:23: error: expected initializer before ‘*’ token
start_tuxkart.cxx:24: error: expected initializer before ‘*’ token
start_tuxkart.cxx:26: error: expected initializer before ‘*’ token
start_tuxkart.cxx:30: error: expected initializer before ‘*’ token
start_tuxkart.cxx: In function ‘void switch_to_game()’:
start_tuxkart.cxx:43: error: ‘trackButtons’ was not declared in this scope
start_tuxkart.cxx:44: error: ‘numLapsText’ was not declared in this scope
start_tuxkart.cxx:46: error: ‘pleaseWaitButton’ was not declared in this scope
start_tuxkart.cxx:46: error: ‘puDeleteObject’ was not declared in this scope
start_tuxkart.cxx:47: error: ‘numLapsSlider’ was not declared in this scope
start_tuxkart.cxx:49: error: ‘playButton’ was not declared in this scope
start_tuxkart.cxx:50: error: ‘exitButton’ was not declared in this scope
start_tuxkart.cxx:52: error: ‘intro_gst’ was not declared in this scope
start_tuxkart.cxx:53: error: ‘sorority’ was not declared in this scope
start_tuxkart.cxx:54: error: ‘fnt’ was not declared in this scope
start_tuxkart.cxx: In function ‘void keyfn(int, int, int, int)’:
start_tuxkart.cxx:69: error: ‘puKeyboard’ was not declared in this scope
start_tuxkart.cxx: In function ‘void motionfn(int, int)’:
start_tuxkart.cxx:74: error: ‘puMouse’ was not declared in this scope
start_tuxkart.cxx: In function ‘void mousefn(int, int, int, int)’:
start_tuxkart.cxx:79: error: ‘puMouse’ was not declared in this scope
start_tuxkart.cxx: In function ‘void displayfn()’:
start_tuxkart.cxx:91: error: ‘GL_PROJECTION’ was not declared in this scope
start_tuxkart.cxx:91: error: ‘glMatrixMode’ was not declared in this scope
start_tuxkart.cxx:92: error: ‘glLoadIdentity’ was not declared in this scope
start_tuxkart.cxx:93: error: ‘GL_MODELVIEW’ was not declared in this scope
start_tuxkart.cxx:95: error: ‘GL_DEPTH_TEST’ was not declared in this scope
start_tuxkart.cxx:95: error: ‘glDisable’ was not declared in this scope
start_tuxkart.cxx:96: error: ‘GL_LIGHTING’ was not declared in this scope
start_tuxkart.cxx:97: error: ‘GL_FOG’ was not declared in this scope
start_tuxkart.cxx:98: error: ‘GL_CULL_FACE’ was not declared in this scope
start_tuxkart.cxx:99: error: ‘GL_ALPHA_TEST’ was not declared in this scope
start_tuxkart.cxx:100: error: ‘glOrtho’ was not declared in this scope
start_tuxkart.cxx:102: error: ‘intro_gst’ was not declared in this scope
start_tuxkart.cxx:104: error: ‘GL_QUADS’ was not declared in this scope
start_tuxkart.cxx:104: error: ‘glBegin’ was not declared in this scope
start_tuxkart.cxx:105: error: ‘glColor3f’ was not declared in this scope
start_tuxkart.cxx:106: error: ‘glTexCoord2f’ was not declared in this scope
start_tuxkart.cxx:106: error: ‘glVertex2i’ was not declared in this scope
start_tuxkart.cxx:110: error: ‘glEnd’ was not declared in this scope
start_tuxkart.cxx:114: error: ‘GL_BLEND’ was not declared in this scope
start_tuxkart.cxx:114: error: ‘glEnable’ was not declared in this scope
start_tuxkart.cxx:115: error: ‘puDisplay’ was not declared in this scope
start_tuxkart.cxx:119: error: ‘pwSwapBuffers’ was not declared in this scope
start_tuxkart.cxx: At global scope:
start_tuxkart.cxx:136: error: variable or field ‘play_cb’ declared void
start_tuxkart.cxx:136: error: ‘puObject’ was not declared in this scope
start_tuxkart.cxx:136: error: expected primary-expression before ‘)’ token
start_tuxkart.cxx:146: error: variable or field ‘exit_cb’ declared void
start_tuxkart.cxx:146: error: ‘puObject’ was not declared in this scope
start_tuxkart.cxx:146: error: expected primary-expression before ‘)’ token
start_tuxkart.cxx:154: error: variable or field ‘numLapsSlider_cb’ declared void
start_tuxkart.cxx:154: error: ‘puObject’ was not declared in this scope
start_tuxkart.cxx:154: error: expected primary-expression before ‘)’ token
start_tuxkart.cxx: In function ‘void install_material()’:
start_tuxkart.cxx:171: error: ‘intro_gst’ was not declared in this scope
start_tuxkart.cxx:171: error: expected type-specifier before ‘ssgSimpleState’
start_tuxkart.cxx:171: error: expected ‘;’ before ‘ssgSimpleState’
start_tuxkart.cxx:174: error: ‘TRUE’ was not declared in this scope
start_tuxkart.cxx:176: error: ‘TRUE’ was not declared in this scope
start_tuxkart.cxx:178: error: ‘GL_TEXTURE_2D’ was not declared in this scope
start_tuxkart.cxx:179: error: ‘GL_LIGHTING’ was not declared in this scope
start_tuxkart.cxx:180: error: ‘GL_CULL_FACE’ was not declared in this scope
start_tuxkart.cxx:182: error: ‘GL_BLEND’ was not declared in this scope
start_tuxkart.cxx:183: error: ‘GL_SMOOTH’ was not declared in this scope
start_tuxkart.cxx:184: error: ‘GL_COLOR_MATERIAL’ was not declared in this scope
start_tuxkart.cxx:186: error: ‘GL_EMISSION’ was not declared in this scope
start_tuxkart.cxx:187: error: ‘GL_SPECULAR’ was not declared in this scope
start_tuxkart.cxx:188: error: ‘GL_DIFFUSE’ was not declared in this scope
start_tuxkart.cxx:189: error: ‘GL_AMBIENT’ was not declared in this scope
start_tuxkart.cxx: In function ‘void loadTrackList()’:
start_tuxkart.cxx:195: warning: deprecated conversion from string constant to ‘char*’
start_tuxkart.cxx: In function ‘int main(int, char**)’:
start_tuxkart.cxx:262: warning: deprecated conversion from string constant to ‘char*’
start_tuxkart.cxx:269: warning: deprecated conversion from string constant to ‘char*’
start_tuxkart.cxx:272: warning: deprecated conversion from string constant to ‘char*’
start_tuxkart.cxx:293: error: ‘FALSE’ was not declared in this scope
start_tuxkart.cxx:293: error: ‘TRUE’ was not declared in this scope
start_tuxkart.cxx:293: error: ‘pwInit’ was not declared in this scope
start_tuxkart.cxx:295: error: ‘pwSetCallbacks’ was not declared in this scope
start_tuxkart.cxx:297: error: ‘puInit’ was not declared in this scope
start_tuxkart.cxx:298: error: ‘ssgInit’ was not declared in this scope
start_tuxkart.cxx:300: error: ‘fnt’ was not declared in this scope
start_tuxkart.cxx:300: error: expected type-specifier before ‘fntTexFont’
start_tuxkart.cxx:300: error: expected ‘;’ before ‘fntTexFont’
start_tuxkart.cxx:302: error: ‘sorority’ was not declared in this scope
start_tuxkart.cxx:302: error: expected type-specifier before ‘puFont’
start_tuxkart.cxx:302: error: expected ‘;’ before ‘puFont’
start_tuxkart.cxx:304: error: ‘puSetDefaultFonts’ was not declared in this scope
start_tuxkart.cxx:305: error: ‘PUSTYLE_SMALL_SHADED’ was not declared in this scope
start_tuxkart.cxx:305: error: ‘puSetDefaultStyle’ was not declared in this scope
start_tuxkart.cxx:306: error: ‘puSetDefaultColourScheme’ was not declared in this scope
start_tuxkart.cxx:308: error: ‘playButton’ was not declared in this scope
start_tuxkart.cxx:308: error: expected type-specifier before ‘puButton’
start_tuxkart.cxx:308: error: expected ‘;’ before ‘puButton’
start_tuxkart.cxx:310: error: ‘play_cb’ was not declared in this scope
start_tuxkart.cxx:313: error: ‘exitButton’ was not declared in this scope
start_tuxkart.cxx:313: error: expected type-specifier before ‘puButton’
start_tuxkart.cxx:313: error: expected ‘;’ before ‘puButton’
start_tuxkart.cxx:315: error: ‘exit_cb’ was not declared in this scope
start_tuxkart.cxx:317: error: ‘numLapsSlider’ was not declared in this scope
start_tuxkart.cxx:317: error: expected type-specifier before ‘puSlider’
start_tuxkart.cxx:317: error: expected ‘;’ before ‘puSlider’
start_tuxkart.cxx:318: error: ‘PUPLACE_ABOVE’ was not declared in this scope
start_tuxkart.cxx:321: error: ‘PUSLIDER_ALWAYS’ was not declared in this scope
start_tuxkart.cxx:323: error: ‘numLapsSlider_cb’ was not declared in this scope
start_tuxkart.cxx:325: error: ‘numLapsText’ was not declared in this scope
start_tuxkart.cxx:325: error: expected type-specifier before ‘puButton’
start_tuxkart.cxx:325: error: expected ‘;’ before ‘puButton’
start_tuxkart.cxx:326: error: ‘PUSTYLE_BOXED’ was not declared in this scope
start_tuxkart.cxx:328: error: ‘trackButtons’ was not declared in this scope
start_tuxkart.cxx:328: error: expected type-specifier before ‘puButtonBox’
start_tuxkart.cxx:328: error: expected ‘;’ before ‘puButtonBox’
start_tuxkart.cxx: At global scope:
start_tuxkart.cxx:13: warning: ‘numLaps’ defined but not used
start_tuxkart.cxx:15: warning: ‘numLapsLegend’ defined but not used
make[1]: *** [start_tuxkart.o] Virhe 1
make[1]: Poistutaan hakemistosta "/home/jenkkipurkka/tuxkart-0.4.0/src"
make: *** [all-recursive] Virhe 1

Lasse.

  • Käyttäjä
  • Viestejä: 1668
  • Techjunkie.
    • Profiili
    • Liquid Flower Games
Vs: Tuxkartin asennus ongelma
« Vastaus #1 : 22.06.10 - klo:02.06 »
Koita asentaa paketti libplib-dev ja aja configure ja make uusiksi.
Kone 1: Intel Core i5 2500K, 8GB DDR3, nVidia GTX 560 Ti 1GB, 2x1TB & 1x 250GB HDD, Windows 7 & Arch
Kone 2: Lenovo Ideapad Z370 (i5-2410M, 4GB RAM & GeForce 410M) Chakra
Google LG Nexus 4 (ParanoidAndroid)
Linuxia noin vuodesta 2004.