./configure => checking for ANSI C header files... no

Bonjour à tous,

tout est dans le titre : j’essaie de compiler gnome-color-chooser et il me manque manifestement ces “ANSI C header files”. Je ne sais pas de quoi il s’agit et je n’ai rien trouvé de concluant via gougeule…

Peut être avez vous des pistes ?

Ah oui, on me demande aussi “AIX”, qui n’existe pas dans les dépots… Avotravi, c’est grave ?

Je sais que le programme se compile et fonctionne sans ces deux trucs. Cela dit, ça m’ennuie d’avoir ces erreurs, alors qu’une recherche de “checking for ANSI C header files” dans Gougeule retourne surtout des “checking for ANSI C header files… YES”.

J’en déduis que c’est mon ordi qui a un problème. Peut être avez vous des pistes ?

J’utilise une Debian Etch - 686 assez basique.

Merci d’avance

Comment as tu installer ces sources, as tu mis libc6-dev?

Je ne les ai pas installées pour l’instant. J’avais récupéré le tar.gz il y a quelques mois sur un site aujourd’hui défunt (punk-ass-bitch.com). Je sais d’expérience que le programme s’installera tout de même sans AIX ni ces ANSI C Headers files, mais bon, c’est pas très propre, quoi.

Quant aux libc6-dev, il sont installés, pour autant que je sache. J’ai pas mon ordi sous la main donc pas de certitude possible, mais j’ai le souvenir d’avoir installé tout un tas de machins-dev, dont libc6.

Bon, je viens de faire un test et voilà qui est fort étrange pour le newbie que je suis.

J’ai téléchargé les sources d’aMule, pour voir. J’extracte, $ cd ; $ ./configure …et :

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

Qu’est ce que cela veut dire ? Est-ce parce que les sources que j’essaie de compiler (celle de gnome-color-chooser, j’entends) ont déjà été compilées précédemment ?

Normalement c’est le triplet

En gros tu as réussie la première étape.

chl.be/glmf/www.linuxmag-france.org/lm24/AA.html
ymettier.free.fr/articles_lmag/l … mag75.html

bah ça je vois bien que c’est réussi. Mais il n’empêche qu’à l’heure d’aujourd’hui -et uniquement pour gnome-color-chooser, le ./configure ne trouve toujours pas les ansi c header files, d’où mon étonnement.

[quote=“dmon”]Normalement c’est le triplet

En gros tu as réussie la première étape.[/quote]
et c’est une erreur! Si tu dois installé en root, utilise checkinstall!

Regarde dans le configure comment il fait son test…

Bah là, j’ai peur que ça dépasse complètement mes compétences… Pour le coup, je ne sais même pas où regarder. Voili un extrait du configure (je ne sais pas s’il est parlant)

[code]

{ echo “$as_me:$LINENO: checking for ANSI C header files” >&5
echo $ECHO_N “checking for ANSI C header files… $ECHO_C” >&6; }
if test “${ac_cv_header_stdc+set}” = set; then
echo $ECHO_N “(cached) $ECHO_C” >&6
else
cat >conftest.$ac_ext <<_ACEOF[/code]

Ils sortent d’où ces sources?

Alors au départ, j’ai trouvé ça sur punk-ass-bitch.org/gnome-color-chooser que l’on peut encore voir dans le cache de google. Aujourd’hui, cette adresse redirige sur un site qui n’a plus rien à voir. Faut croire que l’auteur a abandonné son logiciel, ce qui est triste.

D’après google, on le trouve sous forme de paquets sur certains dépôts Ubuntu…

Et aujourd’hui, il subsiste cette page, toujours sur Gnome Look, qui diffuse manifestement des sources. Je viens de tester et le résultat est le même (trouve pas les ANSI C header files).

Hum, il y a un fichier config.log, que donne ce fichier?

Bé il dit ça :

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

It was created by gnome-color-chooser configure 0.2.2, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

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

hostname = sanstitre
uname -m = i686
uname -r = 2.6.18-5-686
uname -s = Linux
uname -v = #1 SMP Wed Oct 3 00:12:50 UTC 2007

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

/bin/arch              = i686
/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/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1859: checking for a BSD-compatible install
configure:1915: result: /usr/bin/install -c
configure:1926: checking whether build environment is sane
configure:1969: result: yes
configure:2034: checking for gawk
configure:2050: found /usr/bin/gawk
configure:2061: result: gawk
configure:2072: checking whether make sets $(MAKE)
configure:2093: result: yes
configure:2328: checking for pkg-config
configure:2346: found /usr/bin/pkg-config
configure:2358: result: /usr/bin/pkg-config
configure:2387: checking pkg-config is at least version 0.9.0
configure:2390: result: yes
configure:2401: checking for DEPS
configure:2409: $PKG_CONFIG --exists --print-errors "gtkmm-2.4 >= 2.8.0 libglademm-2.4 >= 2.6.0 libgnome-2.0 >= 2.16.0  libgnomeuimm-2.6 >= 2.14.0 libxml-2.0 >= 2.6.0 "
configure:2412: $? = 0
configure:2427: $PKG_CONFIG --exists --print-errors "gtkmm-2.4 >= 2.8.0 libglademm-2.4 >= 2.6.0 libgnome-2.0 >= 2.16.0  libgnomeuimm-2.6 >= 2.14.0 libxml-2.0 >= 2.6.0 "
configure:2430: $? = 0
configure:2506: result: yes
configure:2526: checking for style of include used by make
configure:2554: result: GNU
configure:2581: checking for grep that handles long lines and -e
configure:2655: result: /bin/grep
configure:2660: checking for egrep
configure:2738: result: /bin/grep -E
configure:2743: checking for ANSI C header files
configure:2773:  -c   conftest.c >&5
./configure: line 2774: -c: command not found
configure:2779: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2907: result: no
configure:2931: checking for sys/types.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/types.h>
configure:2974: result: no
configure:2931: checking for sys/stat.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/stat.h>
configure:2974: result: no
configure:2931: checking for stdlib.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdlib.h>
configure:2974: result: no
configure:2931: checking for string.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <string.h>
configure:2974: result: no
configure:2931: checking for memory.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <memory.h>
configure:2974: result: no
configure:2931: checking for strings.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <strings.h>
configure:2974: result: no
configure:2931: checking for inttypes.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <inttypes.h>
configure:2974: result: no
configure:2931: checking for stdint.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:2974: result: no
configure:2931: checking for unistd.h
configure:2952:  -c   conftest.c >&5
./configure: line 2953: -c: command not found
configure:2958: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <unistd.h>
configure:2974: result: no
configure:3035: checking for gcc
configure:3051: found /usr/bin/gcc
configure:3062: result: gcc
configure:3300: checking for C compiler version
configure:3307: gcc --version >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
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:3310: $? = 0
configure:3317: 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 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:3320: $? = 0
configure:3327: gcc -V >&5
gcc: '-V' option must have argument
configure:3330: $? = 1
configure:3353: checking for C compiler default output file name
configure:3380: gcc    conftest.c  >&5
configure:3383: $? = 0
configure:3421: result: a.out
configure:3438: checking whether the C compiler works
configure:3448: ./a.out
configure:3451: $? = 0
configure:3468: result: yes
configure:3475: checking whether we are cross compiling
configure:3477: result: no
configure:3480: checking for suffix of executables
configure:3487: gcc -o conftest    conftest.c  >&5
configure:3490: $? = 0
configure:3514: result: 
configure:3520: checking for suffix of object files
configure:3546: gcc -c   conftest.c >&5
configure:3549: $? = 0
configure:3572: result: o
configure:3576: checking whether we are using the GNU C compiler
configure:3605: gcc -c   conftest.c >&5
configure:3611: $? = 0
configure:3628: result: yes
configure:3633: checking whether gcc accepts -g
configure:3663: gcc -c -g  conftest.c >&5
configure:3669: $? = 0
configure:3768: result: yes
configure:3785: checking for gcc option to accept ISO C89
configure:3859: gcc  -c -g -O2  conftest.c >&5
configure:3865: $? = 0
configure:3888: result: none needed
configure:3908: checking dependency style of gcc
configure:3998: result: gcc3
configure:4020: checking how to run the C preprocessor
configure:4060: gcc -E  conftest.c
configure:4066: $? = 0
configure:4097: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4103: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4136: result: gcc -E
configure:4165: gcc -E  conftest.c
configure:4171: $? = 0
configure:4202: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4208: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4246: checking for AIX
configure:4268: result: no
configure:4274: checking for library containing strerror
configure:4315: gcc -o conftest -g -O2   conftest.c  >&5
configure:4321: $? = 0
configure:4349: result: none required
configure:4367: checking minix/config.h usability
configure:4384: gcc -c -g -O2  conftest.c >&5
conftest.c:43:26: error: minix/config.h: No such file or directory
configure:4390: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4404: result: no
configure:4408: checking minix/config.h presence
configure:4423: gcc -E  conftest.c
conftest.c:10:26: error: minix/config.h: No such file or directory
configure:4429: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4443: result: no
configure:4476: checking for minix/config.h
configure:4483: result: no
configure:4512: checking for ANSI C header files
configure:4676: result: no
configure:4747: checking for g++
configure:4763: found /usr/bin/g++
configure:4774: result: g++
configure:4805: checking for C++ compiler version
configure:4812: g++ --version >&5
g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
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:4815: $? = 0
configure:4822: 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 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:4825: $? = 0
configure:4832: g++ -V >&5
g++: '-V' option must have argument
configure:4835: $? = 1
configure:4838: checking whether we are using the GNU C++ compiler
configure:4867: g++ -c   conftest.cpp >&5
configure:4873: $? = 0
configure:4890: result: yes
configure:4895: checking whether g++ accepts -g
configure:4925: g++ -c -g  conftest.cpp >&5
configure:4931: $? = 0
configure:5030: result: yes
configure:5055: checking dependency style of g++
configure:5145: result: gcc3
configure:5167: checking how to run the C++ preprocessor
configure:5203: g++ -E  conftest.cpp
configure:5209: $? = 0
configure:5240: g++ -E  conftest.cpp
conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
configure:5246: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5279: result: g++ -E
configure:5308: g++ -E  conftest.cpp
configure:5314: $? = 0
configure:5345: g++ -E  conftest.cpp
conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
configure:5351: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gnome-color-chooser"
| #define PACKAGE_TARNAME "gnome-color-chooser"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "gnome-color-chooser 0.2.2"
| #define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
| #define PACKAGE "gnome-color-chooser"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5399: checking whether C++ has bool
configure:5420: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:5423: $? = 0
configure:5429: ./conftest
configure:5432: $? = 0
configure:5434: result: yes
configure:5455: checking whether C++ has buggy scoping in for-loops
configure:5481: g++ -c -g -O2  conftest.cpp >&5
In file included from /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/iostream.h:31,
                 from conftest.cpp:10:
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
configure:5487: $? = 0
configure:5492: result: no
configure:5509: checking whether user wants assertions
configure:5521: result: yes
configure:5540: checking build system type
configure:5558: result: i686-pc-linux-gnu
configure:5581: checking host system type
configure:5596: result: i686-pc-linux-gnu
configure:5636: checking whether user wants warnings
configure:5646: result: no
configure:5711: checking for a BSD-compatible install
configure:5767: result: /usr/bin/install -c
configure:5778: checking whether make sets $(MAKE)
configure:5799: result: yes
configure:5821: checking for intltool >= 0.35.0
configure:5828: result: 0.35.5 found
configure:5884: checking for perl
configure:5902: found /usr/bin/perl
configure:5914: result: /usr/bin/perl
configure:5933: checking for XML::Parser
configure:5936: result: ok
configure:5947: checking for iconv
configure:5965: found /usr/bin/iconv
configure:5978: result: /usr/bin/iconv
configure:5988: checking for msgfmt
configure:6006: found /usr/bin/msgfmt
configure:6019: result: /usr/bin/msgfmt
configure:6029: checking for msgmerge
configure:6047: found /usr/bin/msgmerge
configure:6060: result: /usr/bin/msgmerge
configure:6070: checking for xgettext
configure:6088: found /usr/bin/xgettext
configure:6101: result: /usr/bin/xgettext
configure:6138: gcc -o conftest -g -O2   conftest.c  >&5
configure:6144: $? = 0
configure:6286: checking locale.h usability
configure:6303: gcc -c -g -O2  conftest.c >&5
configure:6309: $? = 0
configure:6323: result: yes
configure:6327: checking locale.h presence
configure:6342: gcc -E  conftest.c
configure:6348: $? = 0
configure:6362: result: yes
configure:6395: checking for locale.h
configure:6403: result: yes
configure:6417: checking for LC_MESSAGES
configure:6443: gcc -o conftest -g -O2   conftest.c  >&5
configure:6449: $? = 0
configure:6466: result: yes
configure:6495: checking libintl.h usability
configure:6512: gcc -c -g -O2  conftest.c >&5
configure:6518: $? = 0
configure:6532: result: yes
configure:6536: checking libintl.h presence
configure:6551: gcc -E  conftest.c
configure:6557: $? = 0
configure:6571: result: yes
configure:6604: checking for libintl.h
configure:6611: result: yes
configure:6622: checking for ngettext in libc
configure:6650: gcc -o conftest -g -O2   conftest.c  >&5
configure:6656: $? = 0
configure:6674: result: yes
configure:6678: checking for dgettext in libc
configure:6706: gcc -o conftest -g -O2   conftest.c  >&5
configure:6712: $? = 0
configure:6730: result: yes
configure:6739: checking for bind_textdomain_codeset
configure:6795: gcc -o conftest -g -O2   conftest.c  >&5
configure:6801: $? = 0
configure:6819: result: yes
configure:7306: checking for msgfmt
configure:7333: result: /usr/bin/msgfmt
configure:7346: checking for dcgettext
configure:7402: gcc -o conftest -g -O2   conftest.c   >&5
conftest.c:39: warning: conflicting types for built-in function 'dcgettext'
configure:7408: $? = 0
configure:7426: result: yes
configure:7437: checking if msgfmt accepts -c
configure:7452: msgfmt -c -o /dev/null conftest.foo
configure:7455: $? = 0
configure:7457: result: yes
configure:7467: checking for gmsgfmt
configure:7498: result: /usr/bin/msgfmt
configure:7508: checking for xgettext
configure:7535: result: /usr/bin/xgettext
configure:7564: gcc -o conftest -g -O2   conftest.c   >&5
configure:7570: $? = 0
configure:7926: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gnome-color-chooser config.status 0.2.2, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on sanstitre

config.status:714: creating Makefile
config.status:714: creating debian_create_deb
config.status:714: creating README
config.status:714: creating doc/Makefile
config.status:714: creating m4/Makefile
config.status:714: creating src/Makefile
config.status:714: creating po/Makefile.in
config.status:714: creating config.h
config.status:978: executing depfiles commands
config.status:978: executing intltool commands
config.status:978: executing default-1 commands
config.status:978: executing po/stamp-it commands

## ---------------- ##
## 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_DEPS_CFLAGS_set=
ac_cv_env_DEPS_CFLAGS_value=
ac_cv_env_DEPS_LIBS_set=
ac_cv_env_DEPS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_inttypes_h=no
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=no
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=no
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=no
ac_cv_header_string_h=no
ac_cv_header_strings_h=no
ac_cv_header_sys_stat_h=no
ac_cv_header_sys_types_h=no
ac_cv_header_unistd_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
pkg_cv_DEPS_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeuimm-2.6 -I/usr/lib/libgnomeuimm-2.6/include -I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include -I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-vfsmm-2.6 -I/usr/lib/gnome-vfsmm-2.6/include -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1  '
pkg_cv_DEPS_LIBS='-pthread -lgnomeuimm-2.6 -lgnomemm-2.6 -lgnomecanvasmm-2.6 -lgconfmm-2.6 -lglademm-2.4 -lgnomeui-2 -lSM -lICE -lgnomevfsmm-2.6 -lgtkmm-2.4 -lglade-2.0 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lglibmm-2.4 -lgnomevfs-2 -lsigc-2.0 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lxml2  '

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

ACLOCAL='${SHELL} /home/inconnu/Desktop/gnome-color-chooser-0.2.2/missing --run aclocal-1.9'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/inconnu/Desktop/gnome-color-chooser-0.2.2/missing --run tar'
AUTOCONF='${SHELL} /home/inconnu/Desktop/gnome-color-chooser-0.2.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/inconnu/Desktop/gnome-color-chooser-0.2.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/inconnu/Desktop/gnome-color-chooser-0.2.2/missing --run automake-1.9'
AWK='gawk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPS_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeuimm-2.6 -I/usr/lib/libgnomeuimm-2.6/include -I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include -I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-vfsmm-2.6 -I/usr/lib/gnome-vfsmm-2.6/include -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1  '
DEPS_LIBS='-pthread -lgnomeuimm-2.6 -lgnomemm-2.6 -lgnomecanvasmm-2.6 -lgconfmm-2.6 -lglademm-2.4 -lgnomeui-2 -lSM -lICE -lgnomevfsmm-2.6 -lgtkmm-2.4 -lglade-2.0 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lglibmm-2.4 -lgnomevfs-2 -lsigc-2.0 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lxml2  '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GETTEXT_PACKAGE='gnome-color-chooser'
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_ICONV='/usr/bin/iconv'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT='/usr/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/bin/msgmerge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XGETTEXT='/usr/bin/xgettext'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/inconnu/Desktop/gnome-color-chooser-0.2.2/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
OBJEXT='o'
PACKAGE='gnome-color-chooser'
PACKAGE_BUGREPORT='JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>'
PACKAGE_NAME='gnome-color-chooser'
PACKAGE_STRING='gnome-color-chooser 0.2.2'
PACKAGE_TARNAME='gnome-color-chooser'
PACKAGE_VERSION='0.2.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='0.2.2'
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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'
canonical_host_type='i686-pc-linux-gnu'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/inconnu/Desktop/gnome-color-chooser-0.2.2/install-sh'
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'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "gnome-color-chooser"
#define PACKAGE_TARNAME "gnome-color-chooser"
#define PACKAGE_VERSION "0.2.2"
#define PACKAGE_STRING "gnome-color-chooser 0.2.2"
#define PACKAGE_BUGREPORT "JackTheDipper \<gnome-color-chooser\@punk-ass-bitch.org\>"
#define PACKAGE "gnome-color-chooser"
#define VERSION "0.2.2"
#define YOUR_OS "i686-pc-linux-gnu"
#define GETTEXT_PACKAGE "gnome-color-chooser"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1

configure: exit 0

Essaye en faisant
$ CC=gcc ./configure

Beuh, ça change rien :neutral_face:

Mais merci d’essayer :smt003

C’est le compilateur qui n’est pas détecté (regarde au début, il ne fait pas «gcc -c …» mais «-c …» dans le config.log
Ça m’agace car je ne vois pas où est le bug dans le configure

Bon, je viens de voir chez moi, il y a un problème dans la détection de l’arborescence C. C’est curieux car c’est un code générique (d’autoconf en l’occurrence) et c’est le même que celui de openssh par exemple à peu de chose près. Donc c’est au début que ça coince dans l’initialisation. Je n’ai pas le temps de chercher plus avant mais même si tu arrives à lui faire trouver gcc (j’y suis arrivé), il ne trouve pas les .h classiques, dont c’est une grosse galère…

Là, ça dépasse complètement mes compétences. Si je décide de ne pas en tenir compte et que je l’installe quand même tel quel, je risque quelque chose ?

J’ai tenté l’expérience sur une autre Debian (j’ai évidemment eu le même problème) : j’ai pu installer et désinstaller le programme (et l’utiliser entretemps). Je pourrais le refaire dans l’instant, cependant, est-ce bien raisonnable (et sans risque)?

Mais comment as tu quelque chose à installer dans la mesure où il n’arrive pas à compiler?
Si il compile tu peux y aller sans risque.
Pour installer, utilises checkinstall ou bien fabrique le paquet via le debian/rules:

$ fakeroot dpkg-buildpackage -b -uc
ou si ça coince
$ fakeroot debian/rules binary

Tu as un paquet crée et tu l’installes

ben le fait est que j’arrive à le compiler comme ça, même avec ces erreurs (et qu’en plus, ça marche).

Je crois que je vais tester ta solution et tenter de générer un paquet. Je vous tiens au courant

Merci en tout cas ! :smt006