- Accueil
- » Forum
- » Jeux
- » Super tux kart
Pages : 1
#1 Le 13/06/2006, à 20:40
- Labruty
Super tux kart
Salut,
J'ai télécharger le jeux sur le site officiel, je le décompresse. Ensuite je fait un ./configure dans un terminal, jusque là pas de problème; mais quand je lance make dans le terminal ça me met :
$ make
Making all in src
make[1]: entrant dans le répertoire « /home/jeremy/supertuxkart-0.0.0-1/src »
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"supertuxkart\" -DVERSION=\"0.0.0\" -DHAVE_LIBSDL=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_LIBSDL_TTF=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -DSUPERTUXKART_DATADIR=\"/usr/local/share/games/supertuxkart\" -I. -I. -g -O2 -I/usr/include/SDL -D_REENTRANT -Wall -MT sdldrv.o -MD -MP -MF ".deps/sdldrv.Tpo" \
-c -o sdldrv.o `test -f 'sdldrv.cxx' || echo './'`sdldrv.cxx; \
then mv -f ".deps/sdldrv.Tpo" ".deps/sdldrv.Po"; \
else rm -f ".deps/sdldrv.Tpo"; exit 1; \
fi
Dans le fichier inclus à partir de sdldrv.cxx:28:
Driver.h:23:22: erreur: plib/ssg.h : Aucun fichier ou répertoire de ce type
Driver.h:24:21: erreur: plib/sg.h : Aucun fichier ou répertoire de ce type
Driver.h:103: erreur: «sgCoord» does not name a type
Driver.h:107: erreur: «sgCoord» does not name a type
Driver.h:109: erreur: «sgCoord» does not name a type
Driver.h:110: erreur: «sgCoord» does not name a type
Driver.h:112: erreur: «sgCoord» does not name a type
Driver.h:113: erreur: «sgCoord» does not name a type
Driver.h:117: erreur: «sgVec3» does not name a type
Driver.h:125: erreur: ISO C++ forbids declaration of «ssgBranch» with no type
Driver.h:125: erreur: expected «;» before «*» token
Driver.h:127: erreur: ISO C++ forbids declaration of «ssgTransform» with no typeDriver.h:127: erreur: expected «;» before «*» token
Driver.h:130: erreur: ISO C++ forbids declaration of «ssgTransform» with no typeDriver.h:130: erreur: expected «;» before «*» token
Driver.h:146: erreur: «sgVec3» does not name a type
Driver.h:147: erreur: «sgVec3» does not name a type
Driver.h:150: erreur: «sgVec3» has not been declared
Driver.h:150: erreur: «sgVec3» has not been declared
Driver.h:151: erreur: «sgVec3» has not been declared
Driver.h:151: erreur: «sgVec3» has not been declared
Driver.h:154: erreur: «sgVec2» does not name a type
Driver.h:155: erreur: «sgVec2» does not name a type
Driver.h:180: erreur: «sgCoord» has not been declared
Driver.h:185: erreur: ISO C++ forbids declaration of «ssgBranch» with no type
Driver.h:185: erreur: expected «;» before «*» token
Driver.h:187: erreur: expected `;' before «ssgEntity»
Driver.h:195: erreur: ISO C++ forbids declaration of «sgCoord» with no type
Driver.h:195: erreur: expected «;» before «*» token
Driver.h:200: erreur: expected `;' before «void»
Driver.h:200: erreur: «sgCoord» has not been declared
Driver.h:205: erreur: ISO C++ forbids declaration of «sgCoord» with no type
Driver.h:205: erreur: expected «;» before «*» token
Driver.h:210: erreur: expected `;' before «sgCoord»
Driver.h:210: erreur: ISO C++ forbids declaration of «sgCoord» with no type
Driver.h:210: erreur: expected «;» before «*» token
Driver.h:215: erreur: expected `;' before «void»
Driver.h:215: erreur: «sgCoord» has not been declared
Driver.h: In member function «float Driver::getDistanceDownTrack()»:
Driver.h:169: erreur: «curr_track_coords» was not declared in this scope
Driver.h: In member function «void Driver::setReset(int*)»:
Driver.h:182: erreur: «reset_pos» was not declared in this scope
Driver.h:182: erreur: «sgCopyCoord» was not declared in this scope
Driver.h: In member function «ssgEntity* Driver::getRoot()»:
Driver.h:188: erreur: «comp_model» was not declared in this scope
Driver.h: In member function «void Driver::setVelocity(int*)»:
Driver.h:202: erreur: «velocity» was not declared in this scope
Driver.h:202: erreur: «sgCopyCoord» was not declared in this scope
Driver.h: In member function «void Driver::setCoord(int*)»:
Driver.h:217: erreur: «position» was not declared in this scope
Driver.h:217: erreur: «sgCopyCoord» was not declared in this scope
ParticleSystem.h: At global scope:
ParticleSystem.h:27: erreur: «sgVec4» does not name a type
ParticleSystem.h:28: erreur: «sgVec3» does not name a type
ParticleSystem.h:29: erreur: «sgVec3» does not name a type
ParticleSystem.h:30: erreur: «sgVec3» does not name a type
ParticleSystem.h: In member function «void Particle::update(float)»:
ParticleSystem.h:39: erreur: «vel» was not declared in this scope
ParticleSystem.h:39: erreur: «acc» was not declared in this scope
ParticleSystem.h:39: erreur: «sgAddScaledVec3» was not declared in this scope
ParticleSystem.h:40: erreur: «pos» was not declared in this scope
ParticleSystem.h: In constructor «Particle::Particle()»:
ParticleSystem.h:46: erreur: «col» was not declared in this scope
ParticleSystem.h:46: erreur: «sgSetVec4» was not declared in this scope
ParticleSystem.h:47: erreur: «pos» was not declared in this scope
ParticleSystem.h:47: erreur: «sgZeroVec3» was not declared in this scope
ParticleSystem.h:48: erreur: «vel» was not declared in this scope
ParticleSystem.h:49: erreur: «acc» was not declared in this scope
ParticleSystem.h: At global scope:
ParticleSystem.h:61: erreur: expected class-name before «{» token
World.h:42: erreur: ISO C++ forbids declaration of «ssgRoot» with no type
World.h:42: erreur: expected «;» before «*» token
World.h:90: erreur: ISO C++ forbids declaration of «ssgBranch» with no type
World.h:90: erreur: expected «;» before «*» token
KartDriver.h:63: erreur: ISO C++ forbids declaration of «ssgSelector» with no type
KartDriver.h:63: erreur: expected «;» before «*» token
KartDriver.h:65: erreur: ISO C++ forbids declaration of «ssgSimpleState» with no type
KartDriver.h:65: erreur: expected «;» before «*» token
KartDriver.h:68: erreur: ISO C++ forbids declaration of «ssgTransform» with no type
KartDriver.h:68: erreur: expected «;» before «*» token
KartDriver.h:72: erreur: ISO C++ forbids declaration of «ssgTransform» with no type
KartDriver.h:72: erreur: expected «;» before «*» token
KartDriver.h:73: erreur: ISO C++ forbids declaration of «ssgTransform» with no type
KartDriver.h:73: erreur: expected «;» before «*» token
KartDriver.h:74: erreur: ISO C++ forbids declaration of «ssgTransform» with no type
KartDriver.h:74: erreur: expected «;» before «*» token
KartDriver.h:75: erreur: ISO C++ forbids declaration of «ssgTransform» with no type
KartDriver.h:75: erreur: expected «;» before «*» token
KartDriver.h:82: erreur: «ssgBranch» has not been declared
KartDriver.h: In member function «void KartDriver::addAttachment(ssgEntity*)»:
KartDriver.h:100: erreur: «attachment» was not declared in this scope
KartDriver.h:102: erreur: expected type-specifier before «ssgSelector»
KartDriver.h:102: erreur: expected `;' before «ssgSelector»
KartDriver.h:103: erreur: «getModel» was not declared in this scope
KartDriver.h:106: erreur: «attachment» was not declared in this scope
KartDriver.h: In member function «void KartDriver::attach(int, float)»:
KartDriver.h:112: erreur: «attachment» was not declared in this scope
KartDriver.h: At global scope:
KartDriver.h:142: erreur: «sgVec3» has not been declared
KartDriver.h: In constructor «TrafficDriver::TrafficDriver(World*, const KartProperties*, int)»:
KartDriver.h:145: erreur: «reset_pos» was not declared in this scope
KartDriver.h:145: erreur: «sgCopyVec3» was not declared in this scope
Controller.h: At global scope:
Controller.h:29: attention : «class Controller» has virtual functions but non-virtual destructor
PlayerDriver.h:38: attention : «class PlayerDriver» has virtual functions but non-virtual destructor
make[1]: *** [sdldrv.o] Erreur 1
make[1]: quittant le répertoire « /home/jeremy/supertuxkart-0.0.0-1/src »
make: *** [all-recursive] Erreur 1
Je comprend pas ce que ça veut dire
Merci de m'expliquer
Hors ligne
#2 Le 13/06/2006, à 20:44
- guigoz
Re : Super tux kart
sudo apt-get install tuxkart ?
Hors ligne
#3 Le 13/06/2006, à 21:41
- Labruty
Re : Super tux kart
non, le jeu c'est supertuxkart
Hors ligne
#4 Le 13/06/2006, à 21:45
- guigoz
Re : Super tux kart
ah pardon, c'est un fork?
Hors ligne
#5 Le 15/06/2006, à 20:39
- Labruty
Re : Super tux kart
Oui s'en est un.
Allez, je suis sur que quelqu'un doit savoir résoudre ça
Dernière modification par Labruty (Le 15/06/2006, à 20:39)
Hors ligne
#6 Le 15/06/2006, à 20:49
- Labruty
Re : Super tux kart
bon au final j'ai réussi tout seul, mais j'ai quelques problème : il y a un carré noir sous chaque kart et les voitures ne sont pas affichées sur la map et pas de sons sauf pour le "pon" à chaque fois que je me cogne.
Dernière modification par Labruty (Le 15/06/2006, à 20:51)
Hors ligne
#7 Le 06/11/2006, à 17:38
- guiguibu91
Re : Super tux kart
Moi aussi je n'ai pas de son et super tuxkart existe dans adept/synaptic
MS veut dire mauvais système :)
Hors ligne
#8 Le 06/11/2006, à 17:46
- Compte anonymisé
Re : Super tux kart
Il n'existe que pour Edgy dans synaptic ?
Pages : 1
- Forum
- » Jeux
- » Super tux kart