Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/01/2008, à 19:23

foxylechou

impossible de compiler

salut à  tous, ca fait 4000 fois que j'ai ce problême quand j'installe un logiciel par les codes sources :
Là , c'est pour installer la version beta de X-moto 0.4 [donc pas dans les dépots]
Voilà , j'éspere que l'on pourra m'aider

jerome@A:~/xmoto-0.4.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 g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
configure: error: "sqlite3 required"
jerome@A:~/xmoto-0.4.0$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
jerome@A:~/xmoto-0.4.0$


J'ai déjà  installer sqlite3!
neutral


"make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."

c'est ca qui revient à  chaque installation apres ./configure


ofwgkta
------------------------------------------------------------------

Hors ligne

#2 Le 07/01/2008, à 19:58

Astier

Re : impossible de compiler

Il faut installer les paquets -dev : sqlite3-dev (s'il existe bien sous ce nom).

A+

Hors ligne

#3 Le 07/01/2008, à 20:48

foxylechou

Re : impossible de compiler

merci, je vais essayer smile


ofwgkta
------------------------------------------------------------------

Hors ligne

#4 Le 07/01/2008, à 20:49

foxylechou

Re : impossible de compiler

le paquet n'éxiste pas, et quand j'ai installer sqlite3, il ne me l'a pas proposé...


ofwgkta
------------------------------------------------------------------

Hors ligne

#5 Le 17/11/2008, à 17:07

Landru29

Re : impossible de compiler

sudo apt-get install libsqlite3-dev