Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 419674 Details for
Bug 568720
dev-libs/xmlwrapp-0.7.1 : configure: error: invalid value: boost_major_version=
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 35.82 KB, created by
Toralf Förster
on 2015-12-19 09:21:59 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-19 09:21:59 UTC
Size:
35.82 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by xmlwrapp configure 0.7.1, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/xmlwrapp-0.7.1 --htmldir=/usr/share/doc/xmlwrapp-0.7.1/html --disable-static > >## --------- ## >## Platform. ## >## --------- ## > >hostname = tor-relay >uname -m = x86_64 >uname -r = 4.2.7-hardened >uname -s = Linux >uname -v = #1 SMP Sat Dec 12 19:23:20 CET 2015 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0 >PATH: /usr/lib/plan9/bin >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.6 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.6 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2312: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2456: checking for a BSD-compatible install >configure:2524: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:2535: checking whether build environment is sane >configure:2590: result: yes >configure:2628: WARNING: 'missing' script is too old or missing >configure:2741: checking for a thread-safe mkdir -p >configure:2780: result: /bin/mkdir -p >configure:2787: checking for gawk >configure:2803: found /usr/bin/gawk >configure:2814: result: gawk >configure:2825: checking whether make sets $(MAKE) >configure:2847: result: yes >configure:2876: checking whether make supports nested variables >configure:2893: result: yes >configure:3019: checking whether to enable maintainer-specific portions of Makefiles >configure:3028: result: no >configure:3052: checking whether make supports nested variables >configure:3069: result: yes >configure:3085: checking build system type >configure:3099: result: x86_64-pc-linux-gnu >configure:3119: checking host system type >configure:3132: result: x86_64-pc-linux-gnu >configure:3184: checking for x86_64-pc-linux-gnu-g++ >configure:3200: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:3211: result: x86_64-pc-linux-gnu-g++ >configure:3282: checking for C++ compiler version >configure:3291: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 5.3.0 p1.0, pie-0.6.5) 5.3.0 >Copyright (C) 2015 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:3302: $? = 0 >configure:3291: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-5.3.0/work/gcc-5.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/python --enable-languages=c,c++,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.3.0 p1.0, pie-0.6.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-lto --without-isl --enable-libsanitizer >Thread model: posix >gcc version 5.3.0 (Gentoo 5.3.0 p1.0, pie-0.6.5) >configure:3302: $? = 0 >configure:3291: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3302: $? = 1 >configure:3291: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3302: $? = 1 >configure:3322: checking whether the C++ compiler works >configure:3344: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:3348: $? = 0 >configure:3396: result: yes >configure:3399: checking for C++ compiler default output file name >configure:3401: result: a.out >configure:3407: checking for suffix of executables >configure:3414: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:3418: $? = 0 >configure:3440: result: >configure:3462: checking whether we are cross compiling >configure:3470: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:3474: $? = 0 >configure:3481: ./conftest >configure:3485: $? = 0 >configure:3500: result: no >configure:3505: checking for suffix of object files >configure:3527: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:3531: $? = 0 >configure:3552: result: o >configure:3556: checking whether we are using the GNU C++ compiler >configure:3575: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:3575: $? = 0 >configure:3584: result: yes >configure:3593: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:3613: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:3613: $? = 0 >configure:3654: result: yes >configure:3688: checking for style of include used by make >configure:3716: result: GNU >configure:3742: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:3853: result: none >configure:3876: checking for x86_64-pc-linux-gnu-gcc >configure:3892: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3903: result: x86_64-pc-linux-gnu-gcc >configure:4172: checking for C compiler version >configure:4181: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 5.3.0 p1.0, pie-0.6.5) 5.3.0 >Copyright (C) 2015 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:4192: $? = 0 >configure:4181: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-5.3.0/work/gcc-5.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.3.0/python --enable-languages=c,c++,objc,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.3.0 p1.0, pie-0.6.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-lto --without-isl --enable-libsanitizer >Thread model: posix >gcc version 5.3.0 (Gentoo 5.3.0 p1.0, pie-0.6.5) >configure:4192: $? = 0 >configure:4181: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4192: $? = 1 >configure:4181: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4192: $? = 1 >configure:4196: checking whether we are using the GNU C compiler >configure:4215: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4215: $? = 0 >configure:4224: result: yes >configure:4233: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4253: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:4253: $? = 0 >configure:4294: result: yes >configure:4311: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4374: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4374: $? = 0 >configure:4387: result: none needed >configure:4412: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:4434: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4437: $? = 0 >configure:4434: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4437: $? = 0 >configure:4449: result: yes >configure:4468: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4579: result: none >configure:4594: checking for a sed that does not truncate output >configure:4658: result: /bin/sed >configure:4676: checking for grep that handles long lines and -e >configure:4734: result: /bin/grep >configure:4739: checking for egrep >configure:4801: result: /bin/grep -E >configure:4806: checking for fgrep >configure:4868: result: /bin/grep -F >configure:4895: checking how to print strings >configure:4922: result: printf >configure:4955: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5022: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5029: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5044: result: yes >configure:5098: checking for BSD- or MS-compatible name lister (nm) >configure:5147: result: /usr/bin/nm -B >configure:5277: checking the name lister (/usr/bin/nm -B) interface >configure:5284: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5287: /usr/bin/nm -B "conftest.o" >configure:5290: output >0000000000000000 B some_variable >configure:5297: result: BSD nm >configure:5300: checking whether ln -s works >configure:5304: result: yes >configure:5312: checking the maximum length of command line arguments >configure:5442: result: 1572864 >configure:5459: checking whether the shell understands some XSI constructs >configure:5469: result: yes >configure:5473: checking whether the shell understands "+=" >configure:5479: result: yes >configure:5514: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:5554: result: func_convert_file_noop >configure:5561: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5581: result: func_convert_file_noop >configure:5588: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5595: result: -r >configure:5629: checking for x86_64-pc-linux-gnu-objdump >configure:5645: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:5656: result: x86_64-pc-linux-gnu-objdump >configure:5728: checking how to recognize dependent libraries >configure:5930: result: pass_all >configure:5975: checking for x86_64-pc-linux-gnu-dlltool >configure:5991: found /usr/bin/x86_64-pc-linux-gnu-dlltool >configure:6002: result: x86_64-pc-linux-gnu-dlltool >configure:6075: checking how to associate runtime and link libraries >configure:6102: result: printf %s\n >configure:6119: checking for x86_64-pc-linux-gnu-ar >configure:6135: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6146: result: x86_64-pc-linux-gnu-ar >configure:6227: checking for archiver @FILE support >configure:6244: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6244: $? = 0 >configure:6247: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6250: $? = 0 >configure:6255: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:6258: $? = 1 >configure:6270: result: @ >configure:6288: checking for x86_64-pc-linux-gnu-strip >configure:6304: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6315: result: x86_64-pc-linux-gnu-strip >configure:6387: checking for x86_64-pc-linux-gnu-ranlib >configure:6403: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6414: result: x86_64-pc-linux-gnu-ranlib >configure:6556: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:6676: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6679: $? = 0 >configure:6683: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:6686: $? = 0 >configure:6752: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:6755: $? = 0 >configure:6793: result: ok >configure:6830: checking for sysroot >configure:6860: result: no >configure:6937: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6940: $? = 0 >configure:7076: checking for x86_64-pc-linux-gnu-mt >configure:7106: result: no >configure:7116: checking for mt >configure:7132: found /usr/sbin/mt >configure:7143: result: mt >configure:7166: checking if mt is a manifest tool >configure:7172: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:7180: result: no >configure:7822: checking how to run the C preprocessor >configure:7853: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7853: $? = 0 >configure:7867: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:7867: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "xmlwrapp" >| #define PACKAGE_TARNAME "xmlwrapp" >| #define PACKAGE_VERSION "0.7.1" >| #define PACKAGE_STRING "xmlwrapp 0.7.1" >| #define PACKAGE_BUGREPORT "xmlwrapp@googlegroups.com" >| #define PACKAGE_URL "" >| #define PACKAGE "xmlwrapp" >| #define VERSION "0.7.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7892: result: x86_64-pc-linux-gnu-gcc -E >configure:7912: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7912: $? = 0 >configure:7926: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:7926: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "xmlwrapp" >| #define PACKAGE_TARNAME "xmlwrapp" >| #define PACKAGE_VERSION "0.7.1" >| #define PACKAGE_STRING "xmlwrapp 0.7.1" >| #define PACKAGE_BUGREPORT "xmlwrapp@googlegroups.com" >| #define PACKAGE_URL "" >| #define PACKAGE "xmlwrapp" >| #define VERSION "0.7.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7955: checking for ANSI C header files >configure:7975: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:7975: $? = 0 >configure:8048: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8048: $? = 0 >configure:8048: ./conftest >configure:8048: $? = 0 >configure:8059: result: yes >configure:8072: checking for sys/types.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for sys/stat.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for stdlib.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for string.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for memory.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for strings.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for inttypes.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for stdint.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8072: checking for unistd.h >configure:8072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8072: $? = 0 >configure:8072: result: yes >configure:8086: checking for dlfcn.h >configure:8086: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8086: $? = 0 >configure:8086: result: yes >configure:8303: checking for objdir >configure:8318: result: .libs >configure:8585: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8603: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >configure:8607: $? = 0 >configure:8620: result: no >configure:8947: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:8954: result: -fPIC -DPIC >configure:8962: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:8980: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:8984: $? = 0 >configure:8997: result: yes >configure:9026: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:9054: result: yes >configure:9069: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9090: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:9094: $? = 0 >configure:9116: result: yes >configure:9124: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9171: result: yes >configure:9204: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:10357: result: yes >configure:10394: checking whether -lc should be explicitly linked in >configure:10402: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:10405: $? = 0 >configure:10420: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10423: $? = 0 >configure:10437: result: no >configure:10597: checking dynamic linker characteristics >configure:11108: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11108: $? = 0 >configure:11330: result: GNU/Linux ld.so >configure:11437: checking how to hardcode library paths into programs >configure:11462: result: immediate >configure:12002: checking whether stripping libraries is possible >configure:12007: result: yes >configure:12042: checking if libtool supports shared libraries >configure:12044: result: yes >configure:12047: checking whether to build shared libraries >configure:12068: result: yes >configure:12071: checking whether to build static libraries >configure:12075: result: no >configure:12098: checking how to run the C++ preprocessor >configure:12125: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:12125: $? = 0 >configure:12139: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:12139: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "xmlwrapp" >| #define PACKAGE_TARNAME "xmlwrapp" >| #define PACKAGE_VERSION "0.7.1" >| #define PACKAGE_STRING "xmlwrapp 0.7.1" >| #define PACKAGE_BUGREPORT "xmlwrapp@googlegroups.com" >| #define PACKAGE_URL "" >| #define PACKAGE "xmlwrapp" >| #define VERSION "0.7.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_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:12164: result: x86_64-pc-linux-gnu-g++ -E >configure:12184: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:12184: $? = 0 >configure:12198: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:12198: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "xmlwrapp" >| #define PACKAGE_TARNAME "xmlwrapp" >| #define PACKAGE_VERSION "0.7.1" >| #define PACKAGE_STRING "xmlwrapp 0.7.1" >| #define PACKAGE_BUGREPORT "xmlwrapp@googlegroups.com" >| #define PACKAGE_URL "" >| #define PACKAGE "xmlwrapp" >| #define VERSION "0.7.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_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:12367: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:12434: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:12441: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:12456: result: yes >configure:12511: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:13516: result: yes >configure:13552: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:13555: $? = 0 >configure:14075: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:14082: result: -fPIC -DPIC >configure:14090: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:14108: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:14112: $? = 0 >configure:14125: result: yes >configure:14148: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:14176: result: yes >configure:14188: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:14209: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -o out/conftest2.o conftest.cpp >&5 >configure:14213: $? = 0 >configure:14235: result: yes >configure:14240: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:14287: result: yes >configure:14317: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14353: result: yes >configure:14494: checking dynamic linker characteristics >configure:15161: result: GNU/Linux ld.so >configure:15214: checking how to hardcode library paths into programs >configure:15239: result: immediate >configure:15321: checking for x86_64-pc-linux-gnu-pkg-config >configure:15339: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:15351: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:15419: checking pkg-config is at least version 0.9.0 >configure:15422: result: yes >configure:15432: checking for LIBXML >configure:15439: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.4.28" >configure:15442: $? = 0 >configure:15456: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.4.28" >configure:15459: $? = 0 >configure:15517: result: yes >configure:15525: checking for LIBXSLT >configure:15532: $PKG_CONFIG --exists --print-errors "libxslt >= 1.1.6" >configure:15535: $? = 0 >configure:15549: $PKG_CONFIG --exists --print-errors "libxslt >= 1.1.6" >configure:15552: $? = 0 >configure:15610: result: yes >configure:15616: checking for LIBEXSLT >configure:15623: $PKG_CONFIG --exists --print-errors "libexslt" >configure:15626: $? = 0 >configure:15640: $PKG_CONFIG --exists --print-errors "libexslt" >configure:15643: $? = 0 >configure:15701: result: yes >configure:15709: checking whether to enable assertions >configure:15727: result: yes >configure: this is boost.m4 serial 16 >configure:15760: checking for Boost headers version >= 0.0.0 >configure:15831: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:15831: $? = 0 >configure:15852: result: yes >configure:15871: checking for Boost's header version >configure:15889: result: >configure:15895: error: invalid value: boost_major_version= > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_BOOST_ROOT_set= >ac_cv_env_BOOST_ROOT_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBEXSLT_CFLAGS_set= >ac_cv_env_LIBEXSLT_CFLAGS_value= >ac_cv_env_LIBEXSLT_LIBS_set= >ac_cv_env_LIBEXSLT_LIBS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIBXML_CFLAGS_set= >ac_cv_env_LIBXML_CFLAGS_value= >ac_cv_env_LIBXML_LIBS_set= >ac_cv_env_LIBXML_LIBS_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_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/lib64/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_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_host=x86_64-pc-linux-gnu >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_DLLTOOL=x86_64-pc-linux-gnu-dlltool >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_ac_ct_MANIFEST_TOOL=mt >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >boost_cv_inc_path=yes >boost_cv_lib_version= >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >pkg_cv_LIBEXSLT_CFLAGS=-I/usr/include/libxml2 >pkg_cv_LIBEXSLT_LIBS='-lexslt -lxslt -lxml2 -lz -lm -ldl -lm -lgcrypt -lgpg-error -lxml2' >pkg_cv_LIBXML_CFLAGS=-I/usr/include/libxml2 >pkg_cv_LIBXML_LIBS=-lxml2 >pkg_cv_LIBXSLT_CFLAGS=-I/usr/include/libxml2 >pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='aclocal-1.14' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='autoconf' >AUTOHEADER='autoheader' >AUTOMAKE='automake-1.14' >AWK='gawk' >BOOST_CPPFLAGS='' >BOOST_IOSTREAMS_LDFLAGS='' >BOOST_IOSTREAMS_LDPATH='' >BOOST_IOSTREAMS_LIBS='' >BOOST_LDPATH='' >BOOST_ROOT='' >BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS='' >BOOST_UNIT_TEST_FRAMEWORK_LDPATH='' >BOOST_UNIT_TEST_FRAMEWORK_LIBS='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe' >CFLAGS_VISIBILITY='' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-march=native -O2 -pipe' >CXXFLAGS_VISIBILITY='' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost='\''' >DLLTOOL='x86_64-pc-linux-gnu-dlltool' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >FGREP='/bin/grep -F' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LEGACY_LINK_FLAGS='' >LIBEXSLT_CFLAGS='-I/usr/include/libxml2' >LIBEXSLT_LIBS='-lexslt -lxslt -lxml2 -lz -lm -ldl -lm -lgcrypt -lgpg-error -lxml2' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBXML_CFLAGS='-I/usr/include/libxml2' >LIBXML_LIBS='-lxml2' >LIBXSLT_CFLAGS='-I/usr/include/libxml2' >LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='xmlwrapp' >PACKAGE_BUGREPORT='xmlwrapp@googlegroups.com' >PACKAGE_NAME='xmlwrapp' >PACKAGE_STRING='xmlwrapp 0.7.1' >PACKAGE_TARNAME='xmlwrapp' >PACKAGE_URL='' >PACKAGE_VERSION='0.7.1' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >VERSION='0.7.1' >WITH_XSLT_FALSE='' >WITH_XSLT_TRUE='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/xmlwrapp-0.7.1' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/xmlwrapp-0.7.1/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/dev-libs/xmlwrapp-0.7.1/work/xmlwrapp-0.7.1/admin/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "xmlwrapp" >#define PACKAGE_TARNAME "xmlwrapp" >#define PACKAGE_VERSION "0.7.1" >#define PACKAGE_STRING "xmlwrapp 0.7.1" >#define PACKAGE_BUGREPORT "xmlwrapp@googlegroups.com" >#define PACKAGE_URL "" >#define PACKAGE "xmlwrapp" >#define VERSION "0.7.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_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define HAVE_BOOST 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 568720
: 419674 |
419676
|
419678
|
419680