On Tue, Jan 04, 2011 at 12:39:21PM +0000, Caolán McNamara <caolanm@redhat.com> wrote:
Do you still have this problem. If so can you attach your config.log. At the moment in head I think we should be preferring the boost::unordered_map as the backend.
Yeah, sc still fails to build here without the attached patch. I'm attaching config.log as well. Thanks.
From 68406a53bf869e3686bbba8d6983f52d01493c08 Mon Sep 17 00:00:00 2001 From: Miklos Vajna <vmiklos@frugalware.org> Date: Tue, 4 Jan 2011 17:03:50 +0100 Subject: [PATCH] sc: fix build with stlport and system-mdds --- sc/source/core/tool/scmatrix.cxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index b041f7d..d61828e 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -42,6 +42,7 @@ #include <math.h> +#define MDDS_HASH_CONTAINER_STLPORT 1 #include <mdds/mixed_type_matrix.hpp> using ::std::pair; -- 1.7.3.4
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LibreOffice configure 3.3, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --with-system-libs --with-system-headers --without-system-saxon --with-java-target-version=1.5 --with-jdk-home=/usr/lib/jvm/java-6-openjdk ## --------- ## ## Platform. ## ## --------- ## hostname = helicon uname -m = i686 uname -r = 2.6.35-fw1 uname -s = Linux uname -v = #1 SMP PREEMPT Fri Dec 10 21:14:52 CET 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/jvm/java-6-openjdk/bin PATH: . PATH: /home/vmiklos/git/libreoffice/master/solenv/unxlngi6/bin PATH: /home/vmiklos/git/libreoffice/master/solenv/bin PATH: /usr/lib/jvm/java-6-openjdk/bin PATH: /home/vmiklos/git/libreoffice/master/solenv/unxlngi6/bin PATH: /home/vmiklos/git/libreoffice/master/solenv/bin PATH: /usr PATH: /home/vmiklos/bin PATH: /usr/lib/jvm/java-6-openjdk/jre/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:5444: checking for grep that handles long lines and -e configure:5502: result: /usr/bin/grep configure:5507: checking for egrep configure:5569: result: /usr/bin/grep -E configure:5578: checking for gawk configure:5594: found /usr/bin/gawk configure:5605: result: gawk configure:5618: checking for gawk configure:5636: found /usr/bin/gawk configure:5648: result: /usr/bin/gawk configure:5664: checking for sed configure:5682: found /usr/bin/sed configure:5694: result: /usr/bin/sed configure:5711: checking for bash configure:5741: result: /bin/sh configure:5754: checking for GNU tar configure:5763: result: tar configure:5770: checking for solenv environment configure:5774: result: default configure:5833: checking build system type configure:5847: result: i686-pc-linux-gnu configure:5867: checking host system type configure:5880: result: i686-pc-linux-gnu configure:6096: checking whether to enable crashdump feature configure:6105: result: no configure:6169: checking whether to turn warnings to errors configure:6182: result: no configure:6187: checking whether to do a debug build configure:6196: result: no configure:6201: checking whether to build with additional debug utilities configure:6213: result: no, full product build configure:6220: checking whether to include symbols configure:6234: result: no configure:6239: checking whether to strip the solver or not. configure:6252: result: yes configure:6258: checking whether to enable native cups support configure:6262: result: yes configure:6312: checking for gcc configure:6339: result: gcc configure:6568: checking for C compiler version configure:6577: gcc --version >&5 gcc (Frugalware Linux) 4.5.2 Copyright (C) 2010 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:6588: $? = 0 configure:6577: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-frugalware-linux/4.5.2/lto-wrapper Target: i686-frugalware-linux Configured with: ../gcc-4.5.2/configure --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --disable-libjava-multilib --enable-hash-synchronization --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-target-optspace --prefix=/usr --sysconfdir=/etc --localstatedir=/var --docdir=/usr/share/doc/gcc-4.5.2 --mandir=/usr/share/man --build=i686-frugalware-linux --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-lto --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking Thread model: posix gcc version 4.5.2 (Frugalware Linux) configure:6588: $? = 0 configure:6577: gcc -V >&5 gcc: '-V' option must have argument configure:6588: $? = 1 configure:6577: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:6588: $? = 1 configure:6608: checking whether the C compiler works configure:6630: gcc conftest.c >&5 configure:6634: $? = 0 configure:6682: result: yes configure:6685: checking for C compiler default output file name configure:6687: result: a.out configure:6693: checking for suffix of executables configure:6700: gcc -o conftest conftest.c >&5 configure:6704: $? = 0 configure:6726: result: configure:6748: checking whether we are cross compiling configure:6756: gcc -o conftest conftest.c >&5 configure:6760: $? = 0 configure:6767: ./conftest configure:6771: $? = 0 configure:6786: result: no configure:6791: checking for suffix of object files configure:6813: gcc -c conftest.c >&5 configure:6817: $? = 0 configure:6838: result: o configure:6842: checking whether we are using the GNU C compiler configure:6861: gcc -c conftest.c >&5 configure:6861: $? = 0 configure:6870: result: yes configure:6879: checking whether gcc accepts -g configure:6899: gcc -c -g conftest.c >&5 configure:6899: $? = 0 configure:6940: result: yes configure:6957: checking for gcc option to accept ISO C89 configure:7021: gcc -c -g -O2 conftest.c >&5 configure:7021: $? = 0 configure:7034: result: none needed configure:7055: checking for cupsPrintFiles in -lcups configure:7080: gcc -o conftest -g -O2 conftest.c -lcups >&5 configure:7080: $? = 0 configure:7089: result: yes configure:7105: checking how to run the C preprocessor configure:7136: gcc -E conftest.c configure:7136: $? = 0 configure:7150: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7150: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7175: result: gcc -E configure:7195: gcc -E conftest.c configure:7195: $? = 0 configure:7209: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7209: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7238: checking for ANSI C header files configure:7258: gcc -c -g -O2 conftest.c >&5 configure:7258: $? = 0 configure:7331: gcc -o conftest -g -O2 conftest.c -lcups >&5 configure:7331: $? = 0 configure:7331: ./conftest configure:7331: $? = 0 configure:7342: result: yes configure:7355: checking for sys/types.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for sys/stat.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for stdlib.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for string.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for memory.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for strings.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for inttypes.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for stdint.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7355: checking for unistd.h configure:7355: gcc -c -g -O2 conftest.c >&5 configure:7355: $? = 0 configure:7355: result: yes configure:7367: checking cups/cups.h usability configure:7367: gcc -c -g -O2 conftest.c >&5 configure:7367: $? = 0 configure:7367: result: yes configure:7367: checking cups/cups.h presence configure:7367: gcc -E conftest.c configure:7367: $? = 0 configure:7367: result: yes configure:7367: checking for cups/cups.h configure:7367: result: yes configure:7386: checking whether to enable fontconfig support configure:7390: result: yes configure:7445: checking for pkg-config configure:7463: found /usr/bin/pkg-config configure:7475: result: /usr/bin/pkg-config configure:7500: checking pkg-config is at least version 0.9.0 configure:7503: result: yes configure:7513: checking for FONTCONFIG configure:7520: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:7523: $? = 0 configure:7536: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:7539: $? = 0 configure:7596: result: yes configure:7623: checking whether to enable filters for legacy binary file formats (StarOffice 5.2) configure:7627: result: no configure:7637: checking whether to use RPATH in shared libraries configure:7644: result: yes configure:7648: checking whether to include MySpell dictionaries configure:7651: result: yes configure:7662: checking whether to use dicts from external paths configure:7696: result: no configure:7744: checking gcc home configure:7756: result: /usr configure:7821: checking for gcc configure:7848: result: gcc configure:8077: checking for C compiler version configure:8086: gcc --version >&5 gcc (Frugalware Linux) 4.5.2 Copyright (C) 2010 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:8097: $? = 0 configure:8086: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-frugalware-linux/4.5.2/lto-wrapper Target: i686-frugalware-linux Configured with: ../gcc-4.5.2/configure --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --disable-libjava-multilib --enable-hash-synchronization --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-target-optspace --prefix=/usr --sysconfdir=/etc --localstatedir=/var --docdir=/usr/share/doc/gcc-4.5.2 --mandir=/usr/share/man --build=i686-frugalware-linux --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-lto --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking Thread model: posix gcc version 4.5.2 (Frugalware Linux) configure:8097: $? = 0 configure:8086: gcc -V >&5 gcc: '-V' option must have argument configure:8097: $? = 1 configure:8086: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:8097: $? = 1 configure:8101: checking whether we are using the GNU C compiler configure:8129: result: yes configure:8138: checking whether gcc accepts -g configure:8199: result: yes configure:8216: checking for gcc option to accept ISO C89 configure:8293: result: none needed configure:8321: checking for gcc configure:8339: found /usr/bin/gcc configure:8351: result: /usr/bin/gcc configure:8367: checking the GNU gcc compiler version configure:8388: result: checked (gcc 4.5.2) configure:8404: checking for -Bsymbolic-functions linker support configure:8423: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c -lcups >&5 configure:8423: $? = 0 configure:8429: result: found configure:8439: checking whether to enable pch feature configure:8457: result: no configure:8462: checking whether to enable hid list feature configure:8466: result: yes configure:8475: checking for GNU make configure:8484: result: make configure:8490: checking the GNU make version configure:8495: result: make 3.82 3+: configure:8580: checking for --hash-style=both linker support configure:8599: gcc -o conftest -g -O2 -Wl,--hash-style=both conftest.c -lcups >&5 configure:8599: $? = 0 configure:8607: result: found configure:8683: checking for perl configure:8713: result: /usr/bin/perl configure:8734: checking the Perl version configure:8741: result: checked (perl 5) configure:8748: checking for required Perl modules configure:8751: result: all modules found configure:9170: checking for ANSI C header files configure:9274: result: yes configure:9397: checking for C++ compiler version configure:9406: g++ --version >&5 g++ (Frugalware Linux) 4.5.2 Copyright (C) 2010 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:9417: $? = 0 configure:9406: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-frugalware-linux/4.5.2/lto-wrapper Target: i686-frugalware-linux Configured with: ../gcc-4.5.2/configure --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --disable-libjava-multilib --enable-hash-synchronization --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-target-optspace --prefix=/usr --sysconfdir=/etc --localstatedir=/var --docdir=/usr/share/doc/gcc-4.5.2 --mandir=/usr/share/man --build=i686-frugalware-linux --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-lto --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking Thread model: posix gcc version 4.5.2 (Frugalware Linux) configure:9417: $? = 0 configure:9406: g++ -V >&5 g++: '-V' option must have argument configure:9417: $? = 1 configure:9406: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:9417: $? = 1 configure:9421: checking whether we are using the GNU C++ compiler configure:9440: g++ -c conftest.cpp >&5 configure:9440: $? = 0 configure:9449: result: yes configure:9458: checking whether g++ accepts -g configure:9478: g++ -c -g conftest.cpp >&5 configure:9478: $? = 0 configure:9519: result: yes configure:9547: checking how to run the C++ preprocessor configure:9574: g++ -E conftest.cpp configure:9574: $? = 0 configure:9588: g++ -E conftest.cpp conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:9588: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | #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_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9613: result: g++ -E configure:9633: g++ -E conftest.cpp configure:9633: $? = 0 configure:9647: g++ -E conftest.cpp conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:9647: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | #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_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9684: checking how to run the C preprocessor configure:9754: result: gcc -E configure:9774: gcc -E conftest.c configure:9774: $? = 0 configure:9788: gcc -E conftest.c conftest.c:22:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:9788: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | #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_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9823: checking size of long configure:9828: gcc -o conftest -g -O2 conftest.c -lcups >&5 configure:9828: $? = 0 configure:9828: ./conftest configure:9828: $? = 0 configure:9842: result: 4 configure:9854: checking whether byte ordering is bigendian configure:9869: gcc -c -g -O2 conftest.c >&5 conftest.c:24:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:9869: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | #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_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:9914: gcc -c -g -O2 conftest.c >&5 configure:9914: $? = 0 configure:9932: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:30:4: error: 'not' undeclared (first use in this function) conftest.c:30:4: note: each undeclared identifier is reported only once for each function it appears in conftest.c:30:8: error: expected ';' before 'big' configure:9932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | #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_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:10060: result: no configure:10088: checking for special C compiler options needed for large files configure:10133: result: no configure:10139: checking for _FILE_OFFSET_BITS value needed for large files configure:10164: gcc -c -g -O2 conftest.c >&5 conftest.c:29:3: warning: left shift count >= width of type conftest.c:29:3: warning: left shift count >= width of type conftest.c:30:10: warning: left shift count >= width of type conftest.c:30:10: warning: left shift count >= width of type conftest.c:29:7: error: size of array 'off_t_is_large' is negative conftest.c:31:9: warning: variably modified 'off_t_is_large' at file scope configure:10164: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "LibreOffice 3.3" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define HAVE_LIBCUPS 1 | #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_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:10188: gcc -c -g -O2 conftest.c >&5 configure:10188: $? = 0 configure:10196: result: 64 configure:10287: checking whether to disable vba feature configure:10294: result: no configure:10301: checking how to package the vba compatibility api configure:10321: result: defaulting to build into installset configure:10332: checking whether to link to libcrypt configure:10335: result: yes configure:10338: checking for crypt in -lcrypt configure:10363: gcc -o conftest -g -O2 conftest.c -lcrypt -lcups >&5 configure:10363: $? = 0 configure:10372: result: yes configure:10512: checking for C++ compiler version configure:10521: g++ --version >&5 g++ (Frugalware Linux) 4.5.2 Copyright (C) 2010 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:10532: $? = 0 configure:10521: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-frugalware-linux/4.5.2/lto-wrapper Target: i686-frugalware-linux Configured with: ../gcc-4.5.2/configure --enable-java-awt=gtk --with-fastjar=/usr/bin/fastjar --enable-gtk-cairo --disable-libjava-multilib --enable-hash-synchronization --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-target-optspace --prefix=/usr --sysconfdir=/etc --localstatedir=/var --docdir=/usr/share/doc/gcc-4.5.2 --mandir=/usr/share/man --build=i686-frugalware-linux --enable-languages=c,java,c++,objc,obj-c++,ada,fortran --enable-lto --enable-shared --enable-threads=posix --with-system-zlib --libdir=/usr/lib --disable-multilib --enable-bootstrap --with-bugurl=http://bugs.frugalware.org/ --with-pkgversion='Frugalware Linux' --enable-linux-futex --disable-dependency-tracking Thread model: posix gcc version 4.5.2 (Frugalware Linux) configure:10532: $? = 0 configure:10521: g++ -V >&5 g++: '-V' option must have argument configure:10532: $? = 1 configure:10521: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:10532: $? = 1 configure:10536: checking whether we are using the GNU C++ compiler configure:10564: result: yes configure:10573: checking whether g++ accepts -g configure:10634: result: yes configure:10660: checking the GNU C++ compiler version configure:10681: result: checked (g++ 4.5.2) configure:10735: checking for g++ include path configure:10757: result: /usr/include/c++/4.5.2 configure:11034: checking what the default STL should be configure:11062: result: stlport configure:11072: checking for STL providing headers configure:11077: result: using internal stlport. configure:11171: checking whether gcc supports -fvisibility=hidden configure:11186: gcc -o conftest -g -O2 -Werror -fvisibility=hidden conftest.c -lcrypt -lcups >&5 configure:11186: $? = 0 configure:11193: result: yes configure:11200: checking whether gcc supports -std=c++0x without Language Defect 757 configure:11246: g++ -c -g -O2 -std=c++0x conftest.cpp >&5 configure:11246: $? = 0 configure:11259: result: yes configure:11272: checking whether we are allowed and able to use --ccache-skip configure:11275: result: only used on Mac currently, skipping configure:11550: checking which memory allocator to use configure:11698: result: internal configure:11704: checking whether to add custom build version configure:11712: result: no configure:11717: checking whether to build with Java support configure:11720: result: yes configure:11828: checking the installed JDK configure:11888: result: checked (JDK 1.6.0_20) configure:11907: checking for target java bytecode version configure:11919: result: 1.5 configure:12264: JAVA_HOME=/usr/lib/jvm/java-6-openjdk configure:12269: checking for jawt lib name configure:12439: result: -ljawt configure:12445: checking whether to enable gcj aot compilation configure:12510: result: no configure:12530: checking for dmake configure:12548: found /home/vmiklos/git/libreoffice/master/solenv/unxlngi6/bin/dmake configure:12561: result: /home/vmiklos/git/libreoffice/master/solenv/unxlngi6/bin/dmake configure:12573: checking whether the found dmake is the right dmake configure:12583: result: yes configure:12585: checking the dmake version configure:12593: result: OK, >= 4.11 configure:12610: checking whether to enable EPM for packing configure:12952: result: no configure:12963: checking for gperf configure:12993: result: /usr/bin/gperf configure:13004: checking gperf version configure:13007: result: OK configure:13068: checking for pkg-config configure:13098: result: /usr/bin/pkg-config configure:13123: checking pkg-config is at least version 0.9.0 configure:13126: result: yes configure:13136: checking whether to build the stax configure:13144: result: yes configure:13149: checking whether to build the ODK configure:13152: result: yes configure:13155: checking whether to build unowinreg.dll configure:13162: result: no configure:13512: checking whether to provide libstdc++/libgcc_s in the installset configure:13516: result: no configure:13529: checking which zlib to use configure:13533: result: external configure:13536: checking zlib.h usability configure:13536: gcc -c -g -O2 conftest.c >&5 configure:13536: $? = 0 configure:13536: result: yes configure:13536: checking zlib.h presence configure:13536: gcc -E conftest.c configure:13536: $? = 0 configure:13536: result: yes configure:13536: checking for zlib.h configure:13536: result: yes configure:13544: checking for deflate in -lz configure:13569: gcc -o conftest -g -O2 conftest.c -lz -lcrypt -lcups >&5 configure:13569: $? = 0 configure:13578: result: yes configure:13594: checking which jpeg to use configure:13598: result: external configure:13601: checking jpeglib.h usability configure:13601: gcc -c -g -O2 conftest.c >&5 configure:13601: $? = 0 configure:13601: result: yes configure:13601: checking jpeglib.h presence configure:13601: gcc -E conftest.c configure:13601: $? = 0 configure:13601: result: yes configure:13601: checking for jpeglib.h configure:13601: result: yes configure:13609: checking for jpeg_resync_to_restart in -ljpeg configure:13634: gcc -o conftest -g -O2 conftest.c -ljpeg -lcrypt -lcups >&5 configure:13634: $? = 0 configure:13643: result: yes configure:13660: checking which expat to use configure:13664: result: external configure:13667: checking expat.h usability configure:13667: gcc -c -g -O2 conftest.c >&5 configure:13667: $? = 0 configure:13667: result: yes configure:13667: checking expat.h presence configure:13667: gcc -E conftest.c configure:13667: $? = 0 configure:13667: result: yes configure:13667: checking for expat.h configure:13667: result: yes configure:13675: checking for XML_ParserCreate in -lexpat configure:13700: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups >&5 configure:13700: $? = 0 configure:13709: result: yes configure:13731: checking which libwpd to use configure:13735: result: external configure:13740: checking for LIBWPD configure:13823: result: yes configure:13837: checking which cppunit to use configure:13841: result: external configure:13847: checking for CPPUNIT configure:13930: result: yes configure:13945: checking whether freetype is available configure:13949: checking for FREETYPE configure:14032: result: yes configure:14040: checking which libwps to use configure:14044: result: external configure:14049: checking for LIBWPS configure:14132: result: yes configure:14146: checking which libwpg to use configure:14150: result: external configure:14155: checking for LIBWPG configure:14238: result: yes configure:14258: checking for FT_GlyphSlot_Embolden in -lfreetype configure:14283: gcc -o conftest -g -O2 -I/usr/include/freetype2 -lfreetype -lz conftest.c -lfreetype -lexpat -lcrypt -lcups >&5 configure:14283: $? = 0 configure:14292: result: yes configure:14327: checking which libxslt to use configure:14332: result: external configure:14352: checking for LIBXSLT configure:14435: result: yes configure:14444: checking for xsltproc configure:14462: found /usr/bin/xsltproc configure:14475: result: /usr/bin/xsltproc configure:14497: checking which libxml to use configure:14502: result: external configure:14521: checking for LIBXML configure:14604: result: yes configure:14621: checking which python to use configure:14635: result: external configure:14643: checking whether /usr/bin/python version >= 2.2 configure:14654: /usr/bin/python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.2'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:14657: $? = 0 configure:14659: result: yes configure:14750: checking for /usr/bin/python version configure:14757: result: 2.7 configure:14769: checking for /usr/bin/python platform configure:14776: result: linux2 configure:14783: checking for /usr/bin/python script directory configure:14812: result: ${prefix}/lib/python2.7/site-packages configure:14821: checking for /usr/bin/python extension module directory configure:14850: result: ${exec_prefix}/lib/python2.7/site-packages configure:14874: checking Python.h usability configure:14874: gcc -c -g -O2 -I/usr/include/python2.7 conftest.c >&5 In file included from /usr/include/python2.7/Python.h:8:0, from conftest.c:59: /usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined /usr/include/features.h:213:0: note: this is the location of the previous definition configure:14874: $? = 0 configure:14874: result: yes configure:14874: checking Python.h presence configure:14874: gcc -E -I/usr/include/python2.7 conftest.c configure:14874: $? = 0 configure:14874: result: yes configure:14874: checking for Python.h configure:14874: result: yes configure:14945: checking which db to use configure:14950: result: external configure:14953: checking for db-5.1/db.h configure:14964: result: no configure:14953: checking for db5.1/db.h configure:14964: result: no configure:14953: checking for db-5.0/db.h configure:14964: result: no configure:14953: checking for db5.0/db.h configure:14964: result: no configure:14953: checking for db-5/db.h configure:14964: result: no configure:14953: checking for db5/db.h configure:14964: result: no configure:14953: checking for db-4.8/db.h configure:14964: result: no configure:14953: checking for db4.8/db.h configure:14964: result: no configure:14953: checking for db-4.7/db.h configure:14964: result: no configure:14953: checking for db4.7/db.h configure:14964: result: no configure:14953: checking for db-4/db.h configure:14964: result: no configure:14953: checking for db4/db.h configure:14964: result: no configure:14953: checking for db/db.h configure:14959: result: yes configure:14978: checking whether db is at least 4.1 configure:14997: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups >&5 configure:14997: $? = 0 configure:14997: ./conftest configure:14997: $? = 0 configure:14998: result: yes configure:15010: checking for db_create in -ldb configure:15035: gcc -o conftest -g -O2 conftest.c -ldb -lexpat -lcrypt -lcups >&5 configure:15035: $? = 0 configure:15045: result: yes configure:15052: checking for db_create configure:15052: gcc -o conftest -g -O2 conftest.c -ldb -lexpat -lcrypt -lcups >&5 configure:15052: $? = 0 configure:15052: result: yes configure:15074: checking which lucene to use configure:15078: result: external configure:15151: checking for /usr/share/java/lucene-core.jar configure:15165: result: yes configure:15223: checking for /usr/share/java/lucene-core.jar configure:15237: result: yes configure:15246: checking whether lucene is version 2.x configure:15258: result: yes configure:15274: checking whether to build the MySQL Connector extension configure:15290: result: no configure:15529: checking which hsqldb to use configure:15533: result: external configure:15540: checking for /usr/share/java/hsqldb.jar configure:15554: result: yes configure:15562: checking whether hsqldb is 1.8.0.x configure:15586: result: yes configure:15600: checking which beanshell to use configure:15604: result: external configure:15611: checking for /usr/share/java/bsh.jar configure:15625: result: yes configure:15643: checking which saxon to use configure:15841: result: internal configure:15856: checking which curl to use configure:15860: result: external configure:15866: checking for curl-config configure:15884: found /usr/bin/curl-config configure:15896: result: /usr/bin/curl-config configure:15909: checking whether curl is >= 7.13.1 configure:15916: result: yes configure:15931: checking which boost to use configure:15935: result: external configure:15944: checking boost/shared_ptr.hpp usability configure:15944: g++ -c -g -O2 conftest.cpp >&5 configure:15944: $? = 0 configure:15944: result: yes configure:15944: checking boost/shared_ptr.hpp presence configure:15944: g++ -E conftest.cpp configure:15944: $? = 0 configure:15944: result: yes configure:15944: checking for boost/shared_ptr.hpp configure:15944: result: yes configure:15952: checking boost/spirit/include/classic_core.hpp usability configure:15952: g++ -c -g -O2 conftest.cpp >&5 configure:15952: $? = 0 configure:15952: result: yes configure:15952: checking boost/spirit/include/classic_core.hpp presence configure:15952: g++ -E conftest.cpp configure:15952: $? = 0 configure:15952: result: yes configure:15952: checking for boost/spirit/include/classic_core.hpp configure:15952: result: yes configure:15960: checking boost/function.hpp usability configure:15960: g++ -c -g -O2 conftest.cpp >&5 configure:15960: $? = 0 configure:15960: result: yes configure:15960: checking boost/function.hpp presence configure:15960: g++ -E conftest.cpp configure:15960: $? = 0 configure:15960: result: yes configure:15960: checking for boost/function.hpp configure:15960: result: yes configure:15968: checking boost/unordered_map.hpp usability configure:15968: g++ -c -g -O2 conftest.cpp >&5 configure:15968: $? = 0 configure:15968: result: yes configure:15968: checking boost/unordered_map.hpp presence configure:15968: g++ -E conftest.cpp configure:15968: $? = 0 configure:15968: result: yes configure:15968: checking for boost/unordered_map.hpp configure:15968: result: yes configure:15980: checking whether boost/function.hpp compiles with -fno-exceptions configure:15994: g++ -c -g -O2 -fno-exceptions conftest.cpp >&5 configure:15994: $? = 0 configure:16004: result: yes configure:16024: checking which mdds to use configure:16028: result: external configure:16032: checking which hash container mdds shall use configure:16036: result: boost::unordered_map configure:16056: checking mdds/flat_segment_tree.hpp usability configure:16056: g++ -c -g -O2 -DMDDS_HASH_CONTAINER_BOOST conftest.cpp >&5 configure:16056: $? = 0 configure:16056: result: yes configure:16056: checking mdds/flat_segment_tree.hpp presence configure:16056: g++ -E -DMDDS_HASH_CONTAINER_BOOST conftest.cpp configure:16056: $? = 0 configure:16056: result: yes configure:16056: checking for mdds/flat_segment_tree.hpp configure:16056: result: yes configure:16064: checking mdds/mixed_type_matrix.hpp usability configure:16064: g++ -c -g -O2 -DMDDS_HASH_CONTAINER_BOOST conftest.cpp >&5 configure:16064: $? = 0 configure:16064: result: yes configure:16064: checking mdds/mixed_type_matrix.hpp presence configure:16064: g++ -E -DMDDS_HASH_CONTAINER_BOOST conftest.cpp configure:16064: $? = 0 configure:16064: result: yes configure:16064: checking for mdds/mixed_type_matrix.hpp configure:16064: result: yes configure:16094: checking which vigra to use configure:16098: result: external configure:16107: checking vigra/copyimage.hxx usability configure:16107: g++ -c -g -O2 conftest.cpp >&5 configure:16107: $? = 0 configure:16107: result: yes configure:16107: checking vigra/copyimage.hxx presence configure:16107: g++ -E conftest.cpp configure:16107: $? = 0 configure:16107: result: yes configure:16107: checking for vigra/copyimage.hxx configure:16107: result: yes configure:16129: checking which odbc headers to use configure:16133: result: external configure:16137: checking sqlext.h usability configure:16137: gcc -c -g -O2 conftest.c >&5 configure:16137: $? = 0 configure:16137: result: yes configure:16137: checking sqlext.h presence configure:16137: gcc -E conftest.c configure:16137: $? = 0 configure:16137: result: yes configure:16137: checking for sqlext.h configure:16137: result: yes configure:16153: checking whether to enable build of Mozilla/Mozilla NSS-using components configure:16161: result: yes configure:16167: checking whether to build Mozilla addressbook connectivity configure:16176: result: yes configure:16180: checking whether to build XML Security support configure:16186: result: yes configure:16190: checking whether to build LDAP configuration backend configure:16194: result: yes configure:16209: checking which LDAP SDK to use configure:16326: result: Netscape/Mozilla configure:16336: checking which mozilla to use configure:16971: result: internal configure:16988: checking for toolkit mozilla should use configure:16998: result: gtk2 configure:17023: checking whether to build Mozilla/SeaMonkey configure:17027: result: yes configure:17035: checking whether to build provided NSS module configure:17040: result: yes configure:17093: checking for mozilla sources configure:17100: checking for a169ab152209200a7bad29a275cb0333-seamonkey-1.1.14.source.tar.gz configure:17113: result: found configure:17285: checking for MOZLIBREQ configure:17292: $PKG_CONFIG --exists --print-errors "gtk+-2.0" configure:17295: $? = 0 configure:17308: $PKG_CONFIG --exists --print-errors "gtk+-2.0" configure:17311: $? = 0 configure:17348: result: yes configure:17357: checking for MOZLIBREQ configure:17420: result: yes configure:17590: checking which sane header to use configure:17594: result: external configure:17597: checking sane/sane.h usability configure:17597: gcc -c -g -O2 conftest.c >&5 configure:17597: $? = 0 configure:17597: result: yes configure:17597: checking sane/sane.h presence configure:17597: gcc -E conftest.c configure:17597: $? = 0 configure:17597: result: yes configure:17597: checking for sane/sane.h configure:17597: result: yes configure:17613: checking which icu to use configure:17617: result: external configure:17626: checking for unicode/rbbi.h configure:17632: g++ -E conftest.cpp configure:17632: $? = 0 configure:17633: result: checked. configure:17641: checking for genbrk configure:17672: result: /usr/bin/genbrk configure:17685: checking for genccode configure:17716: result: /usr/sbin/genccode configure:17729: checking for gencmn configure:17760: result: /usr/sbin/gencmn configure:17771: checking ICU version configure:17792: g++ -o conftest -g -O2 conftest.cpp -lexpat -lcrypt -lcups >&5 configure:17792: $? = 0 configure:17792: ./conftest configure:17792: $? = 0 configure:17793: result: OK configure:17820: checking whether to enable graphite support configure:17823: result: yes configure:17826: checking which graphite to use configure:17830: result: external configure:17835: checking for GRAPHITE configure:17918: result: yes configure:17966: checking for X configure:18105: gcc -o conftest -g -O2 conftest.c -lX11 -lexpat -lcrypt -lcups >&5 configure:18105: $? = 0 configure:18155: result: libraries , headers configure:18254: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups -lX11 >&5 configure:18254: $? = 0 configure:18352: checking for gethostbyname configure:18352: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups >&5 configure:18352: $? = 0 configure:18352: result: yes configure:18449: checking for connect configure:18449: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups >&5 configure:18449: $? = 0 configure:18449: result: yes configure:18498: checking for remove configure:18498: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups >&5 configure:18498: $? = 0 configure:18498: result: yes configure:18547: checking for shmat configure:18547: gcc -o conftest -g -O2 conftest.c -lexpat -lcrypt -lcups >&5 configure:18547: $? = 0 configure:18547: result: yes configure:18605: checking for IceConnectionNumber in -lICE configure:18630: gcc -o conftest -g -O2 conftest.c -lICE -lexpat -lcrypt -lcups >&5 configure:18630: $? = 0 configure:18639: result: yes configure:18665: checking for XOpenDisplay in -lX11 configure:18690: gcc -o conftest -g -O2 conftest.c -lX11 -lexpat -lcrypt -lcups >&5 configure:18690: $? = 0 configure:18699: result: yes configure:18707: checking for XauDisposeAuth in -lXau configure:18732: gcc -o conftest -g -O2 conftest.c -lXau -lexpat -lcrypt -lcups >&5 configure:18732: $? = 0 configure:18741: result: yes configure:18775: checking whether to use Xaw configure:18797: result: yes configure:18801: checking for X11/Xaw/Label.h configure:18801: gcc -c -g -O2 conftest.c >&5 configure:18801: $? = 0 configure:18801: result: yes configure:18814: checking for main in -lXaw configure:18833: gcc -o conftest -g -O2 conftest.c -lXaw -lexpat -lcrypt -lcups >&5 configure:18833: $? = 0 configure:18842: result: yes configure:18860: checking whether to link to Xrender configure:18868: result: no, dynamically open it configure:18872: checking which Xrender headers to use configure:18876: result: external configure:18879: checking X11/extensions/Xrender.h usability configure:18879: gcc -c -g -O2 conftest.c >&5 configure:18879: $? = 0 configure:18879: result: yes configure:18879: checking X11/extensions/Xrender.h presence configure:18879: gcc -E conftest.c configure:18879: $? = 0 configure:18879: result: yes configure:18879: checking for X11/extensions/Xrender.h configure:18879: result: yes configure:18945: checking whether to enable RandR support configure:18953: result: yes configure:18958: checking for XRANDR configure:19021: result: yes configure:19096: checking whether to use neon configure:19104: result: yes configure:19106: checking which neon to use configure:19110: result: external configure:19114: checking for NEON configure:19177: result: yes configure:19201: checking which libssl to use configure:19205: result: external configure:19215: checking for OPENSSL configure:19298: result: yes configure:19314: checking which redland library to use configure:19318: result: external configure:19323: checking for REDLAND configure:19406: result: yes configure:19420: checking which libhunspell to use configure:19424: result: external configure:19435: checking for HUNSPELL configure:19498: result: yes configure:19579: checking which altlinuxhyph to use configure:19583: result: external configure:19586: checking hyphen.h usability configure:19586: gcc -c -g -O2 conftest.c >&5 configure:19586: $? = 0 configure:19586: result: yes configure:19586: checking hyphen.h presence configure:19586: gcc -E conftest.c configure:19586: $? = 0 configure:19586: result: yes configure:19586: checking for hyphen.h configure:19586: result: yes configure:19594: checking for struct _HyphenDict.cset configure:19594: gcc -c -g -O2 conftest.c >&5 configure:19594: $? = 0 configure:19594: result: yes configure:19602: checking for hnj_hyphen_hyphenate2 in -lhyphen configure:19627: gcc -o conftest -g -O2 conftest.c -lhyphen -lXaw -lexpat -lcrypt -lcups >&5 configure:19627: $? = 0 configure:19636: result: yes configure:19741: checking which mythes to use configure:19745: result: external configure:19756: checking for MYTHES configure:19819: result: yes configure:19931: checking which lpsolve to use configure:19935: result: external configure:19938: checking lpsolve/lp_lib.h usability configure:19938: gcc -c -g -O2 conftest.c >&5 configure:19938: $? = 0 configure:19938: result: yes configure:19938: checking lpsolve/lp_lib.h presence configure:19938: gcc -E conftest.c configure:19938: $? = 0 configure:19938: result: yes configure:19938: checking for lpsolve/lp_lib.h configure:19938: result: yes configure:19947: checking for floor in -lm configure:19972: gcc -o conftest -g -O2 conftest.c -lm -lXaw -lexpat -lcrypt -lcups >&5 conftest.c:35:6: warning: conflicting types for built-in function 'floor' configure:19972: $? = 0 configure:19981: result: yes configure:19992: checking for dlopen in -ldl configure:20017: gcc -o conftest -g -O2 conftest.c -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:20017: $? = 0 configure:20026: result: yes configure:20037: checking for make_lp in -llpsolve55 configure:20062: gcc -o conftest -g -O2 conftest.c -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:20062: $? = 0 configure:20071: result: yes configure:20092: checking which libtextcat to use configure:20154: result: internal configure:20161: checking which libtextcat data directory to use configure:20172: result: internal configure:20179: checking whether libc is >= 2.1.1 configure:20182: checking for gnu_get_libc_version in -lc configure:20207: gcc -o conftest -g -O2 conftest.c -lc -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:20207: $? = 0 configure:20216: result: yes configure:20224: result: yes configure:20234: checking for getopt configure:20234: gcc -o conftest -g -O2 conftest.c -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:20234: $? = 0 configure:20234: result: yes configure:20247: checking for readdir_r configure:20247: gcc -o conftest -g -O2 conftest.c -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:20247: $? = 0 configure:20247: result: yes configure:20465: checking for bison configure:20483: found /usr/bin/bison configure:20495: result: /usr/bin/bison configure:20506: checking the bison version configure:20517: result: checked (/usr/bin/bison 2.4.3) configure:20526: checking for flex configure:20544: found /usr/bin/flex configure:20556: result: /usr/bin/flex configure:20569: checking for patch configure:20587: found /usr/bin/patch configure:20599: result: /usr/bin/patch configure:20839: checking for zip configure:20857: found /usr/bin/zip configure:20869: result: /usr/bin/zip configure:20879: checking for unzip configure:20897: found /usr/bin/unzip configure:20909: result: /usr/bin/unzip configure:20930: checking which VCLplugs shall be built configure:20957: result: gtk configure:20963: checking whether to enable GConf support configure:20967: result: yes configure:20971: checking for GCONF configure:20978: $PKG_CONFIG --exists --print-errors "gconf-2.0 " configure:20981: $? = 0 configure:20994: $PKG_CONFIG --exists --print-errors "gconf-2.0 " configure:20997: $? = 0 configure:21054: result: yes configure:21066: checking whether to enable GNOME VFS support configure:21070: result: yes configure:21074: checking for GNOMEVFS configure:21081: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.6.0 " configure:21084: $? = 0 configure:21097: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.6.0 " configure:21100: $? = 0 configure:21157: result: yes configure:21268: checking for GTK configure:21275: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 " configure:21278: $? = 0 configure:21291: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 " configure:21294: $? = 0 configure:21331: result: yes configure:21340: checking for GTK210 configure:21347: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0" configure:21350: $? = 0 configure:21363: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0" configure:21366: $? = 0 configure:21403: result: yes configure:21409: checking whether to enable DBUS support configure:21505: result: no configure:21509: checking whether to enable GIO support configure:21608: result: no configure:21624: checking for LIBPNG configure:21707: result: yes configure:21717: checking whether to enable BrOffice branding configure:21721: result: yes configure:21736: checking whether to use cairo configure:21740: result: yes configure:21742: checking which cairo to use configure:21746: result: external configure:21752: checking for CAIRO configure:21835: result: yes configure:21899: checking whether to enable the GStreamer avmedia backend configure:21903: result: yes configure:21907: checking for GSTREAMER configure:21914: $PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-plugins-base-0.10 " configure:21917: $? = 0 configure:21930: $PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-plugins-base-0.10 " configure:21933: $? = 0 configure:21990: result: yes configure:22003: checking whether to build the OpenGL Transitions component configure:22017: result: yes configure:22019: checking for main in -lGL configure:22038: gcc -o conftest -g -O2 -lm conftest.c -lGL -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:22038: $? = 0 configure:22047: result: yes configure:22060: checking for main in -lGLU configure:22079: gcc -o conftest -g -O2 -lm conftest.c -lGLU -lGL -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:22079: $? = 0 configure:22088: result: yes configure:22104: checking which Mesa headers to use configure:22108: result: external configure:22117: checking for GL/glxext.h configure:22117: gcc -c -g -O2 conftest.c >&5 configure:22117: $? = 0 configure:22117: result: yes configure:22126: checking whether GL/glxext.h defines PFNGLXBINDTEXIMAGEEXTPROC configure:22135: result: yes configure:22169: checking whether to build extra presenter ui configure:22179: result: no configure:22187: checking whether to build the Presentation Minimizer extension configure:22197: result: no configure:22206: checking whether to build the Presenter Console extension configure:22216: result: no configure:22225: checking whether to build the PDF Import extension configure:22346: result: no configure:22370: checking whether to build the Wiki Publisher extension configure:22392: result: no configure:22443: checking whether to build the Report Builder extension configure:23227: result: no configure:24018: checking whether to enable the lockdown pieces configure:24023: result: yes configure:24031: checking whether to enable evolution 2 support configure:24128: result: no configure:24135: checking whether to enable KDE address book support configure:24186: result: no configure:24192: checking whether to include MathMLDTD configure:24200: result: yes configure:24210: checking which themes to include configure:24223: result: default crystal hicontrast oxygen tango configure:24227: checking for helppack integration configure:24236: result: integration configure:24241: checking for extensions integration configure:24245: result: no integration configure:24255: checking for Lightproof extensions integration (only supported languages displayed) configure:24259: result: no integration configure:24287: checking for Watch Window extension integration configure:24290: result: no configure:24299: checking for Diagram extension integration configure:24302: result: no configure:24311: checking for Validator extension integration configure:24314: result: no configure:24323: checking for Barcode extension integration configure:24326: result: no configure:24335: checking for ConvertTextToNumber extension integration configure:24338: result: no configure:24347: checking for Numbertext extension integration configure:24350: result: no configure:24359: checking for Hungarian Cross-reference Toolbar extension integration configure:24362: result: no configure:24371: checking for Typography Toolbar extension integration configure:24374: result: no configure:24383: checking for Google Docs extension integration configure:24386: result: no configure:24394: checking for NLPSolver extension integration configure:24397: result: no configure:24406: checking for LanguageTool extension integration configure:24409: result: no configure:24418: checking for oooblogger extension integration configure:24421: result: no configure:24429: checking for Sun Professional Template Pack integration (only supported languages displayed) configure:24433: result: no integration configure:24461: checking whether to include third-party fonts configure:24464: result: yes configure:24476: checking whether to include PPDs configure:24479: result: yes configure:24489: checking whether to include AFMs configure:24492: result: yes configure:24503: checking whether to include extra galleries configure:24506: result: no configure:24518: checking whether to include extra templates configure:24521: result: no configure:24533: checking whether to include extra samples configure:24536: result: no configure:24548: checking whether to include extra fonts configure:24551: result: no configure:24580: checking whether and how to use Xinerama configure:24616: result: yes, with dynamic linking configure:24618: checking X11/extensions/Xinerama.h usability configure:24618: gcc -c -g -O2 conftest.c >&5 configure:24618: $? = 0 configure:24618: result: yes configure:24618: checking X11/extensions/Xinerama.h presence configure:24618: gcc -E conftest.c configure:24618: $? = 0 configure:24618: result: yes configure:24618: checking for X11/extensions/Xinerama.h configure:24618: result: yes configure:24633: checking for XineramaIsActive in -lXinerama configure:24658: gcc -o conftest -g -O2 conftest.c -lXinerama -L/usr/lib -lXext -ldl -lGLU -lGL -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups >&5 configure:24658: $? = 0 configure:24667: result: yes configure:24702: checking for jakarta-ant configure:24732: result: /usr/bin/ant configure:24816: checking if /usr/bin/ant works configure:24841: /usr/bin/ant -buildfile conftest.xml 1>&2 Buildfile: /home/vmiklos/git/libreoffice/master/conftest.xml conftest: [javac] /home/vmiklos/git/libreoffice/master/conftest.xml:3: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file BUILD SUCCESSFUL Total time: 0 seconds configure:24844: $? = 0 configure:24847: result: Ant works configure:24875: checking Ant lib directory configure:24898: result: Ant lib directory found. configure:24910: checking whether ant is >= 1.6.0 configure: ant_version 1.8.1 configure: ant_version_major 1 configure: ant_version_minor 8 configure:24922: result: yes, 1.8.1 configure:24984: checking for JUnit 4 configure:25001: result: /usr/share/java/junit.jar configure:25014: checking which languages to be built configure:25018: result: en-US configure:25028: checking which languages have poor help localizations configure:25032: result: none configure:25040: checking which dictionaries to include configure:25044: result: ALL configure:25053: checking for additional 'intro' bitmaps configure:25058: result: none configure:25076: checking for additional 'about' bitmaps configure:25081: result: none configure:25100: checking for vendor configure:25103: result: not set configure:25113: checking for UNIX wrapper name configure:25116: result: not set configure:25125: checking whether to statically link to Gtk configure:25133: result: no configure:25138: checking whether to use layout dialogs configure:25146: result: no configure:25154: checking build verbosity configure:25168: result: not set configure:25173: checking whether to use zenity during build configure:25176: result: yes configure:25182: checking for zenity configure:25215: result: no configure:25236: checking whether to enable dependency tracking configure:25243: result: yes configure:25248: checking for number of processors to use configure:25261: result: 4 configure:25265: checking for maximum of jobs per processor configure:25280: result: 1 configure:25291: checking solver path configure:25295: result: default configure:25473: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LibreOffice config.status 3.3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on helicon config.status:1173: creating set_soenv config.status:1173: creating Makefile config.status:1173: creating bin/repo-list ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_boost_no_exceptons_broken=no ac_cv_cxx_compiler_gnu=yes ac_cv_env_CAIRO_CFLAGS_set=set ac_cv_env_CAIRO_CFLAGS_value='-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' ac_cv_env_CAIRO_LIBS_set=set ac_cv_env_CAIRO_LIBS_value='-pthread -lcairo -lgobject-2.0 -lpixman-1 -lfontconfig -lxml2 -lfreetype -lpng14 -lz -lm -lxcb-shm -lxcb-render -lXrender -lgthread-2.0 -lrt -lglib-2.0 -lX11 -lpthread -lxcb -lXau -lXdmcp ' ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPPUNIT_CFLAGS_set=set ac_cv_env_CPPUNIT_CFLAGS_value=' ' ac_cv_env_CPPUNIT_LIBS_set=set ac_cv_env_CPPUNIT_LIBS_value='-lcppunit -ldl ' 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=set ac_cv_env_CXX_value=g++ ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set=set ac_cv_env_FREETYPE_CFLAGS_value='-I/usr/include/freetype2 ' ac_cv_env_FREETYPE_LIBS_set=set ac_cv_env_FREETYPE_LIBS_value='-lfreetype -lz ' ac_cv_env_GCONF_CFLAGS_set= ac_cv_env_GCONF_CFLAGS_value= ac_cv_env_GCONF_LIBS_set= ac_cv_env_GCONF_LIBS_value= ac_cv_env_GIO_CFLAGS_set= ac_cv_env_GIO_CFLAGS_value= ac_cv_env_GIO_LIBS_set= ac_cv_env_GIO_LIBS_value= ac_cv_env_GNOMEVFS_CFLAGS_set= ac_cv_env_GNOMEVFS_CFLAGS_value= ac_cv_env_GNOMEVFS_LIBS_set= ac_cv_env_GNOMEVFS_LIBS_value= ac_cv_env_GOBJECT_CFLAGS_set= ac_cv_env_GOBJECT_CFLAGS_value= ac_cv_env_GOBJECT_LIBS_set= ac_cv_env_GOBJECT_LIBS_value= ac_cv_env_GRAPHITE_CFLAGS_set=set ac_cv_env_GRAPHITE_CFLAGS_value=' ' ac_cv_env_GRAPHITE_LIBS_set=set ac_cv_env_GRAPHITE_LIBS_value='-lgraphite ' ac_cv_env_GSTREAMER_CFLAGS_set= ac_cv_env_GSTREAMER_CFLAGS_value= ac_cv_env_GSTREAMER_LIBS_set= ac_cv_env_GSTREAMER_LIBS_value= ac_cv_env_GTK210_CFLAGS_set= ac_cv_env_GTK210_CFLAGS_value= ac_cv_env_GTK210_LIBS_set= ac_cv_env_GTK210_LIBS_value= ac_cv_env_GTK_CFLAGS_set=set ac_cv_env_GTK_CFLAGS_value='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' ac_cv_env_GTK_LIBS_set=set ac_cv_env_GTK_LIBS_value='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpango-1.0 -lfontconfig -lxml2 -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lpng14 -lz -lm -lgthread-2.0 -lrt -lglib-2.0 ' ac_cv_env_HUNSPELL_CFLAGS_set=set ac_cv_env_HUNSPELL_CFLAGS_value='-I/usr/include/hunspell ' ac_cv_env_HUNSPELL_LIBS_set=set ac_cv_env_HUNSPELL_LIBS_value='-lhunspell-1.2 ' ac_cv_env_KDE_GLIB_CFLAGS_set= ac_cv_env_KDE_GLIB_CFLAGS_value= ac_cv_env_KDE_GLIB_LIBS_set= ac_cv_env_KDE_GLIB_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBPNG_CFLAGS_set=set ac_cv_env_LIBPNG_CFLAGS_value='-I/usr/include/libpng14 ' ac_cv_env_LIBPNG_LIBS_set=set ac_cv_env_LIBPNG_LIBS_value='-lpng14 -lz -lm ' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBWPD_CFLAGS_set=set ac_cv_env_LIBWPD_CFLAGS_value='-I/usr/include/libwpd-0.9 ' ac_cv_env_LIBWPD_LIBS_set=set ac_cv_env_LIBWPD_LIBS_value='-lwpd-0.9 -lwpd-stream-0.9 ' ac_cv_env_LIBWPG_CFLAGS_set=set ac_cv_env_LIBWPG_CFLAGS_value='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' ac_cv_env_LIBWPG_LIBS_set=set ac_cv_env_LIBWPG_LIBS_value='-lwpg-0.2 -lwpd-stream-0.9 ' ac_cv_env_LIBWPS_CFLAGS_set=set ac_cv_env_LIBWPS_CFLAGS_value='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' ac_cv_env_LIBWPS_LIBS_set=set ac_cv_env_LIBWPS_LIBS_value='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' ac_cv_env_LIBXML_CFLAGS_set=set ac_cv_env_LIBXML_CFLAGS_value='-I/usr/include/libxml2 ' ac_cv_env_LIBXML_LIBS_set=set ac_cv_env_LIBXML_LIBS_value='-lxml2 -lz -lm ' ac_cv_env_LIBXSLT_CFLAGS_set=set ac_cv_env_LIBXSLT_CFLAGS_value='-I/usr/include/libxml2 ' ac_cv_env_LIBXSLT_LIBS_set=set ac_cv_env_LIBXSLT_LIBS_value='-lxslt -lxml2 -lz -lm ' ac_cv_env_MOZGTK2_CFLAGS_set= ac_cv_env_MOZGTK2_CFLAGS_value= ac_cv_env_MOZGTK2_LIBS_set= ac_cv_env_MOZGTK2_LIBS_value= ac_cv_env_MOZILLAXPCOM_CFLAGS_set= ac_cv_env_MOZILLAXPCOM_CFLAGS_value= ac_cv_env_MOZILLAXPCOM_LIBS_set= ac_cv_env_MOZILLAXPCOM_LIBS_value= ac_cv_env_MOZLIBREQ_CFLAGS_set= ac_cv_env_MOZLIBREQ_CFLAGS_value= ac_cv_env_MOZLIBREQ_LIBS_set= ac_cv_env_MOZLIBREQ_LIBS_value= ac_cv_env_MOZ_NSPR_CFLAGS_set= ac_cv_env_MOZ_NSPR_CFLAGS_value= ac_cv_env_MOZ_NSPR_LIBS_set= ac_cv_env_MOZ_NSPR_LIBS_value= ac_cv_env_MOZ_NSS_CFLAGS_set= ac_cv_env_MOZ_NSS_CFLAGS_value= ac_cv_env_MOZ_NSS_LIBS_set= ac_cv_env_MOZ_NSS_LIBS_value= ac_cv_env_MYTHES_CFLAGS_set=set ac_cv_env_MYTHES_CFLAGS_value=' ' ac_cv_env_MYTHES_LIBS_set=set ac_cv_env_MYTHES_LIBS_value='-lmythes-1.2 ' ac_cv_env_NEON_CFLAGS_set=set ac_cv_env_NEON_CFLAGS_value='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1' ac_cv_env_NEON_LIBS_set=set ac_cv_env_NEON_LIBS_value='-Wl,-rpath -Wl,/usr/lib -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=both -lz -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lexpat -lneon ' ac_cv_env_OPENSSL_CFLAGS_set=set ac_cv_env_OPENSSL_CFLAGS_value=' ' ac_cv_env_OPENSSL_LIBS_set=set ac_cv_env_OPENSSL_LIBS_value='-lssl -lcrypto -ldl ' ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig:/usr/lib/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_POPPLER_CFLAGS_set= ac_cv_env_POPPLER_CFLAGS_value= ac_cv_env_POPPLER_LIBS_set= ac_cv_env_POPPLER_LIBS_value= ac_cv_env_REDLAND_CFLAGS_set=set ac_cv_env_REDLAND_CFLAGS_value='-I/usr/include/rasqal ' ac_cv_env_REDLAND_LIBS_set=set ac_cv_env_REDLAND_LIBS_value='-Wl,--hash-style=both -lrdf -ldl -ldb-4.7 -lrasqal -lmpfr -lraptor -lcurl -lxslt -lxml2 -lz -lm ' ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_XRANDR_CFLAGS_set=set ac_cv_env_XRANDR_CFLAGS_value=' ' ac_cv_env_XRANDR_LIBS_set=set ac_cv_env_XRANDR_LIBS_value='-lXrandr -lXext -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp ' 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_file__usr_share_java_bsh_jar=yes ac_cv_file__usr_share_java_hsqldb_jar=yes ac_cv_file__usr_share_java_lucene_core_jar=yes ac_cv_func_connect=yes ac_cv_func_db_create=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt=yes ac_cv_func_readdir_r=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_GL_glxext_h=yes ac_cv_header_Python_h=yes ac_cv_header_X11_Xaw_Label_h=yes ac_cv_header_X11_extensions_Xinerama_h=yes ac_cv_header_X11_extensions_Xrender_h=yes ac_cv_header_boost_function_hpp=yes ac_cv_header_boost_shared_ptr_hpp=yes ac_cv_header_boost_spirit_include_classic_core_hpp=yes ac_cv_header_boost_unordered_map_hpp=yes ac_cv_header_cups_cups_h=yes ac_cv_header_expat_h=yes ac_cv_header_hyphen_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_lpsolve_lp_lib_h=yes ac_cv_header_mdds_flat_segment_tree_hpp=yes ac_cv_header_mdds_mixed_type_matrix_hpp=yes ac_cv_header_memory_h=yes ac_cv_header_sane_sane_h=yes ac_cv_header_sqlext_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_vigra_copyimage_hxx=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_GLU_main=yes ac_cv_lib_GL_main=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xau_XauDisposeAuth=yes ac_cv_lib_Xaw_main=yes ac_cv_lib_Xinerama_XineramaIsActive=yes ac_cv_lib_c_gnu_get_libc_version=yes ac_cv_lib_crypt_crypt=yes ac_cv_lib_cups_cupsPrintFiles=yes ac_cv_lib_db___db_create=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_expat_XML_ParserCreate=yes ac_cv_lib_freetype_FT_GlyphSlot_Embolden=yes ac_cv_lib_hyphen_hnj_hyphen_hyphenate2=yes ac_cv_lib_jpeg_jpeg_resync_to_restart=yes ac_cv_lib_lpsolve55_make_lp=yes ac_cv_lib_m_floor=yes ac_cv_lib_z_deflate=yes ac_cv_member_struct__HyphenDict_cset=yes ac_cv_objext=o ac_cv_path_ANT=/usr/bin/ant ac_cv_path_AWK=/usr/bin/gawk ac_cv_path_BASH=/bin/sh ac_cv_path_BISON=/usr/bin/bison ac_cv_path_COMPATH=/usr/bin/gcc ac_cv_path_CURLCONFIG=/usr/bin/curl-config ac_cv_path_DMAKE=/home/vmiklos/git/libreoffice/master/solenv/unxlngi6/bin/dmake ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FLEX=/usr/bin/flex ac_cv_path_GPERF=/usr/bin/gperf ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PATCH=/usr/bin/patch ac_cv_path_PERL=/usr/bin/perl ac_cv_path_SED=/usr/bin/sed ac_cv_path_SYSTEM_GENBRK=/usr/bin/genbrk ac_cv_path_SYSTEM_GENCCODE=/usr/sbin/genccode ac_cv_path_SYSTEM_GENCMN=/usr/sbin/gencmn ac_cv_path_UNZIP=/usr/bin/unzip ac_cv_path_XSLTPROC=/usr/bin/xsltproc ac_cv_path_ZIP=/usr/bin/zip ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_sizeof_long=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 pkg_cv_CAIRO_CFLAGS='-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' pkg_cv_CAIRO_LIBS='-pthread -lcairo -lgobject-2.0 -lpixman-1 -lfontconfig -lxml2 -lfreetype -lpng14 -lz -lm -lxcb-shm -lxcb-render -lXrender -lgthread-2.0 -lrt -lglib-2.0 -lX11 -lpthread -lxcb -lXau -lXdmcp ' pkg_cv_CPPUNIT_CFLAGS=' ' pkg_cv_CPPUNIT_LIBS='-lcppunit -ldl ' pkg_cv_FONTCONFIG_CFLAGS=' ' pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lxml2 -lm -lfreetype -lz ' pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 ' pkg_cv_FREETYPE_LIBS='-lfreetype -lz ' pkg_cv_GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_GCONF_LIBS='-pthread -lgconf-2 -lORBit-2 -lm -lgio-2.0 -lz -lresolv -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_GNOMEVFS_LIBS='-pthread -lgnomevfs-2 -lgconf-2 -lORBit-2 -lm -lgio-2.0 -lz -lresolv -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GRAPHITE_CFLAGS=' ' pkg_cv_GRAPHITE_LIBS='-lgraphite ' pkg_cv_GSTREAMER_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GSTREAMER_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lxml2 -lz -lm -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GTK210_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' pkg_cv_GTK210_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpng14 -lpango-1.0 -lfontconfig -lxml2 -lm -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpango-1.0 -lfontconfig -lxml2 -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lpng14 -lz -lm -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_HUNSPELL_CFLAGS='-I/usr/include/hunspell ' pkg_cv_HUNSPELL_LIBS='-lhunspell-1.2 ' pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng14 ' pkg_cv_LIBPNG_LIBS='-lpng14 -lz -lm ' pkg_cv_LIBWPD_CFLAGS='-I/usr/include/libwpd-0.9 ' pkg_cv_LIBWPD_LIBS='-lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_LIBWPG_CFLAGS='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_LIBWPG_LIBS='-lwpg-0.2 -lwpd-stream-0.9 ' pkg_cv_LIBWPS_CFLAGS='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_LIBWPS_LIBS='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXML_LIBS='-lxml2 -lz -lm ' pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm ' pkg_cv_MOZLIBREQ_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' pkg_cv_MOZLIBREQ_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpng14 -lpango-1.0 -lfontconfig -lxml2 -lm -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_MYTHES_CFLAGS=' ' pkg_cv_MYTHES_LIBS='-lmythes-1.2 ' pkg_cv_NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1' pkg_cv_NEON_LIBS='-Wl,-rpath -Wl,/usr/lib -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=both -lz -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lexpat -lneon ' pkg_cv_OPENSSL_CFLAGS=' ' pkg_cv_OPENSSL_LIBS='-lssl -lcrypto -ldl ' pkg_cv_REDLAND_CFLAGS='-I/usr/include/rasqal ' pkg_cv_REDLAND_LIBS='-Wl,--hash-style=both -lrdf -ldl -ldb-4.7 -lrasqal -lmpfr -lraptor -lcurl -lxslt -lxml2 -lz -lm ' pkg_cv_XRANDR_CFLAGS=' ' pkg_cv_XRANDR_LIBS='-lXrandr -lXext -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ABOUT_BITMAPS='' ALLOC='' ANT='/usr/bin/ant' ANT_HOME='/usr' ANT_LIB='/usr/share/java' ASM_HOME='NO_ASM_HOME' AWK='/usr/bin/gawk' AWTLIB='-ljawt' BASH='/bin/sh' BISON='/usr/bin/bison' BSH_JAR='/usr/share/java/bsh.jar' BUILD_DMAKE='NO' BUILD_EPM='NO' BUILD_MAX_JOBS='1' BUILD_MOZAB='TRUE' BUILD_NCPUS='4' BUILD_PIXMAN='' BUILD_STAX='YES' BUILD_TYPE='LibO DICTIONARIES ODK LIBXMLSEC SAXON MOZ NSS LIBTEXTCAT LIBTEXTCATDATA GTK MATHMLDTD MORE_FONTS AFMS' BUILD_UNOWINREG='NO' BUILD_VER_STRING='' BZIP2='' CAIRO_CFLAGS='-pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' CAIRO_LIBS='-pthread -lcairo -lgobject-2.0 -lpixman-1 -lfontconfig -lxml2 -lfreetype -lpng14 -lz -lm -lxcb-shm -lxcb-render -lXrender -lgthread-2.0 -lrt -lglib-2.0 -lX11 -lpthread -lxcb -lXau -lXdmcp ' CC='gcc' CCACHE='' CFLAGS='-g -O2 ' CL_X64='' COMEX='' COMMONS_CODEC_JAR='' COMMONS_HTTPCLIENT_JAR='' COMMONS_LANG_JAR='' COMMONS_LOGGING_JAR='' COMPATH='/usr' CPP='gcc -E' CPPFLAGS=' ' CPPUNIT_CFLAGS=' ' CPPUNIT_LIBS='-lcppunit -ldl ' CRYPT_LINK='YES' CSC_PATH='' CURLCONFIG='/usr/bin/curl-config' CURL_CFLAGS='' CURL_LIBS='-lcurl -Wl,--hash-style=both' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' CYGWIN_PATH='NO_CYGWIN' DBUS_CFLAGS='' DBUS_LIBS='' DB_CPPLIB='db_cxx' DB_INCLUDES='/usr/include/db' DB_JAR='' DB_LIB='db' DB_VERSION='' DEFS='-DPACKAGE_NAME=\"LibreOffice\" -DPACKAGE_TARNAME=\"libreoffice\" -DPACKAGE_VERSION=\"3.3\" -DPACKAGE_STRING=\"LibreOffice\ 3.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"http://documentfoundation.org/\" -DHAVE_LIBCUPS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CUPS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_LONG=4 -D_FILE_OFFSET_BITS=64 -DHAVE_LIBCRYPT=1 -DHAVE_LIBEXPAT=1 -DHAVE_X11_XAW_LABEL_H=1 -DHAVE_LIBXAW=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_LIBLPSOLVE55=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBXINERAMA=1' DICT_SYSTEM_DIR='' DIRECTXSDK_HOME='' DIRECTXSDK_LIB='' DISABLE_ACTIVEX='' DISABLE_ATL='' DISABLE_NEON='' DISABLE_STRIP='' DISABLE_XAW='' DMAKE='/home/vmiklos/git/libreoffice/master/solenv/unxlngi6/bin/dmake' DO_FETCH_TARBALLS='' DPKG='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_ACTIVEX_COMPONENT='' ENABLE_BROFFICE='TRUE' ENABLE_CAIRO='TRUE' ENABLE_CRASHDUMP='' ENABLE_CUPS='TRUE' ENABLE_DBUS='' ENABLE_DEBUG='FALSE' ENABLE_DIRECTX='' ENABLE_EVOAB2='' ENABLE_FONTCONFIG='TRUE' ENABLE_GCONF='TRUE' ENABLE_GIO='' ENABLE_GNOMEVFS='TRUE' ENABLE_GRAPHITE='TRUE' ENABLE_GSTREAMER='TRUE' ENABLE_GTK='TRUE' ENABLE_KAB='' ENABLE_KDE4='' ENABLE_KDE='' ENABLE_LAYOUT='FALSE' ENABLE_LOCKDOWN='YES' ENABLE_MEDIAWIKI='NO' ENABLE_MINIMIZER='NO' ENABLE_MYSQLC='NO' ENABLE_NSS_MODULE='YES' ENABLE_OPENGL='TRUE' ENABLE_PCH='' ENABLE_PDFIMPORT='NO' ENABLE_PRESENTER_EXTRA_UI='NO' ENABLE_PRESENTER_SCREEN='NO' ENABLE_RANDR='TRUE' ENABLE_REPORTBUILDER='NO' ENABLE_RPATH='yes' ENABLE_STATIC_GTK='FALSE' ENABLE_SYMBOLS='' ENABLE_SYSTRAY_GTK='TRUE' ENABLE_UNIX_QUICKSTARTER='TRUE' ENABLE_VBA='YES' ENABLE_WERROR='FALSE' ENABLE_ZENITY='FALSE' EPM='NO' EXCEPTIONS='' EXEEXT='' FLEX='/usr/bin/flex' FLUTE_JAR='' FONTCONFIG_CFLAGS=' ' FONTCONFIG_LIBS='-lfontconfig -lxml2 -lm -lfreetype -lz ' FRAME_HOME='' FREETYPE_CFLAGS='-I/usr/include/freetype2 ' FREETYPE_LIBS='-lfreetype -lz ' GCC_HOME='/usr' GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' GCONF_LIBS='-pthread -lgconf-2 -lORBit-2 -lm -lgio-2.0 -lz -lresolv -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' GIO_CFLAGS='' GIO_LIBS='' GIT_LINK_SRC='' GIT_REPO_NAMES='artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer' GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' GNOMEVFS_LIBS='-pthread -lgnomevfs-2 -lgconf-2 -lORBit-2 -lm -lgio-2.0 -lz -lresolv -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' GNUCP='' GNUMAKE='make' GNUPATCH='' GNUTAR='tar' GOBJECT_CFLAGS='' GOBJECT_LIBS='' GPERF='/usr/bin/gperf' GRAPHITE_CFLAGS=' ' GRAPHITE_LIBS='-lgraphite ' GREP='/usr/bin/grep' GSTREAMER_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 ' GSTREAMER_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lxml2 -lz -lm -lgthread-2.0 -lrt -lglib-2.0 ' GTK210_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' GTK210_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpng14 -lpango-1.0 -lfontconfig -lxml2 -lm -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpango-1.0 -lfontconfig -lxml2 -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lpng14 -lz -lm -lgthread-2.0 -lrt -lglib-2.0 ' GXX_INCLUDE_PATH='/usr/include/c++/4.5.2' HAVE_BOOST_UNORDERED_MAP='TRUE' HAVE_CXX0X='TRUE' HAVE_GCC_VISIBILITY_BROKEN='' HAVE_GCC_VISIBILITY_FEATURE='TRUE' HAVE_GETOPT='YES' HAVE_LD_BSYMBOLIC_FUNCTIONS='TRUE' HAVE_LD_HASH_STYLE='TRUE' HAVE_READDIR_R='YES' HOME='/home/vmiklos' HSQLDB_JAR='/usr/share/java/hsqldb.jar' HUNSPELL_CFLAGS='-I/usr/include/hunspell ' HUNSPELL_LIBS='-lhunspell-1.2 ' HYPHEN_LIB='-lhyphen' HYPH_SYSTEM_DIR='' INTRO_BITMAPS='' JAVAAOTCOMPILER='' JAVACISGCJ='' JAVACISKAFFE='' JAVACOMPILER='/usr/lib/jvm/java-6-openjdk/bin/javac' JAVADOC='/usr/lib/jvm/java-6-openjdk/bin/javadoc' JAVAFLAGS='' JAVAIFLAGS='' JAVAINTERPRETER='/usr/lib/jvm/java-6-openjdk/bin/java' JAVA_HOME='/usr/lib/jvm/java-6-openjdk' JAVA_SOURCE_VER='1.5' JAVA_TARGET_VER='1.5' JDK='sun' JFREEREPORT_JAR='' KDE4_CFLAGS='' KDE4_LIBS='' KDE_CFLAGS='' KDE_GLIB_CFLAGS='' KDE_GLIB_LIBS='' KDE_HAVE_GLIB='' KDE_LIBS='' LDFLAGS=' ' LFS_CFLAGS='-D_FILE_OFFSET_BITS=64' LIBBASE_JAR='' LIBFONTS_JAR='' LIBFORMULA_JAR='' LIBLAYOUT_JAR='' LIBLOADER_JAR='' LIBMYSQL_PATH='' LIBOBJS='' LIBPNG_CFLAGS='-I/usr/include/libpng14 ' LIBPNG_LIBS='-lpng14 -lz -lm ' LIBREPOSITORY_JAR='' LIBS='-lXinerama -lGLU -lGL -llpsolve55 -ldl -lm -lXaw -lexpat -lcrypt -lcups ' LIBSERIALIZER_JAR='' LIBWPD_CFLAGS='-I/usr/include/libwpd-0.9 ' LIBWPD_LIBS='-lwpd-0.9 -lwpd-stream-0.9 ' LIBWPG_CFLAGS='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' LIBWPG_LIBS='-lwpg-0.2 -lwpd-stream-0.9 ' LIBWPS_CFLAGS='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' LIBWPS_LIBS='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' LIBXML_CFLAGS='-I/usr/include/libxml2 ' LIBXML_JAR='' LIBXML_LIBS='-lxml2 -lz -lm ' LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm ' LIGHTPROOF_LANG='' LOCAL_SOLENV='DEFAULT' LOCAL_SOLVER='DEFAULT' LTLIBOBJS='' LUCENE_ANALYZERS_JAR='/usr/share/java/lucene-contrib/lucene-analyzers.jar' LUCENE_CORE_JAR='/usr/share/java/lucene-core.jar' MDDS_CPPFLAGS='-DMDDS_HASH_CONTAINER_BOOST' MIDL_PATH='' MINGWCXX='' MINGWSTRIP='' MINGW_BACKWARD_INCLUDE_PATH='' MINGW_CLIB_DIR='' MINGW_GCCDLL='' MINGW_GCCLIB_EH='' MINGW_GXXDLL='' MINGW_LIB_INCLUDE_PATH='' MINGW_SHARED_GCCLIB='' MINGW_SHARED_GXXLIB='' ML_EXE='' MOC4='moc' MOC='moc' MOZGTK2_CFLAGS='' MOZGTK2_LIBS='' MOZILLABUILD='' MOZILLAXPCOM_CFLAGS='' MOZILLAXPCOM_LIBS='' MOZILLA_TOOLKIT='gtk2' MOZILLA_VERSION='1.1.14' MOZLIBREQ_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 ' MOZLIBREQ_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lresolv -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpixman-1 -lxcb-shm -lxcb-render -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp -lpng14 -lpango-1.0 -lfontconfig -lxml2 -lm -lfreetype -lz -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 ' MOZ_FLAVOUR='' MOZ_INC='' MOZ_LDAP_CFLAGS='' MOZ_LIB='' MOZ_LIB_XPCOM='' MOZ_NSPR_CFLAGS='' MOZ_NSPR_LIBS='' MOZ_NSS_CFLAGS='' MOZ_NSS_LIBS='' MSPDB_PATH='' MYSQLCONFIG='' MYSQL_DEFINES='' MYSQL_INC='' MYSQL_LIB='' MYTHES_CFLAGS=' ' MYTHES_LIBS='-lmythes-1.2 ' NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1 -DSYSTEM_NEON -DUSE_DAV_LOCKS=1' NEON_LIBS='-Wl,-rpath -Wl,/usr/lib -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=both -lz -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lexpat -lneon ' NEON_VERSION='0285' NO_HIDS='' NSIS_PATH='' NSPR_LIB='' NSS_LIB='' OBJEXT='o' OOO_JUNIT_JAR='/usr/share/java/junit.jar' OOO_VENDOR='' OPENSSL_CFLAGS=' ' OPENSSL_LIBS='-lssl -lcrypto -ldl ' OSVERSION='' PACKAGE_BUGREPORT='' PACKAGE_NAME='LibreOffice' PACKAGE_STRING='LibreOffice 3.3' PACKAGE_TARNAME='libreoffice' PACKAGE_URL='http://documentfoundation.org/' PACKAGE_VERSION='3.3' PATCH='/usr/bin/patch' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PKGFORMAT='native' PKGMK='' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib/pkgconfig:/usr/lib/pkgconfig' POPPLER_CFLAGS='' POPPLER_LIBS='' PRODUCT='full' PROEXT='.pro' PROFULLSWITCH='product=full' PSDK_HOME='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' PYTHON='/usr/bin/python' PYTHON_CFLAGS='-I/usr/include/python2.7' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_LIBS='-lpython2.7 -lpthread -ldl -lutil' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' REDLAND_CFLAGS='-I/usr/include/rasqal ' REDLAND_LIBS='-Wl,--hash-style=both -lrdf -ldl -ldb-4.7 -lrasqal -lmpfr -lraptor -lcurl -lxslt -lxml2 -lz -lm ' RPM='' SAC_JAR='' SAXON_JAR='' SCPDEFS=' -DSYSTEM_DB -DWITHOUT_EXTENSION_MINIMIZER -DWITHOUT_EXTENSION_PRESENTER_SCREEN -DWITHOUT_EXTENSION_PDFIMPORT -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_REPORTDESIGN -DTHEME_DEFAULT -DTHEME_CRYSTAL -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DSYSTEM_DB -DWITHOUT_EXTENSION_MINIMIZER -DWITHOUT_EXTENSION_PRESENTER_SCREEN -DWITHOUT_EXTENSION_PDFIMPORT -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_REPORTDESIGN -DTHEME_DEFAULT -DTHEME_CRYSTAL -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DWITH_HELPPACK_INTEGRATION -DSYSTEM_DB -DWITHOUT_EXTENSION_MINIMIZER -DWITHOUT_EXTENSION_PRESENTER_SCREEN -DWITHOUT_EXTENSION_PDFIMPORT -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_REPORTDESIGN -DTHEME_DEFAULT -DTHEME_CRYSTAL -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DWITH_HELPPACK_INTEGRATION -DSYSTEM_DB -DWITHOUT_EXTENSION_MINIMIZER -DWITHOUT_EXTENSION_PRESENTER_SCREEN -DWITHOUT_EXTENSION_PDFIMPORT -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_REPORTDESIGN -DTHEME_DEFAULT -DTHEME_CRYSTAL -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DWITH_HELPPACK_INTEGRATION -DSYSTEM_DB -DWITHOUT_EXTENSION_MINIMIZER -DWITHOUT_EXTENSION_PRESENTER_SCREEN -DWITHOUT_EXTENSION_PDFIMPORT -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_REPORTDESIGN -DTHEME_DEFAULT -DTHEME_CRYSTAL -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DWITH_HELPPACK_INTEGRATION' SED='/usr/bin/sed' SERIALIZER_JAR='' SERVLETAPI_JAR='' SHELL='/bin/sh' SIZEOF_LONG='4' SOLAR_JAVA='TRUE' SOURCEVERSION='OOO330' STLPORT4='NO_STLPORT4' STLPORT_VER='400' SUNTEMPLATES_LANG='' SYSTEM_APACHE_COMMONS='' SYSTEM_BOOST='YES' SYSTEM_BSH='YES' SYSTEM_CAIRO='YES' SYSTEM_CPPUNIT='YES' SYSTEM_CURL='YES' SYSTEM_DB='YES' SYSTEM_DICTS='NO' SYSTEM_EXPAT='YES' SYSTEM_GENBRK='/usr/bin/genbrk' SYSTEM_GENCCODE='/usr/sbin/genccode' SYSTEM_GENCMN='/usr/sbin/gencmn' SYSTEM_GRAPHITE='YES' SYSTEM_HSQLDB='YES' SYSTEM_HUNSPELL='YES' SYSTEM_HYPH='YES' SYSTEM_ICU='YES' SYSTEM_JFREEREPORT='NO' SYSTEM_JPEG='YES' SYSTEM_LIBC='YES' SYSTEM_LIBTEXTCAT='NO' SYSTEM_LIBTEXTCAT_DATA='' SYSTEM_LIBWPD='YES' SYSTEM_LIBWPG='YES' SYSTEM_LIBWPS='YES' SYSTEM_LIBXML='YES' SYSTEM_LIBXSLT='YES' SYSTEM_LPSOLVE='YES' SYSTEM_LUCENE='YES' SYSTEM_MDDS='YES' SYSTEM_MESA_HEADERS='YES' SYSTEM_MOZILLA='NO' SYSTEM_MYSQL='' SYSTEM_MYSQL_CPPCONN='' SYSTEM_MYTHES='YES' SYSTEM_NEON='YES' SYSTEM_ODBC_HEADERS='YES' SYSTEM_OPENSSL='YES' SYSTEM_POPPLER='' SYSTEM_PYTHON='YES' SYSTEM_REDLAND='YES' SYSTEM_SANE_HEADER='YES' SYSTEM_SAXON='NO' SYSTEM_SERVLETAPI='' SYSTEM_STDLIBS='YES' SYSTEM_VIGRA='YES' SYSTEM_XRENDER_HEADERS='YES' SYSTEM_ZLIB='YES' TARFILE_LOCATION='/home/vmiklos/git/libreoffice/master/src' THES_SYSTEM_DIR='' UNIXWRAPPERNAME='' UNZIP='/usr/bin/unzip' UPD='330' USE_CCACHE='' USE_FT_EMBOLDEN='YES' USE_MINGW='' USE_SYSTEM_STL='' USE_XINERAMA='YES' VBA_EXTENSION='NO' VERBOSE='' WINDOWS_VISTA_PSDK='' WITHOUT_AFMS='' WITHOUT_PPDS='' WITH_BARCODE_EXTENSION='' WITH_BINFILTER='NO' WITH_DIAGRAM_EXTENSION='' WITH_DICT=',ALL,' WITH_EXTENSION_INTEGRATION='NO' WITH_EXTRA_FONT='NO' WITH_EXTRA_GALLERY='NO' WITH_EXTRA_SAMPLE='NO' WITH_EXTRA_TEMPLATE='NO' WITH_FONTS='YES' WITH_HELPPACK_INTEGRATION='YES' WITH_HUNART_EXTENSION='' WITH_LANG='' WITH_LDAP='YES' WITH_MINGW='0' WITH_MOZILLA='YES' WITH_MYSPELL_DICTS='YES' WITH_NUMBERTEXT_EXTENSION='' WITH_OPENLDAP='NO' WITH_POOR_HELP_LOCALIZATIONS='' WITH_THEMES=' default crystal hicontrast oxygen tango' WITH_TYPO_EXTENSION='' WITH_VALIDATOR_EXTENSION='' WITH_VC_REDIST='' WITH_WATCH_WINDOW_EXTENSION='' WORDS_BIGENDIAN='no' XAU_LIBS='-lXau' XINC='/usr/include' XINERAMA_LINK='dynamic' XLIB='/usr/lib' XMKMF='' XRANDR_CFLAGS=' ' XRANDR_DLOPEN='FALSE' XRANDR_LIBS='-lXrandr -lXext -lXrender -lX11 -lpthread -lxcb -lXau -lXdmcp ' XRENDER_LINK='NO' XSLTPROC='/usr/bin/xsltproc' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ZIP='/usr/bin/zip' ZIP_HOME='/usr/bin' ZNTY='' _cc='' _solenv='./solenv' ac_ct_CC='gcc' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' nodep='' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/' pkgpythondir='${pythondir}/' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "LibreOffice" #define PACKAGE_TARNAME "libreoffice" #define PACKAGE_VERSION "3.3" #define PACKAGE_STRING "LibreOffice 3.3" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "http://documentfoundation.org/" #define HAVE_LIBCUPS 1 #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_CUPS_H 1 #define STDC_HEADERS 1 #define SIZEOF_LONG 4 #define _FILE_OFFSET_BITS 64 #define HAVE_LIBCRYPT 1 #define HAVE_LIBEXPAT 1 #define HAVE_X11_XAW_LABEL_H 1 #define HAVE_LIBXAW 1 #define HAVE_LIBM 1 #define HAVE_LIBDL 1 #define HAVE_LIBLPSOLVE55 1 #define HAVE_GETOPT 1 #define HAVE_READDIR_R 1 #define HAVE_LIBGL 1 #define HAVE_LIBGLU 1 #define HAVE_LIBXINERAMA 1 configure: exit 0
Attachment:
pgpXpuOq3GnK1.pgp
Description: PGP signature