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 16/12/2007, à 00:37

andro

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

salut,

voilà  j'essaye de compiler la dernière version de k9copy, avec auto-apt et voilà  le message qu'il m'affiche:

root@dominique-laptop:/home/dominique/k9copy-1.2.1# auto-apt -i -x run ./configure
Entering auto-apt mode: ./configure
Exit the command to leave auto-apt mode.
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 for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
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 whether g++ supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
root@dominique-laptop:/home/dominique/k9copy-1.2.1#

je n'arrive pas à  trouver la solution pour passer à  la prochaine étape?

j'espère que vous trouverez


Merci

je vous montre le fichier config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = dominique-laptop
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Sun Oct 14 23:05:12 GMT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2129: checking build system type
configure:2147: result: i686-pc-linux-gnu
configure:2169: checking host system type
configure:2184: result: i686-pc-linux-gnu
configure:2206: checking target system type
configure:2221: result: i686-pc-linux-gnu
configure:2282: checking for a BSD-compatible install
configure:2338: result: /usr/bin/install -c
configure:2353: checking for -p flag to install
configure:2366: result: yes
configure:2377: checking whether build environment is sane
configure:2420: result: yes
configure:2472: checking for gawk
configure:2488: found /usr/bin/gawk
configure:2499: result: gawk
configure:2510: checking whether make sets $(MAKE)
configure:2531: result: yes
configure:2764: checking for style of include used by make
configure:2792: result: GNU
configure:2941: checking for gcc
configure:2957: found /usr/bin/gcc
configure:2968: result: gcc
configure:3206: checking for C compiler version
configure:3213: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3216: $? = 0
configure:3223: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:3226: $? = 0
configure:3233: gcc -V >&5
gcc: '-V' option must have argument
configure:3236: $? = 1
configure:3259: checking for C compiler default output file name
configure:3286: gcc     conftest.c  >&5
configure:3289: $? = 0
configure:3327: result: a.out
configure:3344: checking whether the C compiler works
configure:3354: ./a.out
configure:3357: $? = 0
configure:3374: result: yes
configure:3381: checking whether we are cross compiling
configure:3383: result: no
configure:3386: checking for suffix of executables
configure:3393: gcc -o conftest     conftest.c  >&5
configure:3396: $? = 0
configure:3420: result: 
configure:3426: checking for suffix of object files
configure:3452: gcc -c    conftest.c >&5
configure:3455: $? = 0
configure:3478: result: o
configure:3482: checking whether we are using the GNU C compiler
configure:3511: gcc -c    conftest.c >&5
configure:3517: $? = 0
configure:3534: result: yes
configure:3539: checking whether gcc accepts -g
configure:3569: gcc -c -g  conftest.c >&5
configure:3575: $? = 0
configure:3674: result: yes
configure:3691: checking for gcc option to accept ISO C89
configure:3765: gcc  -c    conftest.c >&5
configure:3771: $? = 0
configure:3794: result: none needed
configure:3814: checking dependency style of gcc
configure:3904: result: gcc3
configure:3927: checking how to run the C preprocessor
configure:3967: gcc -E  conftest.c
configure:3973: $? = 0
configure:4004: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4010: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4043: result: gcc -E
configure:4072: gcc -E  conftest.c
configure:4078: $? = 0
configure:4109: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4115: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4239: checking for g++
configure:4255: found /usr/bin/g++
configure:4266: result: g++
configure:4297: checking for C++ compiler version
configure:4304: g++ --version >&5
g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4307: $? = 0
configure:4314: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:4317: $? = 0
configure:4324: g++ -V >&5
g++: '-V' option must have argument
configure:4327: $? = 1
configure:4330: checking whether we are using the GNU C++ compiler
configure:4359: g++ -c    conftest.cpp >&5
configure:4365: $? = 0
configure:4382: result: yes
configure:4387: checking whether g++ accepts -g
configure:4417: g++ -c -g  conftest.cpp >&5
configure:4423: $? = 0
configure:4522: result: yes
configure:4547: checking dependency style of g++
configure:4637: result: gcc3
configure:4951: checking whether g++ supports -Wmissing-format-attribute
configure:4991: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wmissing-format-attribute   conftest.cpp  1>&5
configure:4997: $? = 0
configure:5024: result: yes
configure:5039: checking whether g++ supports -Wundef
configure:5079: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -Wundef   conftest.cpp  1>&5
configure:5085: $? = 0
configure:5112: result: yes
configure:5124: checking whether g++ supports -Wno-long-long
configure:5164: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -Wno-long-long   conftest.cpp  1>&5
configure:5170: $? = 0
configure:5197: result: yes
configure:5209: checking whether g++ supports -Wnon-virtual-dtor
configure:5249: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -Wnon-virtual-dtor   conftest.cpp  1>&5
configure:5255: $? = 0
configure:5282: result: yes
configure:5302: checking whether g++ supports -fno-exceptions
configure:5342: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions   conftest.cpp  1>&5
configure:5348: $? = 0
configure:5375: result: yes
configure:5387: checking whether g++ supports -fno-check-new
configure:5427: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new   conftest.cpp  1>&5
configure:5433: $? = 0
configure:5460: result: yes
configure:5472: checking whether g++ supports -fno-common
configure:5512: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common   conftest.cpp  1>&5
configure:5518: $? = 0
configure:5545: result: yes
configure:5557: checking whether g++ supports -fexceptions
configure:5597: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2   -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fexceptions   conftest.cpp  1>&5
configure:5603: $? = 0
configure:5630: result: yes
configure:6273: checking how to run the C++ preprocessor
configure:6309: g++ -E  conftest.cpp
In file included from /usr/include/limits.h:27,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11,
                 from conftest.cpp:11:
/usr/include/features.h:345:23: error: /usr/include/c++/4.1.3/gnu/stubs.h: Inappropriate ioctl for device
configure:6315: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6309: g++ -E  conftest.cpp
In file included from /usr/include/limits.h:27,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11,
                 from conftest.cpp:11:
/usr/include/features.h:345:23: error: /usr/include/c++/4.1.3/gnu/stubs.h: Inappropriate ioctl for device
configure:6315: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6309: /lib/cpp  conftest.cpp
In file included from /usr/include/limits.h:27,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11,
                 from conftest.cpp:11:
/usr/include/features.h:345:23: error: /usr/include/c++/4.1.3/gnu/stubs.h: Inappropriate ioctl for device
configure:6315: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6309: /lib/cpp  conftest.cpp
In file included from /usr/include/limits.h:27,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11,
                 from conftest.cpp:11:
/usr/include/features.h:345:23: error: /usr/include/c++/4.1.3/gnu/stubs.h: Inappropriate ioctl for device
configure:6315: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6385: result: /lib/cpp
configure:6414: /lib/cpp  conftest.cpp
In file included from /usr/include/limits.h:27,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11,
                 from conftest.cpp:11:
/usr/include/features.h:345:23: error: /usr/include/c++/4.1.3/gnu/stubs.h: Inappropriate ioctl for device
configure:6420: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6414: /lib/cpp  conftest.cpp
In file included from /usr/include/limits.h:27,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7,
                 from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11,
                 from conftest.cpp:11:
/usr/include/features.h:345:23: error: /usr/include/c++/4.1.3/gnu/stubs.h: Inappropriate ioctl for device
configure:6420: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "k9copy"
| #define VERSION "1.2.1"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:6482: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_prog_cxx_Wmissing_format_attribute=yes
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_common=yes
kde_cv_prog_cxx_fno_exceptions=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/dominique/k9copy-1.2.1/admin/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dominique/k9copy-1.2.1/admin/missing --run tar'
AR=''
ARCH_386_FALSE=''
ARCH_386_TRUE=''
ARCH_X86_64_FALSE=''
ARCH_X86_64_TRUE=''
ARCH_X86_FALSE=''
ARCH_X86_TRUE=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/dominique/k9copy-1.2.1/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/dominique/k9copy-1.2.1/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/dominique/k9copy-1.2.1/admin/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -Wformat-security -Wmissing-format-attribute'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in $(top_srcdir)/./k9devices/configure.in.in'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common'
CYGPATH_W='echo'
DBUS_INCS=''
DBUS_LIBS=''
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
GREP=''
HAL_DBUS_LIBS=''
HAL_INCS=''
HAL_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
K3B_LIBS=''
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dominique/k9copy-1.2.1/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT='o'
PACKAGE='k9copy'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='1.2.1'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMKMF=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/dominique/k9copy-1.2.1/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
psdir='${docdir}'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "k9copy"
#define VERSION "1.2.1"

configure: exit 1

(edit Lutin 16/12/07 ; je rajoute des balises code, histoire que ce soit plus lisible)

Hors ligne

#2 Le 16/12/2007, à 08:57

best_friend_fr

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Salut,

Tu as bien installe build-essential?

Que donne la commande ./configure dans le dossier ?
2 precisions:

root@dominique-laptop

Tu ne devrais pas etre en root. Utilise sudo plutot.

et quand tu as des longs fichiers, mets des balises [code ][/code ]
autour


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#3 Le 03/01/2008, à 20:01

kikibelux

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

je confirme j'ai eu le même problème pour une mise à  jour KlamAv et ça a avancé d'une étape....


actuellement sur Ubuntu 18.04 et Mint 20.1 et Arch
--------------------------------------------------------------------
Kikibelux issu de  www.loligrub.be  un LUG belge avec de la bière belge et Libre...)

Hors ligne

#4 Le 04/01/2008, à 16:16

Aurel34

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

deux idées:

- tu peux essayer d'installer g++-4.2

- si il continue à  te casser les C*à¹i::e$, tu édites le fichier configure.ac et tu enlèves toutes les lignes qui commencent par "AX_CXXCPP_CHECK_FLAG" (c'est le test qui échoue). Après tu lance autoconf, qui va te générer un nouveau script "configure" et tu pries pour que ça compile. C'est bourrin mais ça peut marcher...

#5 Le 04/01/2008, à 16:21

pef

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Question bête : as-tu installé g++ et le paquet build-essential ?

Hors ligne

#6 Le 04/01/2008, à 17:05

Aurel34

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Question bête : as-tu installé g++ et le paquet build-essential ?

@pef: à  priori oui: d'après le config.log il passe les tests de g++...

par contre le "Inappropriate ioctl for device" est bizarre: on dirait qu'il tente d'inclure un fichier inexistant. à‡a voudrait dire qu'il a un prob dans ses libs ?

@andro: tu est sous gutsy ?

#7 Le 05/01/2008, à 15:24

gene69

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

il y a des choses que les configure font comme tester des codes qui ne fonctionne pas pour verifier qu'une erreur sera bien levée.

moi ce que je comprend c'est que le # define est "accepté" par ton préprocesseur alors qu'il ne devrait pas.


Quand le berger est lâche, le loup chie de la laine.
A (draft) guide to UFO Alien-Invasion

Hors ligne

#8 Le 07/09/2008, à 17:49

EnCode

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Salut a vous,

tu as essayé d installer un environnement de developpement integré pour C++/C
(kdevelop)

...Love .Nux

#9 Le 07/09/2008, à 18:04

Link31

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Aurel34 a écrit :

par contre le "Inappropriate ioctl for device" est bizarre: on dirait qu'il tente d'inclure un fichier inexistant. à‡a voudrait dire qu'il a un prob dans ses libs ?

C'est surtout inquiétant. Je ne vois pas pourquoi GCC essaierait de faire un ioctl() exotique sur un simple fichier. Peut-être qu'un lien symbolique est cassé, ou que le système de fichiers est corrompu.

@andro : est-ce que le fichier /usr/include/c++/4.1.3/gnu/stubs.h est lisible ?

Hors ligne

#10 Le 12/09/2008, à 20:11

Bil

Re : configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Salut les dieux de la compil !!! tongue

Link31 ?

J'ai un soucis de compil pour un driver que je voulais poster sur ton topic de compilation mais peut être ici serrais plus approprié ?

Cordialement...