- Accueil
- » Forum
- » Jeux
- » Xmoto[resolu]
Pages : 1
#1 Le 03/08/2006, à 17:38
- yorukaze
Xmoto[resolu]
je vous presente Xmoto un jeu de moto 2D trés prenant
http://xmoto.sourceforge.net/
Maintenant que vous connaissez pouvez vous me dire comment l'installer?J'ai install2 la 0.1 dispo avec les depots debian mais j'aimerais la 0.2.0.
Je l'est Dl mais quand je suis ce que le fichier install dit ca ne marche pas :'(
Quelqu'un pourrait mettre ca dans les depots?Ca serai simple pour des noob comme moi
merci
seb@ACER:~$ cd /home/seb/xmoto-0.2.0
seb@ACER:~/xmoto-0.2.0$ ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
seb@ACER:~/xmoto-0.2.0$ make
bash: make : commande introuvable
seb@ACER:~/xmoto-0.2.0$
PS ci dessus c'est mon log
Dernière modification par yorukaze (Le 06/08/2006, à 16:31)
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#2 Le 03/08/2006, à 17:40
- Stemp
Re : Xmoto[resolu]
Salut,
Installe le paquet build-essential (qui contient le compilateur et autres logiciels utiles)
[Édition] : xmoto est disponible dans les dépôts Ubuntu !
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#3 Le 03/08/2006, à 17:50
- yorukaze
Re : Xmoto[resolu]
merci de ton aide mais ca ne marche toujours quand je suis l'install text.
dans les depots ubuntu tu sais quelle version c'est?
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#4 Le 03/08/2006, à 17:51
- Stemp
Re : Xmoto[resolu]
xmoto:
Installé : (aucun)
Candidat : 0.1.10-1ubuntu2
Table de version :
0.1.10-1ubuntu2 0
500 http://fr.archive.ubuntu.com dapper/universe Packages
500 http://archive.ubuntu.com dapper/universe Packages
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#5 Le 03/08/2006, à 17:54
- yorukaze
Re : Xmoto[resolu]
ba voila c'est celle que j'ai mais je cherche la 0.2 il y a d'enorme changement de fait
je comprends pas pourquoi ca marche pas il me dit qu'il n'y pas de regles pour le makefile ou pas de cible
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#6 Le 03/08/2006, à 18:17
- Stemp
Re : Xmoto[resolu]
Le ./configure c'est bien passé ? pas d'erreurs ?
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#7 Le 03/08/2006, à 18:21
- Donk
Re : Xmoto[resolu]
avant de faire un make, il faut que la commande ./configure se termine sans erreur
Hors ligne
#8 Le 03/08/2006, à 18:35
- yorukaze
Re : Xmoto[resolu]
voila ce que j'obtiens pour le ./configure
seb@ACER:~$ cd /home/seb/xmoto-0.2.0
seb@ACER:~/xmoto-0.2.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for jpeg_CreateCompress in -ljpeg... no
configure: error: libjpeg required
seb@ACER:~/xmoto-0.2.0$
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#9 Le 03/08/2006, à 18:44
- lululaglue
Re : Xmoto[resolu]
Fais une recherche de libjpeg dans synaptic, il te manque une librairie.
http://www.jeuxlinux.fr/ - l'actualité du jeu sous linux.
http://www.gimp-session.net/ - tuto & aide pour the gimp.
Hors ligne
#10 Le 03/08/2006, à 18:49
- yorukaze
Re : Xmoto[resolu]
ba j'ai libjpeg-progs et libjpeg62 d'installé ca suffit pas?
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#11 Le 03/08/2006, à 18:52
- Donk
Re : Xmoto[resolu]
il faut que tu installes le paquet libjpeg62-dev
Hors ligne
#12 Le 03/08/2006, à 19:01
- yorukaze
Re : Xmoto[resolu]
ok donc j'avance j'ai installé 2autres librairies libpng et libbz2 mais SDL je sais pas quoi installé voila mon log
seb@ACER:~$ cd /home/seb
seb@ACER:~$ cd /home/seb/xmoto-0.2.0
seb@ACER:~/xmoto-0.2.0$ .:configure
bash: .:configure : commande introuvable
seb@ACER:~/xmoto-0.2.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for jpeg_CreateCompress in -ljpeg... yes
checking for png_read_image in -lpng... yes
checking for uncompress in -lz... yes
checking for BZ2_bzReadOpen in -lbz2... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.0.0... yes
checking for Mix_OpenAudio in -lSDL_mixer... no
configure: error: SDL_mixer required
seb@ACER:~/xmoto-0.2.0$
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#13 Le 03/08/2006, à 19:02
- yorukaze
Re : Xmoto[resolu]
pardon j'ai rien dit j'ai trouvé le sdl
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#14 Le 03/08/2006, à 19:10
- yorukaze
Re : Xmoto[resolu]
voila c'est bon merci a vous parce que grace a vous j'ai fait ma premiere "vrai" install sans passer par synaptic
bonne soirée a vous
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#15 Le 03/08/2006, à 19:43
- Stemp
Re : Xmoto[resolu]
Cool
N'oublie pas de modifier ton premier message et de changer le titre en [Résolu]
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#16 Le 06/08/2006, à 16:30
- yorukaze
Re : Xmoto[resolu]
euh je veux bien mettre en resolu mais je trouves pas ou c'est
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
#17 Le 06/08/2006, à 16:31
- yorukaze
Re : Xmoto[resolu]
en fait non comme tu as pu le voir c'est bon
merci quand meme
Celui qui aime à apprendre est bien pres du savoir. (Confucius)
Hors ligne
Pages : 1
- Forum
- » Jeux
- » Xmoto[resolu]