impossible d'installer word2x..... - Linux et OS Alternatifs
MarshPosté le 02-10-2002 à 20:22:29
Voila j'ai recupperer les sources et lorsque je fait ./configure j'obtient les lignes suivantes :
loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compile checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compi checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for a BSD compatible install... (cached) /usr/bin checking for getopt_long... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking whether time.h and sys/time.h may both be include checking whether struct tm is in sys/time.h or time.h... ( checking header file for SEEK_SET... (cached) <stdio.h> checking for ANSI C header files... (cached) yes checking for ctype.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking for strncasecmp... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for localtime... (cached) yes checking for fstat... (cached) yes checking for in -lsun... (cached) no checking if I know ld and c++ might not work together checking host system type... Invalid configuration `i686-u `i686-unknown' not recognized
checking target system type... Invalid configuration `i686 ne `i686-unknown' not recognized
checking build system type... Invalid configuration `i686- e `i686-unknown' not recognized
Using my ar and ranlib shell script lest c++ and ld do not creating ./config.status creating Makefile creating config.h config.h is unchanged
ensuite lors du make j'ai :
c++ -g -Wall -DHAVE_CONFIG_H -c -o reader.o reader.cc In file included from reader.h:19, from interface.h:27, from reader.cc:33: fifo.h:34: ISO C++ forbids declaration of `is_empty' with no type make: *** [reader.o] Erreur 1
Marsh Posté le 02-10-2002 à 20:22:29
Voila j'ai recupperer les sources et lorsque je fait ./configure j'obtient les lignes suivantes :
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compile
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compi
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin
checking for getopt_long... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether time.h and sys/time.h may both be include
checking whether struct tm is in sys/time.h or time.h... (
checking header file for SEEK_SET... (cached) <stdio.h>
checking for ANSI C header files... (cached) yes
checking for ctype.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strncasecmp... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for localtime... (cached) yes
checking for fstat... (cached) yes
checking for in -lsun... (cached) no
checking if I know ld and c++ might not work together
checking host system type... Invalid configuration `i686-u `i686-unknown' not recognized
checking target system type... Invalid configuration `i686 ne `i686-unknown' not recognized
checking build system type... Invalid configuration `i686- e `i686-unknown' not recognized
Using my ar and ranlib shell script lest c++ and ld do not
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
ensuite lors du make j'ai :
c++ -g -Wall -DHAVE_CONFIG_H -c -o reader.o reader.cc
In file included from reader.h:19,
from interface.h:27,
from reader.cc:33:
fifo.h:34: ISO C++ forbids declaration of `is_empty' with no type
make: *** [reader.o] Erreur 1
j'y comprend rien....
merci de m'aider