Le Vendredi 19 Mai 2006 10:12, Sam Hocevar a écrit :
> On Thu, May 18, 2006, Daniel Schepler wrote:
> > Package: libcaca
> > Version: 0.9-5.1
> > Severity: serious
> >
> > From my pbuilder build log:
> >
> > ...
> > checking slang/slang.h usability... no
> > checking slang/slang.h presence... no
> > checking for slang/slang.h... no
> > checking for X... libraries , headers in standard search path
> > checking for XOpenDisplay in -lX11... no
> > checking X11/XKBlib.h usability... yes
> > checking X11/XKBlib.h presence... yes
> > checking for X11/XKBlib.h... yes
> > configure: error: cannot find X11 development files
> > make: *** [configure-stamp] Error 1
>
>    Can you please send me a copy of the resulting config.log?
>
> Thanks,

Here it is.
-- 
Daniel Schepler
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.59.  Invocation command line was

  $ ./configure --build i486-linux-gnu --mandir=${prefix}/share/man --infodir=${prefix}/share/info --enable-ncurses --enable-slang --enable-x11 --enable-imlib2 --enable-doc --prefix=/usr

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

hostname = frobnitz
uname -m = i686
uname -r = 2.6.16-1-686
uname -s = Linux
uname -v = #2 Thu May 4 18:22:23 UTC 2006

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

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

PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


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

configure:1354: checking build system type
configure:1372: result: i486-pc-linux-gnu
configure:1380: checking host system type
configure:1394: result: i486-pc-linux-gnu
configure:1402: checking target system type
configure:1416: result: i486-pc-linux-gnu
configure:1445: checking for a BSD-compatible install
configure:1500: result: /usr/bin/install -c
configure:1511: checking whether build environment is sane
configure:1554: result: yes
configure:1587: checking for gawk
configure:1616: result: no
configure:1587: checking for mawk
configure:1603: found /usr/bin/mawk
configure:1613: result: mawk
configure:1623: checking whether make sets $(MAKE)
configure:1643: result: yes
configure:1810: checking whether to enable maintainer-specific portions of Makefiles
configure:1819: result: no
configure:1847: checking for style of include used by make
configure:1875: result: GNU
configure:1946: checking for gcc
configure:1962: found /usr/bin/gcc
configure:1972: result: gcc
configure:2216: checking for C compiler version
configure:2219: gcc --version </dev/null >&5
gcc (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3+pb1)
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:2222: $? = 0
configure:2224: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3+pb1)
configure:2227: $? = 0
configure:2229: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2232: $? = 1
configure:2255: checking for C compiler default output file name
configure:2258: gcc    conftest.c  >&5
configure:2261: $? = 0
configure:2307: result: a.out
configure:2312: checking whether the C compiler works
configure:2318: ./a.out
configure:2321: $? = 0
configure:2338: result: yes
configure:2345: checking whether we are cross compiling
configure:2347: result: no
configure:2350: checking for suffix of executables
configure:2352: gcc -o conftest    conftest.c  >&5
configure:2355: $? = 0
configure:2380: result: 
configure:2386: checking for suffix of object files
configure:2407: gcc -c   conftest.c >&5
configure:2410: $? = 0
configure:2432: result: o
configure:2436: checking whether we are using the GNU C compiler
configure:2460: gcc -c   conftest.c >&5
configure:2466: $? = 0
configure:2469: test -z 			 || test ! -s conftest.err
configure:2472: $? = 0
configure:2475: test -s conftest.o
configure:2478: $? = 0
configure:2491: result: yes
configure:2497: checking whether gcc accepts -g
configure:2518: gcc -c -g  conftest.c >&5
configure:2524: $? = 0
configure:2527: test -z 			 || test ! -s conftest.err
configure:2530: $? = 0
configure:2533: test -s conftest.o
configure:2536: $? = 0
configure:2547: result: yes
configure:2564: checking for gcc option to accept ANSI C
configure:2634: gcc  -c -g -O2  conftest.c >&5
configure:2640: $? = 0
configure:2643: test -z 			 || test ! -s conftest.err
configure:2646: $? = 0
configure:2649: test -s conftest.o
configure:2652: $? = 0
configure:2670: result: none needed
configure:2688: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2694: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2826: checking dependency style of gcc
configure:2909: result: gcc3
configure:2927: checking whether gcc and cc understand -c and -o together
configure:2957: gcc -c conftest.c -o conftest.o >&5
configure:2960: $? = 0
configure:2962: gcc -c conftest.c -o conftest.o >&5
configure:2965: $? = 0
configure:2972: cc -c conftest.c >&5
configure:2975: $? = 0
configure:2978: cc -c conftest.c -o conftest.o >&5
configure:2981: $? = 0
configure:2983: cc -c conftest.c -o conftest.o >&5
configure:2986: $? = 0
configure:3004: result: yes
configure:3034: checking how to run the C preprocessor
configure:3069: gcc -E  conftest.c
configure:3075: $? = 0
configure:3107: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3113: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3152: result: gcc -E
configure:3176: gcc -E  conftest.c
configure:3182: $? = 0
configure:3214: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3304: checking for ranlib
configure:3320: found /usr/bin/ranlib
configure:3331: result: ranlib
configure:3345: checking for an ANSI C-conforming const
configure:3412: gcc -c -g -O2  conftest.c >&5
configure:3418: $? = 0
configure:3421: test -z 			 || test ! -s conftest.err
configure:3424: $? = 0
configure:3427: test -s conftest.o
configure:3430: $? = 0
configure:3441: result: yes
configure:3451: checking for inline
configure:3472: gcc -c -g -O2  conftest.c >&5
configure:3478: $? = 0
configure:3481: test -z 			 || test ! -s conftest.err
configure:3484: $? = 0
configure:3487: test -s conftest.o
configure:3490: $? = 0
configure:3502: result: inline
configure:3521: checking return type of signal handlers
configure:3552: gcc -c -g -O2  conftest.c >&5
configure:3558: $? = 0
configure:3561: test -z 			 || test ! -s conftest.err
configure:3564: $? = 0
configure:3567: test -s conftest.o
configure:3570: $? = 0
configure:3581: result: void
configure:3591: checking for egrep
configure:3601: result: grep -E
configure:3659: checking for ANSI C header files
configure:3684: gcc -c -g -O2  conftest.c >&5
configure:3690: $? = 0
configure:3693: test -z 			 || test ! -s conftest.err
configure:3696: $? = 0
configure:3699: test -s conftest.o
configure:3702: $? = 0
configure:3791: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
configure:3794: $? = 0
configure:3796: ./conftest
configure:3799: $? = 0
configure:3814: result: yes
configure:3838: checking for sys/types.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for sys/stat.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for stdlib.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for string.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for memory.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for strings.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for inttypes.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for stdint.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3838: checking for unistd.h
configure:3854: gcc -c -g -O2  conftest.c >&5
configure:3860: $? = 0
configure:3863: test -z 			 || test ! -s conftest.err
configure:3866: $? = 0
configure:3869: test -s conftest.o
configure:3872: $? = 0
configure:3883: result: yes
configure:3914: checking signal.h usability
configure:3926: gcc -c -g -O2  conftest.c >&5
configure:3932: $? = 0
configure:3935: test -z 			 || test ! -s conftest.err
configure:3938: $? = 0
configure:3941: test -s conftest.o
configure:3944: $? = 0
configure:3954: result: yes
configure:3958: checking signal.h presence
configure:3968: gcc -E  conftest.c
configure:3974: $? = 0
configure:3994: result: yes
configure:4029: checking for signal.h
configure:4036: result: yes
configure:3914: checking sys/ioctl.h usability
configure:3926: gcc -c -g -O2  conftest.c >&5
configure:3932: $? = 0
configure:3935: test -z 			 || test ! -s conftest.err
configure:3938: $? = 0
configure:3941: test -s conftest.o
configure:3944: $? = 0
configure:3954: result: yes
configure:3958: checking sys/ioctl.h presence
configure:3968: gcc -E  conftest.c
configure:3974: $? = 0
configure:3994: result: yes
configure:4029: checking for sys/ioctl.h
configure:4036: result: yes
configure:3914: checking sys/time.h usability
configure:3926: gcc -c -g -O2  conftest.c >&5
configure:3932: $? = 0
configure:3935: test -z 			 || test ! -s conftest.err
configure:3938: $? = 0
configure:3941: test -s conftest.o
configure:3944: $? = 0
configure:3954: result: yes
configure:3958: checking sys/time.h presence
configure:3968: gcc -E  conftest.c
configure:3974: $? = 0
configure:3994: result: yes
configure:4029: checking for sys/time.h
configure:4036: result: yes
configure:3905: checking for inttypes.h
configure:3910: result: yes
configure:3914: checking endian.h usability
configure:3926: gcc -c -g -O2  conftest.c >&5
configure:3932: $? = 0
configure:3935: test -z 			 || test ! -s conftest.err
configure:3938: $? = 0
configure:3941: test -s conftest.o
configure:3944: $? = 0
configure:3954: result: yes
configure:3958: checking endian.h presence
configure:3968: gcc -E  conftest.c
configure:3974: $? = 0
configure:3994: result: yes
configure:4029: checking for endian.h
configure:4036: result: yes
configure:3905: checking for unistd.h
configure:3910: result: yes
configure:4058: checking for signal
configure:4115: gcc -o conftest -g -O2   conftest.c  >&5
configure:4121: $? = 0
configure:4124: test -z 			 || test ! -s conftest.err
configure:4127: $? = 0
configure:4130: test -s conftest
configure:4133: $? = 0
configure:4145: result: yes
configure:4058: checking for ioctl
configure:4115: gcc -o conftest -g -O2   conftest.c  >&5
configure:4121: $? = 0
configure:4124: test -z 			 || test ! -s conftest.err
configure:4127: $? = 0
configure:4130: test -s conftest
configure:4133: $? = 0
configure:4145: result: yes
configure:4058: checking for vsnprintf
configure:4115: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:54: warning: conflicting types for built-in function 'vsnprintf'
configure:4121: $? = 0
configure:4124: test -z 			 || test ! -s conftest.err
configure:4127: $? = 0
configure:4130: test -s conftest
configure:4133: $? = 0
configure:4145: result: yes
configure:4058: checking for getenv
configure:4115: gcc -o conftest -g -O2   conftest.c  >&5
configure:4121: $? = 0
configure:4124: test -z 			 || test ! -s conftest.err
configure:4127: $? = 0
configure:4130: test -s conftest
configure:4133: $? = 0
configure:4145: result: yes
configure:4058: checking for putenv
configure:4115: gcc -o conftest -g -O2   conftest.c  >&5
configure:4121: $? = 0
configure:4124: test -z 			 || test ! -s conftest.err
configure:4127: $? = 0
configure:4130: test -s conftest
configure:4133: $? = 0
configure:4145: result: yes
configure:4058: checking for strcasecmp
configure:4115: gcc -o conftest -g -O2   conftest.c  >&5
configure:4121: $? = 0
configure:4124: test -z 			 || test ! -s conftest.err
configure:4127: $? = 0
configure:4130: test -s conftest
configure:4133: $? = 0
configure:4145: result: yes
configure:4160: checking for usleep
configure:4217: gcc -o conftest -g -O2   conftest.c  >&5
configure:4223: $? = 0
configure:4226: test -z 			 || test ! -s conftest.err
configure:4229: $? = 0
configure:4232: test -s conftest
configure:4235: $? = 0
configure:4247: result: yes
configure:4160: checking for gettimeofday
configure:4217: gcc -o conftest -g -O2   conftest.c  >&5
configure:4223: $? = 0
configure:4226: test -z 			 || test ! -s conftest.err
configure:4229: $? = 0
configure:4232: test -s conftest
configure:4235: $? = 0
configure:4247: result: yes
configure:4258: checking for Sleep
configure:4276: gcc -c -g -O2  conftest.c >&5
conftest.c:36:21: error: windows.h: No such file or directory
configure:4282: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <windows.h>
| int
| main ()
| {
| Sleep(42);
|   ;
|   return 0;
| }
configure:4307: result: no
configure:4311: checking for sin in -lm
configure:4341: gcc -o conftest -g -O2   conftest.c -lm   >&5
conftest.c:43: warning: conflicting types for built-in function 'sin'
configure:4347: $? = 0
configure:4350: test -z 			 || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest
configure:4359: $? = 0
configure:4372: result: yes
configure:4397: checking conio.h usability
configure:4409: gcc -c -g -O2  conftest.c >&5
conftest.c:70:19: error: conio.h: No such file or directory
configure:4415: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <conio.h>
configure:4437: result: no
configure:4441: checking conio.h presence
configure:4451: gcc -E  conftest.c
conftest.c:36:19: error: conio.h: No such file or directory
configure:4457: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <conio.h>
configure:4477: result: no
configure:4512: checking for conio.h
configure:4519: result: no
configure:4587: checking windows.h usability
configure:4599: gcc -c -g -O2  conftest.c >&5
conftest.c:70:21: error: windows.h: No such file or directory
configure:4605: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:4627: result: no
configure:4631: checking windows.h presence
configure:4641: gcc -E  conftest.c
conftest.c:36:21: error: windows.h: No such file or directory
configure:4647: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:4667: result: no
configure:4702: checking for windows.h
configure:4709: result: no
configure:4778: checking slang.h usability
configure:4790: gcc -c -g -O2  conftest.c >&5
configure:4796: $? = 0
configure:4799: test -z 			 || test ! -s conftest.err
configure:4802: $? = 0
configure:4805: test -s conftest.o
configure:4808: $? = 0
configure:4818: result: yes
configure:4822: checking slang.h presence
configure:4832: gcc -E  conftest.c
configure:4838: $? = 0
configure:4858: result: yes
configure:4893: checking for slang.h
configure:4900: result: yes
configure:4908: checking for SLkp_init in -lslang
configure:4938: gcc -o conftest -g -O2   conftest.c -lslang   >&5
configure:4944: $? = 0
configure:4947: test -z 			 || test ! -s conftest.err
configure:4950: $? = 0
configure:4953: test -s conftest
configure:4956: $? = 0
configure:4969: result: yes
configure:4778: checking slang/slang.h usability
configure:4790: gcc -c -g -O2  -DOPTIMISE_SLANG_PALETTE=1 conftest.c >&5
conftest.c:72:25: error: slang/slang.h: No such file or directory
configure:4796: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SLANG_H 1
| #define USE_SLANG 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <slang/slang.h>
configure:4818: result: no
configure:4822: checking slang/slang.h presence
configure:4832: gcc -E  -DOPTIMISE_SLANG_PALETTE=1 conftest.c
conftest.c:38:25: error: slang/slang.h: No such file or directory
configure:4838: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SLANG_H 1
| #define USE_SLANG 1
| /* end confdefs.h.  */
| #include <slang/slang.h>
configure:4858: result: no
configure:4893: checking for slang/slang.h
configure:4900: result: no
configure:4995: checking for X
configure:5101: gcc -E  -DOPTIMISE_SLANG_PALETTE=1 conftest.c
configure:5107: $? = 0
configure:5157: gcc -o conftest -g -O2  -DOPTIMISE_SLANG_PALETTE=1  conftest.c -lX11  >&5
configure:5163: $? = 0
configure:5166: test -z 			 || test ! -s conftest.err
configure:5169: $? = 0
configure:5172: test -s conftest
configure:5175: $? = 0
configure:5229: result: libraries , headers in standard search path
configure:5233: checking for XOpenDisplay in -lX11
configure:5263: gcc -o conftest -g -O2  -DOPTIMISE_SLANG_PALETTE=1  conftest.c -lX11 -lXt -L  >&5
gcc: argument to '-L' is missing
configure:5269: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libcaca"
| #define VERSION "0.9"
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_IOCTL 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SLANG_H 1
| #define USE_SLANG 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char XOpenDisplay ();
| int
| main ()
| {
| XOpenDisplay ();
|   ;
|   return 0;
| }
configure:5294: result: no
configure:5326: checking X11/XKBlib.h usability
configure:5338: gcc -c -g -O2  -DOPTIMISE_SLANG_PALETTE=1 conftest.c >&5
configure:5344: $? = 0
configure:5347: test -z 			 || test ! -s conftest.err
configure:5350: $? = 0
configure:5353: test -s conftest.o
configure:5356: $? = 0
configure:5366: result: yes
configure:5370: checking X11/XKBlib.h presence
configure:5380: gcc -E  -DOPTIMISE_SLANG_PALETTE=1 conftest.c
configure:5386: $? = 0
configure:5406: result: yes
configure:5441: checking for X11/XKBlib.h
configure:5448: result: yes
configure:5462: error: cannot find X11 development files

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

ac_cv_build=i486-pc-linux-gnu
ac_cv_build_alias=i486-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i486-linux-gnu
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_exeext=
ac_cv_func_getenv=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_ioctl=yes
ac_cv_func_putenv=yes
ac_cv_func_signal=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_usleep=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_x='have_x=yes 		ac_x_includes= ac_x_libraries='
ac_cv_header_X11_XKBlib_h=yes
ac_cv_header_conio_h=no
ac_cv_header_endian_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_slang_h=yes
ac_cv_header_slang_slang_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_host=i486-pc-linux-gnu
ac_cv_host_alias=i486-linux-gnu
ac_cv_lib_X11_XOpenDisplay=no
ac_cv_lib_m_sin=yes
ac_cv_lib_slang_SLkp_init=yes
ac_cv_my_have_conio=no
ac_cv_my_have_slang=yes
ac_cv_my_have_win32=no
ac_cv_my_have_x11=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_target=i486-pc-linux-gnu
ac_cv_target_alias=i486-linux-gnu
ac_cv_type_signal=void
am_cv_CC_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /tmp/buildd/libcaca-0.9/autotools/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/buildd/libcaca-0.9/autotools/missing --run tar'
AUTOCONF='${SHELL} /tmp/buildd/libcaca-0.9/autotools/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/buildd/libcaca-0.9/autotools/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/buildd/libcaca-0.9/autotools/missing --run automake-1.7'
AWK='mawk'
BUILD_DOCUMENTATION_FALSE=''
BUILD_DOCUMENTATION_TRUE=''
CACA_LIBS=' -lslang'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -DOPTIMISE_SLANG_PALETTE=1'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DOXYGEN=''
DVIPS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
IMLIB2_CONFIG=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LATEX=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/buildd/libcaca-0.9/autotools/missing --run makeinfo'
MATH_LIBS=' -lm'
NEED_PIC_FALSE=''
NEED_PIC_TRUE=''
OBJEXT='o'
PACKAGE='libcaca'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_IMLIB2_FALSE=''
USE_IMLIB2_TRUE=''
USE_LATEX_FALSE=''
USE_LATEX_TRUE=''
VERSION='0.9'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i486-pc-linux-gnu'
build_alias='i486-linux-gnu'
build_cpu='i486'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i486-pc-linux-gnu'
host_alias=''
host_cpu='i486'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='/tmp/buildd/libcaca-0.9/autotools/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i486-pc-linux-gnu'
target_alias=''
target_cpu='i486'
target_os='linux-gnu'
target_vendor='pc'

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

#define HAVE_ENDIAN_H 1
#define HAVE_GETENV 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_IOCTL 1
#define HAVE_MEMORY_H 1
#define HAVE_PUTENV 1
#define HAVE_SIGNAL 1
#define HAVE_SIGNAL_H 1
#define HAVE_SLANG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_VSNPRINTF 1
#define HAVE_X11_XKBLIB_H 1
#define PACKAGE "libcaca"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define USE_SLANG 1
#define VERSION "0.9"

configure: exit 1

Reply via email to