Build of libxml++ with clang_glibc toolchain

The build took 00h 03m 21s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
11,363 sh
7,675 cpp
4,862 makefile
289 perl
63 ansic
24,252 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libxml++ 2.40.1-1 (Thu Apr 13 19:53:18 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) glibmm-2.48.1-1 glibmm-docs-2.48.1-1
#
# Total Installed Size: 42.54 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing glibmm-docs...
# installing glibmm...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make supports GNU make features... yes
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking whether clang++ supports C++11 features by default... no
# checking whether clang++ supports C++11 features with -std=c++11... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBXMLXX... yes
# checking string usability... yes
# checking string presence... yes
# checking for string... yes
# checking list usability... yes
# checking list presence... yes
# checking for list... yes
# checking map usability... yes
# checking map presence... yes
# checking for map... yes
# checking whether C++ library supports std::exception_ptr... yes
# checking for perl... /usr/bin/perl
# checking for dot... /usr/bin/dot
# checking for doxygen... /usr/bin/doxygen
# checking for xsltproc... /usr/bin/xsltproc
# checking for libstdc documentation... libstdc++.tag@
# configure: WARNING: Location of external libstdc documentation not set
# checking for libsigc documentation... /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
# checking for glibmm documentation... /usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html
# checking which C++ compiler warning flags to use... -Wall
# configure: Deprecated API will be built, for backwards-compatibility.
# checking for xmllint... /usr/bin/xmllint
# checking for db2latex... no
# checking for docbook2latex... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libxml++/Makefile
# config.status: creating examples/Makefile
# config.status: creating tests/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/reference/Doxyfile
# config.status: creating MSVC_Net2010/libxml++/libxml++.rc
# config.status: creating libxml++-2.6.pc
# config.status: creating config.h
# config.status: creating libxml++config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing MSVC_Net2010/libxml++/libxml++config.h commands
# make all-recursive
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# Making all in libxml++
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# depbase=`echo attribute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT attribute.lo -MD -MP -MF $depbase.Tpo -c -o attribute.lo attribute.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c attribute.cc -fPIC -DPIC -o .libs/attribute.o
# depbase=`echo attributedeclaration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT attributedeclaration.lo -MD -MP -MF $depbase.Tpo -c -o attributedeclaration.lo attributedeclaration.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT attributedeclaration.lo -MD -MP -MF .deps/attributedeclaration.Tpo -c attributedeclaration.cc -fPIC -DPIC -o .libs/attributedeclaration.o
# depbase=`echo attributenode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT attributenode.lo -MD -MP -MF $depbase.Tpo -c -o attributenode.lo attributenode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT attributenode.lo -MD -MP -MF .deps/attributenode.Tpo -c attributenode.cc -fPIC -DPIC -o .libs/attributenode.o
# depbase=`echo document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT document.lo -MD -MP -MF $depbase.Tpo -c -o document.lo document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT document.lo -MD -MP -MF .deps/document.Tpo -c document.cc -fPIC -DPIC -o .libs/document.o
# depbase=`echo dtd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT dtd.lo -MD -MP -MF $depbase.Tpo -c -o dtd.lo dtd.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT dtd.lo -MD -MP -MF .deps/dtd.Tpo -c dtd.cc -fPIC -DPIC -o .libs/dtd.o
# depbase=`echo keepblanks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT keepblanks.lo -MD -MP -MF $depbase.Tpo -c -o keepblanks.lo keepblanks.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT keepblanks.lo -MD -MP -MF .deps/keepblanks.Tpo -c keepblanks.cc -fPIC -DPIC -o .libs/keepblanks.o
# depbase=`echo noncopyable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT noncopyable.lo -MD -MP -MF $depbase.Tpo -c -o noncopyable.lo noncopyable.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT noncopyable.lo -MD -MP -MF .deps/noncopyable.Tpo -c noncopyable.cc -fPIC -DPIC -o .libs/noncopyable.o
# depbase=`echo relaxngschema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT relaxngschema.lo -MD -MP -MF $depbase.Tpo -c -o relaxngschema.lo relaxngschema.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT relaxngschema.lo -MD -MP -MF .deps/relaxngschema.Tpo -c relaxngschema.cc -fPIC -DPIC -o .libs/relaxngschema.o
# depbase=`echo schema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT schema.lo -MD -MP -MF $depbase.Tpo -c -o schema.lo schema.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT schema.lo -MD -MP -MF .deps/schema.Tpo -c schema.cc -fPIC -DPIC -o .libs/schema.o
# depbase=`echo schemabase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT schemabase.lo -MD -MP -MF $depbase.Tpo -c -o schemabase.lo schemabase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT schemabase.lo -MD -MP -MF .deps/schemabase.Tpo -c schemabase.cc -fPIC -DPIC -o .libs/schemabase.o
# depbase=`echo xsdschema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT xsdschema.lo -MD -MP -MF $depbase.Tpo -c -o xsdschema.lo xsdschema.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT xsdschema.lo -MD -MP -MF .deps/xsdschema.Tpo -c xsdschema.cc -fPIC -DPIC -o .libs/xsdschema.o
# depbase=`echo exceptions/exception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/exception.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/exception.lo exceptions/exception.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/exception.lo -MD -MP -MF exceptions/.deps/exception.Tpo -c exceptions/exception.cc -fPIC -DPIC -o exceptions/.libs/exception.o
# depbase=`echo exceptions/parse_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/parse_error.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/parse_error.lo exceptions/parse_error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/parse_error.lo -MD -MP -MF exceptions/.deps/parse_error.Tpo -c exceptions/parse_error.cc -fPIC -DPIC -o exceptions/.libs/parse_error.o
# depbase=`echo exceptions/validity_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/validity_error.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/validity_error.lo exceptions/validity_error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/validity_error.lo -MD -MP -MF exceptions/.deps/validity_error.Tpo -c exceptions/validity_error.cc -fPIC -DPIC -o exceptions/.libs/validity_error.o
# depbase=`echo exceptions/internal_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/internal_error.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/internal_error.lo exceptions/internal_error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/internal_error.lo -MD -MP -MF exceptions/.deps/internal_error.Tpo -c exceptions/internal_error.cc -fPIC -DPIC -o exceptions/.libs/internal_error.o
# depbase=`echo exceptions/wrapped_exception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/wrapped_exception.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/wrapped_exception.lo exceptions/wrapped_exception.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT exceptions/wrapped_exception.lo -MD -MP -MF exceptions/.deps/wrapped_exception.Tpo -c exceptions/wrapped_exception.cc -fPIC -DPIC -o exceptions/.libs/wrapped_exception.o
# depbase=`echo io/istreamparserinputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/istreamparserinputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/istreamparserinputbuffer.lo io/istreamparserinputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/istreamparserinputbuffer.lo -MD -MP -MF io/.deps/istreamparserinputbuffer.Tpo -c io/istreamparserinputbuffer.cc -fPIC -DPIC -o io/.libs/istreamparserinputbuffer.o
# depbase=`echo io/outputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/outputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/outputbuffer.lo io/outputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/outputbuffer.lo -MD -MP -MF io/.deps/outputbuffer.Tpo -c io/outputbuffer.cc -fPIC -DPIC -o io/.libs/outputbuffer.o
# depbase=`echo io/ostreamoutputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/ostreamoutputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/ostreamoutputbuffer.lo io/ostreamoutputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/ostreamoutputbuffer.lo -MD -MP -MF io/.deps/ostreamoutputbuffer.Tpo -c io/ostreamoutputbuffer.cc -fPIC -DPIC -o io/.libs/ostreamoutputbuffer.o
# depbase=`echo io/parserinputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/parserinputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/parserinputbuffer.lo io/parserinputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT io/parserinputbuffer.lo -MD -MP -MF io/.deps/parserinputbuffer.Tpo -c io/parserinputbuffer.cc -fPIC -DPIC -o io/.libs/parserinputbuffer.o
# depbase=`echo nodes/cdatanode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/cdatanode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/cdatanode.lo nodes/cdatanode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/cdatanode.lo -MD -MP -MF nodes/.deps/cdatanode.Tpo -c nodes/cdatanode.cc -fPIC -DPIC -o nodes/.libs/cdatanode.o
# depbase=`echo nodes/commentnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/commentnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/commentnode.lo nodes/commentnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/commentnode.lo -MD -MP -MF nodes/.deps/commentnode.Tpo -c nodes/commentnode.cc -fPIC -DPIC -o nodes/.libs/commentnode.o
# depbase=`echo nodes/contentnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/contentnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/contentnode.lo nodes/contentnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/contentnode.lo -MD -MP -MF nodes/.deps/contentnode.Tpo -c nodes/contentnode.cc -fPIC -DPIC -o nodes/.libs/contentnode.o
# depbase=`echo nodes/element.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/element.lo -MD -MP -MF $depbase.Tpo -c -o nodes/element.lo nodes/element.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/element.lo -MD -MP -MF nodes/.deps/element.Tpo -c nodes/element.cc -fPIC -DPIC -o nodes/.libs/element.o
# depbase=`echo nodes/entitydeclaration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/entitydeclaration.lo -MD -MP -MF $depbase.Tpo -c -o nodes/entitydeclaration.lo nodes/entitydeclaration.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/entitydeclaration.lo -MD -MP -MF nodes/.deps/entitydeclaration.Tpo -c nodes/entitydeclaration.cc -fPIC -DPIC -o nodes/.libs/entitydeclaration.o
# depbase=`echo nodes/entityreference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/entityreference.lo -MD -MP -MF $depbase.Tpo -c -o nodes/entityreference.lo nodes/entityreference.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/entityreference.lo -MD -MP -MF nodes/.deps/entityreference.Tpo -c nodes/entityreference.cc -fPIC -DPIC -o nodes/.libs/entityreference.o
# depbase=`echo nodes/node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/node.lo -MD -MP -MF $depbase.Tpo -c -o nodes/node.lo nodes/node.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/node.lo -MD -MP -MF nodes/.deps/node.Tpo -c nodes/node.cc -fPIC -DPIC -o nodes/.libs/node.o
# depbase=`echo nodes/processinginstructionnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/processinginstructionnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/processinginstructionnode.lo nodes/processinginstructionnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/processinginstructionnode.lo -MD -MP -MF nodes/.deps/processinginstructionnode.Tpo -c nodes/processinginstructionnode.cc -fPIC -DPIC -o nodes/.libs/processinginstructionnode.o
# depbase=`echo nodes/textnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/textnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/textnode.lo nodes/textnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/textnode.lo -MD -MP -MF nodes/.deps/textnode.Tpo -c nodes/textnode.cc -fPIC -DPIC -o nodes/.libs/textnode.o
# depbase=`echo nodes/xincludeend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/xincludeend.lo -MD -MP -MF $depbase.Tpo -c -o nodes/xincludeend.lo nodes/xincludeend.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/xincludeend.lo -MD -MP -MF nodes/.deps/xincludeend.Tpo -c nodes/xincludeend.cc -fPIC -DPIC -o nodes/.libs/xincludeend.o
# depbase=`echo nodes/xincludestart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/xincludestart.lo -MD -MP -MF $depbase.Tpo -c -o nodes/xincludestart.lo nodes/xincludestart.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT nodes/xincludestart.lo -MD -MP -MF nodes/.deps/xincludestart.Tpo -c nodes/xincludestart.cc -fPIC -DPIC -o nodes/.libs/xincludestart.o
# depbase=`echo parsers/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/parser.lo -MD -MP -MF $depbase.Tpo -c -o parsers/parser.lo parsers/parser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/parser.lo -MD -MP -MF parsers/.deps/parser.Tpo -c parsers/parser.cc -fPIC -DPIC -o parsers/.libs/parser.o
# depbase=`echo parsers/saxparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/saxparser.lo -MD -MP -MF $depbase.Tpo -c -o parsers/saxparser.lo parsers/saxparser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/saxparser.lo -MD -MP -MF parsers/.deps/saxparser.Tpo -c parsers/saxparser.cc -fPIC -DPIC -o parsers/.libs/saxparser.o
# In file included from parsers/saxparser.cc:11:
# ../libxml++/parsers/saxparser.h:230:10: warning: struct 'SaxParserCallback' was previously declared as a class [-Wmismatched-tags]
# friend struct SaxParserCallback;
# ^
# ../libxml++/parsers/parser.h:29:7: note: previous use is here
# class SaxParserCallback; // Remove, when handle_exception() is made protected.
# ^
# parsers/saxparser.cc:23:1: warning: 'SaxParserCallback' defined as a struct here but previously declared as a class [-Wmismatched-tags]
# struct SaxParserCallback
# ^
# ../libxml++/parsers/parser.h:29:1: note: did you mean struct here?
# class SaxParserCallback; // Remove, when handle_exception() is made protected.
# ^~~~~
# struct
# 2 warnings generated.
# depbase=`echo parsers/domparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/domparser.lo -MD -MP -MF $depbase.Tpo -c -o parsers/domparser.lo parsers/domparser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/domparser.lo -MD -MP -MF parsers/.deps/domparser.Tpo -c parsers/domparser.cc -fPIC -DPIC -o parsers/.libs/domparser.o
# depbase=`echo parsers/textreader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/textreader.lo -MD -MP -MF $depbase.Tpo -c -o parsers/textreader.lo parsers/textreader.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT parsers/textreader.lo -MD -MP -MF parsers/.deps/textreader.Tpo -c parsers/textreader.cc -fPIC -DPIC -o parsers/.libs/textreader.o
# depbase=`echo validators/dtdvalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/dtdvalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/dtdvalidator.lo validators/dtdvalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/dtdvalidator.lo -MD -MP -MF validators/.deps/dtdvalidator.Tpo -c validators/dtdvalidator.cc -fPIC -DPIC -o validators/.libs/dtdvalidator.o
# depbase=`echo validators/relaxngvalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/relaxngvalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/relaxngvalidator.lo validators/relaxngvalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/relaxngvalidator.lo -MD -MP -MF validators/.deps/relaxngvalidator.Tpo -c validators/relaxngvalidator.cc -fPIC -DPIC -o validators/.libs/relaxngvalidator.o
# In file included from validators/relaxngvalidator.cc:21:
# ../libxml++/validators/relaxngvalidator.h:86:16: warning: 'parse_file' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void parse_file(const Glib::ustring& filename);
# ^
# ../libxml++/validators/schemavalidatorbase.h:53:16: note: overridden virtual function is here
# virtual void parse_file(const Glib::ustring& filename) = 0;
# ^
# In file included from validators/relaxngvalidator.cc:21:
# ../libxml++/validators/relaxngvalidator.h:96:16: warning: 'parse_memory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void parse_memory(const Glib::ustring& contents);
# ^
# ../libxml++/validators/schemavalidatorbase.h:61:16: note: overridden virtual function is here
# virtual void parse_memory(const Glib::ustring& contents) = 0;
# ^
# In file included from validators/relaxngvalidator.cc:21:
# ../libxml++/validators/relaxngvalidator.h:104:16: warning: 'parse_document' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void parse_document(const Document* document);
# ^
# ../libxml++/validators/schemavalidatorbase.h:69:16: note: overridden virtual function is here
# virtual void parse_document(const Document* document) = 0;
# ^
# In file included from validators/relaxngvalidator.cc:21:
# ../libxml++/validators/relaxngvalidator.h:126:11: warning: 'operator const void *' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual operator BoolExpr() const;
# ^
# ../libxml++/validators/schemavalidatorbase.h:83:11: note: overridden virtual function is here
# virtual operator BoolExpr() const = 0;
# ^
# In file included from validators/relaxngvalidator.cc:21:
# ../libxml++/validators/relaxngvalidator.h:143:16: warning: 'validate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void validate(const Document* document);
# ^
# ../libxml++/validators/schemavalidatorbase.h:90:16: note: overridden virtual function is here
# virtual void validate(const Document* document) = 0;
# ^
# In file included from validators/relaxngvalidator.cc:21:
# ../libxml++/validators/relaxngvalidator.h:151:16: warning: 'validate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void validate(const Glib::ustring& filename);
# ^
# ../libxml++/validators/schemavalidatorbase.h:98:16: note: overridden virtual function is here
# virtual void validate(const Glib::ustring& filename) = 0;
# ^
# 6 warnings generated.
# depbase=`echo validators/schemavalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/schemavalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/schemavalidator.lo validators/schemavalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/schemavalidator.lo -MD -MP -MF validators/.deps/schemavalidator.Tpo -c validators/schemavalidator.cc -fPIC -DPIC -o validators/.libs/schemavalidator.o
# depbase=`echo validators/schemavalidatorbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/schemavalidatorbase.lo -MD -MP -MF $depbase.Tpo -c -o validators/schemavalidatorbase.lo validators/schemavalidatorbase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/schemavalidatorbase.lo -MD -MP -MF validators/.deps/schemavalidatorbase.Tpo -c validators/schemavalidatorbase.cc -fPIC -DPIC -o validators/.libs/schemavalidatorbase.o
# depbase=`echo validators/validator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/validator.lo -MD -MP -MF $depbase.Tpo -c -o validators/validator.lo validators/validator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/validator.lo -MD -MP -MF validators/.deps/validator.Tpo -c validators/validator.cc -fPIC -DPIC -o validators/.libs/validator.o
# depbase=`echo validators/xsdvalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/xsdvalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/xsdvalidator.lo validators/xsdvalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -std=c++11 -MT validators/xsdvalidator.lo -MD -MP -MF validators/.deps/xsdvalidator.Tpo -c validators/xsdvalidator.cc -fPIC -DPIC -o validators/.libs/xsdvalidator.o
# In file included from validators/xsdvalidator.cc:19:
# ../libxml++/validators/xsdvalidator.h:79:16: warning: 'parse_file' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void parse_file(const Glib::ustring& filename);
# ^
# ../libxml++/validators/schemavalidatorbase.h:53:16: note: overridden virtual function is here
# virtual void parse_file(const Glib::ustring& filename) = 0;
# ^
# In file included from validators/xsdvalidator.cc:19:
# ../libxml++/validators/xsdvalidator.h:87:16: warning: 'parse_memory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void parse_memory(const Glib::ustring& contents);
# ^
# ../libxml++/validators/schemavalidatorbase.h:61:16: note: overridden virtual function is here
# virtual void parse_memory(const Glib::ustring& contents) = 0;
# ^
# In file included from validators/xsdvalidator.cc:19:
# ../libxml++/validators/xsdvalidator.h:95:16: warning: 'parse_document' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void parse_document(const Document* document);
# ^
# ../libxml++/validators/schemavalidatorbase.h:69:16: note: overridden virtual function is here
# virtual void parse_document(const Document* document) = 0;
# ^
# In file included from validators/xsdvalidator.cc:19:
# ../libxml++/validators/xsdvalidator.h:117:11: warning: 'operator const void *' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual operator BoolExpr() const;
# ^
# ../libxml++/validators/schemavalidatorbase.h:83:11: note: overridden virtual function is here
# virtual operator BoolExpr() const = 0;
# ^
# In file included from validators/xsdvalidator.cc:19:
# ../libxml++/validators/xsdvalidator.h:134:16: warning: 'validate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void validate(const Document* document);
# ^
# ../libxml++/validators/schemavalidatorbase.h:90:16: note: overridden virtual function is here
# virtual void validate(const Document* document) = 0;
# ^
# In file included from validators/xsdvalidator.cc:19:
# ../libxml++/validators/xsdvalidator.h:141:16: warning: 'validate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
# virtual void validate(const Glib::ustring& filename);
# ^
# ../libxml++/validators/schemavalidatorbase.h:98:16: note: overridden virtual function is here
# virtual void validate(const Glib::ustring& filename) = 0;
# ^
# 6 warnings generated.
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -std=c++11 -no-undefined -version-info 2:7:0 -o libxml++-2.6.la -rpath /usr/lib attribute.lo attributedeclaration.lo attributenode.lo document.lo dtd.lo keepblanks.lo noncopyable.lo relaxngschema.lo schema.lo schemabase.lo xsdschema.lo exceptions/exception.lo exceptions/parse_error.lo exceptions/validity_error.lo exceptions/internal_error.lo exceptions/wrapped_exception.lo io/istreamparserinputbuffer.lo io/outputbuffer.lo io/ostreamoutputbuffer.lo io/parserinputbuffer.lo nodes/cdatanode.lo nodes/commentnode.lo nodes/contentnode.lo nodes/element.lo nodes/entitydeclaration.lo nodes/entityreference.lo nodes/node.lo nodes/processinginstructionnode.lo nodes/textnode.lo nodes/xincludeend.lo nodes/xincludestart.lo parsers/parser.lo parsers/saxparser.lo parsers/domparser.lo parsers/textreader.lo validators/dtdvalidator.lo validators/relaxngvalidator.lo validators/schemavalidator.lo validators/schemavalidatorbase.lo validators/validator.lo validators/xsdvalidator.lo -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0
# libtool: link: clang++ -fPIC -DPIC -Wl,-O1,--as-needed -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/attribute.o .libs/attributedeclaration.o .libs/attributenode.o .libs/document.o .libs/dtd.o .libs/keepblanks.o .libs/noncopyable.o .libs/relaxngschema.o .libs/schema.o .libs/schemabase.o .libs/xsdschema.o exceptions/.libs/exception.o exceptions/.libs/parse_error.o exceptions/.libs/validity_error.o exceptions/.libs/internal_error.o exceptions/.libs/wrapped_exception.o io/.libs/istreamparserinputbuffer.o io/.libs/outputbuffer.o io/.libs/ostreamoutputbuffer.o io/.libs/parserinputbuffer.o nodes/.libs/cdatanode.o nodes/.libs/commentnode.o nodes/.libs/contentnode.o nodes/.libs/element.o nodes/.libs/entitydeclaration.o nodes/.libs/entityreference.o nodes/.libs/node.o nodes/.libs/processinginstructionnode.o nodes/.libs/textnode.o nodes/.libs/xincludeend.o nodes/.libs/xincludestart.o parsers/.libs/parser.o parsers/.libs/saxparser.o parsers/.libs/domparser.o parsers/.libs/textreader.o validators/.libs/dtdvalidator.o validators/.libs/relaxngvalidator.o validators/.libs/schemavalidator.o validators/.libs/schemavalidatorbase.o validators/.libs/validator.o validators/.libs/xsdvalidator.o -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libxml++-2.6.so.2 -o .libs/libxml++-2.6.so.2.0.7
# libtool: link: (cd ".libs" && rm -f "libxml++-2.6.so.2" && ln -s "libxml++-2.6.so.2.0.7" "libxml++-2.6.so.2")
# libtool: link: (cd ".libs" && rm -f "libxml++-2.6.so" && ln -s "libxml++-2.6.so.2.0.7" "libxml++-2.6.so")
# libtool: link: ( cd ".libs" && rm -f "libxml++-2.6.la" && ln -s "../libxml++-2.6.la" "libxml++-2.6.la" )
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# Making all in examples
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# Making all in tests
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# Making all in docs
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# ==> Entering fakeroot environment...
# ==> Starting package_libxml++()...
# Making install in libxml++
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libxml++-2.6.la '/tmp/libxml++/pkg/libxml++/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libxml++-2.6.so.2.0.7 /tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6.so.2.0.7
# libtool: install: (cd /tmp/libxml++/pkg/libxml++/usr/lib && { ln -s -f libxml++-2.6.so.2.0.7 libxml++-2.6.so.2 || { rm -f libxml++-2.6.so.2 && ln -s libxml++-2.6.so.2.0.7 libxml++-2.6.so.2; }; })
# libtool: install: (cd /tmp/libxml++/pkg/libxml++/usr/lib && { ln -s -f libxml++-2.6.so.2.0.7 libxml++-2.6.so || { rm -f libxml++-2.6.so && ln -s libxml++-2.6.so.2.0.7 libxml++-2.6.so; }; })
# libtool: install: /usr/bin/install -c .libs/libxml++-2.6.lai /tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/nodes'
# /usr/bin/install -c -m 644 nodes/cdatanode.h nodes/commentnode.h nodes/contentnode.h nodes/element.h nodes/entitydeclaration.h nodes/entityreference.h nodes/node.h nodes/processinginstructionnode.h nodes/textnode.h nodes/xincludeend.h nodes/xincludestart.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/nodes'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/exceptions'
# /usr/bin/install -c -m 644 exceptions/exception.h exceptions/parse_error.h exceptions/validity_error.h exceptions/internal_error.h exceptions/wrapped_exception.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/exceptions'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/validators'
# /usr/bin/install -c -m 644 validators/dtdvalidator.h validators/relaxngvalidator.h validators/schemavalidator.h validators/schemavalidatorbase.h validators/validator.h validators/xsdvalidator.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/validators'
# /usr/bin/install -c -m 644 libxml++.h attribute.h attributedeclaration.h attributenode.h document.h dtd.h keepblanks.h noncopyable.h relaxngschema.h schema.h schemabase.h xsdschema.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/.'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/io'
# /usr/bin/install -c -m 644 io/istreamparserinputbuffer.h io/outputbuffer.h io/ostreamoutputbuffer.h io/parserinputbuffer.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/io'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/parsers'
# /usr/bin/install -c -m 644 parsers/parser.h parsers/saxparser.h parsers/domparser.h parsers/textreader.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/parsers'
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# Making install in examples
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# Making install in tests
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6/include'
# /usr/bin/install -c -m 644 libxml++config.h '/tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6/include'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libxml++-2.6.pc '/tmp/libxml++/pkg/libxml++/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libxml++"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Starting package_libxml++-docs()...
# make: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[1]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference/html'
# /usr/bin/perl -- "../docs/doc-install.pl" --verbose --mode=0644 -l 'libsigc++-2.0.tag@../../../libsigc++-2.0/reference/html/' -l 'glibmm-2.4.tag@../../../glibmm-2.4/reference/html/' -t '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference/html' --glob -- 'reference/html/*.css' 'reference/html/*.gif' 'reference/html/*.html' 'reference/html/*.js' 'reference/html/*.png'
# doc-install: Using base path ../../../libsigc++-2.0/reference/html/ for tag file libsigc++-2.0.tag
# doc-install: Using base path ../../../glibmm-2.4/reference/html/ for tag file glibmm-2.4.tag
# doc-install: Copying doxygen.css
# doc-install: Copying tabs.css
# doc-install: Copying doxygen-extra.css
# doc-install: Translating classxmlpp_1_1internal__error.html (rewrote 3 of 4 references)
# doc-install: Translating pages.html (no references)
# doc-install: Translating functions_func_~.html (no references)
# doc-install: Translating functions_w.html (no references)
# doc-install: Translating functions_func_k.html (no references)
# doc-install: Translating classxmlpp_1_1validity__error-members.html (no references)
# doc-install: Translating functions_func_h.html (no references)
# doc-install: Translating classxmlpp_1_1SchemaValidator.html (rewrote 12 of 12 references)
# doc-install: Translating classxmlpp_1_1OutputBuffer.html (rewrote 4 of 4 references)
# doc-install: Translating classxmlpp_1_1Schema-members.html (no references)
# doc-install: Translating functions_func_r.html (no references)
# doc-install: Translating classxmlpp_1_1EntityReference.html (rewrote 56 of 58 references)
# doc-install: Translating classes.html (no references)
# doc-install: Translating functions_func_i.html (no references)
# doc-install: Translating functions_f.html (no references)
# doc-install: Translating classxmlpp_1_1SchemaBase-members.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeDeclaration.html (rewrote 57 of 59 references)
# doc-install: Translating functions_func_x.html (no references)
# doc-install: Translating classxmlpp_1_1Parser-members.html (no references)
# doc-install: Translating dir_e3818dbe052c35541aa8102ff72444f2.html (no references)
# doc-install: Translating classxmlpp_1_1IStreamParserInputBuffer.html (rewrote 0 of 2 references)
# doc-install: Translating functions_eval.html (no references)
# doc-install: Translating functions_func_w.html (no references)
# doc-install: Translating classxmlpp_1_1EntityDeclaration.html (rewrote 58 of 60 references)
# doc-install: Translating functions_k.html (no references)
# doc-install: Translating namespacexmlpp.html (rewrote 4 of 11 references)
# doc-install: Translating functions_func_p.html (no references)
# doc-install: Translating classxmlpp_1_1CdataNode.html (rewrote 54 of 56 references)
# doc-install: Translating classxmlpp_1_1RelaxNGValidator.html (rewrote 12 of 12 references)
# doc-install: Translating classxmlpp_1_1DtdValidator-members.html (no references)
# doc-install: Translating functions_func_e.html (no references)
# doc-install: Translating dir_bc161955dc3a3d2485839eba21420d01.html (no references)
# doc-install: Translating functions_r.html (no references)
# doc-install: Translating namespacemembers.html (no references)
# doc-install: Translating classxmlpp_1_1Document-members.html (no references)
# doc-install: Translating classxmlpp_1_1Parser.html (rewrote 12 of 14 references)
# doc-install: Translating functions_~.html (no references)
# doc-install: Translating classxmlpp_1_1XsdSchema-members.html (no references)
# doc-install: Translating classxmlpp_1_1TextReader-members.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeDeclaration-members.html (no references)
# doc-install: Translating classxmlpp_1_1Validator-members.html (no references)
# doc-install: Translating classxmlpp_1_1NonCopyable-members.html (no references)
# doc-install: Translating classxmlpp_1_1ProcessingInstructionNode.html (rewrote 54 of 56 references)
# doc-install: Translating classxmlpp_1_1exception.html (rewrote 2 of 3 references)
# doc-install: Translating functions_x.html (no references)
# doc-install: Translating classxmlpp_1_1DomParser-members.html (no references)
# doc-install: Translating functions_enum.html (no references)
# doc-install: Translating classxmlpp_1_1validity__error.html (rewrote 4 of 5 references)
# doc-install: Translating classxmlpp_1_1SchemaValidatorBase-members.html (no references)
# doc-install: Translating classxmlpp_1_1KeepBlanks.html (no references)
# doc-install: Translating classxmlpp_1_1Dtd.html (rewrote 6 of 6 references)
# doc-install: Translating functions_v.html (no references)
# doc-install: Translating classxmlpp_1_1Node.html (rewrote 104 of 108 references)
# doc-install: Translating classxmlpp_1_1XIncludeStart.html (rewrote 52 of 54 references)
# doc-install: Translating classxmlpp_1_1RelaxNGValidator-members.html (no references)
# doc-install: Translating functions_d.html (no references)
# doc-install: Translating classxmlpp_1_1DomParser.html (rewrote 11 of 13 references)
# doc-install: Translating functions_g.html (no references)
# doc-install: Translating classxmlpp_1_1Validator.html (rewrote 8 of 8 references)
# doc-install: Translating classxmlpp_1_1NonCopyable.html (no references)
# doc-install: Translating functions_func_n.html (no references)
# doc-install: Translating deprecated.html (rewrote 4 of 4 references)
# doc-install: Translating classxmlpp_1_1XsdSchema.html (rewrote 6 of 6 references)
# doc-install: Translating dir_fceced95d8215eeebebd9df6aa39e1a5.html (no references)
# doc-install: Translating functions_m.html (no references)
# doc-install: Translating functions_func_d.html (no references)
# doc-install: Translating classxmlpp_1_1ParserInputBuffer.html (no references)
# doc-install: Translating inherits.html (rewrote 0 of 1 references)
# doc-install: Translating since_2_24.html (rewrote 10 of 10 references)
# doc-install: Translating functions_func.html (no references)
# doc-install: Translating graph_legend.html (no references)
# doc-install: Translating classxmlpp_1_1RelaxNGSchema-members.html (no references)
# doc-install: Translating classxmlpp_1_1XIncludeEnd.html (rewrote 52 of 54 references)
# doc-install: Translating namespacemembers_eval.html (no references)
# doc-install: Translating namespacemembers_enum.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeNode-members.html (no references)
# doc-install: Translating classhash__load__check__resize__trigger__size__base.html (no references)
# doc-install: Translating functions_func_t.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1Attribute.html (rewrote 8 of 8 references)
# doc-install: Translating classxmlpp_1_1CommentNode.html (rewrote 54 of 56 references)
# doc-install: Translating functions_i.html (no references)
# doc-install: Translating functions_func_o.html (no references)
# doc-install: Translating classxmlpp_1_1parse__error-members.html (no references)
# doc-install: Translating functions_type.html (no references)
# doc-install: Translating functions_func_s.html (no references)
# doc-install: Translating dir_8637afc38b758fdb535647a385c49b5e.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1Attribute-members.html (no references)
# doc-install: Translating namespacemembers_func.html (no references)
# doc-install: Translating classxmlpp_1_1Element.html (rewrote 114 of 118 references)
# doc-install: Translating classxmlpp_1_1SaxParser.html (rewrote 43 of 48 references)
# doc-install: Translating classxmlpp_1_1Node-members.html (no references)
# doc-install: Translating annotated.html (rewrote 0 of 2 references)
# doc-install: Translating classlu__counter__policy__base.html (no references)
# doc-install: Translating classxmlpp_1_1Attribute-members.html (no references)
# doc-install: Translating classxmlpp_1_1Document.html (rewrote 69 of 77 references)
# doc-install: Translating classxmlpp_1_1OutputBuffer-members.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeNode.html (rewrote 55 of 57 references)
# doc-install: Translating classxmlpp_1_1SchemaValidatorBase.html (rewrote 10 of 10 references)
# doc-install: Translating namespaces.html (no references)
# doc-install: Translating classxmlpp_1_1TextReader.html (rewrote 55 of 56 references)
# doc-install: Translating since_2_36.html (rewrote 15 of 15 references)
# doc-install: Translating functions.html (no references)
# doc-install: Translating classxmlpp_1_1Attribute.html (rewrote 58 of 60 references)
# doc-install: Translating functions_o.html (no references)
# doc-install: Translating functions_c.html (no references)
# doc-install: Translating classxmlpp_1_1EntityReference-members.html (no references)
# doc-install: Translating classxmlpp_1_1TextNode.html (rewrote 54 of 56 references)
# doc-install: Translating functions_func_m.html (no references)
# doc-install: Translating classxmlpp_1_1KeepBlanks-members.html (no references)
# doc-install: Translating functions_func_l.html (no references)
# doc-install: Translating classxmlpp_1_1TextNode-members.html (no references)
# doc-install: Translating since_2_38.html (rewrote 12 of 13 references)
# doc-install: Translating classxmlpp_1_1OStreamOutputBuffer-members.html (no references)
# doc-install: Translating functions_l.html (no references)
# doc-install: Translating classxmlpp_1_1CdataNode-members.html (no references)
# doc-install: Translating dir_a5a40681709ed751decc24cd7289c9c5.html (no references)
# doc-install: Translating classxmlpp_1_1ParserInputBuffer-members.html (no references)
# doc-install: Translating classxmlpp_1_1RelaxNGSchema.html (rewrote 6 of 6 references)
# doc-install: Translating functions_n.html (no references)
# doc-install: Translating classxmlpp_1_1Element-members.html (no references)
# doc-install: Translating functions_func_c.html (no references)
# doc-install: Translating functions_t.html (no references)
# doc-install: Translating classxmlpp_1_1OStreamOutputBuffer.html (rewrote 6 of 10 references)
# doc-install: Translating classxmlpp_1_1EntityDeclaration-members.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1AttributeHasName.html (rewrote 5 of 8 references)
# doc-install: Translating functions_e.html (no references)
# doc-install: Translating classxmlpp_1_1ContentNode.html (rewrote 56 of 58 references)
# doc-install: Translating hierarchy.html (rewrote 0 of 3 references)
# doc-install: Translating classxmlpp_1_1CommentNode-members.html (no references)
# doc-install: Translating classxmlpp_1_1ContentNode-members.html (no references)
# doc-install: Translating functions_func_g.html (no references)
# doc-install: Translating classxmlpp_1_1XIncludeEnd-members.html (no references)
# doc-install: Translating functions_func_f.html (no references)
# doc-install: Translating functions_b.html (no references)
# doc-install: Translating classxmlpp_1_1exception-members.html (no references)
# doc-install: Translating classxmlpp_1_1SaxParser-members.html (no references)
# doc-install: Translating classxmlpp_1_1XIncludeStart-members.html (no references)
# doc-install: Translating classxmlpp_1_1IStreamParserInputBuffer-members.html (no references)
# doc-install: Translating classxmlpp_1_1internal__error-members.html (no references)
# doc-install: Translating classxmlpp_1_1ProcessingInstructionNode-members.html (no references)
# doc-install: Translating classxmlpp_1_1XsdValidator.html (rewrote 12 of 12 references)
# doc-install: Translating classxmlpp_1_1SchemaValidator-members.html (no references)
# doc-install: Translating classxmlpp_1_1SchemaBase.html (rewrote 4 of 4 references)
# doc-install: Translating since_2_20.html (rewrote 3 of 3 references)
# doc-install: Translating classxmlpp_1_1Schema.html (rewrote 6 of 6 references)
# doc-install: Translating index.html (no references)
# doc-install: Translating namespacemembers_type.html (no references)
# doc-install: Translating classxmlpp_1_1DtdValidator.html (rewrote 18 of 20 references)
# doc-install: Translating functions_p.html (no references)
# doc-install: Translating classxmlpp_1_1Dtd-members.html (no references)
# doc-install: Translating functions_s.html (no references)
# doc-install: Translating functions_h.html (no references)
# doc-install: Translating classxmlpp_1_1XsdValidator-members.html (no references)
# doc-install: Translating functions_vars.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html (no references)
# doc-install: Translating functions_func_v.html (no references)
# doc-install: Translating classxmlpp_1_1parse__error.html (rewrote 3 of 4 references)
# doc-install: Copying jquery.js
# doc-install: Copying dynsections.js
# doc-install: Copying open.png
# doc-install: Copying classxmlpp_1_1Parser__inherit__graph.png
# doc-install: Copying classxmlpp_1_1RelaxNGValidator__inherit__graph.png
# doc-install: Copying classxmlpp_1_1TextReader__inherit__graph.png
# doc-install: Copying classxmlpp_1_1DomParser__inherit__graph.png
# doc-install: Copying nav_f.png
# doc-install: Copying nav_h.png
# doc-install: Copying classxmlpp_1_1Element__inherit__graph.png
# doc-install: Copying classxmlpp_1_1validity__error__inherit__graph.png
# doc-install: Copying graph_legend.png
# doc-install: Copying classxmlpp_1_1NonCopyable__inherit__graph.png
# doc-install: Copying classxmlpp_1_1internal__error__inherit__graph.png
# doc-install: Copying inherit_graph_3.png
# doc-install: Copying classxmlpp_1_1XsdSchema__inherit__graph.png
# doc-install: Copying bdwn.png
# doc-install: Copying tab_a.png
# doc-install: Copying tab_h.png
# doc-install: Copying closed.png
# doc-install: Copying classxmlpp_1_1AttributeDeclaration__inherit__graph.png
# doc-install: Copying inherit_graph_5.png
# doc-install: Copying tab_s.png
# doc-install: Copying splitbar.png
# doc-install: Copying sync_on.png
# doc-install: Copying inherit_graph_0.png
# doc-install: Copying classxmlpp_1_1TextNode__inherit__graph.png
# doc-install: Copying arrowright.png
# doc-install: Copying classxmlpp_1_1ParserInputBuffer__inherit__graph.png
# doc-install: Copying classxmlpp_1_1exception__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Attribute__inherit__graph.png
# doc-install: Copying classxmlpp_1_1DtdValidator__inherit__graph.png
# doc-install: Copying classxmlpp_1_1EntityReference__inherit__graph.png
# doc-install: Copying classxmlpp_1_1parse__error__inherit__graph.png
# doc-install: Copying tab_b.png
# doc-install: Copying inherit_graph_4.png
# doc-install: Copying folderclosed.png
# doc-install: Copying classxmlpp_1_1OStreamOutputBuffer__inherit__graph.png
# doc-install: Copying classlu__counter__policy__base__inherit__graph.png
# doc-install: Copying classxmlpp_1_1RelaxNGSchema__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Node__inherit__graph.png
# doc-install: Copying classxmlpp_1_1ProcessingInstructionNode__inherit__graph.png
# doc-install: Copying classxmlpp_1_1AttributeNode__inherit__graph.png
# doc-install: Copying classxmlpp_1_1EntityDeclaration__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Document__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Validator__inherit__graph.png
# doc-install: Copying classxmlpp_1_1ContentNode__inherit__graph.png
# doc-install: Copying doxygen.png
# doc-install: Copying classxmlpp_1_1XsdValidator__inherit__graph.png
# doc-install: Copying inherit_graph_2.png
# doc-install: Copying classxmlpp_1_1XIncludeEnd__inherit__graph.png
# doc-install: Copying classxmlpp_1_1SchemaValidator__inherit__graph.png
# doc-install: Copying nav_g.png
# doc-install: Copying classxmlpp_1_1SchemaValidatorBase__inherit__graph.png
# doc-install: Copying inherit_graph_6.png
# doc-install: Copying classxmlpp_1_1Schema__inherit__graph.png
# doc-install: Copying doc.png
# doc-install: Copying classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.png
# doc-install: Copying classxmlpp_1_1SaxParser__inherit__graph.png
# doc-install: Copying classxmlpp_1_1XIncludeStart__inherit__graph.png
# doc-install: Copying sync_off.png
# doc-install: Copying bc_s.png
# doc-install: Copying classxmlpp_1_1CdataNode__inherit__graph.png
# doc-install: Copying classxmlpp_1_1OutputBuffer__inherit__graph.png
# doc-install: Copying inherit_graph_1.png
# doc-install: Copying classxmlpp_1_1SchemaBase__inherit__graph.png
# doc-install: Copying arrowdown.png
# doc-install: Copying inherit_graph_7.png
# doc-install: Copying classxmlpp_1_1CommentNode__inherit__graph.png
# doc-install: Copying folderopen.png
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++-docs/usr/share/devhelp/books/libxml++-2.6'
# /usr/bin/perl -- "../docs/doc-install.pl" --verbose --mode=0644 --book-base='/usr/share/doc/libxml++-2.6/reference/html' -t '/tmp/libxml++/pkg/libxml++-docs/usr/share/devhelp/books/libxml++-2.6' -- reference/libxml++-2.6.devhelp2
# doc-install: Using base path /usr/share/doc/libxml++-2.6/reference/html for Devhelp book
# doc-install: Translating libxml++-2.6.devhelp2 (rewrote base path)
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference'
# /usr/bin/install -c -m 644 reference/libxml++-2.6.tag '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libxml++-docs"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libxml++ 2.40.1-1 (Thu Apr 13 19:54:45 UTC 2017)

CMD: pacman --query --file libxml++-2.40.1-1-x86_64.pkg.tar.xz
# libxml++ 2.40.1-1

Creating hybrid package for 'libxml++'

Trying to find vanilla package 'libxml++'...

CMD: pacman --query --file /mirror/libxml++-docs-2.40.1-1.pkg.tar.xz
# libxml++-docs 2.40.1-1

CMD: pacman --query --file /mirror/libxml++-2.40.1-1.pkg.tar.xz
# libxml++ 2.40.1-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libxml++-2.6.so.2
# /usr/lib/libxml++-2.6.so
# /usr/lib/libxml++-2.6.so.2.0.7
# /usr/lib/pkgconfig/libxml++-2.6.pc
# /usr/lib/libxml++-2.6/include/libxml++config.h
# /usr/include/libxml++-2.6/libxml++/libxml++.h
# /usr/include/libxml++-2.6/libxml++/attribute.h
# /usr/include/libxml++-2.6/libxml++/attributedeclaration.h
# /usr/include/libxml++-2.6/libxml++/attributenode.h
# /usr/include/libxml++-2.6/libxml++/document.h
# /usr/include/libxml++-2.6/libxml++/dtd.h
# /usr/include/libxml++-2.6/libxml++/keepblanks.h
# /usr/include/libxml++-2.6/libxml++/noncopyable.h
# /usr/include/libxml++-2.6/libxml++/relaxngschema.h
# /usr/include/libxml++-2.6/libxml++/schema.h
# /usr/include/libxml++-2.6/libxml++/schemabase.h
# /usr/include/libxml++-2.6/libxml++/xsdschema.h
# /usr/include/libxml++-2.6/libxml++/nodes/cdatanode.h
# /usr/include/libxml++-2.6/libxml++/nodes/commentnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/contentnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/element.h
# /usr/include/libxml++-2.6/libxml++/nodes/entitydeclaration.h
# /usr/include/libxml++-2.6/libxml++/nodes/entityreference.h
# /usr/include/libxml++-2.6/libxml++/nodes/node.h
# /usr/include/libxml++-2.6/libxml++/nodes/processinginstructionnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/textnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/xincludeend.h
# /usr/include/libxml++-2.6/libxml++/nodes/xincludestart.h
# /usr/include/libxml++-2.6/libxml++/exceptions/exception.h
# /usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h
# /usr/include/libxml++-2.6/libxml++/exceptions/validity_error.h
# /usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h
# /usr/include/libxml++-2.6/libxml++/exceptions/wrapped_exception.h
# /usr/include/libxml++-2.6/libxml++/validators/dtdvalidator.h
# /usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h
# /usr/include/libxml++-2.6/libxml++/validators/schemavalidator.h
# /usr/include/libxml++-2.6/libxml++/validators/schemavalidatorbase.h
# /usr/include/libxml++-2.6/libxml++/validators/validator.h
# /usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h
# /usr/include/libxml++-2.6/libxml++/io/istreamparserinputbuffer.h
# /usr/include/libxml++-2.6/libxml++/io/outputbuffer.h
# /usr/include/libxml++-2.6/libxml++/io/ostreamoutputbuffer.h
# /usr/include/libxml++-2.6/libxml++/io/parserinputbuffer.h
# /usr/include/libxml++-2.6/libxml++/parsers/parser.h
# /usr/include/libxml++-2.6/libxml++/parsers/saxparser.h
# /usr/include/libxml++-2.6/libxml++/parsers/domparser.h
# /usr/include/libxml++-2.6/libxml++/parsers/textreader.h
# /sysroot/usr/lib/libxml++-2.6.so.2.0.7
# /sysroot/usr/lib/libxml++-2.6.so.2
# /sysroot/usr/lib/libxml++-2.6.so
# /sysroot/usr/lib/libxml++-2.6.la
# /sysroot/usr/lib/libxml++-2.6/include/libxml++config.h
# /sysroot/usr/lib/pkgconfig/libxml++-2.6.pc
# /sysroot/usr/include/libxml++-2.6/libxml++/libxml++.h
# /sysroot/usr/include/libxml++-2.6/libxml++/attribute.h
# /sysroot/usr/include/libxml++-2.6/libxml++/attributedeclaration.h
# /sysroot/usr/include/libxml++-2.6/libxml++/attributenode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/document.h
# /sysroot/usr/include/libxml++-2.6/libxml++/dtd.h
# /sysroot/usr/include/libxml++-2.6/libxml++/keepblanks.h
# /sysroot/usr/include/libxml++-2.6/libxml++/noncopyable.h
# /sysroot/usr/include/libxml++-2.6/libxml++/relaxngschema.h
# /sysroot/usr/include/libxml++-2.6/libxml++/schema.h
# /sysroot/usr/include/libxml++-2.6/libxml++/schemabase.h
# /sysroot/usr/include/libxml++-2.6/libxml++/xsdschema.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/cdatanode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/commentnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/contentnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/element.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/entitydeclaration.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/entityreference.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/node.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/processinginstructionnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/textnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/xincludeend.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/xincludestart.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/exception.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/validity_error.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/wrapped_exception.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/dtdvalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/schemavalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/schemavalidatorbase.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/validator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/istreamparserinputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/outputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/ostreamoutputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/parserinputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/parser.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/domparser.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/textreader.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libxml++.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libxml++.pkg.tar.xz

CMD: pacman --query --file libxml++-docs-2.40.1-1-x86_64.pkg.tar.xz
# libxml++-docs 2.40.1-1

Creating hybrid package for 'libxml++-docs'

Trying to find vanilla package 'libxml++-docs'...

CMD: pacman --query --file /mirror/libxml++-docs-2.40.1-1.pkg.tar.xz
# libxml++-docs 2.40.1-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/doc/libxml++-2.6/reference/libxml++-2.6.tag
# /usr/share/doc/libxml++-2.6/reference/html/doxygen.css
# /usr/share/doc/libxml++-2.6/reference/html/doxygen-extra.css
# /usr/share/doc/libxml++-2.6/reference/html/tabs.css
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_8637afc38b758fdb535647a385c49b5e.html
# /usr/share/doc/libxml++-2.6/reference/html/classes.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_w.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_g.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_eval.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_h.html
# /usr/share/doc/libxml++-2.6/reference/html/deprecated.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_w.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_k.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser-members.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_38.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_c.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/annotated.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_enum.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_k.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1Attribute.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_i.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema-members.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacexmlpp.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_eval.html
# /usr/share/doc/libxml++-2.6/reference/html/classlu__counter__policy__base.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_r.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_e.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_bc161955dc3a3d2485839eba21420d01.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_m.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_g.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_type.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration-members.html
# /usr/share/doc/libxml++-2.6/reference/html/hierarchy.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_e3818dbe052c35541aa8102ff72444f2.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_t.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_l.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_e.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_n.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1KeepBlanks-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_t.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase.html
# /usr/share/doc/libxml++-2.6/reference/html/pages.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_vars.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_x.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Dtd-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_d.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Dtd.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_l.html
# /usr/share/doc/libxml++-2.6/reference/html/namespaces.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_36.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_24.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_~.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_n.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_m.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_type.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_o.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_o.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_s.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_c.html
# /usr/share/doc/libxml++-2.6/reference/html/index.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_func.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_a5a40681709ed751decc24cd7289c9c5.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_f.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_fceced95d8215eeebebd9df6aa39e1a5.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_p.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classhash__load__check__resize__trigger__size__base.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_s.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_b.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_f.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_i.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_20.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_x.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_~.html
# /usr/share/doc/libxml++-2.6/reference/html/graph_legend.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode.html
# /usr/share/doc/libxml++-2.6/reference/html/inherits.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_h.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_r.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_d.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1KeepBlanks.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_p.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_v.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1Attribute-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_enum.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_v.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dynsections.js
# /usr/share/doc/libxml++-2.6/reference/html/jquery.js
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/doxygen.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_6.png
# /usr/share/doc/libxml++-2.6/reference/html/graph_legend.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/closed.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_7.png
# /usr/share/doc/libxml++-2.6/reference/html/nav_g.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classlu__counter__policy__base__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_3.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/nav_f.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_5.png
# /usr/share/doc/libxml++-2.6/reference/html/sync_off.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/bdwn.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/nav_h.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_s.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/folderclosed.png
# /usr/share/doc/libxml++-2.6/reference/html/arrowdown.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/doc.png
# /usr/share/doc/libxml++-2.6/reference/html/folderopen.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_2.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_0.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_a.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_h.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_b.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/splitbar.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_1.png
# /usr/share/doc/libxml++-2.6/reference/html/sync_on.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/arrowright.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_4.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/bc_s.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/open.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode__inherit__graph.png
# /usr/share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf libxml++-docs.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxml++.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1183

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxml++.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libxml++.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 572

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libxml++/src/libxml++-2.40.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libxml++ configure 2.40.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c74b8046b33d
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2479: checking for a BSD-compatible install
# configure:2547: result: /usr/bin/install -c
# configure:2558: checking whether build environment is sane
# configure:2613: result: yes
# configure:2672: checking for x86_64-unknown-linux-strip
# configure:2702: result: no
# configure:2712: checking for strip
# configure:2728: found /usr/bin/strip
# configure:2739: result: strip
# configure:2764: checking for a thread-safe mkdir -p
# configure:2803: result: /usr/bin/mkdir -p
# configure:2810: checking for gawk
# configure:2826: found /usr/bin/gawk
# configure:2837: result: gawk
# configure:2848: checking whether make sets $(MAKE)
# configure:2870: result: yes
# configure:2899: checking whether make supports nested variables
# configure:2916: result: yes
# configure:3044: checking whether make supports nested variables
# configure:3061: result: yes
# configure:3073: checking whether to enable maintainer-specific portions of Makefiles
# configure:3082: result: no
# configure:3099: checking whether make supports GNU make features
# test 'success' = success
# configure:3113: result: yes
# configure:3274: checking for C++ compiler version
# configure:3283: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3294: $? = 0
# configure:3283: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3294: $? = 0
# configure:3283: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3294: $? = 1
# configure:3283: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3294: $? = 1
# configure:3314: checking whether the C++ compiler works
# configure:3336: clang++ conftest.cpp >&5
# configure:3340: $? = 0
# configure:3388: result: yes
# configure:3391: checking for C++ compiler default output file name
# configure:3393: result: a.out
# configure:3399: checking for suffix of executables
# configure:3406: clang++ -o conftest conftest.cpp >&5
# configure:3410: $? = 0
# configure:3432: result:
# configure:3454: checking whether we are cross compiling
# configure:3462: clang++ -o conftest conftest.cpp >&5
# configure:3466: $? = 0
# configure:3473: ./conftest
# configure:3477: $? = 0
# configure:3492: result: no
# configure:3497: checking for suffix of object files
# configure:3519: clang++ -c conftest.cpp >&5
# configure:3523: $? = 0
# configure:3544: result: o
# configure:3548: checking whether we are using the GNU C++ compiler
# configure:3567: clang++ -c conftest.cpp >&5
# configure:3567: $? = 0
# configure:3576: result: yes
# configure:3585: checking whether clang++ accepts -g
# configure:3605: clang++ -c -g conftest.cpp >&5
# configure:3605: $? = 0
# configure:3646: result: yes
# configure:3680: checking for style of include used by make
# configure:3708: result: GNU
# configure:3734: checking dependency style of clang++
# configure:3845: result: gcc3
# configure:3868: checking whether clang++ supports C++11 features by default
# configure:3925: clang++ -c conftest.cpp >&5
# conftest.cpp:16:21: error: expected parameter declarator
# static_assert(sizeof(int) <= sizeof(T), "not big enough");
# ^
# conftest.cpp:16:21: error: expected ')'
# conftest.cpp:16:20: note: to match this '('
# static_assert(sizeof(int) <= sizeof(T), "not big enough");
# ^
# conftest.cpp:16:7: error: C++ requires a type specifier for all declarations
# static_assert(sizeof(int) <= sizeof(T), "not big enough");
# ^
# conftest.cpp:23:22: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
# virtual void f() override {}
# ^
# conftest.cpp:26:29: error: a space is required between consecutive right angle brackets (use '> >')
# typedef check> right_angle_brackets;
# ^~
# > >
# conftest.cpp:29:5: error: unknown type name 'decltype'
# decltype(a) b;
# ^
# conftest.cpp:29:16: error: expected ';' after top level declarator
# decltype(a) b;
# ^
# ;
# conftest.cpp:33:15: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
# check_type&& cr = static_cast(c);
# ^
# conftest.cpp:33:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
# check_type&& cr = static_cast(c);
# ^
# conftest.cpp:35:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
# auto d = a;
# ^
# conftest.cpp:36:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
# auto l = [](){};
# ^
# conftest.cpp:36:14: error: expected expression
# auto l = [](){};
# ^
# conftest.cpp:46:24: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
# using member = typename T::member_type;
# ^
# 6 warnings and 7 errors generated.
# configure:3925: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | /* end confdefs.h. */
# |
# | template
# | struct check
# | {
# | static_assert(sizeof(int) <= sizeof(T), "not big enough");
# | };
# |
# | struct Base {
# | virtual void f() {}
# | };
# | struct Child : public Base {
# | virtual void f() override {}
# | };
# |
# | typedef check> right_angle_brackets;
# |
# | int a;
# | decltype(a) b;
# |
# | typedef check check_type;
# | check_type c;
# | check_type&& cr = static_cast(c);
# |
# | auto d = a;
# | auto l = [](){};
# | // Prevent Clang error: unused variable 'l' [-Werror,-Wunused-variable]
# | struct use_l { use_l() { l(); } };
# |
# | // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
# | // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function because of this
# | namespace test_template_alias_sfinae {
# | struct foo {};
# |
# | template
# | using member = typename T::member_type;
# |
# | template
# | void func(...) {}
# |
# | template
# | void func(member*) {}
# |
# | void test();
# |
# | void test() {
# | func(0);
# | }
# | }
# |
# configure:3932: result: no
# configure:3943: checking whether clang++ supports C++11 features with -std=c++11
# configure:4002: clang++ -c -std=c++11 conftest.cpp >&5
# configure:4002: $? = 0
# configure:4011: result: yes
# configure:4076: checking build system type
# configure:4090: result: x86_64-unknown-linux-gnu
# configure:4110: checking host system type
# configure:4123: result: x86_64-unknown-linux-gnu
# configure:4164: checking how to print strings
# configure:4191: result: printf
# configure:4220: checking for x86_64-unknown-linux-gcc
# configure:4247: result: clang
# configure:4516: checking for C compiler version
# configure:4525: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4536: $? = 0
# configure:4525: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4536: $? = 0
# configure:4525: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4536: $? = 1
# configure:4525: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4536: $? = 1
# configure:4540: checking whether we are using the GNU C compiler
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4568: result: yes
# configure:4577: checking whether clang accepts -g
# configure:4597: clang -c -g conftest.c >&5
# configure:4597: $? = 0
# configure:4638: result: yes
# configure:4655: checking for clang option to accept ISO C89
# configure:4718: clang -c conftest.c >&5
# configure:4718: $? = 0
# configure:4731: result: none needed
# configure:4756: checking whether clang understands -c and -o together
# configure:4778: clang -c conftest.c -o conftest2.o
# configure:4781: $? = 0
# configure:4778: clang -c conftest.c -o conftest2.o
# configure:4781: $? = 0
# configure:4793: result: yes
# configure:4812: checking dependency style of clang
# configure:4923: result: gcc3
# configure:4938: checking for a sed that does not truncate output
# configure:5002: result: /usr/bin/sed
# configure:5020: checking for grep that handles long lines and -e
# configure:5078: result: /usr/bin/grep
# configure:5083: checking for egrep
# configure:5145: result: /usr/bin/grep -E
# configure:5150: checking for fgrep
# configure:5212: result: /usr/bin/grep -F
# configure:5247: checking for ld used by clang
# configure:5314: result: /usr/bin/ld
# configure:5321: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5336: result: yes
# configure:5348: checking for BSD- or MS-compatible name lister (nm)
# configure:5397: result: /usr/bin/nm -B
# configure:5527: checking the name lister (/usr/bin/nm -B) interface
# configure:5534: clang -c conftest.c >&5
# configure:5537: /usr/bin/nm -B "conftest.o"
# configure:5540: output
# 0000000000000000 B some_variable
# configure:5547: result: BSD nm
# configure:5550: checking whether ln -s works
# configure:5554: result: yes
# configure:5562: checking the maximum length of command line arguments
# configure:5693: result: 1572864
# configure:5710: checking whether the shell understands some XSI constructs
# configure:5720: result: yes
# configure:5724: checking whether the shell understands "+="
# configure:5730: result: yes
# configure:5765: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5805: result: func_convert_file_noop
# configure:5812: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5832: result: func_convert_file_noop
# configure:5839: checking for /usr/bin/ld option to reload object files
# configure:5846: result: -r
# configure:5880: checking for x86_64-unknown-linux-objdump
# configure:5910: result: no
# configure:5920: checking for objdump
# configure:5936: found /usr/bin/objdump
# configure:5947: result: objdump
# configure:5976: checking how to recognize dependent libraries
# configure:6174: result: pass_all
# configure:6219: checking for x86_64-unknown-linux-dlltool
# configure:6249: result: no
# configure:6259: checking for dlltool
# configure:6289: result: no
# configure:6316: checking how to associate runtime and link libraries
# configure:6343: result: printf %s\n
# configure:6360: checking for x86_64-unknown-linux-ar
# configure:6390: result: no
# configure:6404: checking for ar
# configure:6420: found /usr/bin/ar
# configure:6431: result: ar
# configure:6468: checking for archiver @FILE support
# configure:6485: clang -c conftest.c >&5
# configure:6485: $? = 0
# configure:6488: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6491: $? = 0
# configure:6496: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6499: $? = 1
# configure:6511: result: @
# configure:6529: checking for x86_64-unknown-linux-strip
# configure:6556: result: strip
# configure:6628: checking for x86_64-unknown-linux-ranlib
# configure:6658: result: no
# configure:6668: checking for ranlib
# configure:6684: found /usr/bin/ranlib
# configure:6695: result: ranlib
# configure:6797: checking command to parse /usr/bin/nm -B output from clang object
# configure:6917: clang -c conftest.c >&5
# configure:6920: $? = 0
# configure:6924: /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:6927: $? = 0
# configure:6993: clang -o conftest conftest.c conftstm.o >&5
# configure:6996: $? = 0
# configure:7034: result: ok
# configure:7071: checking for sysroot
# configure:7101: result: no
# configure:7178: clang -c conftest.c >&5
# configure:7181: $? = 0
# configure:7330: checking for x86_64-unknown-linux-mt
# configure:7360: result: no
# configure:7370: checking for mt
# configure:7400: result: no
# configure:7420: checking if : is a manifest tool
# configure:7426: : '-?'
# configure:7434: result: no
# configure:8076: checking how to run the C preprocessor
# configure:8107: clang -E conftest.c
# configure:8107: $? = 0
# configure:8121: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8121: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | /* end confdefs.h. */
# | #include
# configure:8146: result: clang -E
# configure:8166: clang -E conftest.c
# configure:8166: $? = 0
# configure:8180: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8180: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | /* end confdefs.h. */
# | #include
# configure:8209: checking for ANSI C header files
# configure:8229: clang -c conftest.c >&5
# configure:8229: $? = 0
# configure:8302: clang -o conftest conftest.c >&5
# configure:8302: $? = 0
# configure:8302: ./conftest
# configure:8302: $? = 0
# configure:8313: result: yes
# configure:8326: checking for sys/types.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for sys/stat.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for stdlib.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for string.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for memory.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for strings.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for inttypes.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for stdint.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for unistd.h
# configure:8326: clang -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8340: checking for dlfcn.h
# configure:8340: clang -c conftest.c >&5
# configure:8340: $? = 0
# configure:8340: result: yes
# configure:8852: checking for objdir
# configure:8867: result: .libs
# configure:9138: checking if clang supports -fno-rtti -fno-exceptions
# configure:9156: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9160: $? = 0
# configure:9173: result: yes
# configure:9500: checking for clang option to produce PIC
# configure:9507: result: -fPIC -DPIC
# configure:9515: checking if clang PIC flag -fPIC -DPIC works
# configure:9533: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9537: $? = 0
# configure:9550: result: yes
# configure:9579: checking if clang static flag -static works
# configure:9607: result: yes
# configure:9622: checking if clang supports -c -o file.o
# configure:9643: clang -c -o out/conftest2.o conftest.c >&5
# configure:9647: $? = 0
# configure:9669: result: yes
# configure:9677: checking if clang supports -c -o file.o
# configure:9724: result: yes
# configure:9757: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10914: result: yes
# configure:10951: checking whether -lc should be explicitly linked in
# configure:10959: clang -c conftest.c >&5
# configure:10962: $? = 0
# configure:10977: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10980: $? = 0
# configure:10994: result: no
# configure:11154: checking dynamic linker characteristics
# configure:11654: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11654: $? = 0
# configure:11888: result: GNU/Linux ld.so
# configure:11995: checking how to hardcode library paths into programs
# configure:12020: result: immediate
# configure:12114: checking for shl_load
# configure:12114: clang -o conftest conftest.c >&5
# /tmp/conftest-f70564.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12114: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 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. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:12114: result: no
# configure:12118: checking for shl_load in -ldld
# configure:12143: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12143: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 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. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:12152: result: no
# configure:12157: checking for dlopen
# configure:12157: clang -o conftest conftest.c >&5
# /tmp/conftest-c06279.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12157: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 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. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:12157: result: no
# configure:12161: checking for dlopen in -ldl
# configure:12186: clang -o conftest conftest.c -ldl >&5
# configure:12186: $? = 0
# configure:12195: result: yes
# configure:12314: checking whether a program can dlopen itself
# configure:12394: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:12397: $? = 0
# configure:12415: result: yes
# configure:12420: checking whether a statically linked program can dlopen itself
# configure:12500: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-473e0e.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12503: $? = 1
# configure:12521: result: no
# configure:12560: checking whether stripping libraries is possible
# configure:12565: result: yes
# configure:12600: checking if libtool supports shared libraries
# configure:12602: result: yes
# configure:12605: checking whether to build shared libraries
# configure:12626: result: yes
# configure:12629: checking whether to build static libraries
# configure:12633: result: no
# configure:12656: checking how to run the C++ preprocessor
# configure:12683: clang++ -E conftest.cpp
# configure:12683: $? = 0
# configure:12697: clang++ -E conftest.cpp
# conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12697: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 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
# configure:12722: result: clang++ -E
# configure:12742: clang++ -E conftest.cpp
# configure:12742: $? = 0
# configure:12756: clang++ -E conftest.cpp
# conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12756: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 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
# configure:12925: checking for ld used by clang++
# configure:12992: result: /usr/bin/ld -m elf_x86_64
# configure:12999: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13014: result: yes
# configure:13069: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14071: result: yes
# configure:14107: clang++ -c -std=c++11 conftest.cpp >&5
# configure:14110: $? = 0
# configure:14630: checking for clang++ option to produce PIC
# configure:14637: result: -fPIC -DPIC
# configure:14645: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14663: clang++ -c -std=c++11 -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14667: $? = 0
# configure:14680: result: yes
# configure:14703: checking if clang++ static flag -static works
# configure:14731: result: yes
# configure:14743: checking if clang++ supports -c -o file.o
# configure:14764: clang++ -c -std=c++11 -o out/conftest2.o conftest.cpp >&5
# configure:14768: $? = 0
# configure:14790: result: yes
# configure:14795: checking if clang++ supports -c -o file.o
# configure:14842: result: yes
# configure:14872: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14911: result: yes
# configure:15052: checking dynamic linker characteristics
# configure:15720: result: GNU/Linux ld.so
# configure:15773: checking how to hardcode library paths into programs
# configure:15798: result: immediate
# configure:15873: checking for x86_64-unknown-linux-pkg-config
# configure:15906: result: no
# configure:15916: checking for pkg-config
# configure:15934: found /usr/bin/pkg-config
# configure:15946: result: /usr/bin/pkg-config
# configure:15971: checking pkg-config is at least version 0.9.0
# configure:15974: result: yes
# configure:15984: checking for LIBXMLXX
# configure:15991: $PKG_CONFIG --exists --print-errors "$LIBXMLXX_MODULES"
# configure:15994: $? = 0
# configure:16008: $PKG_CONFIG --exists --print-errors "$LIBXMLXX_MODULES"
# configure:16011: $? = 0
# configure:16069: result: yes
# configure:16084: checking string usability
# configure:16084: clang++ -c -std=c++11 conftest.cpp >&5
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking string presence
# configure:16084: clang++ -E conftest.cpp
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking for string
# configure:16084: result: yes
# configure:16084: checking list usability
# configure:16084: clang++ -c -std=c++11 conftest.cpp >&5
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking list presence
# configure:16084: clang++ -E conftest.cpp
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking for list
# configure:16084: result: yes
# configure:16084: checking map usability
# configure:16084: clang++ -c -std=c++11 conftest.cpp >&5
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking map presence
# configure:16084: clang++ -E conftest.cpp
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking for map
# configure:16084: result: yes
# configure:16097: checking whether C++ library supports std::exception_ptr
# configure:16126: clang++ -c -std=c++11 conftest.cpp >&5
# configure:16126: $? = 0
# configure:16135: result: yes
# configure:16147: checking for perl
# configure:16165: found /usr/bin/perl
# configure:16178: result: /usr/bin/perl
# configure:16189: checking for dot
# configure:16207: found /usr/bin/dot
# configure:16220: result: /usr/bin/dot
# configure:16230: checking for doxygen
# configure:16248: found /usr/bin/doxygen
# configure:16261: result: /usr/bin/doxygen
# configure:16271: checking for xsltproc
# configure:16289: found /usr/bin/xsltproc
# configure:16302: result: /usr/bin/xsltproc
# configure:16363: checking for libstdc documentation
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# configure:16419: result: libstdc++.tag@
# configure:16427: WARNING: Location of external libstdc documentation not set
# configure:16449: checking for libsigc documentation
# configure:16505: result: /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
# configure:16535: checking for glibmm documentation
# configure:16591: result: /usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html
# configure:16637: checking which C++ compiler warning flags to use
# configure:16692: result: -Wall
# configure:16708: Deprecated API will be built, for backwards-compatibility.
# configure:16728: checking for xmllint
# configure:16746: found /usr/bin/xmllint
# configure:16759: result: /usr/bin/xmllint
# configure:16772: checking for db2latex
# configure:16805: result: no
# configure:16772: checking for docbook2latex
# configure:16805: result: no
# configure:16945: checking that generated files are newer than configure
# configure:16951: result: done
# configure:16994: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libxml++ config.status 2.40.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c74b8046b33d
#
# config.status:1197: creating Makefile
# config.status:1197: creating libxml++/Makefile
# config.status:1197: creating examples/Makefile
# config.status:1197: creating tests/Makefile
# config.status:1197: creating docs/Makefile
# config.status:1197: creating docs/reference/Doxyfile
# config.status:1197: creating MSVC_Net2010/libxml++/libxml++.rc
# config.status:1197: creating libxml++-2.6.pc
# config.status:1197: creating config.h
# config.status:1197: creating libxml++config.h
# config.status:1426: executing depfiles commands
# config.status:1426: executing libtool commands
# config.status:1426: executing MSVC_Net2010/libxml++/libxml++config.h commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_ACLOCAL_FLAGS_set=
# ac_cv_env_ACLOCAL_FLAGS_value=
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=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=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_DB2LATEX_set=
# ac_cv_env_DB2LATEX_value=
# ac_cv_env_DOT_set=
# ac_cv_env_DOT_value=
# ac_cv_env_DOXYGEN_set=
# ac_cv_env_DOXYGEN_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LIBXMLXX_CFLAGS_set=
# ac_cv_env_LIBXMLXX_CFLAGS_value=
# ac_cv_env_LIBXMLXX_LIBS_set=
# ac_cv_env_LIBXMLXX_LIBS_value=
# ac_cv_env_PERL_set=
# ac_cv_env_PERL_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XMLLINT_set=
# ac_cv_env_XMLLINT_value=
# ac_cv_env_XSLTPROC_set=
# ac_cv_env_XSLTPROC_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_dlopen=no
# ac_cv_func_shl_load=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_list=yes
# ac_cv_header_map=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=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-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_objext=o
# ac_cv_path_DOT=/usr/bin/dot
# ac_cv_path_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XMLLINT=/usr/bin/xmllint
# ac_cv_path_XSLTPROC=/usr/bin/xsltproc
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_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=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_cxx_compile_cxx11=no
# ax_cv_cxx_compile_cxx11__std_cpp11=yes
# libxmlxx_cv_cxx_has_exception_ptr=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# 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/bin/ld
# lt_cv_path_LDCXX='/usr/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=yes
# 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=no
# 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_LIBXMLXX_CFLAGS='-I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include'
# pkg_cv_LIBXMLXX_LIBS='-lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing aclocal-1.14'
# ACLOCAL_FLAGS=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -std=c++11'
# CYGPATH_W='echo'
# DB2LATEX='db2latex'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISABLE_DEPRECATED_API_FALSE=''
# DISABLE_DEPRECATED_API_TRUE='#'
# DIST_DOCTOOLS_FALSE='#'
# DIST_DOCTOOLS_TRUE=''
# DLLTOOL='false'
# DOCINSTALL_FLAGS='-l '\''libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html/'\'' -l '\''glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html/'\'''
# DOT='/usr/bin/dot'
# DOXYGEN='/usr/bin/doxygen'
# DOXYGEN_TAGFILES='"libstdc++.tag" "/usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag=http://library.gnome.org/devel/libsigc++/unstable" "/usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag=http://library.gnome.org/devel/glibmm/unstable"'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_DOCUMENTATION_FALSE='#'
# ENABLE_DOCUMENTATION_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_CXX11=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBXMLXX_API_VERSION='2.6'
# LIBXMLXX_CFLAGS='-I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include'
# LIBXMLXX_LIBS='-lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0'
# LIBXMLXX_MAJOR_VERSION='2'
# LIBXMLXX_MICRO_VERSION='1'
# LIBXMLXX_MINOR_VERSION='40'
# LIBXMLXX_MODULES='libxml-2.0 >= 2.7.7 glibmm-2.4 >= 2.32.0'
# LIBXMLXX_MODULE_NAME='libxml++-2.6'
# LIBXMLXX_SO_VERSION='2:7:0'
# LIBXMLXX_VERSION='2.40.1'
# LIBXMLXX_WXXFLAGS='-Wall'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MMDOCTOOLDIR='${top_srcdir}/docs'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libxml++'
# PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B'
# PACKAGE_NAME='libxml++'
# PACKAGE_STRING='libxml++ 2.40.1'
# PACKAGE_TARNAME='libxml++'
# PACKAGE_URL='http://libxmlplusplus.sourceforge.net/'
# PACKAGE_VERSION='2.40.1'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.40.1'
# XMLLINT='/usr/bin/xmllint'
# XSLTPROC='/usr/bin/xsltproc'
# ac_ct_AR='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='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libxml++"
# #define PACKAGE_TARNAME "libxml++"
# #define PACKAGE_VERSION "2.40.1"
# #define PACKAGE_STRING "libxml++ 2.40.1"
# #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# #define LIBXMLXX_MAJOR_VERSION 2
# #define LIBXMLXX_MINOR_VERSION 40
# #define LIBXMLXX_MICRO_VERSION 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_STRING 1
# #define HAVE_LIST 1
# #define HAVE_MAP 1
# #define LIBXMLXX_HAVE_EXCEPTION_PTR 1
# #define LIBXMLCPP_EXCEPTIONS_ENABLED 1
#
# configure: exit 0