Re: Error building trunk w/MinGW part deux

From: Bobby Weinmann <bobby.weinmann_at_gmail.com>
Date: Mon Mar 09 2009 - 17:23:01 CET

My command line (actually, in a script):
PKG_CONFIG_PATH=/mingw/lib/pkgconfig
CPPFLAGS="-I/mingw/include/libpng13/" ACLOCAL_FLAGS="-I
/mingw/share/aclocal/" ./autogen-win32.sh

I don't use any configure options, just the defaults.

Here is 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 abiword configure 2.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

  $ ./configure

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

hostname = BWEINMANN-LAP
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-03-15 07:17

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

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

PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/Program Files/Intel/Wireless/Bin/
PATH: /c/Program Files/Common Files/Lenovo
PATH: /c/Program Files/ThinkPad/ConnectUtilities
PATH: /c/Program Files/Intel/Wireless/Bin/
PATH: /c/Program Files/Intel/Wireless/Bin/
PATH: /c/Apps
PATH: /c/Apps/WinPin_demo
PATH: /c/Program Files/SMPlayer/mplayer
PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn/
PATH: /c/Program Files/Nmap
PATH: /usr/bin
PATH: /c/Program Files/TortoiseSVN/bin

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

configure:1966: checking build system type
configure:1984: result: i686-pc-mingw32
configure:1992: checking host system type
configure:2006: result: i686-pc-mingw32
configure:2014: checking target system type
configure:2028: result: i686-pc-mingw32
configure:2059: checking for a BSD-compatible install
configure:2114: result: /bin/install -c
configure:2125: checking whether build environment is sane
configure:2168: result: yes
configure:2225: checking for gawk
configure:2241: found /bin/gawk
configure:2251: result: gawk
configure:2261: checking whether make sets $(MAKE)
configure:2281: result: yes
configure:2547: checking for gcc
configure:2563: found /mingw/bin/gcc
configure:2573: result: gcc
configure:2817: checking for C compiler version
configure:2820: gcc --version </dev/null >&5
gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 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:2823: $? = 0
configure:2825: gcc -v </dev/null >&5
Reading specs from c:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc
--with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32
--prefix=/mingw --enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:2828: $? = 0
configure:2830: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument
configure:2833: $? = 1
configure:2856: checking for C compiler default output file name
configure:2859: gcc -I/mingw/include/libpng13/ conftest.c >&5
configure:2862: $? = 0
configure:2908: result: a.exe
configure:2913: checking whether the C compiler works
configure:2919: ./a.exe
configure:2922: $? = 0
configure:2939: result: yes
configure:2946: checking whether we are cross compiling
configure:2948: result: no
configure:2951: checking for suffix of executables
configure:2953: gcc -o conftest.exe -I/mingw/include/libpng13/ conftest.c >&5
configure:2956: $? = 0
configure:2981: result: .exe
configure:2987: checking for suffix of object files
configure:3008: gcc -c -I/mingw/include/libpng13/ conftest.c >&5
configure:3011: $? = 0
configure:3033: result: o
configure:3037: checking whether we are using the GNU C compiler
configure:3061: gcc -c -I/mingw/include/libpng13/ conftest.c >&5
configure:3067: $? = 0
configure:3071: test -z
                         || test ! -s conftest.err
configure:3074: $? = 0
configure:3077: test -s conftest.o
configure:3080: $? = 0
configure:3093: result: yes
configure:3099: checking whether gcc accepts -g
configure:3120: gcc -c -g -I/mingw/include/libpng13/ conftest.c >&5
configure:3126: $? = 0
configure:3130: test -z
                         || test ! -s conftest.err
configure:3133: $? = 0
configure:3136: test -s conftest.o
configure:3139: $? = 0
configure:3150: result: yes
configure:3167: checking for gcc option to accept ANSI C
configure:3237: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:3243: $? = 0
configure:3247: test -z
                         || test ! -s conftest.err
configure:3250: $? = 0
configure:3253: test -s conftest.o
configure:3256: $? = 0
configure:3274: result: none needed
configure:3292: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3298: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3442: checking for style of include used by make
configure:3470: result: GNU
configure:3498: checking dependency style of gcc
configure:3581: result: gcc3
configure:3650: checking for g++
configure:3666: found /mingw/bin/g++
configure:3676: result: g++
configure:3692: checking for C++ compiler version
configure:3695: g++ --version </dev/null >&5
g++.exe (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 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:3698: $? = 0
configure:3700: g++ -v </dev/null >&5
Reading specs from c:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw special)
configure:3703: $? = 0
configure:3705: g++ -V </dev/null >&5
g++.exe: `-V' option must have argument
configure:3708: $? = 1
configure:3711: checking whether we are using the GNU C++ compiler
configure:3735: g++ -c -I/mingw/include/libpng13/ conftest.cc >&5
configure:3741: $? = 0
configure:3745: test -z
                         || test ! -s conftest.err
configure:3748: $? = 0
configure:3751: test -s conftest.o
configure:3754: $? = 0
configure:3767: result: yes
configure:3773: checking whether g++ accepts -g
configure:3794: g++ -c -g -I/mingw/include/libpng13/ conftest.cc >&5
configure:3800: $? = 0
configure:3804: test -z
                         || test ! -s conftest.err
configure:3807: $? = 0
configure:3810: test -s conftest.o
configure:3813: $? = 0
configure:3824: result: yes
configure:3866: g++ -c -g -O2 -I/mingw/include/libpng13/ conftest.cc >&5
configure:3872: $? = 0
configure:3876: test -z
                         || test ! -s conftest.err
configure:3879: $? = 0
configure:3882: test -s conftest.o
configure:3885: $? = 0
configure:3911: g++ -c -g -O2 -I/mingw/include/libpng13/ conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' was not declared in this scope
configure:3917: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3866: g++ -c -g -O2 -I/mingw/include/libpng13/ conftest.cc >&5
configure:3872: $? = 0
configure:3876: test -z
                         || test ! -s conftest.err
configure:3879: $? = 0
configure:3882: test -s conftest.o
configure:3885: $? = 0
configure:3911: g++ -c -g -O2 -I/mingw/include/libpng13/ conftest.cc >&5
configure:3917: $? = 0
configure:3921: test -z
                         || test ! -s conftest.err
configure:3924: $? = 0
configure:3927: test -s conftest.o
configure:3930: $? = 0
configure:3955: checking dependency style of g++
configure:4038: result: gcc3
configure:4069: checking for a BSD-compatible install
configure:4124: result: /bin/install -c
configure:4211: checking for egrep
configure:4221: result: grep -E
configure:4237: checking for ld used by GCC
configure:4304: result: c:/mingw/mingw32/bin/ld.exe
configure:4313: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
GNU ld version 2.17.50 20060824
configure:4325: result: yes
configure:4330: checking for c:/mingw/mingw32/bin/ld.exe option to
reload object files
configure:4337: result: -r
configure:4346: checking for BSD-compatible nm
configure:4388: result: /mingw/bin/nm
configure:4392: checking for a sed that does not truncate output
configure:4446: result: /bin/sed
configure:4449: checking whether ln -s works
configure:4453: result: yes
configure:4460: checking how to recognise dependent libraries
configure:4651: result: file_magic ^x86 archive import|^x86 DLL
configure:4883: checking for dlltool
configure:4899: found /mingw/bin/dlltool
configure:4910: result: dlltool
configure:4963: checking for as
configure:4979: found /mingw/bin/as
configure:4990: result: as
configure:5043: checking for objdump
configure:5059: found /mingw/bin/objdump
configure:5070: result: objdump
configure:5094: checking how to run the C preprocessor
configure:5129: gcc -E -I/mingw/include/libpng13/ conftest.c
configure:5135: $? = 0
configure:5167: gcc -E -I/mingw/include/libpng13/ conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:5173: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5212: result: gcc -E
configure:5236: gcc -E -I/mingw/include/libpng13/ conftest.c
configure:5242: $? = 0
configure:5274: gcc -E -I/mingw/include/libpng13/ conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:5280: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5324: checking for ANSI C header files
configure:5349: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5355: $? = 0
configure:5359: test -z
                         || test ! -s conftest.err
configure:5362: $? = 0
configure:5365: test -s conftest.o
configure:5368: $? = 0
configure:5454: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
conftest.c >&5
configure:5457: $? = 0
configure:5459: ./conftest.exe
configure:5462: $? = 0
configure:5477: result: yes
configure:5501: checking for sys/types.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for sys/stat.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for stdlib.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for string.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for memory.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for strings.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for inttypes.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for stdint.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5501: checking for unistd.h
configure:5517: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:5523: $? = 0
configure:5527: test -z
                         || test ! -s conftest.err
configure:5530: $? = 0
configure:5533: test -s conftest.o
configure:5536: $? = 0
configure:5547: result: yes
configure:5573: checking dlfcn.h usability
configure:5585: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
conftest.c:58:19: dlfcn.h: No such file or directory
configure:5591: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| /* 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 <dlfcn.h>
configure:5614: result: no
configure:5618: checking dlfcn.h presence
configure:5628: gcc -E -I/mingw/include/libpng13/ conftest.c
conftest.c:24:19: dlfcn.h: No such file or directory
configure:5634: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:5654: result: no
configure:5689: checking for dlfcn.h
configure:5696: result: no
configure:5714: checking how to run the C++ preprocessor
configure:5745: g++ -E -I/mingw/include/libpng13/ conftest.cc
configure:5751: $? = 0
configure:5783: g++ -E -I/mingw/include/libpng13/ conftest.cc
conftest.cc:24:28: ac_nonexistent.h: No such file or directory
configure:5789: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5828: result: g++ -E
configure:5852: g++ -E -I/mingw/include/libpng13/ conftest.cc
configure:5858: $? = 0
configure:5890: g++ -E -I/mingw/include/libpng13/ conftest.cc
conftest.cc:24:28: ac_nonexistent.h: No such file or directory
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5991: checking for g77
configure:6020: result: no
configure:5991: checking for f77
configure:6020: result: no
configure:5991: checking for xlf
configure:6020: result: no
configure:5991: checking for frt
configure:6020: result: no
configure:5991: checking for pgf77
configure:6020: result: no
configure:5991: checking for fort77
configure:6020: result: no
configure:5991: checking for fl32
configure:6020: result: no
configure:5991: checking for af77
configure:6020: result: no
configure:5991: checking for f90
configure:6020: result: no
configure:5991: checking for xlf90
configure:6020: result: no
configure:5991: checking for pgf90
configure:6020: result: no
configure:5991: checking for epcf90
configure:6020: result: no
configure:5991: checking for f95
configure:6020: result: no
configure:5991: checking for fort
configure:6020: result: no
configure:5991: checking for xlf95
configure:6020: result: no
configure:5991: checking for ifc
configure:6020: result: no
configure:5991: checking for efc
configure:6020: result: no
configure:5991: checking for pgf95
configure:6020: result: no
configure:5991: checking for lf95
configure:6020: result: no
configure:5991: checking for gfortran
configure:6020: result: no
configure:6035: checking for Fortran 77 compiler version
configure:6035: --version </dev/null >&5
./configure: --version: command not found
configure:6038: $? = 127
configure:6040: -v </dev/null >&5
./configure: -v: command not found
configure:6043: $? = 127
configure:6045: -V </dev/null >&5
./configure: -V: command not found
configure:6048: $? = 127
configure:6056: checking whether we are using the GNU Fortran 77 compiler
configure:6070: -c conftest.F >&5
./configure: -c: command not found
configure:6076: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6102: result: no
configure:6108: checking whether accepts -g
configure:6120: -c -g conftest.f >&5
./configure: -c: command not found
configure:6126: $? = 127
configure: failed program was:
| program main
|
| end
configure:6151: result: no
configure:6181: checking the maximum length of command line arguments
configure:6240: result: 8192
configure:6251: checking command to parse /mingw/bin/nm output from gcc object
configure:6340: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:6343: $? = 0
configure:6347: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[
        ]\([ABCDGISTW][ABCDGISTW]*\)[ ][
        ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
configure:6350: $? = 0
cannot find nm_test_var in conftest.nm
configure:6340: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:6343: $? = 0
configure:6347: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[
        ]\([ABCDGISTW][ABCDGISTW]*\)[ ][
        ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \>
conftest.nm
configure:6350: $? = 0
configure:6402: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
conftest.c conftstm.o >&5
configure:6405: $? = 0
configure:6443: result: ok
configure:6447: checking for objdir
configure:6462: result: .libs
configure:6552: checking for ranlib
configure:6568: found /mingw/bin/ranlib
configure:6579: result: ranlib
configure:6632: checking for strip
configure:6648: found /mingw/bin/strip
configure:6659: result: strip
configure:6922: checking if gcc static flag works
configure:6945: result: yes
configure:6962: checking if gcc supports -fno-rtti -fno-exceptions
configure:6983: gcc -c -g -O2 -I/mingw/include/libpng13/ -fno-rtti
-fno-exceptions conftest.c >&5
cc1.exe: warning: command line option "-fno-rtti" is valid for
C++/ObjC++ but not for C
configure:6987: $? = 0
configure:6995: result: no
configure:7010: checking for gcc option to produce PIC
configure:7159: result: -DDLL_EXPORT
configure:7166: checking if gcc PIC flag -DDLL_EXPORT works
configure:7187: gcc -c -g -O2 -I/mingw/include/libpng13/ -DDLL_EXPORT
-DPIC conftest.c >&5
configure:7191: $? = 0
configure:7199: result: yes
configure:7223: checking if gcc supports -c -o file.o
configure:7254: gcc -c -g -O2 -I/mingw/include/libpng13/ -o
out/conftest2.o conftest.c >&5
configure:7258: $? = 0
configure:7272: result: yes
configure:7298: checking whether the gcc linker
(c:/mingw/mingw32/bin/ld.exe) supports shared libraries
configure:8053: result: yes
configure:8075: checking whether -lc should be explicitly linked in
configure:8080: gcc -c -g -O2 -I/mingw/include/libpng13/ conftest.c >&5
configure:8083: $? = 0
configure:8097: gcc -shared conftest.o -v -o ./conftest
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep
-lc \>/dev/null 2\>\&1
configure:8100: $? = 1
configure:8112: result: yes
configure:8118: checking how to hardcode library paths into programs
configure:8142: result: immediate
configure:8156: checking whether stripping libraries is possible
configure:8161: result: yes
configure:8168: checking dynamic linker characteristics
configure:8645: result: Win32 ld.exe
configure:9379: checking if libtool supports shared libraries
configure:9381: result: yes
configure:9384: checking whether to build shared libraries
configure:9405: result: yes
configure:9408: checking whether to build static libraries
configure:9412: result: yes
configure:9492: creating libtool
configure:10038: checking whether the g++ linker
(c:/mingw/mingw32/bin/ld.exe) supports shared libraries
configure:10760: result: yes
configure:10778: g++ -c -g -O2 -I/mingw/include/libpng13/ conftest.cc >&5
configure:10781: $? = 0
configure:10878: checking for g++ option to produce PIC
configure:11114: result: -DDLL_EXPORT
configure:11121: checking if g++ PIC flag -DDLL_EXPORT works
configure:11142: g++ -c -g -O2 -I/mingw/include/libpng13/ -DDLL_EXPORT
-DPIC conftest.cc >&5
configure:11146: $? = 0
configure:11154: result: yes
configure:11178: checking if g++ supports -c -o file.o
configure:11209: g++ -c -g -O2 -I/mingw/include/libpng13/ -o
out/conftest2.o conftest.cc >&5
configure:11213: $? = 0
configure:11227: result: yes
configure:11253: checking whether the g++ linker
(c:/mingw/mingw32/bin/ld.exe) supports shared libraries
configure:11275: result: yes
configure:11297: checking whether -lc should be explicitly linked in
configure:11302: g++ -c -g -O2 -I/mingw/include/libpng13/ conftest.cc >&5
configure:11305: $? = 0
configure:11319: g++ -shared -nostdlib conftest.o -v -o ./conftest
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep
-lc \>/dev/null 2\>\&1
configure:11322: $? = 1
configure:11334: result: yes
configure:11340: checking how to hardcode library paths into programs
configure:11364: result: immediate
configure:11378: checking whether stripping libraries is possible
configure:11383: result: yes
configure:11390: checking dynamic linker characteristics
configure:11867: result: Win32 ld.exe
configure:13035: checking if libtool supports shared libraries
configure:13037: result: yes
configure:13040: checking whether to build shared libraries
configure:13058: result: yes
configure:13061: checking whether to build static libraries
configure:13065: result: yes
configure:13077: checking for option to produce PIC
configure:13226: result: -DDLL_EXPORT
configure:13233: checking if PIC flag -DDLL_EXPORT works
configure:13254: -c -DDLL_EXPORT -DPIC conftest.f >&5
./configure: -c: command not found
configure:13258: $? = 127
configure:13266: result: no
configure:13290: checking if supports -c -o file.o
configure:13321: -c -o out/conftest2.o conftest.f >&5
./configure: -c: command not found
configure:13325: $? = 127
configure:13339: result: no
configure:13365: checking whether the linker
(c:/mingw/mingw32/bin/ld.exe) supports shared libraries
configure:14100: result: yes
configure:14165: checking how to hardcode library paths into programs
configure:14189: result: immediate
configure:14203: checking whether stripping libraries is possible
configure:14208: result: yes
configure:14215: checking dynamic linker characteristics
configure:14692: result: Win32 ld.exe
configure:18394: checking for bash
configure:18427: result: no
configure:18431: checking if dolt supports this host
configure:18453: result: no, falling back to libtool
configure:18585: checking whether ln -s works
configure:18589: result: yes
configure:18597: checking for platform and toolkit
configure:18613: result: win / win
configure:19037: checking for localeconv
configure:19094: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
 conftest.c >&5
configure:19100: $? = 0
configure:19104: test -z
                         || test ! -s conftest.err
configure:19107: $? = 0
configure:19110: test -s conftest.exe
configure:19113: $? = 0
configure:19125: result: yes
configure:19037: checking for strcspn
configure:19094: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
 conftest.c >&5
conftest.c:49: warning: conflicting types for built-in function 'strcspn'
configure:19100: $? = 0
configure:19104: test -z
                         || test ! -s conftest.err
configure:19107: $? = 0
configure:19110: test -s conftest.exe
configure:19113: $? = 0
configure:19125: result: yes
configure:19037: checking for strncasecmp
configure:19094: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
 conftest.c >&5
configure:19100: $? = 0
configure:19104: test -z
                         || test ! -s conftest.err
configure:19107: $? = 0
configure:19110: test -s conftest.exe
configure:19113: $? = 0
configure:19125: result: yes
configure:19037: checking for strtoul
configure:19094: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
 conftest.c >&5
configure:19100: $? = 0
configure:19104: test -z
                         || test ! -s conftest.err
configure:19107: $? = 0
configure:19110: test -s conftest.exe
configure:19113: $? = 0
configure:19125: result: yes
configure:19267: checking for pkg-config
configure:19285: found /mingw/bin/pkg-config
configure:19297: result: /mingw/bin/pkg-config
configure:19312: checking pkg-config is at least version 0.9.0
configure:19315: result: yes
configure:19516: $PKG_CONFIG --exists --print-errors " $gio_req "
configure:19519: $? = 0
configure:19655: checking whether gcc understands -Wall
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wextra
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wsign-compare
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wpointer-arith
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wchar-subscripts
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts conftest.cc
>&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wwrite-strings
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wmissing-noreturn
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wunused
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19655: checking whether gcc understands -Wpointer-arith
configure:19673: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith
conftest.cc >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19705: result: yes
configure:19735: checking png.h usability
configure:19747: gcc -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith conftest.c
>&5
configure:19753: $? = 0
configure:19757: test -z
                         || test ! -s conftest.err
configure:19760: $? = 0
configure:19763: test -s conftest.o
configure:19766: $? = 0
configure:19776: result: yes
configure:19780: checking png.h presence
configure:19790: gcc -E -I/mingw/include/libpng13/ -Wall -Wextra
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings
-Wmissing-noreturn -Wunused -Wpointer-arith conftest.c
configure:19796: $? = 0
configure:19816: result: yes
configure:19851: checking for png.h
configure:19858: result: yes
configure:19885: checking zlib.h usability
configure:19897: gcc -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith conftest.c
>&5
configure:19903: $? = 0
configure:19907: test -z
                         || test ! -s conftest.err
configure:19910: $? = 0
configure:19913: test -s conftest.o
configure:19916: $? = 0
configure:19926: result: yes
configure:19930: checking zlib.h presence
configure:19940: gcc -E -I/mingw/include/libpng13/ -Wall -Wextra
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings
-Wmissing-noreturn -Wunused -Wpointer-arith conftest.c
configure:19946: $? = 0
configure:19966: result: yes
configure:20001: checking for zlib.h
configure:20008: result: yes
configure:20080: checking for DEPS
configure:20088: $PKG_CONFIG --exists --print-errors "$deps_pkgs"
configure:20091: $? = 0
configure:20106: $PKG_CONFIG --exists --print-errors "$deps_pkgs"
configure:20109: $? = 0
configure:20185: result: yes
configure:20277: checking for GSFGI
configure:20285: $PKG_CONFIG --exists --print-errors "$gsf_gio_req"
Requested 'libgsf-1 >= 1.14.9' but version of libgsf-1 is 1.14.8
configure:20288: $? = 1
configure:20303: $PKG_CONFIG --exists --print-errors "$gsf_gio_req"
Requested 'libgsf-1 >= 1.14.9' but version of libgsf-1 is 1.14.8
configure:20306: $? = 1
Requested 'libgsf-1 >= 1.14.9' but version of libgsf-1 is 1.14.8
configure:20569: checking for PLUGIN
configure:20577: $PKG_CONFIG --exists --print-errors "$glib_req"
configure:20580: $? = 0
configure:20595: $PKG_CONFIG --exists --print-errors "$glib_req"
configure:20598: $? = 0
configure:20674: result: yes
configure:22169: $PKG_CONFIG --exists --print-errors " $collab_xmpp_req "
Package loudmouth-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `loudmouth-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'loudmouth-1.0' found
configure:22172: $? = 1
configure:22379: checking asio.hpp usability
configure:22391: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith
conftest.cc >&5
conftest.cc:76:20: asio.hpp: No such file or directory
configure:22397: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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_LOCALECONV 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOUL 1
| #define EMBEDDED_TARGET_GENERIC 1
| #define EMBEDDED_TARGET_HILDON 2
| #define EMBEDDED_TARGET_POKY 3
| #define ABIWORD_SERIES "2.7"
| #define TOOLKIT_WIN 1
| #define _WIN32_IE 0x0300
| #define ENABLE_PRINT 1
| #define ENABLE_SPELL 1
| #define WITH_ENCHANT 1
| #define ENABLE_STATUSBAR 1
| #define ENABLE_EMACS_KEYBINDING 1
| #define ENABLE_VI_KEYBINDING 1
| #define NDEBUG 1
| #define WITH_GIO 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 <asio.hpp>
configure:22420: result: no
configure:22424: checking asio.hpp presence
configure:22434: g++ -E -I/mingw/include/libpng13/ -Wall -Wextra
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings
-Wmissing-noreturn -Wunused -Wpointer-arith conftest.cc
conftest.cc:42:20: asio.hpp: No such file or directory
configure:22440: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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_LOCALECONV 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOUL 1
| #define EMBEDDED_TARGET_GENERIC 1
| #define EMBEDDED_TARGET_HILDON 2
| #define EMBEDDED_TARGET_POKY 3
| #define ABIWORD_SERIES "2.7"
| #define TOOLKIT_WIN 1
| #define _WIN32_IE 0x0300
| #define ENABLE_PRINT 1
| #define ENABLE_SPELL 1
| #define WITH_ENCHANT 1
| #define ENABLE_STATUSBAR 1
| #define ENABLE_EMACS_KEYBINDING 1
| #define ENABLE_VI_KEYBINDING 1
| #define NDEBUG 1
| #define WITH_GIO 1
| /* end confdefs.h. */
| #include <asio.hpp>
configure:22460: result: no
configure:22495: checking for asio.hpp
configure:22502: result: no
configure:22554: checking for asio.hpp
configure:22559: result: no
configure:22729: WARNING: collab plugin: boost asio is required for
the the abicollab.net backend, see http://asio.sourceforge.net
configure:25312: $PKG_CONFIG --exists --print-errors " $libxslt_req "
Package libxslt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxslt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxslt' found
configure:25315: $? = 1
configure:25645: checking hash_map usability
configure:25657: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith
conftest.cc >&5
conftest.cc:76:20: hash_map: No such file or directory
configure:25663: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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_LOCALECONV 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOUL 1
| #define EMBEDDED_TARGET_GENERIC 1
| #define EMBEDDED_TARGET_HILDON 2
| #define EMBEDDED_TARGET_POKY 3
| #define ABIWORD_SERIES "2.7"
| #define TOOLKIT_WIN 1
| #define _WIN32_IE 0x0300
| #define ENABLE_PRINT 1
| #define ENABLE_SPELL 1
| #define WITH_ENCHANT 1
| #define ENABLE_STATUSBAR 1
| #define ENABLE_EMACS_KEYBINDING 1
| #define ENABLE_VI_KEYBINDING 1
| #define NDEBUG 1
| #define WITH_GIO 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 <hash_map>
configure:25686: result: no
configure:25690: checking hash_map presence
configure:25700: g++ -E -I/mingw/include/libpng13/ -Wall -Wextra
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings
-Wmissing-noreturn -Wunused -Wpointer-arith conftest.cc
conftest.cc:42:20: hash_map: No such file or directory
configure:25706: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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_LOCALECONV 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOUL 1
| #define EMBEDDED_TARGET_GENERIC 1
| #define EMBEDDED_TARGET_HILDON 2
| #define EMBEDDED_TARGET_POKY 3
| #define ABIWORD_SERIES "2.7"
| #define TOOLKIT_WIN 1
| #define _WIN32_IE 0x0300
| #define ENABLE_PRINT 1
| #define ENABLE_SPELL 1
| #define WITH_ENCHANT 1
| #define ENABLE_STATUSBAR 1
| #define ENABLE_EMACS_KEYBINDING 1
| #define ENABLE_VI_KEYBINDING 1
| #define NDEBUG 1
| #define WITH_GIO 1
| /* end confdefs.h. */
| #include <hash_map>
configure:25726: result: no
configure:25761: checking for hash_map
configure:25768: result: no
configure:25788: checking ext/hash_map usability
configure:25800: g++ -c -g -O2 -I/mingw/include/libpng13/ -Wall
-Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith
conftest.cc >&5
configure:25806: $? = 0
configure:25810: test -z
                         || test ! -s conftest.err
configure:25813: $? = 0
configure:25816: test -s conftest.o
configure:25819: $? = 0
configure:25829: result: yes
configure:25833: checking ext/hash_map presence
configure:25843: g++ -E -I/mingw/include/libpng13/ -Wall -Wextra
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings
-Wmissing-noreturn -Wunused -Wpointer-arith conftest.cc
configure:25849: $? = 0
configure:25869: result: yes
configure:25904: checking for ext/hash_map
configure:25911: result: yes
configure:26095: checking for flex
configure:26124: result: no
configure:26095: checking for lex
configure:26124: result: no
configure:26134: checking for yywrap in -lfl
configure:26164: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
-Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith
conftest.c -lfl >&5
c:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
cannot find -lfl
collect2: ld returned 1 exit status
configure:26170: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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_LOCALECONV 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOUL 1
| #define EMBEDDED_TARGET_GENERIC 1
| #define EMBEDDED_TARGET_HILDON 2
| #define EMBEDDED_TARGET_POKY 3
| #define ABIWORD_SERIES "2.7"
| #define TOOLKIT_WIN 1
| #define _WIN32_IE 0x0300
| #define ENABLE_PRINT 1
| #define ENABLE_SPELL 1
| #define WITH_ENCHANT 1
| #define ENABLE_STATUSBAR 1
| #define ENABLE_EMACS_KEYBINDING 1
| #define ENABLE_VI_KEYBINDING 1
| #define NDEBUG 1
| #define WITH_GIO 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 yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:26196: result: no
configure:26201: checking for yywrap in -ll
configure:26231: gcc -o conftest.exe -g -O2 -I/mingw/include/libpng13/
-Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts
-Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith
conftest.c -ll >&5
c:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
cannot find -ll
collect2: ld returned 1 exit status
configure:26237: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "abiword"
| #define PACKAGE_TARNAME "abiword"
| #define PACKAGE_VERSION "2.7.0"
| #define PACKAGE_STRING "abiword 2.7.0"
| #define PACKAGE_BUGREPORT "http://www.abisource.com/"
| #define PACKAGE "abiword"
| #define VERSION "2.7.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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_LOCALECONV 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOUL 1
| #define EMBEDDED_TARGET_GENERIC 1
| #define EMBEDDED_TARGET_HILDON 2
| #define EMBEDDED_TARGET_POKY 3
| #define ABIWORD_SERIES "2.7"
| #define TOOLKIT_WIN 1
| #define _WIN32_IE 0x0300
| #define ENABLE_PRINT 1
| #define ENABLE_SPELL 1
| #define WITH_ENCHANT 1
| #define ENABLE_STATUSBAR 1
| #define ENABLE_EMACS_KEYBINDING 1
| #define ENABLE_VI_KEYBINDING 1
| #define NDEBUG 1
| #define WITH_GIO 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 yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:26263: result: no
configure:26372: checking for bison
configure:26401: result: no
configure:26372: checking for byacc
configure:26401: result: no
configure:27177: $PKG_CONFIG --exists --print-errors " $opendocument_pkgs "
configure:27180: $? = 0
configure:27199: checking for OPENDOCUMENT
configure:27207: $PKG_CONFIG --exists --print-errors " $opendocument_pkgs "
configure:27210: $? = 0
configure:27225: $PKG_CONFIG --exists --print-errors " $opendocument_pkgs "
configure:27228: $? = 0
configure:27304: result: yes
configure:28394: checking for psiconv-config
configure:28427: result: no
configure:29140: checking for libwmf-config
configure:29173: result: no
configure:30625: creating ./config.status

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

This file was extended by abiword config.status 2.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

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

on BWEINMANN-LAP

config.status:1093: creating shave
config.status:1093: creating shave-libtool
config.status:1093: creating libabiword.pc
config.status:1093: creating Makefile
config.status:1093: creating goffice-bits/Makefile
config.status:1093: creating src/Makefile
config.status:1093: creating src/af/Makefile
config.status:1093: creating src/af/ev/Makefile
config.status:1093: creating src/af/ev/cocoa/Makefile
config.status:1093: creating src/af/ev/gtk/Makefile
config.status:1093: creating src/af/ev/win/bmp/Makefile
config.status:1093: creating src/af/ev/win/Makefile
config.status:1093: creating src/af/ev/xp/Makefile
config.status:1093: creating src/af/gr/Makefile
config.status:1093: creating src/af/gr/cocoa/Makefile
config.status:1093: creating src/af/gr/gtk/Makefile
config.status:1093: creating src/af/gr/win/Makefile
config.status:1093: creating src/af/gr/xp/Makefile
config.status:1093: creating src/af/tf/Makefile
config.status:1093: creating src/af/tf/xp/Makefile
config.status:1093: creating src/af/util/Makefile
config.status:1093: creating src/af/util/unix/Makefile
config.status:1093: creating src/af/util/win/Makefile
config.status:1093: creating src/af/util/xp/Makefile
config.status:1093: creating src/af/util/xp/t/Makefile
config.status:1093: creating src/af/xap/Makefile
config.status:1093: creating src/af/xap/cocoa/Makefile
config.status:1093: creating src/af/xap/gtk/Makefile
config.status:1093: creating src/af/xap/gtk/t/Makefile
config.status:1093: creating src/af/xap/win/Makefile
config.status:1093: creating src/af/xap/xp/Makefile
config.status:1093: creating src/plugins/Makefile
config.status:1093: creating src/text/Makefile
config.status:1093: creating src/text/fmt/Makefile
config.status:1093: creating src/text/fmt/gtk/Makefile
config.status:1093: creating src/text/fmt/xp/Makefile
config.status:1093: creating src/text/fmt/xp/t/Makefile
config.status:1093: creating src/text/ptbl/Makefile
config.status:1093: creating src/text/ptbl/xp/Makefile
config.status:1093: creating src/text/ptbl/xp/t/Makefile
config.status:1093: creating src/wp/Makefile
config.status:1093: creating src/wp/ap/Makefile
config.status:1093: creating src/wp/ap/cocoa/Makefile
config.status:1093: creating src/wp/ap/gtk/Makefile
config.status:1093: creating src/wp/ap/win/Makefile
config.status:1093: creating src/wp/ap/xp/Makefile
config.status:1093: creating src/wp/ap/xp/ToolbarIcons/Makefile
config.status:1093: creating src/wp/impexp/Makefile
config.status:1093: creating src/wp/impexp/cocoa/Makefile
config.status:1093: creating src/wp/impexp/gtk/Makefile
config.status:1093: creating src/wp/impexp/win/Makefile
config.status:1093: creating src/wp/impexp/xp/Makefile
config.status:1093: creating src/wp/main/cocoa/Makefile
config.status:1093: creating src/wp/main/cocoa/bundle/Info.plist
config.status:1093: creating user/Makefile
config.status:1093: creating user/wp/Makefile
config.status:1093: creating user/wp/strings/Makefile
config.status:1093: creating user/wp/templates/Makefile
config.status:1197: creating config.h
config.status:1339: config.h is unchanged
config.status:1519: executing depfiles commands
configure:32970: creating ./config.status

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

This file was extended by abiword config.status 2.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

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

on BWEINMANN-LAP

config.status:1237: creating shave
config.status:1237: creating shave-libtool
config.status:1237: creating libabiword.pc
config.status:1237: creating Makefile
config.status:1237: creating goffice-bits/Makefile
config.status:1237: creating src/Makefile
config.status:1237: creating src/af/Makefile
config.status:1237: creating src/af/ev/Makefile
config.status:1237: creating src/af/ev/cocoa/Makefile
config.status:1237: creating src/af/ev/gtk/Makefile
config.status:1237: creating src/af/ev/win/bmp/Makefile
config.status:1237: creating src/af/ev/win/Makefile
config.status:1237: creating src/af/ev/xp/Makefile
config.status:1237: creating src/af/gr/Makefile
config.status:1237: creating src/af/gr/cocoa/Makefile
config.status:1237: creating src/af/gr/gtk/Makefile
config.status:1237: creating src/af/gr/win/Makefile
config.status:1237: creating src/af/gr/xp/Makefile
config.status:1237: creating src/af/tf/Makefile
config.status:1237: creating src/af/tf/xp/Makefile
config.status:1237: creating src/af/util/Makefile
config.status:1237: creating src/af/util/unix/Makefile
config.status:1237: creating src/af/util/win/Makefile
config.status:1237: creating src/af/util/xp/Makefile
config.status:1237: creating src/af/util/xp/t/Makefile
config.status:1237: creating src/af/xap/Makefile
config.status:1237: creating src/af/xap/cocoa/Makefile
config.status:1237: creating src/af/xap/gtk/Makefile
config.status:1237: creating src/af/xap/gtk/t/Makefile
config.status:1237: creating src/af/xap/win/Makefile
config.status:1237: creating src/af/xap/xp/Makefile
config.status:1237: creating src/plugins/Makefile
config.status:1237: creating src/text/Makefile
config.status:1237: creating src/text/fmt/Makefile
config.status:1237: creating src/text/fmt/gtk/Makefile
config.status:1237: creating src/text/fmt/xp/Makefile
config.status:1237: creating src/text/fmt/xp/t/Makefile
config.status:1237: creating src/text/ptbl/Makefile
config.status:1237: creating src/text/ptbl/xp/Makefile
config.status:1237: creating src/text/ptbl/xp/t/Makefile
config.status:1237: creating src/wp/Makefile
config.status:1237: creating src/wp/ap/Makefile
config.status:1237: creating src/wp/ap/cocoa/Makefile
config.status:1237: creating src/wp/ap/gtk/Makefile
config.status:1237: creating src/wp/ap/win/Makefile
config.status:1237: creating src/wp/ap/xp/Makefile
config.status:1237: creating src/wp/ap/xp/ToolbarIcons/Makefile
config.status:1237: creating src/wp/impexp/Makefile
config.status:1237: creating src/wp/impexp/cocoa/Makefile
config.status:1237: creating src/wp/impexp/gtk/Makefile
config.status:1237: creating src/wp/impexp/win/Makefile
config.status:1237: creating src/wp/impexp/xp/Makefile
config.status:1237: creating src/wp/main/cocoa/Makefile
config.status:1237: creating src/wp/main/cocoa/bundle/Info.plist
config.status:1237: creating user/Makefile
config.status:1237: creating user/wp/Makefile
config.status:1237: creating user/wp/strings/Makefile
config.status:1237: creating user/wp/templates/Makefile
config.status:1237: creating plugins/aiksaurus/Makefile
config.status:1237: creating plugins/aiksaurus/win/Makefile
config.status:1237: creating plugins/aiksaurus/xp/Makefile
config.status:1237: creating plugins/applix/Makefile
config.status:1237: creating plugins/applix/xp/Makefile
config.status:1237: creating plugins/babelfish/Makefile
config.status:1237: creating plugins/babelfish/xp/Makefile
config.status:1237: creating plugins/bmp/Makefile
config.status:1237: creating plugins/bmp/xp/Makefile
config.status:1237: creating plugins/clarisworks/Makefile
config.status:1237: creating plugins/clarisworks/xp/Makefile
config.status:1237: creating plugins/collab/backends/fake/Makefile
config.status:1237: creating plugins/collab/backends/fake/xp/Makefile
config.status:1237: creating plugins/collab/backends/Makefile
config.status:1237: creating plugins/collab/backends/service/Makefile
config.status:1237: creating plugins/collab/backends/service/unix/Makefile
config.status:1237: creating plugins/collab/backends/service/xp/Makefile
config.status:1237: creating plugins/collab/backends/sugar/Makefile
config.status:1237: creating plugins/collab/backends/sugar/unix/Makefile
config.status:1237: creating plugins/collab/backends/tcp/Makefile
config.status:1237: creating plugins/collab/backends/tcp/unix/Makefile
config.status:1237: creating plugins/collab/backends/tcp/win/Makefile
config.status:1237: creating plugins/collab/backends/tcp/xp/Makefile
config.status:1237: creating plugins/collab/backends/xmpp/Makefile
config.status:1237: creating plugins/collab/backends/xmpp/unix/Makefile
config.status:1237: creating plugins/collab/backends/xmpp/xp/Makefile
config.status:1237: creating plugins/collab/backends/xp/Makefile
config.status:1237: creating plugins/collab/core/dialogs/Makefile
config.status:1237: creating plugins/collab/core/dialogs/unix/Makefile
config.status:1237: creating plugins/collab/core/dialogs/win/Makefile
config.status:1237: creating plugins/collab/core/dialogs/xp/Makefile
config.status:1237: creating plugins/collab/core/Makefile
config.status:1237: creating plugins/collab/core/packet/Makefile
config.status:1237: creating plugins/collab/core/packet/xp/Makefile
config.status:1237: creating plugins/collab/core/session/Makefile
config.status:1237: creating plugins/collab/core/session/xp/Makefile
config.status:1237: creating plugins/collab/Makefile
config.status:1237: creating plugins/command/Makefile
config.status:1237: creating plugins/command/xp/Makefile
config.status:1237: creating plugins/docbook/Makefile
config.status:1237: creating plugins/docbook/xp/Makefile
config.status:1237: creating plugins/eml/Makefile
config.status:1237: creating plugins/eml/xp/Makefile
config.status:1237: creating plugins/freetranslation/Makefile
config.status:1237: creating plugins/freetranslation/xp/Makefile
config.status:1237: creating plugins/gda/Makefile
config.status:1237: creating plugins/gda/unix/Makefile
config.status:1237: creating plugins/gdict/Makefile
config.status:1237: creating plugins/gdict/unix/Makefile
config.status:1237: creating plugins/gimp/Makefile
config.status:1237: creating plugins/gimp/xp/Makefile
config.status:1237: creating plugins/goffice/Makefile
config.status:1237: creating plugins/goffice/unix/Makefile
config.status:1237: creating plugins/google/Makefile
config.status:1237: creating plugins/google/xp/Makefile
config.status:1237: creating plugins/grammar/linkgrammarwrap/Makefile
config.status:1237: creating plugins/grammar/Makefile
config.status:1237: creating plugins/grammar/xp/Makefile
config.status:1237: creating plugins/hancom/Makefile
config.status:1237: creating plugins/hancom/xp/Makefile
config.status:1237: creating plugins/hrtext/Makefile
config.status:1237: creating plugins/hrtext/xp/Makefile
config.status:1237: creating plugins/iscii/Makefile
config.status:1237: creating plugins/iscii/xp/Makefile
config.status:1237: creating plugins/jpeg/Makefile
config.status:1237: creating plugins/jpeg/xp/Makefile
config.status:1237: creating plugins/kword/Makefile
config.status:1237: creating plugins/kword/xp/Makefile
config.status:1237: creating plugins/latex/Makefile
config.status:1237: creating plugins/latex/xp/Makefile
config.status:1237: creating plugins/latex/xsltml/Makefile
config.status:1237: creating plugins/loadbindings/Makefile
config.status:1237: creating plugins/loadbindings/xp/Makefile
config.status:1237: creating plugins/Makefile
config.status:1237: creating plugins/mathview/data/Makefile
config.status:1237: creating plugins/mathview/itex2mml/Makefile
config.status:1237: creating plugins/mathview/Makefile
config.status:1237: creating plugins/mathview/xp/Makefile
config.status:1237: creating plugins/mht/Makefile
config.status:1237: creating plugins/mht/xp/Makefile
config.status:1237: creating plugins/mif/Makefile
config.status:1237: creating plugins/mif/xp/Makefile
config.status:1237: creating plugins/mswrite/Makefile
config.status:1237: creating plugins/mswrite/xp/Makefile
config.status:1237: creating plugins/nroff/Makefile
config.status:1237: creating plugins/nroff/xp/Makefile
config.status:1237: creating plugins/opendocument/common/Makefile
config.status:1237: creating plugins/opendocument/common/xp/Makefile
config.status:1237: creating plugins/opendocument/exp/Makefile
config.status:1237: creating plugins/opendocument/exp/xp/Makefile
config.status:1237: creating plugins/opendocument/imp/Makefile
config.status:1237: creating plugins/opendocument/imp/xp/Makefile
config.status:1237: creating plugins/opendocument/Makefile
config.status:1237: creating plugins/openwriter/Makefile
config.status:1237: creating plugins/openwriter/xp/Makefile
config.status:1237: creating plugins/openxml/common/Makefile
config.status:1237: creating plugins/openxml/common/xp/Makefile
config.status:1237: creating plugins/openxml/exp/Makefile
config.status:1237: creating plugins/openxml/exp/xp/Makefile
config.status:1237: creating plugins/openxml/imp/Makefile
config.status:1237: creating plugins/openxml/imp/xp/Makefile
config.status:1237: creating plugins/openxml/Makefile
config.status:1237: creating plugins/opml/Makefile
config.status:1237: creating plugins/opml/xp/Makefile
config.status:1237: creating plugins/ots/Makefile
config.status:1237: creating plugins/ots/xp/Makefile
config.status:1237: creating plugins/paint/Makefile
config.status:1237: creating plugins/paint/unix/Makefile
config.status:1237: creating plugins/paint/win/Makefile
config.status:1237: creating plugins/paint/xp/Makefile
config.status:1237: creating plugins/passepartout/Makefile
config.status:1237: creating plugins/passepartout/xp/Makefile
config.status:1237: creating plugins/pdb/Makefile
config.status:1237: creating plugins/pdb/xp/Makefile
config.status:1237: creating plugins/pdf/Makefile
config.status:1237: creating plugins/pdf/xp/Makefile
config.status:1237: creating plugins/presentation/Makefile
config.status:1237: creating plugins/presentation/xp/Makefile
config.status:1237: creating plugins/psion/Makefile
config.status:1237: creating plugins/psion/xp/Makefile
config.status:1237: creating plugins/rsvg/Makefile
config.status:1237: creating plugins/rsvg/unix/Makefile
config.status:1237: creating plugins/s5/Makefile
config.status:1237: creating plugins/s5/xp/Makefile
config.status:1237: creating plugins/sdw/Makefile
config.status:1237: creating plugins/sdw/xp/Makefile
config.status:1237: creating plugins/t602/Makefile
config.status:1237: creating plugins/t602/xp/Makefile
config.status:1237: creating plugins/urldict/Makefile
config.status:1237: creating plugins/urldict/xp/Makefile
config.status:1237: creating plugins/wikipedia/Makefile
config.status:1237: creating plugins/wikipedia/xp/Makefile
config.status:1237: creating plugins/win32gfx/Makefile
config.status:1237: creating plugins/win32gfx/win/Makefile
config.status:1237: creating plugins/wmf/Makefile
config.status:1237: creating plugins/wmf/xp/Makefile
config.status:1237: creating plugins/wml/Makefile
config.status:1237: creating plugins/wml/xp/Makefile
config.status:1237: creating plugins/wordperfect/Makefile
config.status:1237: creating plugins/wordperfect/xp/Makefile
config.status:1237: creating plugins/wpg/Makefile
config.status:1237: creating plugins/wpg/xp/Makefile
config.status:1237: creating plugins/xslfo/Makefile
config.status:1237: creating plugins/xslfo/xp/Makefile
config.status:1341: creating config.h
config.status:1483: config.h is unchanged
config.status:1663: executing depfiles commands

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

abi_cv_debug=no
abi_cv_emacs_keybinding=yes
abi_cv_embedded_platform=no
abi_cv_embedded_target=no
abi_cv_gio=yes
abi_cv_gnomevfs=no
abi_cv_gsf_gio=no
abi_cv_gucharmap=no
abi_cv_libxslt=no
abi_cv_menubutton=no
abi_cv_print=yes
abi_cv_spell=yes
abi_cv_statusbar=yes
abi_cv_vi_keybinding=yes
ac_cv_build=i686-pc-mingw32
ac_cv_build_alias=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AIKSAURUS_CFLAGS_set=
ac_cv_env_AIKSAURUS_CFLAGS_value=
ac_cv_env_AIKSAURUS_GTK_CFLAGS_set=
ac_cv_env_AIKSAURUS_GTK_CFLAGS_value=
ac_cv_env_AIKSAURUS_GTK_LIBS_set=
ac_cv_env_AIKSAURUS_GTK_LIBS_value=
ac_cv_env_AIKSAURUS_LIBS_set=
ac_cv_env_AIKSAURUS_LIBS_value=
ac_cv_env_APPLIX_CFLAGS_set=
ac_cv_env_APPLIX_CFLAGS_value=
ac_cv_env_APPLIX_LIBS_set=
ac_cv_env_APPLIX_LIBS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CLARISWORKS_CFLAGS_set=
ac_cv_env_CLARISWORKS_CFLAGS_value=
ac_cv_env_CLARISWORKS_LIBS_set=
ac_cv_env_CLARISWORKS_LIBS_value=
ac_cv_env_COLLAB_CFLAGS_set=
ac_cv_env_COLLAB_CFLAGS_value=
ac_cv_env_COLLAB_LIBS_set=
ac_cv_env_COLLAB_LIBS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/mingw/include/libpng13/
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_DOCBOOK_CFLAGS_set=
ac_cv_env_DOCBOOK_CFLAGS_value=
ac_cv_env_DOCBOOK_LIBS_set=
ac_cv_env_DOCBOOK_LIBS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GDA_CFLAGS_set=
ac_cv_env_GDA_CFLAGS_value=
ac_cv_env_GDA_LIBS_set=
ac_cv_env_GDA_LIBS_value=
ac_cv_env_GOFFICE_CFLAGS_set=
ac_cv_env_GOFFICE_CFLAGS_value=
ac_cv_env_GOFFICE_LIBS_set=
ac_cv_env_GOFFICE_LIBS_value=
ac_cv_env_GRAMMAR_CFLAGS_set=
ac_cv_env_GRAMMAR_CFLAGS_value=
ac_cv_env_GRAMMAR_LIBS_set=
ac_cv_env_GRAMMAR_LIBS_value=
ac_cv_env_GSFGI_CFLAGS_set=
ac_cv_env_GSFGI_CFLAGS_value=
ac_cv_env_GSFGI_LIBS_set=
ac_cv_env_GSFGI_LIBS_value=
ac_cv_env_GTK214_CFLAGS_set=
ac_cv_env_GTK214_CFLAGS_value=
ac_cv_env_GTK214_LIBS_set=
ac_cv_env_GTK214_LIBS_value=
ac_cv_env_HANCOM_CFLAGS_set=
ac_cv_env_HANCOM_CFLAGS_value=
ac_cv_env_HANCOM_LIBS_set=
ac_cv_env_HANCOM_LIBS_value=
ac_cv_env_KWORD_CFLAGS_set=
ac_cv_env_KWORD_CFLAGS_value=
ac_cv_env_KWORD_LIBS_set=
ac_cv_env_KWORD_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_LOADBINDINGS_CFLAGS_set=
ac_cv_env_LOADBINDINGS_CFLAGS_value=
ac_cv_env_LOADBINDINGS_LIBS_set=
ac_cv_env_LOADBINDINGS_LIBS_value=
ac_cv_env_MATHVIEW_CFLAGS_set=
ac_cv_env_MATHVIEW_CFLAGS_value=
ac_cv_env_MATHVIEW_LIBS_set=
ac_cv_env_MATHVIEW_LIBS_value=
ac_cv_env_MHT_CFLAGS_set=
ac_cv_env_MHT_CFLAGS_value=
ac_cv_env_MHT_LIBS_set=
ac_cv_env_MHT_LIBS_value=
ac_cv_env_MSWRITE_CFLAGS_set=
ac_cv_env_MSWRITE_CFLAGS_value=
ac_cv_env_MSWRITE_LIBS_set=
ac_cv_env_MSWRITE_LIBS_value=
ac_cv_env_OPENDOCUMENT_CFLAGS_set=
ac_cv_env_OPENDOCUMENT_CFLAGS_value=
ac_cv_env_OPENDOCUMENT_LIBS_set=
ac_cv_env_OPENDOCUMENT_LIBS_value=
ac_cv_env_OPENWRITER_CFLAGS_set=
ac_cv_env_OPENWRITER_CFLAGS_value=
ac_cv_env_OPENWRITER_LIBS_set=
ac_cv_env_OPENWRITER_LIBS_value=
ac_cv_env_OPENXML_CFLAGS_set=
ac_cv_env_OPENXML_CFLAGS_value=
ac_cv_env_OPENXML_LIBS_set=
ac_cv_env_OPENXML_LIBS_value=
ac_cv_env_OTS_CFLAGS_set=
ac_cv_env_OTS_CFLAGS_value=
ac_cv_env_OTS_LIBS_set=
ac_cv_env_OTS_LIBS_value=
ac_cv_env_PDB_CFLAGS_set=
ac_cv_env_PDB_CFLAGS_value=
ac_cv_env_PDB_LIBS_set=
ac_cv_env_PDB_LIBS_value=
ac_cv_env_PDF_CFLAGS_set=
ac_cv_env_PDF_CFLAGS_value=
ac_cv_env_PDF_LIBS_set=
ac_cv_env_PDF_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PLUGIN_CFLAGS_set=
ac_cv_env_PLUGIN_CFLAGS_value=
ac_cv_env_PLUGIN_LIBS_set=
ac_cv_env_PLUGIN_LIBS_value=
ac_cv_env_RSVG_CFLAGS_set=
ac_cv_env_RSVG_CFLAGS_value=
ac_cv_env_RSVG_LIBS_set=
ac_cv_env_RSVG_LIBS_value=
ac_cv_env_SDW_CFLAGS_set=
ac_cv_env_SDW_CFLAGS_value=
ac_cv_env_SDW_LIBS_set=
ac_cv_env_SDW_LIBS_value=
ac_cv_env_T602_CFLAGS_set=
ac_cv_env_T602_CFLAGS_value=
ac_cv_env_T602_LIBS_set=
ac_cv_env_T602_LIBS_value=
ac_cv_env_WML_CFLAGS_set=
ac_cv_env_WML_CFLAGS_value=
ac_cv_env_WML_LIBS_set=
ac_cv_env_WML_LIBS_value=
ac_cv_env_WORDPERFECT_CFLAGS_set=
ac_cv_env_WORDPERFECT_CFLAGS_value=
ac_cv_env_WORDPERFECT_LIBS_set=
ac_cv_env_WORDPERFECT_LIBS_value=
ac_cv_env_WPG_CFLAGS_set=
ac_cv_env_WPG_CFLAGS_value=
ac_cv_env_WPG_LIBS_set=
ac_cv_env_WPG_LIBS_value=
ac_cv_env_XSLFO_CFLAGS_set=
ac_cv_env_XSLFO_CFLAGS_value=
ac_cv_env_XSLFO_LIBS_set=
ac_cv_env_XSLFO_LIBS_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_exeext=.exe
ac_cv_f77_compiler_gnu=no
ac_cv_func_localeconv=yes
ac_cv_func_strcspn=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strtoul=yes
ac_cv_header_asio_hpp=no
ac_cv_header_dlfcn_h=no
ac_cv_header_ext_hash_map=yes
ac_cv_header_hash_map=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_png_h=yes
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_host_alias=i686-pc-mingw32
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=no
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/mingw/bin/pkg-config
ac_cv_path_install='/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_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-mingw32
ac_cv_target_alias=i686-pc-mingw32
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
lt_cv_path_NM=/mingw/bin/nm
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
        ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\)
\([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern
int \1;/p'\'''
lt_cv_sys_max_cmd_len=8192
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
        ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][
        ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^:
\\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST]
\\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'
mht_cv_inter7eps=auto
mht_cv_libtidy=auto
pkg_cv_DEPS_CFLAGS='-mms-bitfields -Ic:/mingw/include/fribidi
-Ic:/mingw/include/glib-2.0 -Ic:/mingw/lib/glib-2.0/include
-Ic:/mingw/include/libgsf-1 -Ic:/mingw/include -Ic:/mingw/include/wv
-Ic:/mingw/include/libxml2 -Ic:/mingw/include/enchant '
pkg_cv_DEPS_LIBS='-Lc:/mingw/lib -lfribidi -lgthread-2.0 -lwv -lgsf-1
-lxml2 -liconv -lz -lm -lgio-2.0 -lgobject-2.0 -lenchant -lgmodule-2.0
-lglib-2.0 -lintl '
pkg_cv_OPENDOCUMENT_CFLAGS='-mms-bitfields -Ic:/mingw/include/libgsf-1
-Ic:/mingw/include/glib-2.0 -Ic:/mingw/lib/glib-2.0/include
-Ic:/mingw/include '
pkg_cv_OPENDOCUMENT_LIBS='-Lc:/mingw/lib -lgsf-1 -lgobject-2.0 -lxml2
-lz -lglib-2.0 -lintl '
pkg_cv_PLUGIN_CFLAGS='-mms-bitfields -Ic:/mingw/include/glib-2.0
-Ic:/mingw/lib/glib-2.0/include '
pkg_cv_PLUGIN_LIBS='-Lc:/mingw/lib -lgthread-2.0 -lgobject-2.0
-lglib-2.0 -lintl '

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

ABIWORD_CONTENTSDIR=''
ABIWORD_DATADIR='${prefix}/share/abiword-2.7'
ABIWORD_HEADERSDIR='${prefix}/include/abiword-2.7'
ABIWORD_LIBDIR='${exec_prefix}/lib/abiword-2.7'
ABIWORD_MACOSDIR=''
ABIWORD_PLUGINSDIR='${exec_prefix}/lib/abiword-2.7/plugins'
ABIWORD_REQUIRED_PKGS=' fribidi >= 0.10.4 glib-2.0 >= 2.6.0
gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 libgsf-1 >= 1.12 wv-1.0 >=
1.2.0 enchant >= 1.2.0 gio-2.0 enchant >= 1.2.0'
ABIWORD_SERIES='2.7'
ABIWORD_UIDIR='${prefix}/share/abiword-2.7/ui'
ABIWORD_XSLTMLDIR=''
ABI_XHTML_MHT_FALSE=''
ABI_XHTML_MHT_TRUE='#'
ABI_XHTML_TIDY_FALSE=''
ABI_XHTML_TIDY_TRUE='#'
ABI_XHTML_XML2_FALSE='#'
ABI_XHTML_XML2_TRUE=''
ACLOCAL='${SHELL} /c/abiword/missing --run aclocal-1.8'
AF_CPPFLAGS=' ${BASE_CPPFLAGS} -I${top_srcdir}/src/af/ev/${TOOLKIT}
-I${top_srcdir}/src/af/ev/xp -I${top_srcdir}/src/af/gr/${TOOLKIT}
-I${top_srcdir}/src/af/gr/xp -I${top_srcdir}/src/af/util/${PLATFORM}
-I${top_srcdir}/src/af/util/xp -I${top_srcdir}/src/af/xap/${TOOLKIT}
-I${top_srcdir}/src/af/xap/xp'
AF_TEST_CPPFLAGS=' ${AF_CPPFLAGS} -I${top_srcdir}/src/af/tf/xp'
AIKSAURUS_BUILTIN_FALSE=''
AIKSAURUS_BUILTIN_TRUE='#'
AIKSAURUS_CFLAGS=''
AIKSAURUS_GTK_CFLAGS=''
AIKSAURUS_GTK_LIBS=''
AIKSAURUS_LIBS=''
ALL_PLUGINS=' aiksaurus applix babelfish bmp clarisworks collab
command docbook eml freetranslation gda gdict gimp goffice google
grammar hancom hrtext iscii jpeg kword latex loadbindings mathview mht
mif mswrite nroff opendocument openwriter openxml opml ots paint
passepartout pdb pdf presentation psion rsvg s5 sdw t602 urldict
wikipedia win32gfx wmf wml wordperfect wpg xslfo'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /c/abiword/missing --run tar'
AM_MAKEFLAGS=''
APPLIX_BUILTIN_FALSE=''
APPLIX_BUILTIN_TRUE='#'
APPLIX_CFLAGS=''
APPLIX_LIBS=''
AS='as'
AUTOCONF='${SHELL} /c/abiword/missing --run autoconf'
AUTOHEADER='${SHELL} /c/abiword/missing --run autoheader'
AUTOMAKE='${SHELL} /c/abiword/missing --run automake-1.8'
AWK='gawk'
BABELFISH_BUILTIN_FALSE=''
BABELFISH_BUILTIN_TRUE='#'
BABELFISH_CFLAGS=''
BABELFISH_LIBS=''
BASE_CPPFLAGS='-mthreads ${DEPS_CFLAGS} -I${top_srcdir}
${GOFFICE_BUILTIN_CPPFLAGS}'
BMP_BUILTIN_FALSE=''
BMP_BUILTIN_TRUE='#'
BMP_CFLAGS=''
BMP_LIBS=''
BOOST_CPPFLAGS=''
BOOST_LDFLAGS=''
BUILTIN_PLUGINS=''
BUILTIN_PLUGINS_LA=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLARISWORKS_BUILTIN_FALSE=''
CLARISWORKS_BUILTIN_TRUE='#'
CLARISWORKS_CFLAGS=''
CLARISWORKS_LIBS=''
COLLAB_BACKEND_FAKE_FALSE=''
COLLAB_BACKEND_FAKE_TRUE='#'
COLLAB_BACKEND_SERVICE_FALSE=''
COLLAB_BACKEND_SERVICE_TRUE='#'
COLLAB_BACKEND_SUGAR_FALSE=''
COLLAB_BACKEND_SUGAR_TRUE='#'
COLLAB_BACKEND_TCP_FALSE=''
COLLAB_BACKEND_TCP_TRUE='#'
COLLAB_BACKEND_XMPP_FALSE=''
COLLAB_BACKEND_XMPP_TRUE='#'
COLLAB_BUILTIN_FALSE=''
COLLAB_BUILTIN_TRUE='#'
COLLAB_CFLAGS=''
COLLAB_LIBS=''
COLLAB_RECORD_ALWAYS_FALSE=''
COLLAB_RECORD_ALWAYS_TRUE='#'
COMMAND_BUILTIN_FALSE=''
COMMAND_BUILTIN_TRUE='#'
COMMAND_CFLAGS=''
COMMAND_LIBS=''
CONVERT=''
CPP='gcc -E'
CPPFLAGS='-I/mingw/include/libpng13/ -Wall -Wextra -Wsign-compare
-Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn
-Wunused -Wpointer-arith'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEBUG_FALSE=''
DEBUG_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPS_CFLAGS='-mms-bitfields -Ic:/mingw/include/fribidi
-Ic:/mingw/include/glib-2.0 -Ic:/mingw/lib/glib-2.0/include
-Ic:/mingw/include/libgsf-1 -Ic:/mingw/include -Ic:/mingw/include/wv
-Ic:/mingw/include/libxml2 -Ic:/mingw/include/enchant '
DEPS_LIBS='-ladvapi32 -lcomctl32 -lcomdlg32 -lgdi32 -lkernel32 -lole32
-lshell32 -luser32 -luuid -lversion -lwinspool -lpng13 -lzlib1
-Lc:/mingw/lib -lfribidi -lgthread-2.0 -lwv -lgsf-1 -lxml2 -liconv -lz
-lm -lgio-2.0 -lgobject-2.0 -lenchant -lgmodule-2.0 -lglib-2.0 -lintl
'
DLLTOOL='dlltool'
DOCBOOK_BUILTIN_FALSE=''
DOCBOOK_BUILTIN_TRUE='#'
DOCBOOK_CFLAGS=''
DOCBOOK_LIBS=''
DOLT_BASH=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EMBEDDED_HILDON_FALSE=''
EMBEDDED_HILDON_TRUE='#'
EML_BUILTIN_FALSE=''
EML_BUILTIN_TRUE='#'
EML_CFLAGS=''
EML_LIBS=''
ENABLE_DYNAMIC_FALSE=''
ENABLE_DYNAMIC_TRUE='#'
ENABLE_EMACS_KEYBINDING_FALSE='#'
ENABLE_EMACS_KEYBINDING_TRUE=''
ENABLE_MENUBUTTON_FALSE=''
ENABLE_MENUBUTTON_TRUE='#'
ENABLE_PRINT_FALSE='#'
ENABLE_PRINT_TRUE=''
ENABLE_SPELL_FALSE='#'
ENABLE_SPELL_TRUE=''
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
ENABLE_STATUSBAR_FALSE='#'
ENABLE_STATUSBAR_TRUE=''
ENABLE_VI_KEYBINDING_FALSE='#'
ENABLE_VI_KEYBINDING_TRUE=''
EXEEXT='.exe'
F77=''
FFLAGS=''
FREETRANSLATION_BUILTIN_FALSE=''
FREETRANSLATION_BUILTIN_TRUE='#'
FREETRANSLATION_CFLAGS=''
FREETRANSLATION_LIBS=''
GDA_BUILTIN_FALSE=''
GDA_BUILTIN_TRUE='#'
GDA_CFLAGS=''
GDA_LIBS=''
GDICT_BUILTIN_FALSE=''
GDICT_BUILTIN_TRUE='#'
GDICT_CFLAGS=''
GDICT_LIBS=''
GIMP_BUILTIN_FALSE=''
GIMP_BUILTIN_TRUE='#'
GIMP_CFLAGS=''
GIMP_LIBS=''
GOFFICE_BUILTIN_CPPFLAGS='-I${top_srcdir}/goffice-bits'
GOFFICE_BUILTIN_FALSE=''
GOFFICE_BUILTIN_LIBS='${top_builddir}/goffice-bits/libgoffice.la'
GOFFICE_BUILTIN_TRUE='#'
GOFFICE_CFLAGS=''
GOFFICE_LIBS=''
GOOGLE_BUILTIN_FALSE=''
GOOGLE_BUILTIN_TRUE='#'
GOOGLE_CFLAGS=''
GOOGLE_LIBS=''
GRAMMAR_BUILTIN_FALSE=''
GRAMMAR_BUILTIN_TRUE='#'
GRAMMAR_CFLAGS=''
GRAMMAR_LIBS=''
GSFGI_CFLAGS=''
GSFGI_LIBS=''
GTK214_CFLAGS=''
GTK214_LIBS=''
HANCOM_BUILTIN_FALSE=''
HANCOM_BUILTIN_TRUE='#'
HANCOM_CFLAGS=''
HANCOM_LIBS=''
HAVE_LIBXSLT_FALSE=''
HAVE_LIBXSLT_TRUE='#'
HRTEXT_BUILTIN_FALSE=''
HRTEXT_BUILTIN_TRUE='#'
HRTEXT_CFLAGS=''
HRTEXT_LIBS=''
IMPEXP_CPPFLAGS=' ${TEXT_CPPFLAGS}
-I${top_srcdir}/src/wp/impexp/${TOOLKIT}
-I${top_srcdir}/src/wp/impexp/xp'
IMPEXP_TEST_CPPFLAGS=' ${IMPEXP_CPPFLAGS} -I${top_srcdir}/src/af/tf/xp'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
ISCII_BUILTIN_FALSE=''
ISCII_BUILTIN_TRUE='#'
ISCII_CFLAGS=''
ISCII_LIBS=''
JPEG_BUILTIN_FALSE=''
JPEG_BUILTIN_TRUE='#'
JPEG_CFLAGS=''
JPEG_LIBS=''
KWORD_BUILTIN_FALSE=''
KWORD_BUILTIN_TRUE='#'
KWORD_CFLAGS=''
KWORD_LIBS=''
LATEX_BUILTIN_FALSE=''
LATEX_BUILTIN_TRUE='#'
LATEX_CFLAGS=''
LATEX_LIBS=''
LDFLAGS=''
LEX='${SHELL} /c/abiword/missing --run flex'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXSLT_CFLAGS=''
LIBXSLT_LIBS=''
LN_S='ln -s'
LOADBINDINGS_BUILTIN_FALSE=''
LOADBINDINGS_BUILTIN_TRUE='#'
LOADBINDINGS_CFLAGS=''
LOADBINDINGS_LIBS=''
LTCOMPILE='$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS)
--mode=compile $(COMPILE)'
LTCXXCOMPILE='$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS)
--mode=compile $(CXXCOMPILE)'
LTLIBOBJS=''
MAKEFLAGS=''
MAKEINFO='${SHELL} /c/abiword/missing --run makeinfo'
MATHVIEW_BUILTIN_FALSE=''
MATHVIEW_BUILTIN_TRUE='#'
MATHVIEW_CFLAGS=''
MATHVIEW_LIBS=''
MHT_BUILTIN_FALSE=''
MHT_BUILTIN_TRUE='#'
MHT_CFLAGS=''
MHT_LIBS=''
MIF_BUILTIN_FALSE=''
MIF_BUILTIN_TRUE='#'
MIF_CFLAGS=''
MIF_LIBS=''
MSWRITE_BUILTIN_FALSE=''
MSWRITE_BUILTIN_TRUE='#'
MSWRITE_CFLAGS=''
MSWRITE_LIBS=''
NROFF_BUILTIN_FALSE=''
NROFF_BUILTIN_TRUE='#'
NROFF_CFLAGS=''
NROFF_LIBS=''
OBJDUMP='objdump'
OBJEXT='o'
OPENDOCUMENT_BUILTIN_FALSE=''
OPENDOCUMENT_BUILTIN_TRUE='#'
OPENDOCUMENT_CFLAGS='-mms-bitfields -Ic:/mingw/include/libgsf-1
-Ic:/mingw/include/glib-2.0 -Ic:/mingw/lib/glib-2.0/include
-Ic:/mingw/include ${PLUGIN_CFLAGS}'
OPENDOCUMENT_LIBS='-Lc:/mingw/lib -lgsf-1 -lgobject-2.0 -lxml2 -lz
-lglib-2.0 -lintl ${PLUGIN_LIBS}'
OPENWRITER_BUILTIN_FALSE=''
OPENWRITER_BUILTIN_TRUE='#'
OPENWRITER_CFLAGS=''
OPENWRITER_LIBS=''
OPENXML_BUILTIN_FALSE=''
OPENXML_BUILTIN_TRUE='#'
OPENXML_CFLAGS=''
OPENXML_LIBS=''
OPML_BUILTIN_FALSE=''
OPML_BUILTIN_TRUE='#'
OPML_CFLAGS=''
OPML_LIBS=''
OTS_BUILTIN_FALSE=''
OTS_BUILTIN_TRUE='#'
OTS_CFLAGS=''
OTS_LIBS=''
PACKAGE='abiword'
PACKAGE_BUGREPORT='http://www.abisource.com/'
PACKAGE_NAME='abiword'
PACKAGE_STRING='abiword 2.7.0'
PACKAGE_TARNAME='abiword'
PACKAGE_VERSION='2.7.0'
PAINT_BUILTIN_FALSE=''
PAINT_BUILTIN_TRUE='#'
PAINT_CFLAGS=''
PAINT_LIBS=''
PASSEPARTOUT_BUILTIN_FALSE=''
PASSEPARTOUT_BUILTIN_TRUE='#'
PASSEPARTOUT_CFLAGS=''
PASSEPARTOUT_LIBS=''
PATH_SEPARATOR=':'
PDB_BUILTIN_FALSE=''
PDB_BUILTIN_TRUE='#'
PDB_CFLAGS=''
PDB_LIBS=''
PDF_BUILTIN_FALSE=''
PDF_BUILTIN_TRUE='#'
PDF_CFLAGS=''
PDF_LIBS=''
PKG_CONFIG='/mingw/bin/pkg-config'
PLATFORM='win'
PLUGINS='opendocument '
PLUGIN_CFLAGS='-mms-bitfields -Ic:/mingw/include/glib-2.0
-Ic:/mingw/lib/glib-2.0/include ${WP_CPPFLAGS} -DABI_DLL'
PLUGIN_LIBS='-Lc:/mingw/lib -lgthread-2.0 -lgobject-2.0 -lglib-2.0
-lintl -L${top_builddir}/src -labiword'
POW_LIB=''
PRESENTATION_BUILTIN_FALSE=''
PRESENTATION_BUILTIN_TRUE='#'
PRESENTATION_CFLAGS=''
PRESENTATION_LIBS=''
PSION_BUILTIN_FALSE=''
PSION_BUILTIN_TRUE='#'
PSION_CFLAGS=''
PSION_LIBS=''
Q='$(V:1=)'
RANLIB='ranlib'
RSVG_BUILTIN_FALSE=''
RSVG_BUILTIN_TRUE='#'
RSVG_CFLAGS=''
RSVG_LIBS=''
S5_BUILTIN_FALSE=''
S5_BUILTIN_TRUE='#'
S5_CFLAGS=''
S5_LIBS=''
SDW_BUILTIN_FALSE=''
SDW_BUILTIN_TRUE='#'
SDW_CFLAGS=''
SDW_LIBS=''
SED='/bin/sed'
SET_MAKE=''
SHAVE_SAVED_CC=''
SHAVE_SAVED_CXX=''
SHAVE_SAVED_LIBTOOL=''
SHELL='/bin/sh'
STRIP='strip'
T602_BUILTIN_FALSE=''
T602_BUILTIN_TRUE='#'
T602_CFLAGS=''
T602_LIBS=''
TEXT_CPPFLAGS=' ${AF_CPPFLAGS} -I${top_srcdir}/src/text/fmt/${TOOLKIT}
-I${top_srcdir}/src/text/fmt/xp -I${top_srcdir}/src/text/ptbl/xp'
TEXT_TEST_CPPFLAGS=' ${TEXT_CPPFLAGS} -I${top_srcdir}/src/af/tf/xp'
TOOLKIT='win'
TOOLKIT_COCOA_FALSE=''
TOOLKIT_COCOA_TRUE='#'
TOOLKIT_GTK_FALSE=''
TOOLKIT_GTK_TRUE='#'
TOOLKIT_WIN_FALSE='#'
TOOLKIT_WIN_TRUE=''
URLDICT_BUILTIN_FALSE=''
URLDICT_BUILTIN_TRUE='#'
URLDICT_CFLAGS=''
URLDICT_LIBS=''
V='1'
VERSION='2.7.0'
WIKIPEDIA_BUILTIN_FALSE=''
WIKIPEDIA_BUILTIN_TRUE='#'
WIKIPEDIA_CFLAGS=''
WIKIPEDIA_LIBS=''
WIN32GFX_BUILTIN_FALSE=''
WIN32GFX_BUILTIN_TRUE='#'
WIN32GFX_CFLAGS=''
WIN32GFX_LIBS=''
WITH_GOFFICE_BUILTIN_FALSE=''
WITH_GOFFICE_BUILTIN_TRUE='#'
WITH_GUCHARMAP_FALSE=''
WITH_GUCHARMAP_TRUE='#'
WMF_BUILTIN_FALSE=''
WMF_BUILTIN_TRUE='#'
WMF_CFLAGS=''
WMF_LIBS=''
WML_BUILTIN_FALSE=''
WML_BUILTIN_TRUE='#'
WML_CFLAGS=''
WML_LIBS=''
WORDPERFECT_BUILTIN_FALSE=''
WORDPERFECT_BUILTIN_TRUE='#'
WORDPERFECT_CFLAGS=''
WORDPERFECT_LIBS=''
WPG_BUILTIN_FALSE=''
WPG_BUILTIN_TRUE='#'
WPG_CFLAGS=''
WPG_LIBS=''
WP_CPPFLAGS=' ${IMPEXP_CPPFLAGS} -I${top_srcdir}/src/wp/ap/${TOOLKIT}
-I${top_srcdir}/src/wp/ap/xp -I${top_srcdir}/src/plugins'
XSLFO_BUILTIN_FALSE=''
XSLFO_BUILTIN_TRUE='#'
XSLFO_CFLAGS=''
XSLFO_LIBS=''
YACC='yacc'
ac_ct_AS='as'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL='dlltool'
ac_ct_F77=''
ac_ct_OBJDUMP='objdump'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_pt_PKG_CONFIG='/mingw/bin/pkg-config'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/c/abiword/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libwmfconfig=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
psiconvconfig=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
shavedir=''
sysconfdir='${prefix}/etc'
target='i686-pc-mingw32'
target_alias=''
target_cpu='i686'
target_os='mingw32'
target_vendor='pc'

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

#define ABIWORD_SERIES "2.7"
#define EMBEDDED_TARGET_GENERIC 1
#define EMBEDDED_TARGET_HILDON 2
#define EMBEDDED_TARGET_POKY 3
#define ENABLE_EMACS_KEYBINDING 1
#define ENABLE_PRINT 1
#define ENABLE_SPELL 1
#define ENABLE_STATUSBAR 1
#define ENABLE_VI_KEYBINDING 1
#define HAVE_INTTYPES_H 1
#define HAVE_LOCALECONV 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCSPN 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define NDEBUG 1
#define PACKAGE "abiword"
#define PACKAGE_BUGREPORT "http://www.abisource.com/"
#define PACKAGE_NAME "abiword"
#define PACKAGE_STRING "abiword 2.7.0"
#define PACKAGE_TARNAME "abiword"
#define PACKAGE_VERSION "2.7.0"
#define STDC_HEADERS 1
#define TOOLKIT_WIN 1
#define VERSION "2.7.0"
#define WITH_ENCHANT 1
#define WITH_GIO 1
#define _WIN32_IE 0x0300
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

On Sat, Mar 7, 2009 at 4:01 AM, Robert Staudinger
<robert.staudinger@gmail.com> wrote:
> Hi Bobby,
>
> what configure line are you using?
>
> - Rob
>
> On Fri, Mar 6, 2009 at 9:52 PM, Bobby Weinmann <bobby.weinmann@gmail.com> wrote:
>>
>> Gmail won't let me attach the file.  Here is the patch.
>>
>> Bobby
>>
>> Index: config.h.in
>> ===================================================================
>> --- config.h.in (revision 25856)
>> +++ config.h.in (working copy)
>> @@ -154,17 +154,8 @@
>>    `char[]'. */
>>  #undef YYTEXT_POINTER
>>
>> -/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
>> -   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
>> -   #define below would cause a syntax error. */
>> -#undef _UINT32_T
>> -
>>  /* minimal comctl.dll v4.70 for toolbars */
>>  #undef _WIN32_IE
>>
>>  /* Define to `int' if <sys/types.h> does not define. */
>>  #undef pid_t
>> -
>> -/* Define to the type of an unsigned integer type of width exactly 32 bits if
>> -   such a type exists and the standard includes do not define it. */
>> -#undef uint32_t
>> Index: src/af/xap/xp/xap_Module.h
>> ===================================================================
>> --- src/af/xap/xp/xap_Module.h  (revision 25856)
>> +++ src/af/xap/xp/xap_Module.h  (working copy)
>> @@ -52,13 +52,13 @@
>>  // we want to have C linkage for both
>>  // this and for all of our required functions
>>  extern "C" {
>> -       typedef ABI_EXPORT struct {
>> +       typedef ABI_EXPORT struct XAP_ModuleInfo {
>>                const char * name;
>>                const char * desc;
>>                const char * version;
>>                const char * author;
>>                const char * usage;
>> -       } XAP_ModuleInfo;
>> +       } ;
>>  }
>>
>>  class XAP_ModuleManager;
>> Index: src/plugins/Makefile.am
>> ===================================================================
>> --- src/plugins/Makefile.am     (revision 25856)
>> +++ src/plugins/Makefile.am     (working copy)
>> @@ -29,10 +29,11 @@
>>
>>  # visit the plugins we're going to link statically and build them
>>  all-local:
>> -       for plugin in $(BUILTIN_PLUGINS); do    \
>> +       if [ ! -n "$(BUILTIN_PLUGINS)" ];  then \
>> +       for plugin in "$(BUILTIN_PLUGINS)"; do  \
>>                (cd ../../plugins/$$plugin && $(MAKE) $(AM_MAKEFLAGS) all); \
>> -       done
>> -
>> +       done; \
>> +       fi
>>  $(BUILTIN_STAMP):
>>        echo $(BUILTIN_PLUGINS) > $(BUILTIN_STAMP)
>>
>
Received on Mon Mar 9 17:23:14 2009

This archive was generated by hypermail 2.1.8 : Mon Mar 09 2009 - 17:23:14 CET