Problems building LibreOffice on macOS with Lode

Telesto telesto at surfxs.nl
Fri Aug 25 09:21:18 UTC 2017


Hi all,

I'm having some issues building LibO Master on MacOS (Build6e090b4272b8fa12d2032ff0c0ea4bfb24c0d2d2) using LODE.
1. The unit test is failing (Test name: testTdf106974_int32Crop::Import)
2. LibreOffice won't run at all; it's crashing when launching (terminating with uncaught exception of type com::sun::star::uno::DeploymentException)
3. Autogen reports: WARNING : no suitable nasm (Netwide Assembler) found for internal jpeg-turbo

Attached:
Lode setup.log
Autogen log
Buildlog
Crashreporter report (with symbols)

Does everyone has seen this behavior too?
Any help would be appreciated.

Thanks & regards,
Telesto


-------------- next part --------------

demos-MacBook-Air:lode demo$ cd dev/core/
demos-MacBook-Air:core demo$ ./autogen.sh
Running ./configure with '--disable-cve-tests --enable-symbols --disable-firebird-sdbc --srcdir=/Users/demo/lode/dev/core --enable-option-checking=fatal'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
checking for product name... LibreOfficeDev
checking for package version... 6.0.0.0.alpha0+
checking for product version... 6.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for grep... (cached) /usr/bin/grep
checking for GNU Make... /Users/demo/lode/opt/bin/make
checking for sed... /usr/bin/sed
checking whether to use link-time optimization... no
configure: sanitized the PATH to /Users/demo/lode/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin
checking for explicit AFLAGS... no
checking for explicit CFLAGS... no
checking for explicit CXXFLAGS... no
checking for explicit OBJCFLAGS... no
checking for explicit OBJCXXFLAGS... no
checking for explicit LDFLAGS... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing dlsym... none required
checking whether build target is Release Build... no
checking whether to sign windows build... no
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for awk... /usr/bin/awk
checking for bash... /bin/sh
checking for GNU or BSD tar... bsdtar
checking for tar's option to strip components... --strip-components
checking how to build and package galleries... internal src images for desktop
checking for ccache... /Users/demo/lode/opt/bin/ccache
checking whether version of ccache is suitable... yes, 3.1.9
checking gcc home... /usr
checking for gcc... /usr/bin/gcc
checking whether to build with Java support... yes
checking what Mac OS X SDK to use... SDK 10.12 at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
checking what compiler to use... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk and /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
checking that macosx-version-min-required is coherent with macosx-version-max-allowed... ok
checking that macosx-version-max-allowed is coherent with macos-with-sdk... ok
configure: MAC_OS_X_VERSION_MIN_REQUIRED=1090
configure: MAC_OS_X_VERSION_MAX_ALLOWED=101200
checking whether to do code signing... no
checking whether to create a Mac App Store package... no
checking whether to sandbox the application... no
checking what OS X app bundle identifier to use... org.libreoffice.script
checking whether to treat the installation as read-only... no
checking for -Bsymbolic-functions linker support... not found 
checking for -isystem ... yes
checking whether the compiler is actually Clang... yes
checking the Clang version... Clang "8.0.0 (clang-800.0.42.1)", 80000
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk is already ccached... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -ggdb2... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -finline-limit=0... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -fno-inline... yes
checking whether to build with additional debug utilities... no
checking whether to do a debug build... no
checking whether to generate debug information... yes
checking whether to compile with optimization flags... yes
checking which package format to use... none
checking how to run the C preprocessor... /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -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 syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking whether to turn warnings to errors... yes
checking whether to have assert() failures abort even without --enable-debug... no
checking whether to enable CUPS support... no
checking whether we want to fetch tarballs... yes, if we use them
checking whether to build help... no
checking whether to include MySpell dictionaries... no
checking whether to use dicts from external paths... no
checking whether to enable pch feature... no
checking the GNU Make version... /Users/demo/lode/opt/bin/make 4.1
checking whether GNU Make supports the 'file' function... yes
checking for --hash-style gcc linker support... no 
checking for perl... /usr/bin/perl
checking the Perl version... Perl 5
checking for required Perl modules... all modules found
checking for pkg-config... no
checking for ar... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
checking for nm... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
checking for ranlib... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
checking for objdump... objdump
checking for readelf... no
checking for strip... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
checking for bogus pkg-config... no, good
checking for ANSI C header files... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk accepts -g... yes
checking the GNU C++ compiler version... checked (g++ 4.2.1)
checking how to run the C++ preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -E
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk is broken with boost.thread... no
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk is already ccached... no
checking how to run the C++ preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -E
checking how to run the C preprocessor... /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -E
checking size of long... 8
checking size of short... 2
checking size of int... 4
checking size of long long... 8
checking size of double... 8
checking size of void*... 8
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 8
checking alignment of double... 8
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether to enable runtime optimizations... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking sys/sdt.h usability... yes
checking sys/sdt.h presence... yes
checking for sys/sdt.h... yes
checking working sys/sdt.h and c++ support... no, sdt.h or c++ compiler too old
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -mno-avx... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -fstack-protector-strong... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports atomic functions... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -m64  -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports __attribute__((deprecated(message)))... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk defines __base_class_type_info in cxxabi.h... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk defines __class_type_info in cxxabi.h... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk declares __cxa_allocate_exception in cxxabi.h... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk defines __cxa_eh_globals in cxxabi.h... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk defines __cxa_exceptions in cxxabi.h... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk declares __cxa_get_globals in cxxabi.h... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk declares __cxa_throw in cxxabi.h... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk defines __si_class_type_info in cxxabi.h... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk defines __vmi_class_type_info in cxxabi.h... no
checking whether STL uses __attribute__((warn_unused))... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports __attribute__((warn_unused))... yes
checking What the C++ library is... LLVM libc++
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports C++14 or C++11... yes (-std=gnu++14)
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports C++11 without Language Defect 757... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports C++11 without __float128 compile error... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports C++14 constexpr... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports C++11 ref-qualifier... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports _Pragma operator... yes
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -fno-sized-deallocation... yes
checking if gcc is -fvisibility-inlines-hidden safe (Clang bug 11250)... yes
checking if gcc has a visibility bug with class-level attributes (GCC bug 26905)... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -fno-default-inline... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk supports -fno-enforce-eh-specs... no
checking which memory allocator to use... internal
checking for posix_fallocate... no
checking whether to add custom build version... no
checking the installed JDK... checked (JDK 1.8.0_111)
checking whether to enable export file validation... yes
checking for odfvalidator... no
configure: no odfvalidator found, will download it
checking for officeotron... no
configure: no officeotron found, will download it
checking for Microsoft Binary File Format Validator... no
checking which C preprocessor to use in idlc... ucpp
checking which ucpp tp use... internal
checking whether to enable EPM for packing... no
checking for gperf... /usr/bin/gperf
checking gperf version... OK
checking for doxygen... /Users/demo/lode/opt/bin/doxygen
checking whether to build the ODK... yes
checking whether to build unowinreg.dll... no
checking which zlib to use... external
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate in -lz... yes
checking which libjpeg to use... internal, jpeg-turbo
checking for nasm... nasm
checking for object file format of host system... Mach-O64
checking for object file format specifier (NAFLAGS) ... -fmacho64 -DMACHO -D__x86_64__
checking whether the assembler (nasm -fmacho64 -DMACHO -D__x86_64__) works... no
configure: WARNING: installation or configuration problem: assembler cannot create object files.
****************************************************************************
You need yasm or nasm (Netwide Assembler) to build the internal jpeg library optimally.
To get one please:

consult https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/BUILDING.md

configure: WARNING: no suitable nasm (Netwide Assembler) found
checking which clucene to use... internal
checking which expat to use... internal
checking which xmlsec to use... internal
checking whether to enable Embedded OpenType support... no
checking which librevenge to use... internal
checking which libodfgen to use... internal
checking which libepubgen to use... internal
checking which libwpd to use... internal
checking which libwpg to use... internal
checking which libwps to use... internal
checking which libvisio to use... internal
checking which libcdr to use... internal
checking which libmspub to use... internal
checking which libmwaw to use... internal
checking which libetonyek to use... internal
checking which libfreehand to use... internal
checking which libebook to use... internal
checking which libabw to use... internal
checking which libpagemaker to use... internal
checking which libzmf to use... internal
checking which libstaroffice to use... internal
checking which libcmis to use... internal
checking which lcms2 to use... internal
checking which cppunit to use... internal
checking which libxslt to use... external
checking for xsltproc... /usr/bin/xsltproc
checking which libxml to use... external
checking for xmllint... /usr/bin/xmllint
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking which Python to use for Pyuno... checking for a Python interpreter with version >= 3.3... none
internal
checking for bzip2... /usr/bin/bzip2
checking whether to build the MariaDB/MySQL Connector extension... no
checking which hsqldb to use... internal
checking whether hsqldb should be built with JDBC 4.1... yes
checking for library containing com_err... -lcom_err
checking for library containing krb5_sendauth... -lkrb5
checking for library containing gss_init_sec_context... -lgssapi_krb5
checking PostgreSQL C interface... internal
checking which libcurl to use... internal
checking which boost to use... internal
checking which mdds to use... internal
checking which glm to use... internal
checking which odbc headers to use... internal
checking which openldap library to use... internal
checking which nss to use... internal
checking which TLS/SSL and cryptographic implementation to use... NSS
checking which sane header to use... internal
checking which icu to use... internal
checking whether to enable breakpad... no
checking whether to enable fuzzers... no
checking which orcus to use... internal
checking which graphite to use... internal
checking which harfbuzz to use... internal
checking whether to use X11... 
checking whether to use Xrender... no
checking whether to enable RandR support... no
checking for webdav library... neon
checking which neon to use... internal
checking whether to execute CVE tests... no
checking whether to execute chart XShape tests... no
checking whether to disable OpenSSL usage... no
checking which openssl to use... internal
checking whether to use gnutls... no
checking which redland to use... internal
checking which libhunspell to use... internal
checking which altlinuxhyph to use... internal
checking which mythes to use... internal
checking whether to build with CoinMP... yes
checking whether to build with lpsolve... yes
checking which lpsolve to use... internal
checking which libexttextcat to use... internal
checking for uuidgen... /usr/bin/uuidgen
checking for bison... /usr/bin/bison
checking the bison version... checking for flex... /usr/bin/flex
checking the flex version... checking for patch... /usr/bin/patch
checking whether /usr/bin/patch is GNU patch... yes
checking for gnucp... no
checking for cp... /bin/cp
checking whether /bin/cp is GNU cp from coreutils with preserve= support... no gnucp found - using the system's cp command
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for touch... /usr/bin/touch
checking which epoxy to use... internal
configure: VCLplugs to be built: none
checking whether to enable DBUS support... no
checking whether to enable Impress remote control... yes
checking whether to enable Bluetooth support in Impress remote control... yes
checking whether to enable the VLC avmedia backend... no
checking whether to enable glTF support... yes
checking whether to enable COLLADA support... yes
checking which OPENCOLLADA to use... internal
checking which collada2gltf to use... internal
checking for DCONF... checking whether to enable dconf... no
checking whether to build the PDF import feature... yes
checking which PDF import backend to use... internal
checking whether to build PDFium... yes
checking whether to build the Wiki Publisher extension... no
checking whether to build the Report Builder... yes
checking which jfreereport libs to use... internal
checking which Apache commons-* libs to use... internal
checking whether to build support for scripts in BeanShell... yes
checking which beanshell to use... internal
checking whether to build support for scripts in JavaScript... yes
checking which rhino to use... internal
checking whether to enable evolution 2 support... no
checking which themes to include...  breeze breeze_dark galaxy hicontrast sifr sifr_dark tango tango_testing 
checking for helppack integration... integration
checking for extensions integration... yes, use integration
checking for building the ConvertTextToNumber extension... no
checking for building the Numbertext extension... no
checking for building the NLPSolver extension... no
checking for building the LanguageTool extension... no
checking whether to include third-party fonts... yes
checking whether to enable online update... yes
checking whether to enable extension update... yes
checking whether to create MSI with LIMITUI=1 (silent install)... no
checking whether and how to use Xinerama... no
checking whether to use system liblangtag... no
checking which libpng to use... internal
checking whether to use specific JVM search path at runtime... no
checking for jakarta-ant... no
checking for ant... /Users/demo/lode/opt/ant/bin/ant
checking if /Users/demo/lode/opt/ant/bin/ant works... Ant works
checking Ant lib directory... Ant lib directory found.
checking whether Ant is >= 1.6.0... yes, 1.9.4
checking for JUnit 4... /Users/demo/lode/opt/share/java/junit.jar
checking for included Hamcrest... Included in /Users/demo/lode/opt/share/java/junit.jar
checking which languages to be built... en-US
checking for alternative branding images directory... none
checking for 'intro' progress settings... none
checking for extra build ID... not set
checking for vendor... not set, using demo
checking whether to install the compat oo* wrappers... no
checking for install dirname... libreoffice
checking for prefix... /usr/local
checking for Google Drive client id and secret... set
checking for Alfresco Cloud client id and secret... set
checking for OneDrive client id and secret... set
checking whether to enable dependency tracking... yes
checking for number of processors to use... 4
checking whether C++11 use of const_iterator in standard containers is broken... no
checking whether /Users/demo/lode/opt/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk has broken static initializer_list support... no
checking whether to create huge library... no
checking whether to use icerun wrapper... no
checking MPL subset... no restrictions
checking formula logger... no
configure: setting up the build environment variables...
configure: creating ./config.status
config.status: creating config_host.mk
config.status: creating config_host_lang.mk
config.status: creating Makefile
config.status: creating lo.xcent
config.status: creating bin/bffvalidator.sh
config.status: creating bin/odfvalidator.sh
config.status: creating bin/officeotron.sh
config.status: creating instsetoo_native/util/openoffice.lst
config.status: creating sysui/desktop/macosx/Info.plist
config.status: creating ios/lo.xcconfig
config.status: creating config_host/config_probes.h
config.status: creating config_host/config_buildid.h
config.status: creating config_host/config_clang.h
config.status: creating config_host/config_dconf.h
config.status: creating config_host/config_eot.h
config.status: creating config_host/config_extension_update.h
config.status: creating config_host/config_cairo_canvas.h
config.status: creating config_host/config_cxxabi.h
config.status: creating config_host/config_dbus.h
config.status: creating config_host/config_features.h
config.status: creating config_host/config_firebird.h
config.status: creating config_host/config_folders.h
config.status: creating config_host/config_gio.h
config.status: creating config_host/config_global.h
config.status: creating config_host/config_java.h
config.status: creating config_host/config_lgpl.h
config.status: creating config_host/config_libepubgen.h
config.status: creating config_host/config_liblangtag.h
config.status: creating config_host/config_locales.h
config.status: creating config_host/config_mpl.h
config.status: creating config_host/config_kde4.h
config.status: creating config_host/config_oox.h
config.status: creating config_host/config_options.h
config.status: creating config_host/config_options_calc.h
config.status: creating config_host/config_test.h
config.status: creating config_host/config_typesizes.h
config.status: creating config_host/config_vcl.h
config.status: creating config_host/config_vclplug.h
config.status: creating config_host/config_version.h
config.status: creating config_host/config_oauth2.h
config.status: creating config_host/config_poppler.h
config.status: creating config_host/config_python.h
config.status: creating config_host/config_writerperfect.h
****************************************************************************

To build, run:
/Users/demo/lode/opt/bin/make

To view some help, run:
/Users/demo/lode/opt/bin/make help

After the build of LibreOffice has finished successfully, you can immediately run LibreOffice using the command:
open instdir/LibreOfficeDev.app

If you want to run the smoketest, run:
/Users/demo/lode/opt/bin/make check

*************************************
* WARNING : no suitable nasm (Netwide Assembler) found for internal jpeg-turbo
-------------- next part --------------
## cd /Users/demo/lode ##
Last login: Thu Aug 24 20:49:17 on ttys001
demos-MacBook-Air:~ demo$ git clone git://gerrit.libreoffice.org/lode
Cloning into 'lode'...
remote: Counting objects: 697, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 697 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (697/697), 90.41 KiB | 0 bytes/s, done.
Resolving deltas: 100% (476/476), done.
demos-MacBook-Air:~ demo$ cd lode
demos-MacBook-Air:lode demo$ ./setup --dev
Check directory 'packages' ... : Created
Check directory 'opt' ... : Created
Check directory 'ext_tar' ... : Created
Check directory 'adm' ... : Created
Check directory 'tb' ... : Created
Cloning into 'buildbot'...
remote: Counting objects: 1642, done.
remote: Total 1642 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1642/1642), 1.21 MiB | 2.18 MiB/s, done.
Resolving deltas: 100% (1026/1026), done.
Cloned /Users/demo/lode/adm/buildbot
installing autoconf...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1882k  100 1882k    0     0   950k      0  0:00:01  0:00:01 --:--:--  950k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
configure: autobuild project... GNU Autoconf
configure: autobuild revision... 2.69
configure: autobuild hostname... demos-MacBook-Air.local
configure: autobuild timestamp... 20170824T193238Z
checking whether /bin/sh -n is known to work... yes
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /bin/expr
checking for GNU M4 that supports accurate traces... /usr/bin/m4
checking whether /usr/bin/m4 accepts --gnu... no
configure: WARNING: the version of M4 that was found does not support -g
configure: WARNING: using it with POSIXLY_CORRECT set may cause problems
checking how m4 supports trace files... --error-output
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl Fcntl::flock is implemented... yes
checking for emacs... emacs
checking whether emacs is sufficiently recent... yes
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in bin
rm -f autom4te autom4te.tmp
srcdir=''; \
	  test -f ./autom4te.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te
cd ../lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make  autom4te.cfg
rm -f autom4te.cfg autom4te.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
cd ../lib/m4sugar && /Applications/Xcode.app/Contents/Developer/usr/bin/make  version.m4
:;{ \
	  echo '# This file is part of -*- Autoconf -*-.' && \
	  echo '# Version of Autoconf.' && \
	  echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
	  echo '# Free Software Foundation, Inc.' && \
	  echo  &&\
	  echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
	  echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
	  echo 'm4_define([m4_PACKAGE_VERSION],   [2.69])' && \
	  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.69])' && \
	  echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf at gnu.org])' && \
	  echo 'm4_define([m4_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])' && \
	  echo 'm4_define([m4_PACKAGE_YEAR],      ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \
	} > version.m4-t
mv version.m4-t version.m4
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
rm -f autoconf autoconf.tmp
srcdir=''; \
	  test -f ./autoconf.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
srcdir=''; \
	  test -f ./autoheader.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
srcdir=''; \
	  test -f ./autoreconf.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
srcdir=''; \
	  test -f ./ifnames.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
srcdir=''; \
	  test -f ./autoscan.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
srcdir=''; \
	  test -f ./autoupdate.in || srcdir=./; \
	  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/Users/demo/lode/opt/bin|g' -e 's|@pkgdatadir[@]|/Users/demo/lode/opt/share/autoconf|g' -e 's|@prefix[@]|/Users/demo/lode/opt|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv autoupdate.tmp autoupdate
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in lib
Making all in Autom4te
make[3]: Nothing to be done for `all'.
Making all in m4sugar
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib        				\
		--language=m4sugar			\
		--freeze			\
		--output=m4sugar.m4f
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib        				\
		--language=m4sh			\
		--freeze			\
		--output=m4sh.m4f
Making all in autoconf
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib        				\
		--language=autoconf			\
		--freeze			\
		--output=autoconf.m4f
Making all in autotest
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib        				\
		--language=autotest			\
		--freeze			\
		--output=autotest.m4f
Making all in autoscan
echo '# Automatically Generated: do not edit this file' >autoscan.list
sed '/^[#]/!q' ./autoscan.pre                  >>autoscan.list
( \
	  sed -n '/^[^#]/p' ./autoscan.pre; \
	  autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib         --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2		$3' \
	) | LC_ALL=C sort                                      >>autoscan.list
Making all in emacs
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
	  set x; \
	  list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
	    if test -f "$p"; then d=; else d="./"; fi; \
	    set x "$@" "$d$p"; shift; \
	  done; \
	  shift; \
	  EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
	else : ; fi
Wrote /Users/demo/lode/packages/autoconf-2.69/lib/emacs/elc.34242/autoconf-mode.elc
Wrote /Users/demo/lode/packages/autoconf-2.69/lib/emacs/elc.34242/autotest-mode.elc
make[3]: Nothing to be done for `all-am'.
Making all in doc
make[2]: Nothing to be done for `all'.
Making all in tests
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language=M4sh ./wrapper.as -o wrapper.in
rm -f autoconf autoconf.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv -f autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv -f autoheader.tmp autoheader
rm -f autom4te autom4te.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv -f autom4te.tmp autom4te
rm -f autoreconf autoreconf.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv -f autoreconf.tmp autoreconf
rm -f autoscan autoscan.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv -f autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv -f autoupdate.tmp autoupdate
rm -f ifnames ifnames.tmp
input=wrapper.in; \
	sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/Users/demo/lode/packages/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv -f ifnames.tmp ifnames
Making all in man
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-recursive
Making install in bin
test -z "/Users/demo/lode/opt/bin" || ../build-aux/install-sh -c -d "/Users/demo/lode/opt/bin"
 /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/Users/demo/lode/opt/bin'
make[3]: Nothing to be done for `install-data-am'.
Making install in .
make[3]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf" || build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf"
 /usr/bin/install -c -m 644 ./INSTALL '/Users/demo/lode/opt/share/autoconf'
Making install in lib
Making install in Autom4te
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf/Autom4te" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/Autom4te"
 /usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm Configure_ac.pm FileUtils.pm General.pm Getopt.pm Request.pm XFile.pm '/Users/demo/lode/opt/share/autoconf/Autom4te'
Making install in m4sugar
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/m4sugar"
 /usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/Users/demo/lode/opt/share/autoconf/m4sugar'
test -z "/Users/demo/lode/opt/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/m4sugar"
 /usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/Users/demo/lode/opt/share/autoconf/m4sugar'
Making install in autoconf
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/autoconf"
 /usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4 specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4 c.m4 erlang.m4 fortran.m4 functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4 '/Users/demo/lode/opt/share/autoconf/autoconf'
test -z "/Users/demo/lode/opt/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/autoconf"
 /usr/bin/install -c -m 644 autoconf.m4f '/Users/demo/lode/opt/share/autoconf/autoconf'
Making install in autotest
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/autotest"
 /usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/Users/demo/lode/opt/share/autoconf/autotest'
test -z "/Users/demo/lode/opt/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/autotest"
 /usr/bin/install -c -m 644 autotest.m4f '/Users/demo/lode/opt/share/autoconf/autotest'
Making install in autoscan
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf/autoscan" || ../../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf/autoscan"
 /usr/bin/install -c -m 644 autoscan.list '/Users/demo/lode/opt/share/autoconf/autoscan'
Making install in emacs
make[4]: Nothing to be done for `install-exec-am'.
 /usr/bin/install -c -m 644 'autoconf-mode.el' '/Users/demo/lode/opt/share/emacs/site-lisp/autoconf-mode.el'
 /usr/bin/install -c -m 644 'autoconf-mode.elc' '/Users/demo/lode/opt/share/emacs/site-lisp/autoconf-mode.elc'
 /usr/bin/install -c -m 644 'autotest-mode.el' '/Users/demo/lode/opt/share/emacs/site-lisp/autotest-mode.el'
 /usr/bin/install -c -m 644 'autotest-mode.elc' '/Users/demo/lode/opt/share/emacs/site-lisp/autotest-mode.elc'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/autoconf" || ../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/autoconf"
 /usr/bin/install -c -m 644 autom4te.cfg '/Users/demo/lode/opt/share/autoconf'
Making install in doc
make[3]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/info" || ../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/info"
 /usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/Users/demo/lode/opt/share/info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/autoconf.info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/standards.info'
Making install in tests
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in man
make[3]: Nothing to be done for `install-exec-am'.
test -z "/Users/demo/lode/opt/share/man/man1" || ../build-aux/install-sh -c -d "/Users/demo/lode/opt/share/man/man1"
 /usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1 ./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1 ./config.sub.1 '/Users/demo/lode/opt/share/man/man1'
autoconf Installed
installing automake...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2181k  100 2181k    0     0  1066k      0  0:00:02  0:00:02 --:--:-- 1066k
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... lib/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for perl... /usr/bin/perl
checking for tex... no
checking for yacc... yacc
checking for lex... lex
checking whether autoconf is installed... yes
checking whether autoconf works... yes
checking whether autoconf is recent enough... yes
checking whether ln works... yes
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
configure: will now look for a sturdy POSIX shell, for our testsuite
checking for sh... /bin/sh
checking for sh5... no
checking for dash... no
checking for ash... no
checking for bash... /bin/bash
checking for zsh... /bin/zsh
checking for ksh... /bin/ksh
checking for pdksh... no
checking whether /bin/sh supports $(cmd)... yes
checking whether /bin/sh supports $((expr))... yes
checking whether /bin/sh supports ${#var}... yes
checking whether /bin/sh supports ${var#glob} and ${var%glob}... yes
checking whether /bin/sh preserves exit traps with "set -e"... yes
checking whether /bin/sh can define exit traps in a shell function... yes
checking whether /bin/sh corrupts stderr with "set -x"... no
checking whether /bin/sh can return early from "dot-sourced" files... yes
checking whether /bin/sh supports alias named like shell builtins... yes
checking whether /bin/sh supports "test -e"... yes
configure: shell /bin/sh is good enough, stop looking
configure: will use /bin/sh as the testsuite shell
configure: will now look for generic compilers
checking for cc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for aCC... no
checking for FCC... no
checking for KCC... KCC
checking whether the C++ compiler works... no
configure: WARNING: C++ compiler cannot create executables
configure: tests requiring the C++ compiler will be skipped
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g95... no
checking for gfortran... no
checking whether the Fortran compiler works... no
configure: WARNING: Fortran compiler cannot create executables
configure: tests requiring the Fortran compiler will be skipped
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for g77... no
checking for gfortran... no
checking whether the Fortran 77 compiler works... no
configure: WARNING: Fortran 77 compiler cannot create executables
configure: tests requiring the Fortran 77 compiler will be skipped
configure: will now look for GNU compilers
configure: cc is already a GNU C compiler
checking for g++... g++
checking for gfortran... no
checking for g77... no
checking for gfortran... no
checking for gcj... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating t/wrap/aclocal-1.14
config.status: creating t/wrap/automake-1.14
  GEN      bin/automake
  GEN      bin/aclocal
  GEN      t/ax/shell-no-trail-bslash
  GEN      t/ax/cc-no-c-o
  GEN      runtest
  GEN      doc/aclocal.1
  GEN      doc/automake.1
  GEN      lib/Automake/Config.pm
  GEN      doc/aclocal-1.14.1
  GEN      doc/automake-1.14.1
  GEN      t/ax/test-defs.sh
 lib/install-sh -c -d '/Users/demo/lode/opt/bin'
 /usr/bin/install -c bin/automake bin/aclocal '/Users/demo/lode/opt/bin'
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-exec-hook
 ln '/Users/demo/lode/opt/bin/automake' '/Users/demo/lode/opt/bin/automake-1.14'
 ln '/Users/demo/lode/opt/bin/aclocal' '/Users/demo/lode/opt/bin/aclocal-1.14'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/automake-1.14/am'
 /usr/bin/install -c -m 644 lib/am/check.am lib/am/check2.am lib/am/clean-hdr.am lib/am/clean.am lib/am/compile.am lib/am/configure.am lib/am/data.am lib/am/dejagnu.am lib/am/depend.am lib/am/depend2.am lib/am/distdir.am lib/am/footer.am lib/am/header-vars.am lib/am/header.am lib/am/install.am lib/am/inst-vars.am lib/am/java.am lib/am/lang-compile.am lib/am/lex.am lib/am/library.am lib/am/libs.am lib/am/libtool.am lib/am/lisp.am lib/am/ltlib.am lib/am/ltlibrary.am lib/am/mans-vars.am lib/am/mans.am lib/am/program.am lib/am/progs.am lib/am/python.am lib/am/remake-hdr.am lib/am/scripts.am lib/am/subdirs.am lib/am/tags.am lib/am/texi-vers.am lib/am/texibuild.am lib/am/texinfos.am lib/am/vala.am lib/am/yacc.am '/Users/demo/lode/opt/share/automake-1.14/am'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/aclocal-1.14'
 /usr/bin/install -c -m 644 m4/amversion.m4 m4/ar-lib.m4 m4/as.m4 m4/auxdir.m4 m4/cond.m4 m4/cond-if.m4 m4/depend.m4 m4/depout.m4 m4/dmalloc.m4 m4/extra-recurs.m4 m4/gcj.m4 m4/init.m4 m4/install-sh.m4 m4/lead-dot.m4 m4/lex.m4 m4/lispdir.m4 m4/maintainer.m4 m4/make.m4 m4/missing.m4 m4/mkdirp.m4 m4/obsolete.m4 m4/options.m4 m4/python.m4 m4/prog-cc-c-o.m4 m4/runlog.m4 m4/sanity.m4 m4/silent.m4 m4/strip.m4 m4/substnot.m4 m4/tar.m4 m4/upc.m4 m4/vala.m4 '/Users/demo/lode/opt/share/aclocal-1.14'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/aclocal-1.14/internal'
 /usr/bin/install -c -m 644 m4/internal/ac-config-macro-dirs.m4 '/Users/demo/lode/opt/share/aclocal-1.14/internal'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/doc/automake'
 /usr/bin/install -c -m 644 ./doc/amhello-1.0.tar.gz '/Users/demo/lode/opt/share/doc/automake'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/automake-1.14/Automake'
 /usr/bin/install -c -m 644 lib/Automake/ChannelDefs.pm lib/Automake/Channels.pm lib/Automake/Condition.pm lib/Automake/Configure_ac.pm lib/Automake/DisjConditions.pm lib/Automake/FileUtils.pm lib/Automake/General.pm lib/Automake/Getopt.pm lib/Automake/Item.pm lib/Automake/ItemDef.pm lib/Automake/Language.pm lib/Automake/Location.pm lib/Automake/Options.pm lib/Automake/Rule.pm lib/Automake/RuleDef.pm lib/Automake/Variable.pm lib/Automake/VarDef.pm lib/Automake/Version.pm lib/Automake/XFile.pm lib/Automake/Wrap.pm '/Users/demo/lode/opt/share/automake-1.14/Automake'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/automake-1.14'
 /usr/bin/install -c -m 644 lib/COPYING lib/INSTALL lib/texinfo.tex '/Users/demo/lode/opt/share/automake-1.14'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/automake-1.14'
 /usr/bin/install -c -m 644 lib/config.guess lib/config.sub lib/install-sh lib/mdate-sh lib/missing lib/mkinstalldirs lib/ylwrap lib/depcomp lib/compile lib/py-compile lib/ar-lib lib/test-driver lib/tap-driver.sh lib/tap-driver.pl '/Users/demo/lode/opt/share/automake-1.14'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/aclocal'
 /usr/bin/install -c -m 644 m4/acdir/README '/Users/demo/lode/opt/share/aclocal'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/info'
 /usr/bin/install -c -m 644 ./doc/automake.info ./doc/automake.info-1 ./doc/automake.info-2 ./doc/automake-history.info '/Users/demo/lode/opt/share/info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/automake.info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/automake-history.info'
install-info: warning: no info dir entry in `/Users/demo/lode/opt/share/info/automake-history.info'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/man/man1'
 /usr/bin/install -c -m 644 doc/aclocal.1 doc/automake.1 doc/aclocal-1.14.1 doc/automake-1.14.1 '/Users/demo/lode/opt/share/man/man1'
 lib/install-sh -c -d '/Users/demo/lode/opt/share/automake-1.14/Automake'
 /usr/bin/install -c -m 644 lib/Automake/Config.pm '/Users/demo/lode/opt/share/automake-1.14/Automake'
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-data-hook
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/config.guess'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/config.sub'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/install-sh'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/mdate-sh'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/missing'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/mkinstalldirs'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/ylwrap'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/depcomp'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/compile'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/py-compile'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/ar-lib'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/test-driver'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/tap-driver.sh'
 chmod +x '/Users/demo/lode/opt/share/automake-1.14/tap-driver.pl'
automake Installed
installing make...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1834k  100 1834k    0     0   942k      0  0:00:01  0:00:01 --:--:--  941k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for perl... perl
checking the archiver (ar) interface... ar
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
checking for library containing strerror... none required
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for library containing getpwnam... none required
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for uintmax_t... yes
checking for nanoseconds field of struct stat... st_mtimespec.tv_nsec
checking whether to use high resolution file timestamps... yes
checking for library containing clock_gettime... none required
checking whether system uses MSDOS-style paths... no
checking for standard gettimeofday... yes
checking for strdup... yes
checking for strndup... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for fdopen... yes
checking for fileno... yes
checking for dup... yes
checking for dup2... yes
checking for getcwd... yes
checking for realpath... yes
checking for sigsetmask... yes
checking for sigaction... yes
checking for getgroups... yes
checking for seteuid... yes
checking for setegid... yes
checking for setlinebuf... yes
checking for setreuid... yes
checking for setregid... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setvbuf... yes
checking for pipe... yes
checking for strerror... yes
checking for strsignal... yes
checking for lstat... yes
checking for readlink... yes
checking for atexit... yes
checking for isatty... yes
checking for ttyname... yes
checking whether bsd_signal is declared... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcmpi... no
checking for strncmpi... no
checking for stricmp... no
checking for strnicmp... no
checking for working strcoll... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for pkg-config... no
checking for GUILE... no
checking for GUILE... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking whether sys_siglist is declared... yes
checking whether _sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... no
checking for SA_RESTART... yes
checking whether dlopen is declared... yes
checking whether dlsym is declared... yes
checking whether dlerror is declared... yes
checking for library containing dlopen... none required
checking If the linker accepts -Wl,--export-dynamic... no
checking If the linker accepts -rdynamic... yes
checking for location of SCCS get command... get
checking if system libc has GNU glob... no
checking if malloc debugging is wanted... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glob/Makefile
config.status: creating po/Makefile.in
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating w32/Makefile
config.status: creating tests/config-flags.pm
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating build.sh
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in glob
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT glob.o -MD -MP -MF .deps/glob.Tpo -c -o glob.o glob.c
glob.c:818:27: warning: incompatible pointer types passing 'char **' to
      parameter of type 'char *'; dereference with *
      [-Wincompatible-pointer-types]
            = (char **) realloc (pglob->gl_pathv,
                                 ^~~~~~~~~~~~~~~
                                 *
glob.c:937:24: warning: incompatible pointer types passing 'char **' to
      parameter of type 'char *'; dereference with *
      [-Wincompatible-pointer-types]
                = (char **) realloc (pglob->gl_pathv,
                                     ^~~~~~~~~~~~~~~
                                     *
glob.c:992:39: warning: incompatible pointer types passing 'char **' to
      parameter of type 'char *'; dereference with *
      [-Wincompatible-pointer-types]
              new_pathv = (char **) realloc (pglob->gl_pathv,
                                             ^~~~~~~~~~~~~~~
                                             *
glob.c:1383:23: warning: incompatible pointer types passing 'char **' to
      parameter of type 'char *'; dereference with *
      [-Wincompatible-pointer-types]
        = (char **) realloc (pglob->gl_pathv,
                             ^~~~~~~~~~~~~~~
                             *
4 warnings generated.
mv -f .deps/glob.Tpo .deps/glob.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT fnmatch.o -MD -MP -MF .deps/fnmatch.Tpo -c -o fnmatch.o fnmatch.c
mv -f .deps/fnmatch.Tpo .deps/fnmatch.Po
rm -f libglob.a
ar cru libglob.a glob.o fnmatch.o 
ranlib libglob.a
Making all in config
make[2]: Nothing to be done for `all'.
Making all in po
Making all in doc
make[2]: Nothing to be done for `all'.
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT arscan.o -MD -MP -MF .deps/arscan.Tpo -c -o arscan.o arscan.c
mv -f .deps/arscan.Tpo .deps/arscan.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT commands.o -MD -MP -MF .deps/commands.Tpo -c -o commands.o commands.c
mv -f .deps/commands.Tpo .deps/commands.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT default.o -MD -MP -MF .deps/default.Tpo -c -o default.o default.c
mv -f .deps/default.Tpo .deps/default.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT dir.o -MD -MP -MF .deps/dir.Tpo -c -o dir.o dir.c
mv -f .deps/dir.Tpo .deps/dir.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT expand.o -MD -MP -MF .deps/expand.Tpo -c -o expand.o expand.c
mv -f .deps/expand.Tpo .deps/expand.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c
mv -f .deps/file.Tpo .deps/file.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT function.o -MD -MP -MF .deps/function.Tpo -c -o function.o function.c
mv -f .deps/function.Tpo .deps/function.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
getopt.c:685:6: warning: add explicit braces to avoid dangling else
      [-Wdangling-else]
                   else
                   ^
1 warning generated.
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT guile.o -MD -MP -MF .deps/guile.Tpo -c -o guile.o guile.c
mv -f .deps/guile.Tpo .deps/guile.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT implicit.o -MD -MP -MF .deps/implicit.Tpo -c -o implicit.o implicit.c
mv -f .deps/implicit.Tpo .deps/implicit.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT job.o -MD -MP -MF .deps/job.Tpo -c -o job.o job.c
mv -f .deps/job.Tpo .deps/job.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT loadapi.o -MD -MP -MF .deps/loadapi.Tpo -c -o loadapi.o loadapi.c
mv -f .deps/loadapi.Tpo .deps/loadapi.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.c
mv -f .deps/output.Tpo .deps/output.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o read.c
mv -f .deps/read.Tpo .deps/read.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT remake.o -MD -MP -MF .deps/remake.Tpo -c -o remake.o remake.c
mv -f .deps/remake.Tpo .deps/remake.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT rule.o -MD -MP -MF .deps/rule.Tpo -c -o rule.o rule.c
mv -f .deps/rule.Tpo .deps/rule.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT signame.o -MD -MP -MF .deps/signame.Tpo -c -o signame.o signame.c
mv -f .deps/signame.Tpo .deps/signame.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT strcache.o -MD -MP -MF .deps/strcache.Tpo -c -o strcache.o strcache.c
strcache.c:272:11: warning: format specifies type 'unsigned short' but the
      argument has type 'int' [-Wformat]
          (strcache->end / strcache->count));
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
mv -f .deps/strcache.Tpo .deps/strcache.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT variable.o -MD -MP -MF .deps/variable.Tpo -c -o variable.o variable.c
mv -f .deps/variable.Tpo .deps/variable.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT vpath.o -MD -MP -MF .deps/vpath.Tpo -c -o vpath.o vpath.c
mv -f .deps/vpath.Tpo .deps/vpath.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DINCLUDEDIR=\"/Users/demo/lode/opt/include\" -DHAVE_CONFIG_H -I.  -I./glob    -g -O2 -MT remote-stub.o -MD -MP -MF .deps/remote-stub.Tpo -c -o remote-stub.o remote-stub.c
mv -f .deps/remote-stub.Tpo .deps/remote-stub.Po
gcc  -g -O2 -rdynamic  -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o guile.o implicit.o job.o load.o loadapi.o main.o misc.o output.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o glob/libglob.a   
Making install in glob
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in config
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in po
if test "make" = "gettext-tools"; then \
	  ../config/install-sh -c -d /Users/demo/lode/opt/share/gettext/po; \
	  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
	    /usr/bin/install -c -m 644 ./$file \
			    /Users/demo/lode/opt/share/gettext/po/$file; \
	  done; \
	  for file in Makevars; do \
	    rm -f /Users/demo/lode/opt/share/gettext/po/$file; \
	  done; \
	else \
	  : ; \
	fi
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
 ../config/install-sh -c -d '/Users/demo/lode/opt/share/info'
 /usr/bin/install -c -m 644 ./make.info ./make.info-1 ./make.info-2 '/Users/demo/lode/opt/share/info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/make.info'
 config/install-sh -c -d '/Users/demo/lode/opt/bin'
  /usr/bin/install -c make '/Users/demo/lode/opt/bin'
 config/install-sh -c -d '/Users/demo/lode/opt/include'
 /usr/bin/install -c -m 644 gnumake.h '/Users/demo/lode/opt/include'
 config/install-sh -c -d '/Users/demo/lode/opt/share/man/man1'
 /usr/bin/install -c -m 644 make.1 '/Users/demo/lode/opt/share/man/man1'
make Installed
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 8114k  100 8114k    0     0  3582k      0  0:00:02  0:00:02 --:--:-- 3582k
Archive:  apache-ant-1.9.4-bin.zip
   creating: apache-ant-1.9.4/
   creating: apache-ant-1.9.4/bin/
  inflating: apache-ant-1.9.4/bin/ant  
  inflating: apache-ant-1.9.4/bin/antRun  
  inflating: apache-ant-1.9.4/bin/antRun.pl  
  inflating: apache-ant-1.9.4/bin/complete-ant-cmd.pl  
  inflating: apache-ant-1.9.4/bin/runant.pl  
  inflating: apache-ant-1.9.4/bin/runant.py  
   creating: apache-ant-1.9.4/etc/
   creating: apache-ant-1.9.4/etc/checkstyle/
   creating: apache-ant-1.9.4/lib/
   creating: apache-ant-1.9.4/manual/
   creating: apache-ant-1.9.4/manual/Integration/
   creating: apache-ant-1.9.4/manual/Tasks/
   creating: apache-ant-1.9.4/manual/Types/
   creating: apache-ant-1.9.4/manual/api/
   creating: apache-ant-1.9.4/manual/api/org/
   creating: apache-ant-1.9.4/manual/api/org/apache/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/util/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/loader/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/i18n/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/image/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jdepend/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/pvcs/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/splash/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/windows/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/mappers/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resolver/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/spi/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/facade/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/java15/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/
   creating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/
   creating: apache-ant-1.9.4/manual/api/resources/
   creating: apache-ant-1.9.4/manual/images/
   creating: apache-ant-1.9.4/manual/stylesheets/
  inflating: apache-ant-1.9.4/INSTALL  
  inflating: apache-ant-1.9.4/KEYS   
  inflating: apache-ant-1.9.4/LICENSE  
  inflating: apache-ant-1.9.4/NOTICE  
  inflating: apache-ant-1.9.4/README  
  inflating: apache-ant-1.9.4/WHATSNEW  
  inflating: apache-ant-1.9.4/bin/ant.bat  
  inflating: apache-ant-1.9.4/bin/ant.cmd  
  inflating: apache-ant-1.9.4/bin/antRun.bat  
  inflating: apache-ant-1.9.4/bin/antenv.cmd  
  inflating: apache-ant-1.9.4/bin/envset.cmd  
  inflating: apache-ant-1.9.4/bin/lcp.bat  
  inflating: apache-ant-1.9.4/bin/runrc.cmd  
  inflating: apache-ant-1.9.4/etc/ant-bootstrap.jar  
  inflating: apache-ant-1.9.4/etc/changelog.xsl  
  inflating: apache-ant-1.9.4/etc/checkstyle/checkstyle-frames.xsl  
  inflating: apache-ant-1.9.4/etc/checkstyle/checkstyle-text.xsl  
  inflating: apache-ant-1.9.4/etc/checkstyle/checkstyle-xdoc.xsl  
  inflating: apache-ant-1.9.4/etc/coverage-frames.xsl  
  inflating: apache-ant-1.9.4/etc/jdepend-frames.xsl  
  inflating: apache-ant-1.9.4/etc/jdepend.xsl  
  inflating: apache-ant-1.9.4/etc/junit-frames-xalan1.xsl  
  inflating: apache-ant-1.9.4/etc/junit-frames.xsl  
  inflating: apache-ant-1.9.4/etc/junit-noframes.xsl  
  inflating: apache-ant-1.9.4/etc/log.xsl  
  inflating: apache-ant-1.9.4/etc/maudit-frames.xsl  
  inflating: apache-ant-1.9.4/etc/mmetrics-frames.xsl  
  inflating: apache-ant-1.9.4/etc/tagdiff.xsl  
  inflating: apache-ant-1.9.4/fetch.xml  
  inflating: apache-ant-1.9.4/get-m2.xml  
  inflating: apache-ant-1.9.4/lib/README  
  inflating: apache-ant-1.9.4/lib/ant-antlr.jar  
  inflating: apache-ant-1.9.4/lib/ant-antlr.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-bcel.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-bcel.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-bsf.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-bsf.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-log4j.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-log4j.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-oro.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-oro.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-regexp.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-regexp.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-resolver.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-resolver.pom  
  inflating: apache-ant-1.9.4/lib/ant-apache-xalan2.jar  
  inflating: apache-ant-1.9.4/lib/ant-apache-xalan2.pom  
  inflating: apache-ant-1.9.4/lib/ant-commons-logging.jar  
  inflating: apache-ant-1.9.4/lib/ant-commons-logging.pom  
  inflating: apache-ant-1.9.4/lib/ant-commons-net.jar  
  inflating: apache-ant-1.9.4/lib/ant-commons-net.pom  
  inflating: apache-ant-1.9.4/lib/ant-jai.jar  
  inflating: apache-ant-1.9.4/lib/ant-jai.pom  
  inflating: apache-ant-1.9.4/lib/ant-javamail.jar  
  inflating: apache-ant-1.9.4/lib/ant-javamail.pom  
  inflating: apache-ant-1.9.4/lib/ant-jdepend.jar  
  inflating: apache-ant-1.9.4/lib/ant-jdepend.pom  
  inflating: apache-ant-1.9.4/lib/ant-jmf.jar  
  inflating: apache-ant-1.9.4/lib/ant-jmf.pom  
  inflating: apache-ant-1.9.4/lib/ant-jsch.jar  
  inflating: apache-ant-1.9.4/lib/ant-jsch.pom  
  inflating: apache-ant-1.9.4/lib/ant-junit.jar  
  inflating: apache-ant-1.9.4/lib/ant-junit.pom  
  inflating: apache-ant-1.9.4/lib/ant-junit4.jar  
  inflating: apache-ant-1.9.4/lib/ant-junit4.pom  
  inflating: apache-ant-1.9.4/lib/ant-launcher.jar  
  inflating: apache-ant-1.9.4/lib/ant-launcher.pom  
  inflating: apache-ant-1.9.4/lib/ant-netrexx.jar  
  inflating: apache-ant-1.9.4/lib/ant-netrexx.pom  
  inflating: apache-ant-1.9.4/lib/ant-parent.pom  
  inflating: apache-ant-1.9.4/lib/ant-swing.jar  
  inflating: apache-ant-1.9.4/lib/ant-swing.pom  
  inflating: apache-ant-1.9.4/lib/ant-testutil.jar  
  inflating: apache-ant-1.9.4/lib/ant-testutil.pom  
  inflating: apache-ant-1.9.4/lib/ant.jar  
  inflating: apache-ant-1.9.4/lib/ant.pom  
  inflating: apache-ant-1.9.4/lib/libraries.properties  
  inflating: apache-ant-1.9.4/manual/Integration/anttool1.gif  
  inflating: apache-ant-1.9.4/manual/Integration/jext-plugin.html  
  inflating: apache-ant-1.9.4/manual/Integration/remacc.gif  
  inflating: apache-ant-1.9.4/manual/Integration/toolmenu.gif  
  inflating: apache-ant-1.9.4/manual/LICENSE  
  inflating: apache-ant-1.9.4/manual/Tasks/BorlandEJBTasks.html  
  inflating: apache-ant-1.9.4/manual/Tasks/BorlandGenerateClient.html  
  inflating: apache-ant-1.9.4/manual/Tasks/ant.html  
  inflating: apache-ant-1.9.4/manual/Tasks/antcall.html  
  inflating: apache-ant-1.9.4/manual/Tasks/antlr.html  
  inflating: apache-ant-1.9.4/manual/Tasks/antstructure.html  
  inflating: apache-ant-1.9.4/manual/Tasks/antversion.html  
  inflating: apache-ant-1.9.4/manual/Tasks/apply.html  
  inflating: apache-ant-1.9.4/manual/Tasks/apt.html  
  inflating: apache-ant-1.9.4/manual/Tasks/attrib.html  
  inflating: apache-ant-1.9.4/manual/Tasks/augment.html  
  inflating: apache-ant-1.9.4/manual/Tasks/available.html  
  inflating: apache-ant-1.9.4/manual/Tasks/basename.html  
  inflating: apache-ant-1.9.4/manual/Tasks/bindtargets.html  
  inflating: apache-ant-1.9.4/manual/Tasks/buildnumber.html  
  inflating: apache-ant-1.9.4/manual/Tasks/cab.html  
  inflating: apache-ant-1.9.4/manual/Tasks/ccm.html  
  inflating: apache-ant-1.9.4/manual/Tasks/changelog.html  
  inflating: apache-ant-1.9.4/manual/Tasks/checksum.html  
  inflating: apache-ant-1.9.4/manual/Tasks/chgrp.html  
  inflating: apache-ant-1.9.4/manual/Tasks/chmod.html  
  inflating: apache-ant-1.9.4/manual/Tasks/chown.html  
  inflating: apache-ant-1.9.4/manual/Tasks/clearcase.html  
  inflating: apache-ant-1.9.4/manual/Tasks/common.html  
  inflating: apache-ant-1.9.4/manual/Tasks/componentdef.html  
  inflating: apache-ant-1.9.4/manual/Tasks/concat.html  
  inflating: apache-ant-1.9.4/manual/Tasks/condition.html  
  inflating: apache-ant-1.9.4/manual/Tasks/conditions.html  
  inflating: apache-ant-1.9.4/manual/Tasks/copy.html  
  inflating: apache-ant-1.9.4/manual/Tasks/copydir.html  
  inflating: apache-ant-1.9.4/manual/Tasks/copyfile.html  
  inflating: apache-ant-1.9.4/manual/Tasks/cvs.html  
  inflating: apache-ant-1.9.4/manual/Tasks/cvspass.html  
  inflating: apache-ant-1.9.4/manual/Tasks/cvstagdiff.html  
  inflating: apache-ant-1.9.4/manual/Tasks/cvsversion.html  
  inflating: apache-ant-1.9.4/manual/Tasks/defaultexcludes.html  
  inflating: apache-ant-1.9.4/manual/Tasks/delete.html  
  inflating: apache-ant-1.9.4/manual/Tasks/deltree.html  
  inflating: apache-ant-1.9.4/manual/Tasks/depend.html  
  inflating: apache-ant-1.9.4/manual/Tasks/dependset.html  
  inflating: apache-ant-1.9.4/manual/Tasks/diagnostics.html  
  inflating: apache-ant-1.9.4/manual/Tasks/dirname.html  
  inflating: apache-ant-1.9.4/manual/Tasks/ear.html  
  inflating: apache-ant-1.9.4/manual/Tasks/echo.html  
  inflating: apache-ant-1.9.4/manual/Tasks/echoproperties.html  
  inflating: apache-ant-1.9.4/manual/Tasks/echoxml.html  
  inflating: apache-ant-1.9.4/manual/Tasks/ejb.html  
  inflating: apache-ant-1.9.4/manual/Tasks/exec.html  
  inflating: apache-ant-1.9.4/manual/Tasks/fail.html  
  inflating: apache-ant-1.9.4/manual/Tasks/filter.html  
  inflating: apache-ant-1.9.4/manual/Tasks/fixcrlf.html  
  inflating: apache-ant-1.9.4/manual/Tasks/ftp.html  
  inflating: apache-ant-1.9.4/manual/Tasks/genkey.html  
  inflating: apache-ant-1.9.4/manual/Tasks/get.html  
  inflating: apache-ant-1.9.4/manual/Tasks/gunzip.html  
  inflating: apache-ant-1.9.4/manual/Tasks/gzip.html  
  inflating: apache-ant-1.9.4/manual/Tasks/hostinfo.html  
  inflating: apache-ant-1.9.4/manual/Tasks/image-classdiagram.gif  
  inflating: apache-ant-1.9.4/manual/Tasks/image.html  
  inflating: apache-ant-1.9.4/manual/Tasks/import.html  
  inflating: apache-ant-1.9.4/manual/Tasks/include.html  
  inflating: apache-ant-1.9.4/manual/Tasks/input.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jar.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jarlib-available.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jarlib-display.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jarlib-manifest.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jarlib-resolve.html  
  inflating: apache-ant-1.9.4/manual/Tasks/java.html  
  inflating: apache-ant-1.9.4/manual/Tasks/javac.html  
  inflating: apache-ant-1.9.4/manual/Tasks/javacc.html  
  inflating: apache-ant-1.9.4/manual/Tasks/javadoc.html  
  inflating: apache-ant-1.9.4/manual/Tasks/javah.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jdepend.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jjdoc.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jjtree.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jlink.html  
  inflating: apache-ant-1.9.4/manual/Tasks/jspc.html  
  inflating: apache-ant-1.9.4/manual/Tasks/junit.html  
  inflating: apache-ant-1.9.4/manual/Tasks/junitreport.html  
  inflating: apache-ant-1.9.4/manual/Tasks/length.html  
  inflating: apache-ant-1.9.4/manual/Tasks/loadfile.html  
  inflating: apache-ant-1.9.4/manual/Tasks/loadproperties.html  
  inflating: apache-ant-1.9.4/manual/Tasks/loadresource.html  
  inflating: apache-ant-1.9.4/manual/Tasks/local.html  
  inflating: apache-ant-1.9.4/manual/Tasks/macrodef.html  
  inflating: apache-ant-1.9.4/manual/Tasks/mail.html  
  inflating: apache-ant-1.9.4/manual/Tasks/makeurl.html  
  inflating: apache-ant-1.9.4/manual/Tasks/manifest.html  
  inflating: apache-ant-1.9.4/manual/Tasks/manifestclasspath.html  
  inflating: apache-ant-1.9.4/manual/Tasks/mimemail.html  
  inflating: apache-ant-1.9.4/manual/Tasks/mkdir.html  
  inflating: apache-ant-1.9.4/manual/Tasks/move.html  
  inflating: apache-ant-1.9.4/manual/Tasks/native2ascii.html  
  inflating: apache-ant-1.9.4/manual/Tasks/netrexxc.html  
  inflating: apache-ant-1.9.4/manual/Tasks/nice.html  
  inflating: apache-ant-1.9.4/manual/Tasks/pack.html  
  inflating: apache-ant-1.9.4/manual/Tasks/parallel.html  
  inflating: apache-ant-1.9.4/manual/Tasks/patch.html  
  inflating: apache-ant-1.9.4/manual/Tasks/pathconvert.html  
  inflating: apache-ant-1.9.4/manual/Tasks/presetdef.html  
  inflating: apache-ant-1.9.4/manual/Tasks/projecthelper.html  
  inflating: apache-ant-1.9.4/manual/Tasks/property.html  
  inflating: apache-ant-1.9.4/manual/Tasks/propertyfile.html  
  inflating: apache-ant-1.9.4/manual/Tasks/propertyhelper.html  
  inflating: apache-ant-1.9.4/manual/Tasks/pvcstask.html  
  inflating: apache-ant-1.9.4/manual/Tasks/recorder.html  
  inflating: apache-ant-1.9.4/manual/Tasks/rename.html  
  inflating: apache-ant-1.9.4/manual/Tasks/renameextensions.html  
  inflating: apache-ant-1.9.4/manual/Tasks/replace.html  
  inflating: apache-ant-1.9.4/manual/Tasks/replaceregexp.html  
  inflating: apache-ant-1.9.4/manual/Tasks/resourcecount.html  
  inflating: apache-ant-1.9.4/manual/Tasks/retry.html  
  inflating: apache-ant-1.9.4/manual/Tasks/rexec.html  
  inflating: apache-ant-1.9.4/manual/Tasks/rmic.html  
  inflating: apache-ant-1.9.4/manual/Tasks/rpm.html  
  inflating: apache-ant-1.9.4/manual/Tasks/schemavalidate.html  
  inflating: apache-ant-1.9.4/manual/Tasks/scp.html  
  inflating: apache-ant-1.9.4/manual/Tasks/script.html  
  inflating: apache-ant-1.9.4/manual/Tasks/scriptdef.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sequential.html  
  inflating: apache-ant-1.9.4/manual/Tasks/serverdeploy.html  
  inflating: apache-ant-1.9.4/manual/Tasks/setproxy.html  
  inflating: apache-ant-1.9.4/manual/Tasks/signjar.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sleep.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sos.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sound.html  
  inflating: apache-ant-1.9.4/manual/Tasks/splash.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sql.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sshexec.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sshsession.html  
  inflating: apache-ant-1.9.4/manual/Tasks/style.html  
  inflating: apache-ant-1.9.4/manual/Tasks/subant.html  
  inflating: apache-ant-1.9.4/manual/Tasks/symlink.html  
  inflating: apache-ant-1.9.4/manual/Tasks/sync.html  
  inflating: apache-ant-1.9.4/manual/Tasks/tar.html  
  inflating: apache-ant-1.9.4/manual/Tasks/taskdef.html  
  inflating: apache-ant-1.9.4/manual/Tasks/telnet.html  
  inflating: apache-ant-1.9.4/manual/Tasks/tempfile.html  
  inflating: apache-ant-1.9.4/manual/Tasks/touch.html  
  inflating: apache-ant-1.9.4/manual/Tasks/translate.html  
  inflating: apache-ant-1.9.4/manual/Tasks/truncate.html  
  inflating: apache-ant-1.9.4/manual/Tasks/tstamp.html  
  inflating: apache-ant-1.9.4/manual/Tasks/typedef.html  
  inflating: apache-ant-1.9.4/manual/Tasks/unpack.html  
  inflating: apache-ant-1.9.4/manual/Tasks/untar.html  
  inflating: apache-ant-1.9.4/manual/Tasks/unzip.html  
  inflating: apache-ant-1.9.4/manual/Tasks/uptodate.html  
  inflating: apache-ant-1.9.4/manual/Tasks/verifyjar.html  
  inflating: apache-ant-1.9.4/manual/Tasks/vss.html  
  inflating: apache-ant-1.9.4/manual/Tasks/waitfor.html  
  inflating: apache-ant-1.9.4/manual/Tasks/war.html  
  inflating: apache-ant-1.9.4/manual/Tasks/whichresource.html  
  inflating: apache-ant-1.9.4/manual/Tasks/wljspc.html  
  inflating: apache-ant-1.9.4/manual/Tasks/xmlproperty.html  
  inflating: apache-ant-1.9.4/manual/Tasks/xmlvalidate.html  
  inflating: apache-ant-1.9.4/manual/Tasks/zip.html  
  inflating: apache-ant-1.9.4/manual/Types/antlib.html  
  inflating: apache-ant-1.9.4/manual/Types/assertions.html  
  inflating: apache-ant-1.9.4/manual/Types/classfileset.html  
  inflating: apache-ant-1.9.4/manual/Types/custom-programming.html  
  inflating: apache-ant-1.9.4/manual/Types/description.html  
  inflating: apache-ant-1.9.4/manual/Types/dirset.html  
  inflating: apache-ant-1.9.4/manual/Types/extension.html  
  inflating: apache-ant-1.9.4/manual/Types/extensionset.html  
  inflating: apache-ant-1.9.4/manual/Types/filelist.html  
  inflating: apache-ant-1.9.4/manual/Types/fileset.html  
  inflating: apache-ant-1.9.4/manual/Types/filterchain.html  
  inflating: apache-ant-1.9.4/manual/Types/filterset.html  
  inflating: apache-ant-1.9.4/manual/Types/mapper.html  
  inflating: apache-ant-1.9.4/manual/Types/multirootfileset.html  
  inflating: apache-ant-1.9.4/manual/Types/namespace.html  
  inflating: apache-ant-1.9.4/manual/Types/patternset.html  
  inflating: apache-ant-1.9.4/manual/Types/permissions.html  
  inflating: apache-ant-1.9.4/manual/Types/propertyset.html  
  inflating: apache-ant-1.9.4/manual/Types/redirector.html  
  inflating: apache-ant-1.9.4/manual/Types/regexp.html  
  inflating: apache-ant-1.9.4/manual/Types/resources.html  
  inflating: apache-ant-1.9.4/manual/Types/selectors-program.html  
  inflating: apache-ant-1.9.4/manual/Types/selectors.html  
  inflating: apache-ant-1.9.4/manual/Types/tarfileset.html  
  inflating: apache-ant-1.9.4/manual/Types/xmlcatalog.html  
  inflating: apache-ant-1.9.4/manual/Types/zipfileset.html  
  inflating: apache-ant-1.9.4/manual/antexternal.html  
  inflating: apache-ant-1.9.4/manual/anttaskslist.html  
  inflating: apache-ant-1.9.4/manual/api/allclasses-frame.html  
  inflating: apache-ant-1.9.4/manual/api/allclasses-noframe.html  
  inflating: apache-ant-1.9.4/manual/api/constant-values.html  
  inflating: apache-ant-1.9.4/manual/api/deprecated-list.html  
  inflating: apache-ant-1.9.4/manual/api/help-doc.html  
  inflating: apache-ant-1.9.4/manual/api/index-all.html  
  inflating: apache-ant-1.9.4/manual/api/index.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/AntClassLoader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/AntTypeDefinition.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ArgumentProcessor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ArgumentProcessorRegistry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/BuildEvent.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/BuildException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/BuildListener.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/BuildLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ComponentHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DefaultDefinitions.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DefaultLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DemuxInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DemuxOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Diagnostics.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DirectoryScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicAttributeNS.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicConfigurator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicConfiguratorNS.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicElementNS.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/DynamicObjectAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Evaluable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Executor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ExitException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ExitStatusException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ExtensionPoint.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/FileScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/IntrospectionHelper.Creator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/IntrospectionHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Location.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/MagicNames.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Main.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/NoBannerLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/PathTokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Project.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ProjectComponent.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ProjectHelper.OnMissingExtensionPoint.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ProjectHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/ProjectHelperRepository.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/PropertyHelper.Delegate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/PropertyHelper.PropertyEvaluator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/PropertyHelper.PropertySetter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/PropertyHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/RuntimeConfigurable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/SubBuildListener.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Target.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/Task.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/TaskAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/TaskConfigurationChecker.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/TaskContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/TypeAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/UnknownElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/UnsupportedAttributeException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/UnsupportedElementException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/XmlLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/AttributeNamespace.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/BaseIfAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/EnableAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.Unless.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/IfBlankAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.Unless.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/IfSetAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.Unless.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/IfTrueAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/attribute/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/DispatchTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/DispatchUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/Dispatchable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/dispatch/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/BaseFilterReader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/BaseParamFilterReader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/ChainableReader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/ClassConstants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/ConcatFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/EscapeUnicode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/ExpandProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.AddAsisRemove.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.CrLf.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/FixCrLfFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/HeadFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/LineContains.Contains.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/LineContains.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/LineContainsRegExp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/PrefixLines.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/ReplaceTokens.Token.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/ReplaceTokens.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/SortFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/StringInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/StripJavaComments.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/StripLineBreaks.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/StripLineComments.Comment.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/StripLineComments.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/SuffixLines.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TabsToSpaces.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TailFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsRegex.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.ContainsString.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.DeleteCharacters.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.FileTokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.Filter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.IgnoreBlank.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.ReplaceRegex.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.ReplaceString.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.StringTokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.Trim.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/TokenFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/UniqFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/util/ChainReaderHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/util/JavaClassHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/util/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/util/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/filters/util/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/AntXMLContext.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/DefaultExecutor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/IgnoreDependenciesExecutor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.AntHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.ElementHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.MainHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.ProjectHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.RootHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.TargetHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelper2.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/ProjectHelperImpl.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/SingleCheckExecutor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/helper/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/DefaultInputHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/GreedyInputHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/InputHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/InputRequest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/MultipleChoiceInputRequest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/PropertyFileInputHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/SecureInputHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/input/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/AntMain.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/LaunchException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/Launcher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/Locator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/launch/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/AnsiColorLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/BigProjectLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/CommonsLoggingListener.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/Log4jListener.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/MailLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/ProfileLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/SilentLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/SimpleBigProjectLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/TimestampedLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/listener/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/loader/AntClassLoader2.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/loader/AntClassLoader5.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/loader/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/loader/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/loader/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/GetProperty.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/LocalProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/LocalPropertyStack.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/NullReturn.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/ParseNextProperty.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/ParseProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/PropertyExpander.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/ResolvePropertyMap.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/property/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Ant.Reference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Ant.TargetElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Ant.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AntStructure.StructurePrinter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AntStructure.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Antlib.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AntlibDefinition.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Apt.Option.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Apt.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AttributeNamespaceDef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/AugmentReference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Available.FileDir.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Available.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/BUnzip2.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/BZip2.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Basename.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/BindTargets.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/BuildNumber.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/CVSPass.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/CallTarget.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Checksum.FormatElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Checksum.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Chmod.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Classloader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/CloseResources.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/CommandLauncherTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Componentdef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Concat.TextElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Concat.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ConditionTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Copy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/CopyPath.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Copydir.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Copyfile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Cvs.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/DefBase.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/DefaultExcludes.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Definer.Format.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Definer.OnError.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Definer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Delete.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Deltree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/DependSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/DiagnosticsTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Dirname.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Ear.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Echo.EchoLevel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Echo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/EchoXML.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Exec.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ExecTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Execute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ExecuteJava.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ExecuteOn.FileDirBoth.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ExecuteOn.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ExecuteWatchdog.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Exit.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Expand.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Filter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/FixCRLF.AddAsisRemove.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/FixCRLF.CrLf.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/FixCRLF.OneLiner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/FixCRLF.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/GUnzip.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/GZip.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/GenerateKey.DistinguishedName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/GenerateKey.DnameParam.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/GenerateKey.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Get.Base64Converter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Get.DownloadProgress.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Get.NullProgress.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Get.VerboseProgress.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Get.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/HostInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ImportTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Input.Handler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Input.HandlerType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Input.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/JDBCTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Jar.FilesetManifestConfig.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Jar.StrictMode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Jar.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Java.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javac.ImplementationSpecificArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javac.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.AccessType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.DocletInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.DocletParam.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.ExtensionInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.GroupArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.Html.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.LinkArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.PackageName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.ResourceCollectionContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.SourceFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.TagArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Javadoc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Jikes.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/JikesOutputParser.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/KeySubst.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Length.FileMode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Length.When.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Length.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/LoadFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/LoadProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/LoadResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Local.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/LogOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/LogStreamHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroDef.Attribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroDef.NestedSequential.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroDef.TemplateElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroDef.Text.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroDef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroInstance.Element.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MacroInstance.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MakeUrl.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Manifest.Attribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Manifest.Section.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Manifest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ManifestClassPath.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ManifestException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ManifestTask.Mode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ManifestTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/MatchingTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Mkdir.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Move.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Nice.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Pack.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Parallel.TaskList.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Parallel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Patch.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PathConvert.MapEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PathConvert.TargetOs.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PathConvert.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PreSetDef.PreSetDefinition.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PreSetDef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ProjectHelperTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Property.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PropertyHelperTask.DelegateElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PropertyHelperTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PumpStreamHandler.ThreadWithPumper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/PumpStreamHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Recorder.ActionChoices.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Recorder.VerbosityLevelChoices.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Recorder.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/RecorderEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Redirector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Rename.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Replace.NestedString.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Replace.Replacefilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Replace.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/ResourceCount.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Retry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Rmic.ImplementationSpecificArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Rmic.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SQLExec.DelimiterType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SQLExec.OnError.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SQLExec.Transaction.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SQLExec.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SendEmail.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Sequential.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SignJar.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Sleep.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/StreamPumper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/SubAnt.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Sync.MyCopy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Sync.SyncTarget.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Sync.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tar.TarCompressionMethod.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tar.TarFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tar.TarLongFileMode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tar.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/TaskOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Taskdef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/TempFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Touch.DateFormatFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Touch.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Transform.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Truncate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tstamp.CustomFormat.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tstamp.Unit.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Tstamp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Typedef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Unpack.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Untar.UntarCompressionMethod.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Untar.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/UpToDate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/VerifyJar.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/WaitFor.Unit.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/WaitFor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/War.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/WhichResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTLiaison.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTLiaison2.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTLiaison3.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTLiaison4.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTLoggerAware.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.Factory.Attribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.Factory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.OutputProperty.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.Param.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.ParamType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.TraceConfiguration.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XSLTProcess.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/XmlProperty.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Zip.ArchiveState.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Zip.Duplicate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Zip.UnicodeExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Zip.WhenEmpty.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Zip.Zip64ModeAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/Zip.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/AptCompilerAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/AptExternalCompilerAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/CompilerAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterExtension.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Gcj.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Javac12.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Javac13.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/JavacExternal.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Jikes.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Jvc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Kjc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/Sj.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/compilers/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/And.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/AntVersion.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Condition.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/ConditionBase.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Contains.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Equals.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/FilesMatch.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/HasFreeSpace.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/HasMethod.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Http.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsFailure.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsFalse.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsFileSelected.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsLastModified.CompareMode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsLastModified.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsReachable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsReference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsSigned.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/IsTrue.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Matches.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Not.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Or.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Os.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/ParserSupports.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/ResourceContains.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/ResourceExists.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Socket.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/TypeFound.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/Xor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/condition/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/CVSEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/CvsTagEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/CvsUser.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/cvslib/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/EmailAddress.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/EmailTask.Encoding.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/EmailTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/Header.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/Mailer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/Message.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/MimeMailer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/email/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/CommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/CommandLauncherProxy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/Java13CommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/MacCommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/OS2CommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/PerlScriptCommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/ScriptCommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/VmsCommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/WinNTCommandLauncher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/launcher/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ANTLR.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Cab.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/EchoProperties.FormatAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/EchoProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Javah.ClassArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Javah.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Native2Ascii.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/NetRexxC.TraceAttr.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/NetRexxC.VerboseAttr.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/NetRexxC.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/PropertyFile.Entry.Operation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/PropertyFile.Entry.Type.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/PropertyFile.Entry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/PropertyFile.Unit.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/PropertyFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/RenameExtensions.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Rpm.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/SchemaValidate.SchemaLocation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/SchemaValidate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Script.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/TraXLiaison.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.Attribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.Property.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.ValidatorErrorHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/XMLValidateTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/XSLTTraceSupport.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheckin.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheckinDefault.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheckout.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/CCMReconfigure.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/Continuus.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckin.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCCheckout.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCLock.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkattr.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkbl.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkdir.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCMkelem.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklabel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCMklbtype.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCRmtype.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnCheckout.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/CCUpdate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/clearcase/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/AntAnalyzer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/ClassFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/ClassFileIterator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/ClassFileUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/Depend.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/JarFileIterator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ClassCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ConstantPoolEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/DoubleCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/FieldRefCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/FloatCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/IntegerCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/InterfaceMethodRefCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/InvokeDynamicCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/LongCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/MethodHandleCPInfo.ReferenceKind.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/MethodHandleCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/MethodRefCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/MethodTypeCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/NameAndTypeCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/StringCPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/Utf8CPInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/constantpool/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/depend/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/BorlandGenerateClient.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/DescriptorHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/EJBDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.CMPVersion.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.DTDLocation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.NamingScheme.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.EjbcException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/InnerClassFilenameFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/JbossDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/JonasDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicTOPLinkDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ejb/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/Compatability.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/Compatibility.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/Extension.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/ExtensionResolver.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/ExtensionSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/ExtensionUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/JarLibAvailableTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/JarLibDisplayTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/JarLibManifestTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/JarLibResolveTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/LibFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/Specification.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/AntResolver.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/LocationResolver.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/URLResolver.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/extension/resolvers/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/i18n/Translate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/i18n/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/i18n/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/i18n/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/image/Image.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/image/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/image/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/image/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/GenericHotDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/HotDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/JonasHotDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/WebLogicHotDeploymentTool.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/j2ee/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/JJDoc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/JJTree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/JavaCC.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javacc/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/Gcjh.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/JavahAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/JavahAdapterFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/Kaffeh.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/SunJavah.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/javah/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.FormatAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jdepend/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jdepend/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jdepend/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/ClassNameReader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/JlinkTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/jlink.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jlink/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/Jasper41Mangler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/JspC.WebAppParameter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/JspC.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/JspMangler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/JspNameMangler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/WLJspc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/DefaultJspCompilerAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JasperC.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JspCompilerAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JspCompilerAdapterFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/AggregateTransformer.Format.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/AggregateTransformer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/BaseTest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/BatchTest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/BriefJUnitResultFormatter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/Constants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/CustomJUnit4TestAdapterCache.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/DOMUtil.NodeFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/DOMUtil.NodeListImpl.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/DOMUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/Enumerations.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/FailureRecorder.TestInfos.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/FailureRecorder.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.TypeAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/IgnoredTestListener.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/IgnoredTestResult.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnit4TestMethodAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitResultFormatter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.ForkMode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.JUnitLogOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.JUnitLogStreamHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.SummaryAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.TestResultHolder.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirror.JUnitResultFormatterMirror.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirror.JUnitTestRunnerMirror.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirror.SummaryJUnitResultFormatterMirror.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirror.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirrorImpl.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitVersionHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/OutErrSummaryJUnitResultFormatter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/PlainJUnitResultFormatter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/TearDownOnVmCrash.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/TestIgnored.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/TestListenerWrapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/XMLConstants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/XMLResultAggregator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/junit/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/Native2AsciiAdapterFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/SunNative2Ascii.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/native2ascii/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Action.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.AntFTPRootFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPDirectoryScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPFileProxy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.FTPSystemType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.Granularity.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.LanguageCode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTP.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Action.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.FTPSystemType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.Granularity.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.AntFTPRootFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPFileProxy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/MimeMail.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.AntRExecClient.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecRead.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecSubTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.RExecWrite.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/RExecTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/SetProxy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.AntTelnetClient.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetRead.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetSubTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.TelnetWrite.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/TelnetTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/net/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/pvcs/PvcsProject.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/pvcs/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/pvcs/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/pvcs/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.Attribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.NestedElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/ScriptDefBase.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/script/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/SOS.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckin.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/SOSCheckout.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/SOSCmd.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/SOSGet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/SOSLabel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sos/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/AntSoundPlayer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.BuildAlert.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/SoundTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/sound/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/splash/SplashTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/splash/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/splash/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/splash/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/AbstractSshMessage.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/Directory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/LogListener.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHBase.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHSession.LocalTunnel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHSession.NestedSequential.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHSession.RemoteTunnel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHSession.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/SSHUserInfo.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/Scp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/ScpFromMessage.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/ScpFromMessageBySftp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessage.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessageBySftp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/ssh/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/BuildTimeoutException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/Funtest.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/testing/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/AbstractAccessTask.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/Chgrp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/Chown.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/Symlink.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/unix/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.CurrentModUpdated.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.WritableFiles.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSADD.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKIN.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCP.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCREATE.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSConstants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSHISTORY.BriefCodediffNofile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSHISTORY.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/MSVSSLABEL.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/vss/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/windows/Attrib.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/windows/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/windows/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/optional/windows/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/RmicAdapter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/RmicAdapterFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/SunRmic.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/WLRmic.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/XNewRmic.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/taskdefs/rmic/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/AbstractFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/AntFilterReader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ArchiveFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ArchiveScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Assertions.BaseAssertion.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Assertions.DisabledAssertion.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Assertions.EnabledAssertion.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Assertions.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Commandline.Argument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Commandline.Marker.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Commandline.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/CommandlineJava.SysProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/CommandlineJava.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Comparison.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/DTDLocation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/DataType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Description.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/DirSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/EnumeratedAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Environment.Variable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Environment.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FileList.FileName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FileList.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FilterChain.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FilterSet.Filter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FilterSet.FiltersFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FilterSet.OnMissing.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FilterSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FilterSetCollection.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/FlexInteger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/LogLevel.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Mapper.MapperType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Mapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Parameter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Parameterizable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Path.PathElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Path.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/PatternSet.NameEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/PatternSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Permissions.Permission.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Permissions.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/PropertySet.BuiltinPropertySetName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/PropertySet.PropertyRef.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/PropertySet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Quantifier.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/RedirectorElement.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Reference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/RegularExpression.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Resource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ResourceCollection.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ResourceFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ResourceLocation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/Substitution.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/TarFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/TarScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/TimeComparison.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/XMLCatalog.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ZipFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/ZipScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/mappers/CutDirsMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/mappers/FilterMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/mappers/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/mappers/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/mappers/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/AbstractScriptComponent.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/ScriptCondition.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/ScriptFilter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/ScriptMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/ScriptSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/ClassfileSet.ClassRoot.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/ClassfileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/DependScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/depend/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Arc.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/BasicShape.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/ColorMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Draw.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/DrawOperation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Ellipse.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/ImageOperation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Rectangle.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Rotate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Scale.ProportionsAttribute.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Scale.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/Text.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/TransformOperation.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/image/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/optional/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resolver/ApacheCatalog.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resolver/ApacheCatalogResolver.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resolver/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resolver/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resolver/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/AbstractClasspathResource.ClassLoaderWithFlag.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/AbstractClasspathResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/AbstractResourceCollectionWrapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Appendable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/ArchiveResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Archives.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/BCFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/BZip2Resource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/BaseResourceCollectionWrapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/CompressedResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/ContentTransformingResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Difference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/FileProvider.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/FileResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/FileResourceIterator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Files.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/First.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/GZipResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/ImmutableResourceException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Intersect.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/JavaConstantResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/JavaResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Last.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/LazyResourceCollectionWrapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/LogOutputResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/MappedResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/MappedResourceCollection.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/MultiRootFileSet.SetType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/MultiRootFileSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/PropertyResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/ResourceDecorator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/ResourceList.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Resources.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Restrict.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/SizeLimitCollection.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Sort.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/StringResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/TarResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Tokens.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Touchable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/URLProvider.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/URLResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/Union.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/ZipResource.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Content.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Date.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/DelegatedResourceComparator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Exists.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/FileSystem.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Name.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/ResourceComparator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Reverse.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Size.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/Type.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/comparators/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/And.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Compare.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Date.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Exists.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/InstanceOf.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Majority.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Name.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/None.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Not.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Or.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/ResourceSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Size.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Type.FileDir.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/Type.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/resources/selectors/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/AbstractSelectorContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/AndSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/BaseExtendSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/BaseSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/BaseSelectorContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/ContainsRegexpSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/ContainsSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/DateSelector.TimeComparisons.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/DateSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/DependSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/DepthSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/DifferentSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/ExtendFileSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/ExtendSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/FileSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/FilenameSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/MajoritySelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/MappingSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/NoneSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/NotSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/OrSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/PresentSelector.FilePresence.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/PresentSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/ReadableSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SelectSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SelectorContainer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SelectorScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SelectorUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SignedSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SizeSelector.ByteUnits.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SizeSelector.SizeComparisons.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/SizeSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/TokenizedPath.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/TokenizedPattern.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/TypeSelector.FileType.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/TypeSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/WritableSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/Algorithm.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/Cache.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/ChecksumAlgorithm.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/DigestAlgorithm.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/EqualComparator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/HashvalueAlgorithm.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.AlgorithmName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.CacheName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.ComparatorName.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/modifiedselector/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/selectors/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/spi/Provider.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/spi/Service.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/spi/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/spi/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/types/spi/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/Base64Converter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ChainedMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ClasspathUtils.Delegate.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ClasspathUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/CollectionUtils.EmptyEnumeration.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/CollectionUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/CompositeMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ConcatFileInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ConcatResourceInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ContainerMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/DOMElementWriter.XmlNamespacePolicy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/DOMElementWriter.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/DOMUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/DateUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/DeweyDecimal.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/FileNameMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/FileTokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/FileUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/FirstMatchMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/FlatFileNameMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/GlobPatternMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/IdentityMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/IdentityStack.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/JAXPUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/JavaEnvUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/KeepAliveInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/KeepAliveOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LayoutPreservingProperties.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LazyFileOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LazyHashtable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LeadPipeInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LineOrientedOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LineOrientedOutputStreamRedirector.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LineTokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LinkedHashtable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/LoaderUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/MergingMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/OutputStreamFunneler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/PackageNameMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ProcessUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/PropertyOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ProxySetup.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ReaderInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ReflectUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ReflectWrapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/RegexpPatternMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ResourceUtils.ReadOnlyTargetFileException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ResourceUtils.ResourceSelectorProvider.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ResourceUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/RetryHandler.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/Retryable.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ScriptFixBSFPath.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ScriptRunner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ScriptRunnerBase.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ScriptRunnerCreator.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/ScriptRunnerHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/SourceFileScanner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/SplitClassLoader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/StringTokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/StringUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/SymbolicLinkUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/TaskLogger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/TeeOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/TimeoutObserver.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/Tokenizer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/UUEncoder.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/UnPackageNameMapper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/UnicodeUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/VectorSet.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/Watchdog.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/WeakishReference.HardReference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/WeakishReference.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/WorkerAnt.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/XMLFragment.Child.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/XMLFragment.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/XmlConstants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/AbstractAnalyzer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/DependencyAnalyzer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/AncestorAnalyzer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/DependencyVisitor.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/FullAnalyzer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/bcel/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/depend/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/facade/FacadeTaskHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/facade/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/facade/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/facade/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/java15/ProxyDiagnostics.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/java15/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/java15/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/java15/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/JavaxScriptRunner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/NoExitSecurityManager.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/ScriptRunner.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/WeakishReference12.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/optional/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/JakartaOroMatcher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/JakartaOroRegexp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/JakartaRegexpRegexp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/Regexp.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/RegexpFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/RegexpMatcher.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/RegexpUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/ant/util/regexp/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/BZip2Constants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/CBZip2InputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/CBZip2OutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/bzip2/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/ErrorInQuitException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/MailMessage.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/SmtpResponseReader.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/mail/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarArchiveSparseEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarBuffer.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarConstants.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarInputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/TarUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/tar/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/AbstractUnicodeExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/AsiExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/CentralDirectoryParsingZipExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ExtraFieldUtils.UnparseableExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ExtraFieldUtils.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/GeneralPurposeBit.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/JarMarker.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnicodeCommentExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnicodePathExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnixStat.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnparseableExtraFieldData.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnrecognizedExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnsupportedZipFeatureException.Feature.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/UnsupportedZipFeatureException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/Zip64ExtendedInformationExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/Zip64Mode.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/Zip64RequiredException.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipEightByteInteger.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipEncoding.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipEncodingHelper.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipEntry.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipExtraField.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipFile.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipLong.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipOutputStream.UnicodeExtraFieldPolicy.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipOutputStream.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipShort.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/ZipUtil.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/package-frame.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/package-summary.html  
  inflating: apache-ant-1.9.4/manual/api/org/apache/tools/zip/package-tree.html  
  inflating: apache-ant-1.9.4/manual/api/overview-frame.html  
  inflating: apache-ant-1.9.4/manual/api/overview-summary.html  
  inflating: apache-ant-1.9.4/manual/api/overview-tree.html  
  inflating: apache-ant-1.9.4/manual/api/package-list  
  inflating: apache-ant-1.9.4/manual/api/resources/inherit.gif  
  inflating: apache-ant-1.9.4/manual/api/serialized-form.html  
  inflating: apache-ant-1.9.4/manual/api/stylesheet.css  
  inflating: apache-ant-1.9.4/manual/argumentprocessor.html  
  inflating: apache-ant-1.9.4/manual/base_task_classes.html  
  inflating: apache-ant-1.9.4/manual/clonevm.html  
  inflating: apache-ant-1.9.4/manual/conceptstypeslist.html  
  inflating: apache-ant-1.9.4/manual/cover.html  
  inflating: apache-ant-1.9.4/manual/credits.html  
  inflating: apache-ant-1.9.4/manual/develop.html  
  inflating: apache-ant-1.9.4/manual/developlist.html  
  inflating: apache-ant-1.9.4/manual/dirtasks.html  
  inflating: apache-ant-1.9.4/manual/favicon.ico  
  inflating: apache-ant-1.9.4/manual/feedback.html  
  inflating: apache-ant-1.9.4/manual/ide.html  
  inflating: apache-ant-1.9.4/manual/ifunless.html  
  inflating: apache-ant-1.9.4/manual/images/ant_logo_large.gif  
  inflating: apache-ant-1.9.4/manual/index.html  
  inflating: apache-ant-1.9.4/manual/inputhandler.html  
  inflating: apache-ant-1.9.4/manual/install.html  
  inflating: apache-ant-1.9.4/manual/installlist.html  
  inflating: apache-ant-1.9.4/manual/intro.html  
  inflating: apache-ant-1.9.4/manual/javacprops.html  
  inflating: apache-ant-1.9.4/manual/listeners.html  
  inflating: apache-ant-1.9.4/manual/platform.html  
  inflating: apache-ant-1.9.4/manual/projecthelper.html  
  inflating: apache-ant-1.9.4/manual/properties.html  
  inflating: apache-ant-1.9.4/manual/proxy.html  
  inflating: apache-ant-1.9.4/manual/running.html  
  inflating: apache-ant-1.9.4/manual/runninglist.html  
  inflating: apache-ant-1.9.4/manual/stylesheets/antmanual.css  
  inflating: apache-ant-1.9.4/manual/stylesheets/style.css  
  inflating: apache-ant-1.9.4/manual/sysclasspath.html  
  inflating: apache-ant-1.9.4/manual/targets.html  
  inflating: apache-ant-1.9.4/manual/tasklist.html  
  inflating: apache-ant-1.9.4/manual/tasksoverview.html  
  inflating: apache-ant-1.9.4/manual/toc.html  
  inflating: apache-ant-1.9.4/manual/tutorial-HelloWorldWithAnt.html  
  inflating: apache-ant-1.9.4/manual/tutorial-tasks-filesets-properties.html  
  inflating: apache-ant-1.9.4/manual/tutorial-tasks-filesets-properties.zip  
  inflating: apache-ant-1.9.4/manual/tutorial-writing-tasks-src.zip  
  inflating: apache-ant-1.9.4/manual/tutorial-writing-tasks.html  
  inflating: apache-ant-1.9.4/manual/tutorials.html  
  inflating: apache-ant-1.9.4/manual/using.html  
  inflating: apache-ant-1.9.4/manual/usinglist.html  
ant Installed
Check directory '/Users/demo/lode/opt/share' ... : Exist
Check directory '/Users/demo/lode/opt/share/java' ... : Created
######################################################################## 100.0%
junit Installed
installing cmake...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   255    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   256    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 6423k  100 6423k    0     0  1484k      0  0:00:04  0:00:04 --:--:-- 1885k
---------------------------------------------
CMake 3.3.1, Copyright 2000-2015 Kitware, Inc.
Found GNU toolchain
C compiler on this system is: gcc 
C++ compiler on this system is: g++ 
Makefile processor on this system is: make
g++ is GNU compiler
g++ has setenv
g++ has unsetenv
g++ does not have environ in stdlib.h
g++ has STL in std:: namespace
g++ has ANSI streams
g++ has streams in std:: namespace
g++ has sstream
g++ has operator!=(string, char*)
g++ has stl iterator_traits
g++ has standard template allocator
g++ has allocator<>::rebind<>
g++ does not have non-standard allocator<>::max_size argument
g++ has stl containers supporting allocator objects
g++ has stl wstring
g++ has header cstddef
g++ requires template friends to use <>
g++ supports member templates
g++ has standard template specialization syntax
g++ has argument dependent lookup
g++ does not have struct stat with st_mtim member
g++ has ios::binary openmode
---------------------------------------------
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmake.cxx -o cmake.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmakemain.cxx -o cmakemain.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmcmd.cxx -o cmcmd.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCPackPropertiesGenerator.cxx -o cmCPackPropertiesGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmDefinitions.cxx -o cmDefinitions.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmDepends.cxx -o cmDepends.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmDependsC.cxx -o cmDependsC.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmPolicies.cxx -o cmPolicies.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmProperty.cxx -o cmProperty.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmPropertyMap.cxx -o cmPropertyMap.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmMakeDepend.cxx -o cmMakeDepend.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmMakefile.cxx -o cmMakefile.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExportTryCompileFileGenerator.cxx -o cmExportTryCompileFileGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExportSet.cxx -o cmExportSet.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExportSetMap.cxx -o cmExportSetMap.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExternalMakefileProjectGenerator.cxx -o cmExternalMakefileProjectGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionEvaluationFile.cxx -o cmGeneratorExpressionEvaluationFile.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionContext.cxx -o cmGeneratorExpressionContext.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionDAGChecker.cxx -o cmGeneratorExpressionDAGChecker.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionEvaluator.cxx -o cmGeneratorExpressionEvaluator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionLexer.cxx -o cmGeneratorExpressionLexer.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionNode.cxx -o cmGeneratorExpressionNode.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpressionParser.cxx -o cmGeneratorExpressionParser.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGeneratorExpression.cxx -o cmGeneratorExpression.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstalledFile.cxx -o cmInstalledFile.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmScriptGenerator.cxx -o cmScriptGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmSourceFile.cxx -o cmSourceFile.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmState.cxx -o cmState.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmSystemTools.cxx -o cmSystemTools.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmTestGenerator.cxx -o cmTestGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmVersion.cxx -o cmVersion.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmOSXBundleGenerator.cxx -o cmOSXBundleGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmNewLineStyle.cxx -o cmNewLineStyle.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmBootstrapCommands1.cxx -o cmBootstrapCommands1.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmBootstrapCommands2.cxx -o cmBootstrapCommands2.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCommandsForBootstrap.cxx -o cmCommandsForBootstrap.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmTarget.cxx -o cmTarget.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmTest.cxx -o cmTest.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCustomCommand.cxx -o cmCustomCommand.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCustomCommandGenerator.cxx -o cmCustomCommandGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmCacheManager.cxx -o cmCacheManager.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmListFileCache.cxx -o cmListFileCache.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExprLexer.cxx -o cmExprLexer.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExprParser.cxx -o cmExprParser.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmGlobalNinjaGenerator.cxx -o cmGlobalNinjaGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmLocalNinjaGenerator.cxx -o cmLocalNinjaGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmNinjaTargetGenerator.cxx -o cmNinjaTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmNinjaNormalTargetGenerator.cxx -o cmNinjaNormalTargetGenerator.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmNinjaUtilityTargetGenerator.cxx -o cmNinjaUtilityTargetGenerator.o
gcc -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -c /Users/demo/lode/packages/cmake-3.3.1/Source/cmListFileLexer.c -o cmListFileLexer.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/Directory.cxx -o Directory.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/EncodingCXX.cxx -o EncodingCXX.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/FStream.cxx -o FStream.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/Glob.cxx -o Glob.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/RegularExpression.cxx -o RegularExpression.o
g++  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -DKWSYS_CXX_HAS_SETENV=1 -DKWSYS_CXX_HAS_UNSETENV=1 -DKWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H=0 -DKWSYS_CXX_HAS_UTIMENSAT=0 -DKWSYS_CXX_HAS_UTIMES=0 -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/SystemTools.cxx -o SystemTools.o
gcc -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/EncodingC.c -o EncodingC.o
gcc -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o
gcc -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -DKWSYS_STRING_C -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/String.c -o String.o
gcc -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/System.c -o System.o
gcc -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys  -c /Users/demo/lode/packages/cmake-3.3.1/Source/kwsys/Terminal.c -o Terminal.o
g++  -framework CoreFoundation  -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk -I/Users/demo/lode/packages/cmake-3.3.1/Source   -I/Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk  cmake.o cmakemain.o cmcmd.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmCPackPropertiesGenerator.o cmDefinitions.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmExportTryCompileFileGenerator.o cmExportSet.o cmExportSetMap.o cmExternalMakefileProjectGenerator.o cmGeneratorExpressionEvaluationFile.o cmGeneratedFileStream.o cmGeneratorTarget.o cmGeneratorExpressionContext.o cmGeneratorExpressionDAGChecker.o cmGeneratorExpressionEvaluator.o cmGeneratorExpressionLexer.o cmGeneratorExpressionNode.o cmGeneratorExpressionParser.o cmGeneratorExpression.o cmGlobalGenerator.o cmInstallDirectoryGenerator.o cmLocalGenerator.o cmInstalledFile.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmScriptGenerator.o cmSourceFile.o cmSourceFileLocation.o cmState.o cmSystemTools.o cmTestGenerator.o cmVersion.o cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmOSXBundleGenerator.o cmNewLineStyle.o cmBootstrapCommands1.o cmBootstrapCommands2.o cmCommandsForBootstrap.o cmTarget.o cmTest.o cmCustomCommand.o cmCustomCommandGenerator.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmGlobalNinjaGenerator.o cmLocalNinjaGenerator.o cmNinjaTargetGenerator.o cmNinjaNormalTargetGenerator.o cmNinjaUtilityTargetGenerator.o cmListFileLexer.o Directory.o EncodingCXX.o FStream.o Glob.o RegularExpression.o SystemTools.o EncodingC.o ProcessUNIX.o String.o System.o Terminal.o -o cmake
loading initial cache file /Users/demo/lode/packages/cmake-3.3.1/Bootstrap.cmk/InitialCacheFlags.cmake
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/usr/bin/gcc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/usr/bin/g++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking if compiler supports C++14 cstdio
-- Checking if compiler supports C++14 cstdio - yes
-- Checking if compiler supports C++11 unordered_map
-- Checking if compiler supports C++11 unordered_map - yes
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for environ
-- Looking for environ - not found
-- Checking whether header cstdio is available
-- Checking whether header cstdio is available - yes
-- Checking for Large File Support
-- Checking for Large File Support - yes
-- Checking whether STL classes are in std namespace
-- Checking whether STL classes are in std namespace - yes
-- Checking whether ANSI stream headers are available
-- Checking whether ANSI stream headers are available - yes
-- Checking whether ANSI streams are in std namespace
-- Checking whether ANSI streams are in std namespace - yes
-- Checking whether ANSI string stream is available
-- Checking whether ANSI string stream is available - yes
-- Checking whether header cstddef is available
-- Checking whether header cstddef is available - yes
-- Checking whether stl string has operator!= for char*
-- Checking whether stl string has operator!= for char* - yes
-- Checking whether stl has iterator_traits
-- Checking whether stl has iterator_traits - yes
-- Checking whether stl has standard template allocator
-- Checking whether stl has standard template allocator - yes
-- Checking for rebind member of stl allocator
-- Checking for rebind member of stl allocator - yes
-- Checking for non-standard argument to stl allocator<>::max_size
-- Checking for non-standard argument to stl allocator<>::max_size - no
-- Checking whether stl containers support allocator objects.
-- Checking whether stl containers support allocator objects. - yes
-- Checking whether ios has binary openmode
-- Checking whether ios has binary openmode - yes
-- Checking whether "<>" is needed for template friends
-- Checking whether "<>" is needed for template friends - yes
-- Checking for member template support
-- Checking for member template support - yes
-- Checking for standard template specialization syntax
-- Checking for standard template specialization syntax - yes
-- Checking whether argument dependent lookup is supported
-- Checking whether argument dependent lookup is supported - yes
-- Checking whether struct stat has st_mtim member
-- Checking whether struct stat has st_mtim member - no
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - yes
-- Checking whether C++ compiler has '__int64'
-- Checking whether C++ compiler has '__int64' - no
-- Checking for C type size macros
-- Checking for C type size macros - compiled
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of char
-- Check size of char - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Checking whether char is signed
-- Checking whether char is signed - yes
-- Checking whether wstring is available
-- Checking whether wstring is available - yes
-- Checking if istream supports long long
-- Checking if istream supports long long - yes
-- Checking if ostream supports long long
-- Checking if ostream supports long long - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - yes
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - yes
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - no
-- Checking whether CXX compiler has utimes
-- Checking whether CXX compiler has utimes - yes
-- Checking whether CXX compiler has utimensat
-- Checking whether CXX compiler has utimensat - no
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - found
-- Checking whether CXX compiler has rlimit64
-- Checking whether CXX compiler has rlimit64 - no
-- Checking whether CXX compiler has atol
-- Checking whether CXX compiler has atol - yes
-- Checking whether CXX compiler has atoll
-- Checking whether CXX compiler has atoll - yes
-- Checking whether CXX compiler has _atoi64
-- Checking whether CXX compiler has _atoi64 - no
-- Looking for C++ include execinfo.h
-- Looking for C++ include execinfo.h - found
-- Checking whether backtrace works with this C++ compiler
-- Checking whether backtrace works with this C++ compiler - yes
-- Looking for C++ include dlfcn.h
-- Looking for C++ include dlfcn.h - found
-- Checking whether dladdr works with this C++ compiler
-- Checking whether dladdr works with this C++ compiler - yes
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Checking whether cxxabi works with this C++ compiler
-- Checking whether cxxabi works with this C++ compiler - yes
-- Looking for connect in socket;
-- Looking for connect in socket; - not found
-- Looking for gethostbyname in c
-- Looking for gethostbyname in c - found
-- Looking for recv in network;
-- Looking for recv in network; - found
-- Looking for idna_to_ascii_lz in idn;network
-- Looking for idna_to_ascii_lz in idn;network - not found
-- Looking for dlopen in network
-- Looking for dlopen in network - found
-- Looking for features.h
-- Looking for features.h - not found
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for include files stdio.h, inttypes.h
-- Looking for include files stdio.h, inttypes.h - found
-- Looking for 3 include files stdio.h, ..., sys/filio.h
-- Looking for 3 include files stdio.h, ..., sys/filio.h - found
-- Looking for 4 include files stdio.h, ..., sys/ioctl.h
-- Looking for 4 include files stdio.h, ..., sys/ioctl.h - found
-- Looking for 5 include files stdio.h, ..., sys/param.h
-- Looking for 5 include files stdio.h, ..., sys/param.h - found
-- Looking for 6 include files stdio.h, ..., sys/poll.h
-- Looking for 6 include files stdio.h, ..., sys/poll.h - found
-- Looking for 7 include files stdio.h, ..., sys/resource.h
-- Looking for 7 include files stdio.h, ..., sys/resource.h - found
-- Looking for 8 include files stdio.h, ..., sys/select.h
-- Looking for 8 include files stdio.h, ..., sys/select.h - found
-- Looking for 9 include files stdio.h, ..., sys/socket.h
-- Looking for 9 include files stdio.h, ..., sys/socket.h - found
-- Looking for 10 include files stdio.h, ..., sys/sockio.h
-- Looking for 10 include files stdio.h, ..., sys/sockio.h - found
-- Looking for 11 include files stdio.h, ..., sys/stat.h
-- Looking for 11 include files stdio.h, ..., sys/stat.h - found
-- Looking for 12 include files stdio.h, ..., sys/time.h
-- Looking for 12 include files stdio.h, ..., sys/time.h - found
-- Looking for 14 include files stdio.h, ..., sys/uio.h
-- Looking for 14 include files stdio.h, ..., sys/uio.h - found
-- Looking for 15 include files stdio.h, ..., sys/un.h
-- Looking for 15 include files stdio.h, ..., sys/un.h - found
-- Looking for 16 include files stdio.h, ..., sys/utime.h
-- Looking for 16 include files stdio.h, ..., sys/utime.h - not found
-- Looking for 16 include files stdio.h, ..., alloca.h
-- Looking for 16 include files stdio.h, ..., alloca.h - found
-- Looking for 17 include files stdio.h, ..., arpa/inet.h
-- Looking for 17 include files stdio.h, ..., arpa/inet.h - found
-- Looking for 18 include files stdio.h, ..., arpa/tftp.h
-- Looking for 18 include files stdio.h, ..., arpa/tftp.h - found
-- Looking for 19 include files stdio.h, ..., assert.h
-- Looking for 19 include files stdio.h, ..., assert.h - found
-- Looking for 20 include files stdio.h, ..., crypto.h
-- Looking for 20 include files stdio.h, ..., crypto.h - not found
-- Looking for 20 include files stdio.h, ..., des.h
-- Looking for 20 include files stdio.h, ..., des.h - not found
-- Looking for 20 include files stdio.h, ..., err.h
-- Looking for 20 include files stdio.h, ..., err.h - found
-- Looking for 21 include files stdio.h, ..., errno.h
-- Looking for 21 include files stdio.h, ..., errno.h - found
-- Looking for 22 include files stdio.h, ..., fcntl.h
-- Looking for 22 include files stdio.h, ..., fcntl.h - found
-- Looking for 23 include files stdio.h, ..., gssapi/gssapi.h
-- Looking for 23 include files stdio.h, ..., gssapi/gssapi.h - found
-- Looking for 24 include files stdio.h, ..., gssapi/gssapi_generic.h
-- Looking for 24 include files stdio.h, ..., gssapi/gssapi_generic.h - found
-- Looking for 25 include files stdio.h, ..., gssapi/gssapi_krb5.h
-- Looking for 25 include files stdio.h, ..., gssapi/gssapi_krb5.h - found
-- Looking for 26 include files stdio.h, ..., idn-free.h
-- Looking for 26 include files stdio.h, ..., idn-free.h - not found
-- Looking for 26 include files stdio.h, ..., ifaddrs.h
-- Looking for 26 include files stdio.h, ..., ifaddrs.h - found
-- Looking for 27 include files stdio.h, ..., io.h
-- Looking for 27 include files stdio.h, ..., io.h - not found
-- Looking for 27 include files stdio.h, ..., krb.h
-- Looking for 27 include files stdio.h, ..., krb.h - not found
-- Looking for 27 include files stdio.h, ..., libgen.h
-- Looking for 27 include files stdio.h, ..., libgen.h - found
-- Looking for 28 include files stdio.h, ..., limits.h
-- Looking for 28 include files stdio.h, ..., limits.h - found
-- Looking for 29 include files stdio.h, ..., locale.h
-- Looking for 29 include files stdio.h, ..., locale.h - found
-- Looking for 30 include files stdio.h, ..., net/if.h
-- Looking for 30 include files stdio.h, ..., net/if.h - found
-- Looking for 31 include files stdio.h, ..., netdb.h
-- Looking for 31 include files stdio.h, ..., netdb.h - found
-- Looking for 32 include files stdio.h, ..., netinet/in.h
-- Looking for 32 include files stdio.h, ..., netinet/in.h - found
-- Looking for 33 include files stdio.h, ..., netinet/tcp.h
-- Looking for 33 include files stdio.h, ..., netinet/tcp.h - found
-- Looking for 34 include files stdio.h, ..., pem.h
-- Looking for 34 include files stdio.h, ..., pem.h - not found
-- Looking for 34 include files stdio.h, ..., poll.h
-- Looking for 34 include files stdio.h, ..., poll.h - found
-- Looking for 35 include files stdio.h, ..., pwd.h
-- Looking for 35 include files stdio.h, ..., pwd.h - found
-- Looking for 36 include files stdio.h, ..., rsa.h
-- Looking for 36 include files stdio.h, ..., rsa.h - not found
-- Looking for 36 include files stdio.h, ..., setjmp.h
-- Looking for 36 include files stdio.h, ..., setjmp.h - found
-- Looking for 37 include files stdio.h, ..., sgtty.h
-- Looking for 37 include files stdio.h, ..., sgtty.h - found
-- Looking for 38 include files stdio.h, ..., signal.h
-- Looking for 38 include files stdio.h, ..., signal.h - found
-- Looking for 39 include files stdio.h, ..., ssl.h
-- Looking for 39 include files stdio.h, ..., ssl.h - not found
-- Looking for 39 include files stdio.h, ..., stdbool.h
-- Looking for 39 include files stdio.h, ..., stdbool.h - found
-- Looking for 42 include files stdio.h, ..., stdlib.h
-- Looking for 42 include files stdio.h, ..., stdlib.h - found
-- Looking for 43 include files stdio.h, ..., string.h
-- Looking for 43 include files stdio.h, ..., string.h - found
-- Looking for 44 include files stdio.h, ..., strings.h
-- Looking for 44 include files stdio.h, ..., strings.h - found
-- Looking for 45 include files stdio.h, ..., stropts.h
-- Looking for 45 include files stdio.h, ..., stropts.h - not found
-- Looking for 45 include files stdio.h, ..., termio.h
-- Looking for 45 include files stdio.h, ..., termio.h - not found
-- Looking for 45 include files stdio.h, ..., termios.h
-- Looking for 45 include files stdio.h, ..., termios.h - found
-- Looking for 46 include files stdio.h, ..., time.h
-- Looking for 46 include files stdio.h, ..., time.h - found
-- Looking for 47 include files stdio.h, ..., tld.h
-- Looking for 47 include files stdio.h, ..., tld.h - not found
-- Looking for 47 include files stdio.h, ..., unistd.h
-- Looking for 47 include files stdio.h, ..., unistd.h - found
-- Looking for 48 include files stdio.h, ..., utime.h
-- Looking for 48 include files stdio.h, ..., utime.h - found
-- Looking for 49 include files stdio.h, ..., x509.h
-- Looking for 49 include files stdio.h, ..., x509.h - not found
-- Looking for 49 include files stdio.h, ..., process.h
-- Looking for 49 include files stdio.h, ..., process.h - not found
-- Looking for 50 include files stdio.h, ..., dlfcn.h
-- Looking for 50 include files stdio.h, ..., dlfcn.h - found
-- Looking for 51 include files stdio.h, ..., malloc.h
-- Looking for 51 include files stdio.h, ..., malloc.h - not found
-- Looking for 51 include files stdio.h, ..., memory.h
-- Looking for 51 include files stdio.h, ..., memory.h - found
-- Looking for 52 include files stdio.h, ..., netinet/if_ether.h
-- Looking for 52 include files stdio.h, ..., netinet/if_ether.h - found
-- Looking for 54 include files stdio.h, ..., sockio.h
-- Looking for 54 include files stdio.h, ..., sockio.h - not found
-- Looking for 54 include files stdio.h, ..., sys/utsname.h
-- Looking for 54 include files stdio.h, ..., sys/utsname.h - found
-- Looking for 55 include files stdio.h, ..., idna.h
-- Looking for 55 include files stdio.h, ..., idna.h - not found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of long long
-- Check size of long long - done
-- Check size of long
-- Check size of long - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of time_t
-- Check size of time_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Looking for basename
-- Looking for basename - found
-- Looking for socket
-- Looking for socket - found
-- Looking for poll
-- Looking for poll - found
-- Looking for select
-- Looking for select - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for uname
-- Looking for uname - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strcmpi
-- Looking for strcmpi - not found
-- Looking for strncmpi
-- Looking for strncmpi - not found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for gethostbyaddr
-- Looking for gethostbyaddr - found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for inet_addr
-- Looking for inet_addr - found
-- Looking for inet_ntoa
-- Looking for inet_ntoa - found
-- Looking for inet_ntoa_r
-- Looking for inet_ntoa_r - not found
-- Looking for tcsetattr
-- Looking for tcsetattr - found
-- Looking for tcgetattr
-- Looking for tcgetattr - found
-- Looking for perror
-- Looking for perror - found
-- Looking for closesocket
-- Looking for closesocket - not found
-- Looking for setvbuf
-- Looking for setvbuf - found
-- Looking for sigsetjmp
-- Looking for sigsetjmp - found
-- Looking for getpass_r
-- Looking for getpass_r - not found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for utime
-- Looking for utime - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for signal
-- Looking for signal - found
-- Looking for SIGALRM
-- Looking for SIGALRM - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for _strtoi64
-- Looking for _strtoi64 - not found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for siginterrupt
-- Looking for siginterrupt - found
-- Looking for fork
-- Looking for fork - found
-- Looking for freeaddrinfo
-- Looking for freeaddrinfo - found
-- Looking for freeifaddrs
-- Looking for freeifaddrs - found
-- Looking for pipe
-- Looking for pipe - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for getprotobyname
-- Looking for getprotobyname - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for idn_free
-- Looking for idn_free - not found
-- Looking for idna_strerror
-- Looking for idna_strerror - not found
-- Looking for tld_strerror
-- Looking for tld_strerror - not found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for ioctl
-- Looking for ioctl - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Performing Curl Test HAVE_FCNTL_O_NONBLOCK
-- Performing Curl Test HAVE_FCNTL_O_NONBLOCK - Success
-- Performing Curl Test HAVE_IOCTLSOCKET
-- Performing Curl Test HAVE_IOCTLSOCKET - Failed
-- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL
-- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL - Failed
-- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO
-- Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO - Failed
-- Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO
-- Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO - Failed
-- Performing Curl Test HAVE_IOCTL_FIONBIO
-- Performing Curl Test HAVE_IOCTL_FIONBIO - Success
-- Performing Curl Test HAVE_IOCTL_SIOCGIFADDR
-- Performing Curl Test HAVE_IOCTL_SIOCGIFADDR - Success
-- Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK
-- Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK - Failed
-- Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
-- Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Failed
-- Performing Curl Test TIME_WITH_SYS_TIME
-- Performing Curl Test TIME_WITH_SYS_TIME - Success
-- Performing Curl Test HAVE_O_NONBLOCK
-- Performing Curl Test HAVE_O_NONBLOCK - Failed
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_5
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_5 - Failed
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_7
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 - Failed
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_8
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 - Failed
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT - Failed
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT - Failed
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT
-- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT - Failed
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_3
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 - Failed
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_5
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 - Failed
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_6
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 - Failed
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Failed
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT
-- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Failed
-- Performing Curl Test HAVE_SOCKLEN_T
-- Performing Curl Test HAVE_SOCKLEN_T - Success
-- Performing Curl Test HAVE_IN_ADDR_T
-- Performing Curl Test HAVE_IN_ADDR_T - Success
-- Performing Curl Test HAVE_BOOL_T
-- Performing Curl Test HAVE_BOOL_T - Success
-- Performing Curl Test STDC_HEADERS
-- Performing Curl Test STDC_HEADERS - Success
-- Performing Curl Test RETSIGTYPE_TEST
-- Performing Curl Test RETSIGTYPE_TEST - Success
-- Performing Curl Test HAVE_INET_NTOA_R_DECL
-- Performing Curl Test HAVE_INET_NTOA_R_DECL - Failed
-- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT
-- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT - Failed
-- Performing Curl Test HAVE_GETADDRINFO
-- Performing Curl Test HAVE_GETADDRINFO - Success
-- Performing Curl Test HAVE_FILE_OFFSET_BITS
-- Performing Curl Test HAVE_FILE_OFFSET_BITS - Success
-- Performing Curl Test HAVE_GLIBC_STRERROR_R
-- Performing Curl Test HAVE_GLIBC_STRERROR_R - Failed
-- Performing Curl Test HAVE_POSIX_STRERROR_R
-- Performing Curl Test HAVE_POSIX_STRERROR_R - Success
-- Check size of curl_off_t
-- Check size of curl_off_t - failed
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Performing Test curl_cv_recv
-- Performing Test curl_cv_recv - Success
-- Performing Test int recv(int, void *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, size_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, size_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, socklen_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, socklen_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, socklen_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, unsigned int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, unsigned int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, void *, unsigned int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, size_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, size_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, socklen_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, socklen_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, socklen_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, unsigned int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, unsigned int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(int, char *, unsigned int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(int, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, size_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, size_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, socklen_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, socklen_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, unsigned int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, unsigned int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, size_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, size_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, socklen_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, socklen_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, unsigned int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, unsigned int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, size_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, size_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, socklen_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, socklen_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, unsigned int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, unsigned int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, size_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, size_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, socklen_t, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, socklen_t, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, unsigned int, int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, unsigned int, int) (curl_cv_func_recv_test) - Failed
-- Performing Test int recv(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_recv_test)
-- Performing Test int recv(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed
-- Performing Test ssize_t recv(int, void *, size_t, int) (curl_cv_func_recv_test)
-- Performing Test ssize_t recv(int, void *, size_t, int) (curl_cv_func_recv_test) - Success
-- Performing Test curl_cv_send
-- Performing Test curl_cv_send - Success
-- Performing Test int send(int, const void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const void *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, void *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, char *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(int, const char *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(int, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const void *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(ssize_t, const char *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(ssize_t, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const void *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, size_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, size_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, size_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, socklen_t, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, socklen_t, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, socklen_t, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, unsigned int, int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, unsigned int, int) (curl_cv_func_send_test) - Failed
-- Performing Test int send(SOCKET, const char *, unsigned int, unsigned int) (curl_cv_func_send_test)
-- Performing Test int send(SOCKET, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed
-- Performing Test ssize_t send(int, const void *, size_t, int) (curl_cv_func_send_test)
-- Performing Test ssize_t send(int, const void *, size_t, int) (curl_cv_func_send_test) - Success
-- Performing Test HAVE_MSG_NOSIGNAL
-- Performing Test HAVE_MSG_NOSIGNAL - Failed
-- Performing Test HAVE_STRUCT_TIMEVAL
-- Performing Test HAVE_STRUCT_TIMEVAL - Success
-- Performing Test HAVE_POLL_FINE
-- Performing Test HAVE_POLL_FINE - Success
-- Check size of sig_atomic_t
-- Check size of sig_atomic_t - done
-- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE
-- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE - Success
-- Check size of struct sockaddr_storage
-- Check size of struct sockaddr_storage - done
-- Performing Test HAVE_RESTRICT
-- Performing Test HAVE_RESTRICT - Success
-- Performing Test HAVE___RESTRICT
-- Performing Test HAVE___RESTRICT - Success
-- Performing Test HAVE_INLINE
-- Performing Test HAVE_INLINE - Failed
-- Performing Test HAVE___INLINE
-- Performing Test HAVE___INLINE - Failed
-- Looking for byteswap.h
-- Looking for byteswap.h - not found
-- Looking for sys/sysctl.h
-- Looking for sys/sysctl.h - found
-- Performing Test HAVE_BSWAP_16
-- Performing Test HAVE_BSWAP_16 - Failed
-- Performing Test HAVE_BSWAP_32
-- Performing Test HAVE_BSWAP_32 - Failed
-- Performing Test HAVE_BSWAP_64
-- Performing Test HAVE_BSWAP_64 - Failed
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of uintmax_t
-- Check size of uintmax_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Check size of unsigned
-- Check size of unsigned - done
-- Check size of unsigned long
-- Check size of unsigned long - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of unsigned __int64
-- Check size of unsigned __int64 - failed
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Found ZLIB: cmzlib  
-- Found BZip2: cmbzip2 (found version "1.0.5") 
-- Looking for BZ2_bzCompressInit in cmbzip2
-- Looking for BZ2_bzCompressInit in cmbzip2 - not found
-- Performing Test HAVE_DIRENT_H
-- Performing Test HAVE_DIRENT_H - Success
-- Looking for include files sys/types.h, ctype.h
-- Looking for include files sys/types.h, ctype.h - found
-- Looking for 3 include files sys/types.h, ..., copyfile.h
-- Looking for 3 include files sys/types.h, ..., copyfile.h - found
-- Looking for 4 include files sys/types.h, ..., direct.h
-- Looking for 4 include files sys/types.h, ..., direct.h - not found
-- Looking for 6 include files sys/types.h, ..., ext2fs/ext2_fs.h
-- Looking for 6 include files sys/types.h, ..., ext2fs/ext2_fs.h - not found
-- Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS
-- Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS - Failed
-- Looking for 7 include files sys/types.h, ..., grp.h
-- Looking for 7 include files sys/types.h, ..., grp.h - found
-- Looking for 9 include files sys/types.h, ..., langinfo.h
-- Looking for 9 include files sys/types.h, ..., langinfo.h - found
-- Looking for 11 include files sys/types.h, ..., linux/types.h
-- Looking for 11 include files sys/types.h, ..., linux/types.h - not found
-- Looking for 11 include files sys/types.h, ..., linux/fiemap.h
-- Looking for 11 include files sys/types.h, ..., linux/fiemap.h - not found
-- Looking for 11 include files sys/types.h, ..., linux/fs.h
-- Looking for 11 include files sys/types.h, ..., linux/fs.h - not found
-- Looking for 11 include files sys/types.h, ..., linux/magic.h
-- Looking for 11 include files sys/types.h, ..., linux/magic.h - not found
-- Looking for 13 include files sys/types.h, ..., paths.h
-- Looking for 13 include files sys/types.h, ..., paths.h - found
-- Looking for 16 include files sys/types.h, ..., regex.h
-- Looking for 16 include files sys/types.h, ..., regex.h - found
-- Looking for 18 include files sys/types.h, ..., spawn.h
-- Looking for 18 include files sys/types.h, ..., spawn.h - found
-- Looking for 19 include files sys/types.h, ..., stdarg.h
-- Looking for 19 include files sys/types.h, ..., stdarg.h - found
-- Looking for 24 include files sys/types.h, ..., sys/acl.h
-- Looking for 24 include files sys/types.h, ..., sys/acl.h - found
-- Looking for 25 include files sys/types.h, ..., sys/cdefs.h
-- Looking for 25 include files sys/types.h, ..., sys/cdefs.h - found
-- Looking for 27 include files sys/types.h, ..., sys/mkdev.h
-- Looking for 27 include files sys/types.h, ..., sys/mkdev.h - not found
-- Looking for 27 include files sys/types.h, ..., sys/mount.h
-- Looking for 27 include files sys/types.h, ..., sys/mount.h - found
-- Looking for 32 include files sys/types.h, ..., sys/statfs.h
-- Looking for 32 include files sys/types.h, ..., sys/statfs.h - not found
-- Looking for 32 include files sys/types.h, ..., sys/statvfs.h
-- Looking for 32 include files sys/types.h, ..., sys/statvfs.h - found
-- Looking for 35 include files sys/types.h, ..., sys/vfs.h
-- Looking for 35 include files sys/types.h, ..., sys/vfs.h - not found
-- Looking for 35 include files sys/types.h, ..., sys/wait.h
-- Looking for 35 include files sys/types.h, ..., sys/wait.h - found
-- Looking for 39 include files sys/types.h, ..., wchar.h
-- Looking for 39 include files sys/types.h, ..., wchar.h - found
-- Looking for 40 include files sys/types.h, ..., wctype.h
-- Looking for 40 include files sys/types.h, ..., wctype.h - found
-- Looking for 41 include files sys/types.h, ..., windows.h
-- Looking for 41 include files sys/types.h, ..., windows.h - not found
-- Looking for 41 include files sys/types.h, ..., wincrypt.h
-- Looking for 41 include files sys/types.h, ..., wincrypt.h - not found
-- Looking for 41 include files sys/types.h, ..., winioctl.h
-- Looking for 41 include files sys/types.h, ..., winioctl.h - not found
-- Performing Test SAFE_TO_DEFINE_EXTENSIONS
-- Performing Test SAFE_TO_DEFINE_EXTENSIONS - Success
-- Looking for MD5Init in md
-- Looking for MD5Init in md - not found
-- Looking for _CrtSetReportMode
-- Looking for _CrtSetReportMode - not found
-- Looking for chflags
-- Looking for chflags - found
-- Looking for chown
-- Looking for chown - found
-- Looking for chroot
-- Looking for chroot - found
-- Looking for ctime_r
-- Looking for ctime_r - found
-- Looking for dirfd
-- Looking for dirfd - found
-- Looking for fchdir
-- Looking for fchdir - found
-- Looking for fchflags
-- Looking for fchflags - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fchown
-- Looking for fchown - found
-- Looking for fdopendir
-- Looking for fdopendir - found
-- Looking for fstat
-- Looking for fstat - found
-- Looking for fstatat
-- Looking for fstatat - found
-- Looking for fstatfs
-- Looking for fstatfs - found
-- Looking for fstatvfs
-- Looking for fstatvfs - found
-- Looking for futimens
-- Looking for futimens - not found
-- Looking for futimes
-- Looking for futimes - found
-- Looking for futimesat
-- Looking for futimesat - not found
-- Looking for getgrgid_r
-- Looking for getgrgid_r - found
-- Looking for getgrnam_r
-- Looking for getgrnam_r - found
-- Looking for getpwnam_r
-- Looking for getpwnam_r - found
-- Looking for getpwuid_r
-- Looking for getpwuid_r - found
-- Looking for getpid
-- Looking for getpid - found
-- Looking for getvfsbyname
-- Looking for getvfsbyname - found
-- Looking for lchflags
-- Looking for lchflags - found
-- Looking for lchmod
-- Looking for lchmod - found
-- Looking for lchown
-- Looking for lchown - found
-- Looking for link
-- Looking for link - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for lutimes
-- Looking for lutimes - found
-- Looking for mbrtowc
-- Looking for mbrtowc - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for mkdir
-- Looking for mkdir - found
-- Looking for mkfifo
-- Looking for mkfifo - found
-- Looking for mknod
-- Looking for mknod - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for openat
-- Looking for openat - found
-- Looking for posix_spawnp
-- Looking for posix_spawnp - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for statfs
-- Looking for statfs - found
-- Looking for statvfs
-- Looking for statvfs - found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strncpy_s
-- Looking for strncpy_s - not found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for symlink
-- Looking for symlink - found
-- Looking for timegm
-- Looking for timegm - found
-- Looking for tzset
-- Looking for tzset - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for utimensat
-- Looking for utimensat - not found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for wcrtomb
-- Looking for wcrtomb - found
-- Looking for wcscmp
-- Looking for wcscmp - found
-- Looking for wcscpy
-- Looking for wcscpy - found
-- Looking for wcslen
-- Looking for wcslen - found
-- Looking for wctomb
-- Looking for wctomb - found
-- Looking for _ctime64_s
-- Looking for _ctime64_s - not found
-- Looking for _fseeki64
-- Looking for _fseeki64 - not found
-- Looking for _get_timezone
-- Looking for _get_timezone - not found
-- Looking for _localtime64_s
-- Looking for _localtime64_s - not found
-- Looking for _mkgmtime64
-- Looking for _mkgmtime64 - not found
-- Looking for cygwin_conv_path
-- Looking for cygwin_conv_path - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for vprintf
-- Looking for vprintf - found
-- Looking for wmemcmp
-- Looking for wmemcmp - found
-- Looking for wmemcpy
-- Looking for wmemcpy - found
-- Performing Test HAVE_READDIR_R
-- Performing Test HAVE_READDIR_R - Success
-- Performing Test HAVE_READLINKAT
-- Performing Test HAVE_READLINKAT - Success
-- Performing Test MAJOR_IN_MKDEV
-- Performing Test MAJOR_IN_MKDEV - Failed
-- Performing Test MAJOR_IN_SYSMACROS
-- Performing Test MAJOR_IN_SYSMACROS - Failed
-- Looking for EFTYPE
-- Looking for EFTYPE - found
-- Looking for EILSEQ
-- Looking for EILSEQ - found
-- Looking for D_MD_ORDER
-- Looking for D_MD_ORDER - found
-- Looking for INT64_MAX
-- Looking for INT64_MAX - found
-- Looking for INT64_MIN
-- Looking for INT64_MIN - found
-- Looking for UINT32_MAX
-- Looking for UINT32_MAX - found
-- Looking for UINT64_MAX
-- Looking for UINT64_MAX - found
-- Looking for SIZE_MAX
-- Looking for SIZE_MAX - found
-- Looking for SSIZE_MAX
-- Looking for SSIZE_MAX - found
-- Performing Test HAVE_STRUCT_TM_TM_GMTOFF
-- Performing Test HAVE_STRUCT_TM_TM_GMTOFF - Success
-- Performing Test HAVE_STRUCT_TM___TM_GMTOFF
-- Performing Test HAVE_STRUCT_TM___TM_GMTOFF - Failed
-- Performing Test HAVE_STRUCT_STATFS_F_NAMEMAX
-- Performing Test HAVE_STRUCT_STATFS_F_NAMEMAX - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME
-- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME - Success
-- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIME_N
-- Performing Test HAVE_STRUCT_STAT_ST_MTIME_N - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_UMTIME
-- Performing Test HAVE_STRUCT_STAT_ST_UMTIME - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE
-- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE - Success
-- Performing Test HAVE_STRUCT_STAT_ST_FLAGS
-- Performing Test HAVE_STRUCT_STAT_ST_FLAGS - Success
-- Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE
-- Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE - Failed
-- Check size of dev_t
-- Check size of dev_t - done
-- Check size of gid_t
-- Check size of gid_t - done
-- Check size of id_t
-- Check size of id_t - done
-- Check size of mode_t
-- Check size of mode_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of uid_t
-- Check size of uid_t - done
-- Check size of pid_t
-- Check size of pid_t - done
-- Check size of intptr_t
-- Check size of intptr_t - done
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Checking _FILE_OFFSET_BITS for large files
-- Checking _FILE_OFFSET_BITS for large files - not needed
-- Checking support for ARCHIVE_CRYPTO_MD5_LIBC
-- Checking support for ARCHIVE_CRYPTO_MD5_LIBC -- not found
-- Checking support for ARCHIVE_CRYPTO_RMD160_LIBC
-- Checking support for ARCHIVE_CRYPTO_RMD160_LIBC -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA1_LIBC
-- Checking support for ARCHIVE_CRYPTO_SHA1_LIBC -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2 -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2 -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2 -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3 -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3 -- not found
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3 -- not found
-- Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM
-- Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM -- found
-- Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM
-- Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM -- found
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM
-- Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM -- found
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM
-- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM -- found
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM
-- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM -- found
-- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD
-- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD -- not found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for cbreak in /usr/lib/libncurses.dylib
-- Looking for cbreak in /usr/lib/libncurses.dylib - found
-- Looking for elf.h
-- Looking for elf.h - not found
-- Looking for a Fortran compiler
-- Looking for a Fortran compiler - NOTFOUND
-- Performing Test run_pic_test
-- Performing Test run_pic_test - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demo/lode/packages/cmake-3.3.1
---------------------------------------------
CMake has bootstrapped.  Now run make.
Scanning dependencies of target cmIML_test
Scanning dependencies of target cmzlib
Scanning dependencies of target cmsys_c
Scanning dependencies of target cmsys
[  0%] Building C object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test.c.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/ProcessUNIX.c.o
[  0%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/adler32.c.o
[  0%] Building C object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_ABI_C.c.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o
[  0%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/compress.c.o
[  0%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/crc32.c.o
[  0%] Building C object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_INT_C.c.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Base64.c.o
[  0%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/deflate.c.o
[  0%] Building C object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_include_C.c.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/EncodingC.c.o
[  1%] Building CXX object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_ABI_CXX.cxx.o
[  1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o
[  1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/MD5.c.o
[  2%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/gzio.c.o
[  2%] Building CXX object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_INT_CXX.cxx.o
[  2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o
[  2%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Terminal.c.o
[  2%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/inffast.c.o
[  2%] Building CXX object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_include_CXX.cxx.o
[  2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o
[  2%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/System.c.o
[  2%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/inflate.c.o
[  2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o
[  3%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/String.c.o
[  4%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o
[  4%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/inftrees.c.o
[  4%] Linking C static library libcmsys_c.a
[  4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o
[  4%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/trees.c.o
[  4%] Linking CXX executable cmIML_test
[  4%] Built target cmsys_c
[  4%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/uncompr.c.o
[  4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o
[  4%] Building C object Utilities/cmzlib/CMakeFiles/cmzlib.dir/zutil.c.o
[  4%] Built target cmIML_test
Scanning dependencies of target cmcompress
[  4%] Building C object Utilities/cmcompress/CMakeFiles/cmcompress.dir/cmcompress.c.o
[  5%] Linking C static library libcmzlib.a
[  5%] Linking C static library libcmcompress.a
[  5%] Built target cmzlib
[  5%] Built target cmcompress
Scanning dependencies of target cmbzip2
[  5%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/blocksort.c.o
Scanning dependencies of target cmliblzma
[  5%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/huffman.c.o
Scanning dependencies of target cmexpat
[  5%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/xmlparse.c.o
[  5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o
[  5%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/crctable.c.o
[  5%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/check.c.o
[  5%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/randtable.c.o
[  6%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_fast.c.o
[  7%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/compress.c.o
[  7%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/xmltok.c.o
[  7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_table.c.o
[  7%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/decompress.c.o
[  7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_fast.c.o
[  7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_table.c.o
[  7%] Building C object Utilities/cmbzip2/CMakeFiles/cmbzip2.dir/bzlib.c.o
[  7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/sha256.c.o
[  7%] Linking C static library libcmbzip2.a
[  7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_decoder.c.o
[  7%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/xmlrole.c.o
[  7%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o
[  7%] Built target cmbzip2
Scanning dependencies of target cmjsoncpp
[  7%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_reader.cpp.o
[  7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_encoder.c.o
[  7%] Linking C static library libcmexpat.a
[  7%] Built target cmexpat
[  7%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o
[  8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/auto_decoder.c.o
[  8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_decoder.c.o
[  8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_encoder.c.o
[  8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_decoder.c.o
[  8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_encoder.c.o
Scanning dependencies of target cmForm
[  8%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o
[  8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_decoder.c.o
[  9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_encoder.c.o
[  9%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_attr.c.o
[  9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_util.c.o
[  9%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_current.c.o
[  9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/common.c.o
[  9%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o
[  9%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_def.c.o
[  9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_buffer_encoder.c.o
[ 10%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_dup.c.o
[ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_decoder_memusage.c.o
[ 10%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftchoice.c.o
[ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder.c.o
[ 10%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftlink.c.o
[ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder_memusage.c.o
[ 10%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_info.c.o
[ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_preset.c.o
[ 11%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_just.c.o
[ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_decoder.c.o
[ 11%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_link.c.o
[ 11%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_value.cpp.o
[ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_encoder.c.o
[ 11%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_max.c.o
[ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_common.c.o
[ 12%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_move.c.o
[ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_decoder.c.o
[ 12%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_newftyp.c.o
[ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_encoder.c.o
[ 12%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_opts.c.o
[ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_decoder.c.o
[ 12%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_pad.c.o
[ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_encoder.c.o
[ 13%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_page.c.o
[ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index.c.o
[ 13%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_stat.c.o
[ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_decoder.c.o
[ 14%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_type.c.o
[ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_encoder.c.o
[ 14%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_user.c.o
[ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_hash.c.o
[ 14%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_cursor.c.o
[ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_decoder.c.o
[ 14%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_data.c.o
[ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_encoder.c.o
[ 15%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_def.c.o
[ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_decoder.c.o
[ 15%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_driver.c.o
[ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_encoder.c.o
[ 16%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_writer.cpp.o
[ 17%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o
[ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_common.c.o
[ 17%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_hook.c.o
[ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_decoder.c.o
[ 18%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_opts.c.o
[ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_encoder.c.o
[ 18%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_page.c.o
[ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_decoder.c.o
[ 18%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_post.c.o
[ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_encoder.c.o
[ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_req_name.c.o
[ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_size.c.o
[ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_scale.c.o
[ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_common.c.o
[ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_sub.c.o
[ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_decoder.c.o
[ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_user.c.o
[ 20%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_encoder.c.o
[ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_win.c.o
[ 20%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_decoder.c.o
[ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alnum.c.o
[ 21%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder.c.o
[ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alpha.c.o
[ 21%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder_mf.c.o
[ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_enum.c.o
[ 21%] Linking CXX static library libcmjsoncpp.a
[ 21%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/fastpos_table.c.o
[ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_int.c.o
[ 21%] Built target cmjsoncpp
Scanning dependencies of target pseudonl_BC
[ 21%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/ret0.c.o
[ 21%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_decoder.c.o
[ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_ipv4.c.o
[ 22%] Linking C executable BC
[ 22%] Built target pseudonl_BC
[ 22%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_encoder.c.o
Scanning dependencies of target pseudonl_purify
[ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_num.c.o
[ 23%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/ret0.c.o
[ 23%] Linking C executable purify
[ 23%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_decoder.c.o
[ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_regex.c.o
[ 23%] Built target pseudonl_purify
Scanning dependencies of target pseudonl_valgrind
[ 23%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/ret0.c.o
[ 23%] Linking C static library libcmForm.a
[ 23%] Linking C executable valgrind
[ 23%] Built target pseudonl_valgrind
[ 23%] Built target cmForm
[ 23%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder.c.o
[ 23%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.cxx.o
Scanning dependencies of target pseudo_emulator
[ 23%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o
[ 23%] Building C object Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/pseudo_emulator.c.o
[ 23%] Linking C executable pseudo_emulator
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_fast.c.o
[ 24%] Built target pseudo_emulator
[ 24%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_normal.c.o
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_presets.c.o
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/rangecoder/price_table.c.o
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/arm.c.o
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/armthumb.c.o
[ 24%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/ia64.c.o
Scanning dependencies of target pseudo_iwyu
[ 25%] Building C object Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/pseudo_iwyu.c.o
[ 26%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/powerpc.c.o
Scanning dependencies of target foo
[ 26%] Linking C executable pseudo_iwyu
[ 26%] Building CXX object Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.o
[ 26%] Linking CXX static library libfoo.a
[ 26%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_coder.c.o
[ 26%] Built target pseudo_iwyu
[ 26%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_decoder.c.o
[ 26%] Built target foo
Scanning dependencies of target cmsysTestProcess
Scanning dependencies of target cmsysTestSharedForward
[ 26%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_encoder.c.o
[ 26%] Building C object Source/kwsys/CMakeFiles/cmsysTestProcess.dir/testProcess.c.o
[ 26%] Building C object Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/testSharedForward.c.o
[ 26%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/sparc.c.o
[ 26%] Linking C executable cmsysTestSharedForward
[ 26%] Linking C executable cmsysTestProcess
[ 26%] Built target cmsysTestSharedForward
[ 26%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/x86.c.o
Scanning dependencies of target cmsysTestsC
[ 26%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/cmsysTestsC.c.o
[ 26%] Built target cmsysTestProcess
Scanning dependencies of target cmcurl
[ 27%] Linking C static library libcmliblzma.a
[ 27%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testEncode.c.o
[ 28%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testTerminal.c.o
[ 28%] Built target cmliblzma
Scanning dependencies of target cmlibarchive
[ 28%] Linking C executable cmsysTestsC
[ 28%] Built target cmsysTestsC
[ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_check_magic.c.o
[ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_acl.c.o
[ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cmdline.c.o
[ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_crypto.c.o
[ 28%] Linking CXX static library libcmsys.a
[ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry.c.o
[ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_copy_stat.c.o
[ 29%] Built target cmsys
[ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_link_resolver.c.o
Scanning dependencies of target cmsysTestDynload
[ 29%] Building C object Source/kwsys/CMakeFiles/cmsysTestDynload.dir/testDynload.c.o
[ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_sparse.c.o
Scanning dependencies of target cmsysTestsCxx
[ 30%] Linking C shared module libcmsysTestDynload.so
[ 30%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/cmsysTestsCxx.cxx.o
[ 30%] Built target cmsysTestDynload
[ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_stat.c.o
[ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_strmode.c.o
[ 30%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testAutoPtr.cxx.o
Scanning dependencies of target OSXScriptLauncher
[ 31%] Building CXX object Source/CMakeFiles/OSXScriptLauncher.dir/CPack/OSXScriptLauncher.cxx.o
[ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_xattr.c.o
[ 31%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testHashSTL.cxx.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_getdate.c.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_match.c.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_options.c.o
[ 32%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/file.c.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_pack_dev.c.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_pathmatch.c.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_ppmd7.c.o
[ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_rb.c.o
[ 33%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/timeval.c.o
[ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read.c.o
[ 34%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/base64.c.o
[ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_append_filter.c.o
[ 34%] Linking CXX executable ../bin/OSXScriptLauncher
[ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_data_into_fd.c.o
[ 34%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testIOS.cxx.o
[ 34%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hostip.c.o
[ 34%] Built target OSXScriptLauncher
[ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_disk_entry_from_file.c.o
[ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_disk_posix.c.o
[ 35%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemTools.cxx.o
[ 35%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_disk_set_standard_lookup.c.o
[ 35%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/progress.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_extract.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_extract2.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_fd.c.o
[ 36%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/formdata.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_file.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_filename.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_memory.c.o
[ 36%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/cookie.c.o
[ 36%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_set_format.c.o
[ 37%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http.c.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_set_options.c.o
[ 38%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments.cxx.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_all.c.o
[ 38%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/sendf.c.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_bzip2.c.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_compress.c.o
[ 38%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments1.cxx.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_gzip.c.o
[ 38%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/ftp.c.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_grzip.c.o
[ 38%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_lrzip.c.o
[ 39%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_lzop.c.o
[ 39%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_none.c.o
[ 39%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/url.c.o
[ 39%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_program.c.o
[ 39%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testEncoding.cxx.o
[ 39%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_rpm.c.o
[ 39%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/dict.c.o
[ 39%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_uu.c.o
[ 39%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testFStream.cxx.o
[ 39%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_xz.c.o
[ 39%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/if2ip.c.o
[ 39%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/speedcheck.c.o
[ 40%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_7zip.c.o
[ 40%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_all.c.o
[ 41%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/ldap.c.o
[ 41%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_ar.c.o
[ 41%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/version.c.o
[ 41%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_by_code.c.o
[ 41%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/getenv.c.o
[ 41%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_cab.c.o
[ 41%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/escape.c.o
[ 41%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemInformation.cxx.o
[ 41%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/mprintf.c.o
[ 41%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_cpio.c.o
[ 41%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testDynamicLoader.cxx.o
[ 41%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/telnet.c.o
[ 41%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_empty.c.o
[ 42%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/netrc.c.o
[ 43%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_iso9660.c.o
[ 43%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/getinfo.c.o
[ 43%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_lha.c.o
[ 43%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/transfer.c.o
[ 43%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_mtree.c.o
[ 43%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/strequal.c.o
[ 43%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_rar.c.o
[ 43%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_raw.c.o
[ 44%] Linking CXX executable cmsysTestsCxx
[ 44%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/easy.c.o
[ 44%] Built target cmsysTestsCxx
[ 44%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_tar.c.o
[ 44%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/security.c.o
[ 44%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_xar.c.o
[ 44%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_fnmatch.c.o
[ 45%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/fileinfo.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_zip.c.o
[ 46%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/ftplistparser.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_string.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_string_sprintf.c.o
[ 46%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/wildcard.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_util.c.o
[ 46%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/krb5.c.o
[ 46%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/memdebug.c.o
[ 46%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http_chunks.c.o
[ 46%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_virtual.c.o
[ 46%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/strtok.c.o
[ 47%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/connect.c.o
[ 47%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write.c.o
[ 47%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/llist.c.o
[ 48%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_disk_acl.c.o
[ 48%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_disk_posix.c.o
[ 48%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hash.c.o
[ 48%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/multi.c.o
[ 48%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/content_encoding.c.o
[ 48%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/share.c.o
[ 48%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_disk_set_standard_lookup.c.o
[ 49%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http_digest.c.o
[ 49%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_fd.c.o
[ 49%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_file.c.o
[ 49%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_filename.c.o
[ 49%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_memory.c.o
[ 49%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/md4.c.o
[ 50%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter.c.o
[ 50%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/md5.c.o
[ 50%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_b64encode.c.o
[ 50%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_by_name.c.o
[ 50%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_bzip2.c.o
[ 50%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_compress.c.o
[ 50%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http_negotiate.c.o
[ 50%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_grzip.c.o
[ 50%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/inet_pton.c.o
[ 51%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_gzip.c.o
[ 51%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_lrzip.c.o
[ 51%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_lzop.c.o
[ 51%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/strtoofft.c.o
[ 51%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/strerror.c.o
[ 52%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/amigaos.c.o
[ 52%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_none.c.o
[ 52%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_program.c.o
[ 52%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_uuencode.c.o
[ 52%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_xz.c.o
[ 52%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hostasyn.c.o
[ 53%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format.c.o
[ 53%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_7zip.c.o
[ 53%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hostip4.c.o
[ 53%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_ar.c.o
[ 53%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hostip6.c.o
[ 53%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_by_name.c.o
[ 53%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hostsyn.c.o
[ 53%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_cpio.c.o
[ 53%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/inet_ntop.c.o
[ 53%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_cpio_newc.c.o
[ 53%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/parsedate.c.o
[ 54%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/select.c.o
[ 54%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/tftp.c.o
[ 54%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_gnutar.c.o
[ 55%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_iso9660.c.o
[ 55%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_mtree.c.o
[ 55%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/splay.c.o
[ 55%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_pax.c.o
[ 55%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/strdup.c.o
[ 55%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/socks.c.o
[ 55%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/ssh.c.o
[ 55%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_raw.c.o
[ 56%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/rawstr.c.o
[ 56%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_shar.c.o
[ 56%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_ustar.c.o
[ 56%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_addrinfo.c.o
[ 56%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/socks_gssapi.c.o
[ 57%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_v7tar.c.o
[ 57%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/socks_sspi.c.o
[ 57%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_xar.c.o
[ 57%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_sspi.c.o
[ 57%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_zip.c.o
[ 57%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/slist.c.o
[ 57%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_options.c.o
[ 57%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/nonblock.c.o
[ 57%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/filter_fork_posix.c.o
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/imap.c.o
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_memrchr.c.o
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/pop3.c.o
[ 58%] Linking C static library libcmlibarchive.a
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/smtp.c.o
[ 58%] Built target cmlibarchive
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/pingpong.c.o
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/rtsp.c.o
[ 58%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_threads.c.o
[ 59%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/warnless.c.o
[ 59%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hmac.c.o
[ 59%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_rtmp.c.o
[ 59%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/openldap.c.o
[ 59%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_gethostname.c.o
[ 59%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/gopher.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/idn_win32.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http_negotiate_sspi.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http_proxy.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/non-ascii.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/asyn-ares.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/asyn-thread.c.o
[ 60%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_gssapi.c.o
[ 61%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_ntlm.c.o
[ 61%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_ntlm_wb.c.o
[ 61%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_ntlm_core.c.o
[ 61%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_ntlm_msgs.c.o
[ 61%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_sasl.c.o
[ 61%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_multibyte.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/hostcheck.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/bundles.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/conncache.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/pipeline.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/dotdot.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/x509asn1.c.o
[ 62%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/http2.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/curl_sasl_sspi.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/openssl.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/vtls.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/gtls.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/nss.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/qssl.c.o
[ 63%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/polarssl.c.o
[ 64%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/polarssl_threadlock.c.o
[ 64%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/axtls.c.o
[ 64%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/cyassl.c.o
[ 64%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/curl_schannel.c.o
[ 64%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/curl_darwinssl.c.o
[ 64%] Building C object Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/gskit.c.o
[ 65%] Linking C static library libcmcurl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(dict.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(ldap.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(telnet.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(security.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(krb5.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(memdebug.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(strtok.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(content_encoding.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(md4.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(http_negotiate.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(inet_pton.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(strtoofft.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(amigaos.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(hostasyn.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(hostip6.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(tftp.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(strdup.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(ssh.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(socks_gssapi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(socks_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_threads.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_rtmp.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(openldap.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(idn_win32.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(http_negotiate_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(non-ascii.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(asyn-ares.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(asyn-thread.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_gssapi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_ntlm_wb.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_multibyte.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(hostcheck.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(x509asn1.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(http2.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_sasl_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(openssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(gtls.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(nss.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(qssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(polarssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(polarssl_threadlock.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(axtls.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(cyassl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_schannel.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(gskit.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(dict.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(ldap.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(telnet.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(security.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(krb5.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(memdebug.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(strtok.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(content_encoding.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(md4.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(http_negotiate.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(inet_pton.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(strtoofft.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(amigaos.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(hostasyn.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(hostip6.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(tftp.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(strdup.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(ssh.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(socks_gssapi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(socks_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_threads.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_rtmp.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(openldap.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(idn_win32.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(http_negotiate_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(non-ascii.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(asyn-ares.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(asyn-thread.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_gssapi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_ntlm_wb.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_multibyte.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(hostcheck.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(x509asn1.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(http2.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_sasl_sspi.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(openssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(gtls.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(nss.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(qssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(polarssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(polarssl_threadlock.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(axtls.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(cyassl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(curl_schannel.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmcurl.a(gskit.c.o) has no symbols
[ 65%] Built target cmcurl
Scanning dependencies of target LIBCURL
Scanning dependencies of target CMakeLib
[ 65%] Building C object Utilities/cmcurl/CMakeFiles/LIBCURL.dir/curltest.c.o
[ 65%] Linking C executable LIBCURL
[ 65%] Built target LIBCURL
[ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArchiveWrite.cxx.o
[ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBootstrapCommands2.cxx.o
[ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCacheManager.cxx.o
[ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBootstrapCommands1.cxx.o
[ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommands.cxx.o
[ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCLocaleEnvironmentScope.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentLexer.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParser.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParserHelper.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeComponentGraph.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkDepends.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkInformation.cxx.o
[ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeTargetDepends.cxx.o
[ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCPackPropertiesGenerator.cxx.o
[ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o
[ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCurl.cxx.o
[ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommand.cxx.o
[ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandGenerator.cxx.o
[ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinitions.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDepends.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsC.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortran.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortranLexer.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortranParser.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJava.cxx.o
[ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaLexer.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParser.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParserHelper.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentation.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationFormatter.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationSection.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDynamicLoader.cxx.o
[ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprLexer.cxx.o
[ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParser.cxx.o
[ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParserHelper.cxx.o
[ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportFileGenerator.cxx.o
[ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildFileGenerator.cxx.o
[ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallFileGenerator.cxx.o
[ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportTryCompileFileGenerator.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSet.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSetMap.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExternalMakefileProjectGenerator.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeBlocksGenerator.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeLiteGenerator.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraEclipseCDT4Generator.cxx.o
[ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraKateGenerator.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraSublimeTextGenerator.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLock.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockPool.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockResult.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimeComparison.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratedFileStream.cxx.o
[ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionContext.cxx.o
[ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionDAGChecker.cxx.o
[ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluationFile.cxx.o
[ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluator.cxx.o
[ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionLexer.cxx.o
[ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionNode.cxx.o
[ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionParser.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpression.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalGenerator.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalUnixMakefileGenerator3.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGraphVizWriter.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallGenerator.cxx.o
[ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallExportGenerator.cxx.o
[ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstalledFile.cxx.o
[ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFilesGenerator.cxx.o
[ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallScriptGenerator.cxx.o
[ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallTargetGenerator.cxx.o
[ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallDirectoryGenerator.cxx.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmListFileCache.cxx.o
[ 76%] Building C object Source/CMakeFiles/CMakeLib.dir/cmListFileLexer.c.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalUnixMakefileGenerator3.cxx.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMachO.cxx.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakeDepend.cxx.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefile.cxx.o
[ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileTargetGenerator.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileExecutableTargetGenerator.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileLibraryTargetGenerator.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileUtilityTargetGenerator.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOSXBundleGenerator.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNewLineStyle.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOrderDirectories.cxx.o
[ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPolicies.cxx.o
[ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProcessTools.cxx.o
[ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProperty.cxx.o
[ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinition.cxx.o
[ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinitionMap.cxx.o
[ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyMap.cxx.o
[ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenerators.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRST.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmScriptGenerator.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFile.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFileLocation.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceGroup.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmState.cxx.o
[ 79%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSystemTools.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTarget.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTest.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTestGenerator.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUuid.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableWatch.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVersion.cxx.o
[ 80%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLParser.cxx.o
[ 81%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLSafe.cxx.o
[ 81%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLWriter.cxx.o
[ 81%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmake.cxx.o
[ 81%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_get_date.c.o
[ 81%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_sha2.c.o
[ 81%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_utf8.c.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalKdevelopGenerator.cxx.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXCodeObject.cxx.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXCode21Object.cxx.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalXCodeGenerator.cxx.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalXCodeGenerator.cxx.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalNinjaGenerator.cxx.o
[ 82%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalNinjaGenerator.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaTargetGenerator.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaNormalTargetGenerator.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaUtilityTargetGenerator.cxx.o
[ 83%] Linking CXX static library libCMakeLib.a
[ 83%] Built target CMakeLib
Scanning dependencies of target cmake
Scanning dependencies of target ccmake
Scanning dependencies of target CPackLib
Scanning dependencies of target CTestLib
[ 83%] Building CXX object Source/CMakeFiles/cmake.dir/cmakemain.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesOptionsWidget.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackArchiveGenerator.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/cmCTest.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesBoolWidget.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesCacheEntryComposite.cxx.o
[ 83%] Building CXX object Source/CMakeFiles/cmake.dir/cmcmd.cxx.o
[ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackComponentGroup.cxx.o
[ 84%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesDummyWidget.cxx.o
[ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGeneratorFactory.cxx.o
[ 84%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesFilePathWidget.cxx.o
[ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmProcess.cxx.o
[ 84%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGenerator.cxx.o
[ 85%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesForm.cxx.o
[ 86%] Linking CXX executable ../bin/cmake
[ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBatchTestHandler.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLabelWidget.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildAndTestHandler.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLongMessageForm.cxx.o
[ 86%] Built target cmake
[ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackLog.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesMainForm.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNSISGenerator.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWPackage.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildCommand.cxx.o
[ 86%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesPathWidget.cxx.o
[ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildHandler.cxx.o
[ 87%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesStringWidget.cxx.o
[ 87%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureCommand.cxx.o
[ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWInstaller.cxx.o
[ 88%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesWidget.cxx.o
[ 88%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/ccmake.cxx.o
[ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWGenerator.cxx.o
[ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureHandler.cxx.o
Scanning dependencies of target cmakexbuild
[ 89%] Building CXX object Source/CMakeFiles/cmakexbuild.dir/cmakexbuild.cxx.o
[ 89%] Linking CXX executable ../bin/ccmake
[ 89%] Linking CXX executable ../bin/cmakexbuild
[ 89%] Built target cmakexbuild
[ 89%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageCommand.cxx.o
Scanning dependencies of target CMakeLibTests
[ 89%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.o
[ 89%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.o
[ 89%] Built target ccmake
[ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackSTGZGenerator.cxx.o
[ 90%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRST.cxx.o
[ 90%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageHandler.cxx.o
[ 90%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTGZGenerator.cxx.o
[ 90%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.o
Scanning dependencies of target runcompilecommands
[ 90%] Building CXX object Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.o
[ 90%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.o
[ 90%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.o
[ 90%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTXZGenerator.cxx.o
[ 90%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.o
[ 91%] Linking CXX executable runcompilecommands
[ 91%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTarBZip2Generator.cxx.o
[ 91%] Built target runcompilecommands
Scanning dependencies of target memcheck_fail
[ 92%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/ret1.cxx.o
[ 92%] Linking CXX executable CMakeLibTests
[ 92%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTarCompressGenerator.cxx.o
[ 92%] Built target CMakeLibTests
Scanning dependencies of target pseudo_BC
[ 92%] Linking CXX executable memcheck_fail
[ 92%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/ret0.cxx.o
[ 92%] Built target memcheck_fail
Scanning dependencies of target pseudo_purify
[ 92%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/ret0.cxx.o
[ 92%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCurl.cxx.o
[ 93%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackZIPGenerator.cxx.o
[ 93%] Linking CXX executable BC
[ 93%] Built target pseudo_BC
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseMumpsCoverage.cxx.o
[ 94%] Linking CXX executable purify
[ 94%] Built target pseudo_purify
[ 94%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPack7zGenerator.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCacheCoverage.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDebGenerator.cxx.o
Scanning dependencies of target pseudo_valgrind
[ 94%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/ret0.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackRPMGenerator.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseGTMCoverage.cxx.o
[ 94%] Linking CXX executable valgrind
[ 94%] Built target pseudo_valgrind
[ 94%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackBundleGenerator.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseJacocoCoverage.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDragNDropGenerator.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseBlanketJSCoverage.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParsePHPCoverage.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackOSXX11Generator.cxx.o
[ 94%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCoberturaCoverage.cxx.o
[ 95%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseDelphiCoverage.cxx.o
[ 96%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackPackageMakerGenerator.cxx.o
[ 96%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx.o
[ 96%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGenericHandler.cxx.o
[ 96%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHandlerCommand.cxx.o
[ 96%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestLaunch.cxx.o
[ 96%] Linking CXX static library libCPackLib.a
[ 96%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckCommand.cxx.o
[ 96%] Built target CPackLib
[ 96%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckHandler.cxx.o
[ 97%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMultiProcessHandler.cxx.o
Scanning dependencies of target cpack
[ 97%] Building CXX object Source/CMakeFiles/cpack.dir/CPack/cpack.cxx.o
[ 97%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestReadCustomFilesCommand.cxx.o
[ 97%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunScriptCommand.cxx.o
[ 97%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunTest.cxx.o
[ 97%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestScriptHandler.cxx.o
[ 97%] Linking CXX executable ../bin/cpack
[ 97%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSleepCommand.cxx.o
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestStartCommand.cxx.o
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitCommand.cxx.o
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitHandler.cxx.o
[ 98%] Built target cpack
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestCommand.cxx.o
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestHandler.cxx.o
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateCommand.cxx.o
[ 98%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateHandler.cxx.o
[ 99%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadCommand.cxx.o
[ 99%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadHandler.cxx.o
[ 99%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestVC.cxx.o
[ 99%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGlobalVC.cxx.o
[ 99%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCVS.cxx.o
[ 99%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSVN.cxx.o
[100%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBZR.cxx.o
[100%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGIT.cxx.o
[100%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHG.cxx.o
[100%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestP4.cxx.o
[100%] Linking CXX static library libCTestLib.a
[100%] Built target CTestLib
Scanning dependencies of target ctest
[100%] Building CXX object Source/CMakeFiles/ctest.dir/ctest.cxx.o
[100%] Linking CXX executable ../bin/ctest
[100%] Built target ctest
[  1%] Built target cmIML_test
[  3%] Built target cmsys
[  4%] Built target cmsysTestDynload
[  5%] Built target cmsys_c
[  5%] Built target cmsysTestProcess
[  5%] Built target cmsysTestSharedForward
[  6%] Built target cmsysTestsC
[  8%] Built target cmsysTestsCxx
[ 10%] Built target cmzlib
[ 28%] Built target cmcurl
[ 28%] Built target LIBCURL
[ 28%] Built target cmcompress
[ 29%] Built target cmbzip2
[ 40%] Built target cmliblzma
[ 55%] Built target cmlibarchive
[ 55%] Built target cmexpat
[ 56%] Built target cmjsoncpp
[ 62%] Built target cmForm
[ 80%] Built target CMakeLib
[ 84%] Built target CPackLib
[ 91%] Built target CTestLib
[ 92%] Built target OSXScriptLauncher
[ 94%] Built target ccmake
[ 95%] Built target cmake
[ 95%] Built target cmakexbuild
[ 95%] Built target cpack
[ 95%] Built target ctest
[ 96%] Built target CMakeLibTests
[ 97%] Built target runcompilecommands
[ 98%] Built target memcheck_fail
[ 98%] Built target pseudo_BC
[ 98%] Built target pseudo_purify
[ 98%] Built target pseudo_valgrind
[ 99%] Built target pseudonl_BC
[ 99%] Built target pseudonl_purify
[ 99%] Built target pseudonl_valgrind
[ 99%] Built target pseudo_emulator
[100%] Built target pseudo_iwyu
[100%] Built target foo
Install the project...
-- Install configuration: ""
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/Copyright.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_compile_options.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_custom_command.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_custom_target.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_definitions.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_dependencies.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_executable.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_library.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_subdirectory.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/add_test.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/aux_source_directory.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/break.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/build_command.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/build_name.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/cmake_host_system_information.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/cmake_minimum_required.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/cmake_policy.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/configure_file.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/continue.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/create_test_sourcelist.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_build.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_configure.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_coverage.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_empty_binary_directory.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_memcheck.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_read_custom_files.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_run_script.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_sleep.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_start.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_submit.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_test.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_update.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/ctest_upload.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/define_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/else.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/elseif.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/enable_language.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/enable_testing.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/endforeach.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/endfunction.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/endif.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/endmacro.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/endwhile.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/exec_program.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/execute_process.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/export.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/export_library_dependencies.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/file.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/find_file.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/find_library.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/find_package.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/find_path.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/find_program.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/FIND_XXX.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/FIND_XXX_MAC.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/FIND_XXX_ORDER.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/FIND_XXX_ROOT.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/fltk_wrap_ui.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/foreach.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/function.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_cmake_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_directory_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_filename_component.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_source_file_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_target_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/get_test_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/if.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/include.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/include_directories.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/include_external_msproject.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/include_regular_expression.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/install.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/install_files.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/install_programs.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/install_targets.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/link_directories.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/link_libraries.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/list.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/load_cache.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/load_command.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/macro.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/make_directory.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/mark_as_advanced.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/math.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/message.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/option.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/output_required_files.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/project.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/qt_wrap_cpp.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/qt_wrap_ui.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/remove.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/remove_definitions.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/return.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/separate_arguments.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/set.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/set_directory_properties.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/set_property.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/set_source_files_properties.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/set_target_properties.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/set_tests_properties.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/site_name.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/source_group.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/string.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/subdir_depends.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/subdirs.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/target_compile_definitions.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/target_compile_features.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/target_compile_options.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/target_include_directories.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/target_link_libraries.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/target_sources.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/try_compile.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/try_run.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/unset.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/use_mangled_mesa.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/utility_source.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/variable_requires.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/variable_watch.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/while.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/command/write_file.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Borland Makefiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/CodeBlocks.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/CodeLite.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Eclipse CDT4.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Green Hills MULTI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Kate.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/KDevelop3.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/MinGW Makefiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/MSYS Makefiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Ninja.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/NMake Makefiles JOM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/NMake Makefiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Sublime Text 2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Unix Makefiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 10 2010.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 11 2012.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 12 2013.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 14 2015.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 6.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 7 .NET 2003.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 8 2005.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Visual Studio 9 2008.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Watcom WMake.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/generator/Xcode.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/include
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/include/COMPILE_DEFINITIONS_DISCLAIMER.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/include/INTERFACE_INCLUDE_DIRECTORIES_WARNING.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/index.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/ccmake.1.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-buildsystem.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-commands.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-compile-features.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-developer.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-generator-expressions.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-generators.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-gui.1.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-language.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-modules.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-packages.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-policies.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-properties.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-qt.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-toolchains.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake-variables.7.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cmake.1.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/cpack.1.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/ctest.1.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/LINKS.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/OPTIONS_BUILD.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/manual/OPTIONS_HELP.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/AddFileDependencies.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/BundleUtilities.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCCompilerFlag.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCSourceCompiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCSourceRuns.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCXXCompilerFlag.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCXXSourceCompiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCXXSourceRuns.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckCXXSymbolExists.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckFortranCompilerFlag.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckFortranFunctionExists.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckFortranSourceCompiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckFunctionExists.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckIncludeFile.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckIncludeFileCXX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckIncludeFiles.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckLanguage.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckLibraryExists.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckPrototypeDefinition.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckStructHasMember.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckSymbolExists.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckTypeSize.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CheckVariableExists.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeAddFortranSubdirectory.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeBackwardCompatibilityCXX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeDependentOption.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeDetermineVSServicePack.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeExpandImportedTargets.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeFindDependencyMacro.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeFindFrameworks.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeFindPackageMode.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeForceCompiler.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeGraphVizOptions.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakePackageConfigHelpers.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeParseArguments.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakePrintHelpers.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakePrintSystemInformation.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakePushCheckState.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CMakeVerifyManifest.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPack.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackBundle.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackComponent.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackCygwin.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackDeb.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackDMG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackIFW.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackNSIS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackPackageMaker.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackRPM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CPackWIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CTest.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CTestCoverageCollectGCOV.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CTestScriptMode.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/CTestUseLaunchers.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/Dart.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/DeployQt4.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/Documentation.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/ExternalData.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/ExternalProject.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FeatureSummary.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindALSA.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindArmadillo.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindASPELL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindAVIFile.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindBacktrace.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindBISON.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindBLAS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindBoost.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindBullet.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindBZip2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCABLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCoin3D.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCUDA.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCups.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCURL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCurses.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCVS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCxxTest.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindCygwin.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindDart.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindDCMTK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindDevIL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindDoxygen.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindEXPAT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindFLEX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindFLTK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindFLTK2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindFreetype.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGCCXML.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGDAL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGettext.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGIF.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGit.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGLEW.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGLUT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGnuplot.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGnuTLS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGSL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGTest.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGTK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindGTK2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindHDF5.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindHg.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindHSPELL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindHTMLHelp.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindIce.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindIcotool.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindImageMagick.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindIntl.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindITK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindJasper.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindJava.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindJNI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindJPEG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindKDE3.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindKDE4.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLAPACK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLATEX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLibArchive.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLibLZMA.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLibXml2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLibXslt.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLua.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLua50.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindLua51.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindMatlab.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindMFC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindMotif.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindMPEG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindMPEG2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindMPI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenAL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenCL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenGL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenMP.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenSceneGraph.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenSSL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindOpenThreads.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/Findosg.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/Findosg_functions.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgAnimation.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgDB.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgFX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgGA.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgIntrospection.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgManipulator.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgParticle.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgPresentation.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgProducer.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgQt.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgShadow.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgSim.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgTerrain.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgText.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgUtil.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgViewer.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgVolume.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindosgWidget.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPackageHandleStandardArgs.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPackageMessage.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPerl.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPerlLibs.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPHP4.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPhysFS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPike.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPkgConfig.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPNG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPostgreSQL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindProducer.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindProtobuf.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPythonInterp.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindPythonLibs.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindQt.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindQt3.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindQt4.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindQuickTime.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindRTI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindRuby.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSDL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSDL_image.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSDL_mixer.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSDL_net.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSDL_sound.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSDL_ttf.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSelfPackers.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSquish.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSubversion.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindSWIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindTCL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindTclsh.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindTclStub.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindThreads.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindTIFF.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindUnixCommands.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindVTK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindWget.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindWish.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindwxWidgets.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindwxWindows.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindX11.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindXCTest.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindXercesC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindXMLRPC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FindZLIB.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/FortranCInterface.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/GenerateExportHeader.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/GetPrerequisites.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/GNUInstallDirs.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/InstallRequiredSystemLibraries.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/MacroAddFileDependencies.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/ProcessorCount.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/SelectLibraryConfigurations.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/SquishTestScript.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/TestBigEndian.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/TestCXXAcceptsFlag.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/TestForANSIForScope.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/TestForANSIStreamHeaders.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/TestForSSTREAM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/TestForSTDNamespace.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/Use_wxWindows.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UseEcos.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UseJava.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UseJavaClassFilelist.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UseJavaSymlinks.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UsePkgConfig.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UseSWIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/UsewxWidgets.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/WriteBasicConfigVersionFile.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/module/WriteCompilerDetectionHeader.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0000.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0001.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0002.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0003.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0004.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0005.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0006.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0007.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0008.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0009.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0010.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0011.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0012.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0013.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0014.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0015.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0016.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0017.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0018.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0019.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0020.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0021.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0022.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0023.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0024.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0025.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0026.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0027.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0028.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0029.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0030.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0031.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0032.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0033.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0034.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0035.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0036.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0037.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0038.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0039.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0040.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0041.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0042.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0043.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0044.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0045.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0046.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0047.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0048.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0049.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0050.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0051.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0052.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0053.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0054.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0055.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0056.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0057.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0058.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0059.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0060.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0061.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0062.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/CMP0063.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/DEPRECATED.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/policy/DISALLOWED_COMMAND.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache/ADVANCED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache/HELPSTRING.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache/MODIFIED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache/STRINGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache/TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_cache/VALUE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/CACHE_VARIABLES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/CLEAN_NO_CUSTOM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/COMPILE_DEFINITIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/COMPILE_DEFINITIONS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/COMPILE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/DEFINITIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/EXCLUDE_FROM_ALL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/INCLUDE_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/INTERPROCEDURAL_OPTIMIZATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/LINK_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/LISTFILE_STACK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/MACROS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/PARENT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/RULE_LAUNCH_COMPILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/RULE_LAUNCH_CUSTOM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/RULE_LAUNCH_LINK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/TEST_INCLUDE_FILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/VARIABLES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/AUTOMOC_TARGETS_FOLDER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/CMAKE_C_KNOWN_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/DISABLED_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/ENABLED_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/ENABLED_LANGUAGES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/GLOBAL_DEPENDS_NO_CYCLES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/IN_TRY_COMPILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/JOB_POOLS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/PACKAGES_FOUND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/PACKAGES_NOT_FOUND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/PREDEFINED_TARGETS_FOLDER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/REPORT_UNDEFINED_PROPERTIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/RULE_LAUNCH_COMPILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/RULE_LAUNCH_CUSTOM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/RULE_LAUNCH_LINK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/RULE_MESSAGES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_gbl/USE_FOLDERS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst/CPACK_PERMANENT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_inst/CPACK_WIX_ACL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/ABSTRACT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/AUTORCC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/AUTOUIC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/COMPILE_DEFINITIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/COMPILE_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/EXTERNAL_OBJECT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/Fortran_FORMAT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/GENERATED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/HEADER_FILE_ONLY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/KEEP_EXTENSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/LABELS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/LANGUAGE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/LOCATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/OBJECT_DEPENDS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/OBJECT_OUTPUTS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/SYMBOLIC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_SHADER_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_SHADER_MODEL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_SHADER_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/VS_XAML_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/WRAP_EXCLUDE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/ATTACHED_FILES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/ATTACHED_FILES_ON_FAIL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/COST.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/DEPENDS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/ENVIRONMENT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/LABELS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/MEASUREMENT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/PASS_REGULAR_EXPRESSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/PROCESSORS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/REQUIRED_FILES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/RESOURCE_LOCK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/RUN_SERIAL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/SKIP_RETURN_CODE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/TIMEOUT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/WILL_FAIL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_test/WORKING_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ALIASED_TARGET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ANDROID_API.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ANDROID_API_MIN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ANDROID_GUI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ARCHIVE_OUTPUT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTOMOC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTOMOC_MOC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTORCC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTORCC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTOUIC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/AUTOUIC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/BUNDLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/BUNDLE_EXTENSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/C_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/C_STANDARD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/C_STANDARD_REQUIRED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_DEFINITIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_DEFINITIONS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_PDB_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_PDB_NAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_PDB_NOTE.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/CONFIG_OUTPUT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/CONFIG_POSTFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/CXX_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/CXX_STANDARD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/DEBUG_POSTFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/DEFINE_SYMBOL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/EchoString.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/ENABLE_EXPORTS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/EXCLUDE_FROM_ALL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/EXPORT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/FOLDER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/Fortran_FORMAT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/Fortran_MODULE_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/FRAMEWORK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/GENERATOR_FILE_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/GNUtoMS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/HAS_CXX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORT_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORT_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_IMPLIB.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_IMPLIB_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LOCATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_LOCATION_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_NO_SONAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_NO_SONAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_SONAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/IMPORTED_SONAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INCLUDE_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INSTALL_NAME_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INSTALL_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_BUILD_PROPERTY.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_COMPILE_DEFINITIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_COMPILE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_SOURCES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/JOB_POOL_COMPILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/JOB_POOL_LINK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LABELS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LANG_VISIBILITY_PRESET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LIBRARY_OUTPUT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LIBRARY_OUTPUT_NAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_DEPENDS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_FLAGS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_INTERFACE_LIBRARIES_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_INTERFACE_MULTIPLICITY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_SEARCH_END_STATIC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LINKER_LANGUAGE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LOCATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/LOCATION_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/MACOSX_BUNDLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/MACOSX_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/MAP_IMPORTED_CONFIG_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/NO_SONAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/NO_SYSTEM_FROM_IMPORTED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/OSX_ARCHITECTURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/OSX_ARCHITECTURES_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/OUTPUT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/OUTPUT_NAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PDB_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PDB_NAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PDB_NOTE.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/POST_INSTALL_SCRIPT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PRE_INSTALL_SCRIPT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PRIVATE_HEADER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PROJECT_LABEL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/PUBLIC_HEADER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RESOURCE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RULE_LAUNCH_COMPILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RULE_LAUNCH_CUSTOM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RULE_LAUNCH_LINK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RUNTIME_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RUNTIME_OUTPUT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/RUNTIME_OUTPUT_NAME_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/SKIP_BUILD_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/SOURCES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/SOVERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/STATIC_LIBRARY_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_DOTNET_REFERENCES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_GLOBAL_PROJECT_TYPES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_GLOBAL_ROOTNAMESPACE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_GLOBAL_variable.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_KEYWORD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_SCC_AUXPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_SCC_LOCALPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_SCC_PROJECTNAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_SCC_PROVIDER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_WINRT_COMPONENT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_WINRT_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/VS_WINRT_REFERENCES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/WIN32_EXECUTABLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/XCTEST.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/XXX_OUTPUT_DIRECTORY.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/prop_tgt/XXX_OUTPUT_NAME.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release/3.0.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release/3.1.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release/3.2.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release/3.3.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release/dev.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/release/index.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/APPLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/BORLAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/BUILD_SHARED_LIBS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ABSOLUTE_DESTINATION_FILES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ANDROID_API.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ANDROID_API_MIN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ANDROID_GUI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_APPBUNDLE_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ARGC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ARGV0.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTOMOC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTOMOC_MOC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTORCC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTORCC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTOUIC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_AUTOUIC_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_BACKWARDS_COMPATIBILITY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_BINARY_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_BUILD_TOOL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_BUILD_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_C_COMPILE_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_C_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_C_STANDARD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_C_STANDARD_REQUIRED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CACHE_MINOR_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CACHE_PATCH_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CACHEFILE_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CFG_INTDIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CL_64.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_COLOR_MAKEFILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_COMPILER_2005.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_COMPILER_IS_GNULANG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CONFIG_POSTFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CROSSCOMPILING.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CTEST_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CURRENT_LIST_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CURRENT_LIST_FILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CURRENT_LIST_LINE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CXX_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CXX_STANDARD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_CXX_STANDARD_REQUIRED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_DEBUG_POSTFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_DL_LIBS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EDIT_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ERROR_DEPRECATED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EXE_LINKER_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EXECUTABLE_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EXTRA_GENERATOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_LIBRARY_PREFIXES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_PACKAGE_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_ROOT_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_XXX.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_Fortran_FORMAT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_Fortran_MODDIR_DEFAULT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_Fortran_MODDIR_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_Fortran_MODOUT_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_Fortran_MODULE_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_FRAMEWORK_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_GENERATOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_GENERATOR_TOOLSET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_GNUtoMS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOME_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_APPLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_SYSTEM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_SYSTEM_PROCESSOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_SYSTEM_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_UNIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_HOST_WIN32.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_IGNORE_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_IMPORT_LIBRARY_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INCLUDE_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INSTALL_MESSAGE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INSTALL_NAME_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INSTALL_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INSTALL_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_INTERNAL_PLATFORM_ABI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_JOB_POOL_COMPILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_JOB_POOL_LINK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_ARCHIVE_APPEND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_ARCHIVE_CREATE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_ARCHIVE_FINISH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILE_OBJECT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER_ABI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER_ID.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER_LOADED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_COMPILER_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_CREATE_SHARED_MODULE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_CREATE_STATIC_LIBRARY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_FLAGS_DEBUG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_FLAGS_RELEASE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_GHS_KERNEL_FLAGS_DEBUG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_GHS_KERNEL_FLAGS_MINSIZEREL.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_GHS_KERNEL_FLAGS_RELEASE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_GHS_KERNEL_FLAGS_RELWITHDEBINFO.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_IGNORE_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_LIBRARY_ARCHITECTURE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_LINK_EXECUTABLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_OUTPUT_EXTENSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_PLATFORM_ID.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_SIMULATE_ID.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_SIMULATE_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_SIZEOF_DATA_PTR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LANG_VISIBILITY_PRESET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LIBRARY_ARCHITECTURE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LIBRARY_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LINK_DEPENDS_NO_SHARED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LINK_INTERFACE_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LINK_LIBRARY_FILE_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LINK_LIBRARY_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_LINK_LIBRARY_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MACOSX_BUNDLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MACOSX_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MAJOR_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MAKE_PROGRAM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MAP_IMPORTED_CONFIG_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MATCH_COUNT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MFC_FLAG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MINIMUM_REQUIRED_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MINOR_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MODULE_LINKER_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_MODULE_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_NO_SYSTEM_FROM_IMPORTED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_NOT_USING_CONFIG_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_OBJECT_PATH_MAX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_OSX_ARCHITECTURES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_OSX_DEPLOYMENT_TARGET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_OSX_SYSROOT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_OSX_VARIABLE.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PARENT_LIST_FILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PATCH_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_POLICY_DEFAULT_CMPNNNN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PREFIX_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PROGRAM_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PROJECT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_RANLIB.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_ROOT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SCRIPT_MODE_FILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SHARED_LIBRARY_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SHARED_LIBRARY_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SHARED_LINKER_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SHARED_MODULE_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SHARED_MODULE_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SIZEOF_VOID_P.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SKIP_BUILD_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SKIP_INSTALL_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SKIP_RPATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SOURCE_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_STAGING_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_STANDARD_LIBRARIES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_STATIC_LIBRARY_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_STATIC_LIBRARY_SUFFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSROOT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_IGNORE_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_INCLUDE_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_PROGRAM_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_SYSTEM_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_TOOLCHAIN_FILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_TRY_COMPILE_CONFIGURATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_TWEAK_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VISIBILITY_INLINES_HIDDEN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_MSBUILD_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_MSDEV_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_NsightTegra_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_VS_PLATFORM_TOOLSET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_WARN_DEPRECATED.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_WIN32_EXECUTABLE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CMAKE_XCODE_PLATFORM_TOOLSET.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_ABSOLUTE_DESTINATION_FILES.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_INCLUDE_TOPLEVEL_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_INSTALL_SCRIPT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_PACKAGING_INSTALL_PREFIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_SET_DESTDIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_BINARY_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_BUILD_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_BUILD_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_BZR_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_BZR_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CHECKOUT_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CONFIGURATION_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CONFIGURE_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_COVERAGE_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_COVERAGE_EXTRA_FLAGS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CURL_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CVS_CHECKOUT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CVS_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_CVS_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_DROP_LOCATION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_DROP_METHOD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_DROP_SITE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_DROP_SITE_CDASH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_DROP_SITE_PASSWORD.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_DROP_SITE_USER.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_GIT_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_GIT_UPDATE_CUSTOM.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_GIT_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_HG_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_HG_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_MEMORYCHECK_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_MEMORYCHECK_COMMAND_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_NIGHTLY_START_TIME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_P4_CLIENT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_P4_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_P4_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_P4_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_SCP_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_SITE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_SOURCE_DIRECTORY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_SVN_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_SVN_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_SVN_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_TEST_TIMEOUT.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_TRIGGER_SITE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_UPDATE_COMMAND.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_UPDATE_OPTIONS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_UPDATE_VERSION_ONLY.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CTEST_USE_LAUNCHERS.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/CYGWIN.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/ENV.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/EXECUTABLE_OUTPUT_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/GHS-MULTI.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/LIBRARY_OUTPUT_PATH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MINGW.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC10.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC11.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC12.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC14.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC60.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC70.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC71.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC80.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC90.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC_IDE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/MSVC_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_BINARY_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_SOURCE_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_VERSION_MAJOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_VERSION_MINOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_VERSION_PATCH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT-NAME_VERSION_TWEAK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_BINARY_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_NAME.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_SOURCE_DIR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_VERSION_MAJOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_VERSION_MINOR.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_VERSION_PATCH.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/PROJECT_VERSION_TWEAK.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/UNIX.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/WIN32.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/WINCE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/WINDOWS_PHONE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/WINDOWS_STORE.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Help/variable/XCODE_VERSION.rst
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/.NoDartCoverage
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/AddFileDependencies.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/AutogenInfo.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/BasicConfigVersion-ExactVersion.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/BasicConfigVersion-SameMajorVersion.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/BundleUtilities.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCCompilerFlag.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCSourceCompiles.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCSourceRuns.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCXXCompilerFlag.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCXXSourceCompiles.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCXXSourceRuns.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckCXXSymbolExists.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckForPthreads.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckFortranCompilerFlag.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckFortranFunctionExists.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckFortranSourceCompiles.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckFunctionExists.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckFunctionExists.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckIncludeFile.c.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckIncludeFile.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckIncludeFile.cxx.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckIncludeFileCXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckIncludeFiles.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckLanguage.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckLibraryExists.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckLibraryExists.lists.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckPrototypeDefinition.c.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckPrototypeDefinition.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckSizeOf.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckStructHasMember.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckSymbolExists.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckTypeSize.c.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckTypeSize.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckTypeSizeMap.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckVariableExists.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CheckVariableExists.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeAddFortranSubdirectory
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeAddFortranSubdirectory/build_mingw.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeAddFortranSubdirectory/config_mingw.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeAddFortranSubdirectory.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeAddNewLanguage.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeASM-ATTInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeASM_MASMInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeASM_NASMInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeASMCompiler.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeASMInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeBackwardCompatibilityC.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeBackwardCompatibilityCXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeBorlandFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeBuildSettings.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCCompiler.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCCompilerABI.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCCompilerId.c.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeClDeps.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCommonLanguageInclude.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCompilerABI.h
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCompilerIdDetection.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeConfigurableFile.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCXXCompiler.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCXXCompilerABI.cpp
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCXXCompilerId.cpp.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeCXXInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDependentOption.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineASM-ATTCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineASM_MASMCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineASM_NASMCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineASMCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineCCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineCompileFeatures.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineCompilerABI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineCompilerId.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineCXXCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineFortranCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineJavaCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineRCCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineSystem.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeDetermineVSServicePack.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeExpandImportedTargets.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeExportBuildSettings.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindBinUtils.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindCodeBlocks.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindDependencyMacro.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindEclipseCDT4.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindFrameworks.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindJavaCommon.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindKate.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindKDevelop3.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindPackageMode.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindWMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFindXCode.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeForceCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFortranCompiler.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFortranCompilerABI.F
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFortranCompilerId.F.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeFortranInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeGenericSystem.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeGraphVizOptions.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeImportBuildSettings.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeJavaCompiler.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeJavaInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeJOMFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeMinGWFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeMSYSFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeNinjaFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeNMakeFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakePackageConfigHelpers.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeParseArguments.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeParseImplicitLinkInfo.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakePlatformId.h.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakePrintHelpers.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakePrintSystemInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakePushCheckState.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeRCCompiler.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeRCInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeSystem.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeSystemSpecificInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeSystemSpecificInitialize.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestASM-ATTCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestASM_MASMCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestASM_NASMCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestASMCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestCCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestCompilerCommon.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestCXXCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestFortranCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestGNU.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestJavaCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestRCCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeTestWatcomVersion.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeUnixFindMake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeVerifyManifest.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeVS6BackwardCompatibility.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CMakeVS7BackwardCompatibility.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Absoft-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/ADSP-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/AppleClang-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/AppleClang-C-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/AppleClang-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/AppleClang-CXX-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/AppleClang-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/AppleClang-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Borland-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-C-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-CXX-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-CXX-TestableFeatures.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang-DetermineCompilerInternal.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Clang.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Compaq-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Cray-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Cray-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Cray-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Cray-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Embarcadero-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Fujitsu-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/G95-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GHS-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GHS-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GHS-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-C-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-CXX-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/HP-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/HP-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/HP-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/HP-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/HP-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/HP-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IAR-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IAR-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IAR-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IAR-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IAR.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Intel-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Intel-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Intel-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Intel-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Intel-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MIPSpro-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MIPSpro-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MIPSpro-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MIPSpro-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MSVC-CXX-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MSVC-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/MSVC-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/NAG-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PathScale-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PathScale-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PathScale-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PathScale-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PathScale.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PGI-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PGI-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PGI-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PGI-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/PGI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/QCC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/QCC-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/QCC.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SCO-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SCO-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SCO-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SCO.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SDCC-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-CXX-FeatureTests.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/SunPro-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/TI-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/TI-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/TI-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/TI-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/TinyCC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/VisualAge-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/VisualAge-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/VisualAge-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/Watcom-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/XL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/zOS-C-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/VS-10.vcxproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/VS-6.dsp.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/VS-7.vcproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/VS-Intel.vfproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/VS-NsightTegra.vcxproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/Xcode-1.pbxproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/Xcode-2.pbxproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CompilerId/Xcode-3.pbxproj.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.background.png.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.Description.plist.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.distribution.dist.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.DS_Store.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.Info.plist.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.OSXScriptLauncher.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.OSXScriptLauncher.rsrc.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.OSXX11.Info.plist.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.OSXX11.main.scpt.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.RuntimeScript.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.STGZ_Header.sh.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPack.VolumeIcon.icns.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackBundle.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackComponent.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackCygwin.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackDeb.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackDMG.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackIFW.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackNSIS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackPackageMaker.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackRPM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackWIX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CPackZIP.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CTest.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CTestCoverageCollectGCOV.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CTestScriptMode.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CTestTargets.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/CTestUseLaunchers.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Dart.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/DartConfiguration.tcl.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/DeployQt4.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Documentation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/DummyCXXFile.cxx
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/ecos_clean.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/exportheader.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/ExternalData.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/ExternalData_config.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/ExternalProject.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FeatureSummary.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindALSA.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindArmadillo.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindASPELL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindAVIFile.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindBacktrace.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindBISON.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindBLAS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindBoost.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindBullet.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindBZip2.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCABLE.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCoin3D.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCUDA
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCUDA/make2cmake.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCUDA/parse_cubin.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCUDA/run_nvcc.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCUDA.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCups.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCURL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCurses.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCVS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCxxTest.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindCygwin.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindDart.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindDCMTK.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindDevIL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindDoxygen.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindEXPAT.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindFLEX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindFLTK.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindFLTK2.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindFreetype.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGCCXML.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGDAL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGettext.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGIF.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGit.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGLEW.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGLU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGLUT.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGnuplot.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGnuTLS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGSL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGTest.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGTK.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindGTK2.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindHDF5.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindHg.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindHSPELL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindHTMLHelp.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindIce.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindIcotool.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindImageMagick.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindIntl.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindJasper.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindJava.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindJNI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindJPEG.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindKDE3.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindKDE4.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLAPACK.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLATEX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLibArchive.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLibLZMA.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLibXml2.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLibXslt.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLua.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLua50.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindLua51.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindMatlab.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindMFC.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindMotif.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindMPEG.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindMPEG2.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindMPI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenAL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenCL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenGL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenMP.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenSceneGraph.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenSSL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindOpenThreads.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Findosg.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Findosg_functions.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgAnimation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgDB.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgFX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgGA.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgIntrospection.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgManipulator.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgParticle.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgPresentation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgProducer.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgQt.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgShadow.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgSim.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgTerrain.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgText.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgUtil.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgViewer.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgVolume.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindosgWidget.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPackageMessage.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPerl.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPerlLibs.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPHP4.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPhysFS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPike.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPkgConfig.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPNG.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPostgreSQL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindProducer.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindProtobuf.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPythonInterp.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindPythonLibs.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindQt.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindQt3.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindQt4.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindQuickTime.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindRTI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindRuby.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSDL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSDL_image.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSDL_mixer.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSDL_net.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSDL_sound.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSDL_ttf.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSelfPackers.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSquish.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSubversion.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindSWIG.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindTCL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindTclsh.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindTclStub.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindThreads.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindTIFF.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindUnixCommands.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindWget.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindWish.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindwxWidgets.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindwxWindows.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindX11.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindXCTest.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindXercesC.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindXMLRPC.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FindZLIB.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FLTKCompatibility.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/call_mod.f90
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/call_sub.f
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/CMakeLists.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Detect.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Input.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Macro.h.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/main.F
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/my_module.f90
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/my_module_.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/my_sub.f
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/mymodule.f90
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/mymodule_.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/mysub.f
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Output.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/symbol.c.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Verify
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Verify/CMakeLists.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Verify/main.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Verify/VerifyC.c
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Verify/VerifyCXX.cxx
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface/Verify/VerifyFortran.f
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/FortranCInterface.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/GenerateExportHeader.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/GetPrerequisites.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/GNUInstallDirs.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/InstallRequiredSystemLibraries.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/IntelVSImplicitPath
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/IntelVSImplicitPath/CMakeLists.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/IntelVSImplicitPath/detect.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/IntelVSImplicitPath/hello.f
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Internal
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Internal/FeatureTesting.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/ITKCompatibility.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/kde3init_dummy.cpp.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/KDE3Macros.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/kde3uic.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/MacOSXBundleInfo.plist.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/MacOSXFrameworkInfo.plist.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/MacroAddFileDependencies.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/MatlabTestsRedirect.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/NSIS.InstallOptions.ini.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/NSIS.template.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-GNU-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-VisualAge-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-VisualAge-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-VisualAge-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-XL-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX-XL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/AIX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Android.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BeOS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneL.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-base.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic-XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-dynamic.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static-XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneP-static.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-base.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic-XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-dynamic.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static-XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BlueGeneQ-static.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/BSDOS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Catamount.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN-windres.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/CYGWIN.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Absoft-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-AppleClang-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-AppleClang-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Clang-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Clang-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Clang.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Initialize.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Intel-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Intel-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Intel-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-Intel.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-NAG-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-VisualAge-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-VisualAge-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Darwin.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/DragonFly.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/eCos.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/FreeBSD.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/gas.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Generic-ADSP-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Generic-ADSP-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Generic-ADSP-Common.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Generic-ADSP-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Generic-SDCC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Generic.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/GHS-MULTI-Initialize.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/GHS-MULTI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/GNUtoMS_lib.bat.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/GNUtoMS_lib.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Haiku.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-GNU-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-HP-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-HP-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-HP-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-HP-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX-HP.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/HP-UX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/IRIX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/IRIX64.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/kFreeBSD.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Absoft-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Clang-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Clang-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-como.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Intel-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Intel-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Intel-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-Intel.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-NAG-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PathScale-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PathScale-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PathScale-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PathScale.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PGI-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PGI-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PGI-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-PGI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-SunPro-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-TinyCC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-VisualAge-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-VisualAge-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-VisualAge-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-XL-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-XL-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux-XL-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Linux.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/MirBSD.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/MP-RAS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/NetBSD.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/OpenBSD.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/OpenVMS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/OSF1.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/QNX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/RISCos.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SCO_SV.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SINIX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SunOS-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SunOS-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SunOS-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SunOS-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/SunOS.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/syllable.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Tru64.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/ULTRIX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/UNIX_SV.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/UnixPaths.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/UnixWare.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Borland-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Borland-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Clang-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Clang-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Clang.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-df.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Embarcadero-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Embarcadero-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Embarcadero.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-G95-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU-C-ABI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU-CXX-ABI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU-Fortran-ABI.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-GNU.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Intel-ASM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Intel-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Intel-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Intel-Fortran.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-Intel.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-MSVC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-MSVC-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-MSVC.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-NMcl.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-wcl386.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows-windres.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Windows.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsCE-MSVC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsCE-MSVC-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsCE.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsPaths.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsPhone-MSVC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsPhone-MSVC-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsPhone.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsStore-MSVC-C.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsStore-MSVC-CXX.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/WindowsStore.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Platform/Xenix.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/ProcessorCount.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Qt4ConfigDependentSettings.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Qt4Macros.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/readme.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/RepositoryInfo.txt.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/SelectLibraryConfigurations.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Squish4RunTestCase.bat
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Squish4RunTestCase.sh
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/SquishRunTestCase.bat
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/SquishRunTestCase.sh
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/SquishTestScript.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/SystemInformation.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/SystemInformation.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestBigEndian.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestCXXAcceptsFlag.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestEndianess.c.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForANSIForScope.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForAnsiForScope.cxx
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForANSIStreamHeaders.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForANSIStreamHeaders.cxx
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForSSTREAM.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForSSTREAM.cxx
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForSTDNamespace.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/TestForSTDNamespace.cxx
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/Use_wxWindows.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseEcos.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseJava.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseJavaClassFilelist.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseJavaSymlinks.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UsePkgConfig.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseQt4.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseSWIG.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseVTK40.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseVTKBuildSettings40.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UseVTKConfig40.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/UsewxWidgets.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/VTKCompatibility.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/WIX.template.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/WriteBasicConfigVersionFile.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Modules/WriteCompilerDetectionHeader.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/AppleInfo.plist
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CMakeVisualStudio6Configurations.cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CMakeVSMacros1.vsmacros
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CMakeVSMacros2.vsmacros
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CPack.GenericDescription.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CPack.GenericLicense.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CPack.GenericWelcome.txt
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CPackConfig.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/CTestScript.cmake.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/cygwin-package.sh.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/DLLFooter.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/DLLHeader.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/EXEFooter.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/EXEHeader.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/EXEWinHeader.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/staticLibFooter.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/staticLibHeader.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/TestDriver.cxx.in
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/UtilityFooter.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/UtilityHeader.dsptemplate
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows/ApplicationIcon.png
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows/Logo.png
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows/SmallLogo.png
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows/SplashScreen.png
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows/StoreLogo.png
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/Templates/Windows/Windows_TemporaryKey.pfx
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmsys/Copyright.txt
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmzlib/Copyright.txt
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmcurl/COPYING
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmcompress/Copyright.txt
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmliblzma/COPYING
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmlibarchive/COPYING
-- Installing: /Users/demo/lode/opt/lode_private/doc/cmake-3.3/cmexpat/COPYING
-- Installing: /Users/demo/lode/opt/lode_private/bin/ccmake
-- Installing: /Users/demo/lode/opt/lode_private/bin/cmake
-- Installing: /Users/demo/lode/opt/lode_private/bin/ctest
-- Installing: /Users/demo/lode/opt/lode_private/bin/cpack
-- Installing: /Users/demo/lode/opt/lode_private/bin/cmakexbuild
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/include/cmCPluginAPI.h
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/editors/vim/cmake-help.vim
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/editors/vim/cmake-indent.vim
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/editors/vim/cmake-syntax.vim
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/editors/emacs/cmake-mode.el
-- Installing: /Users/demo/lode/opt/lode_private/share/aclocal/cmake.m4
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/completions/cmake
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/completions/cpack
-- Installing: /Users/demo/lode/opt/lode_private/share/cmake-3.3/completions/ctest
installing doxygen...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 4705k  100 4705k    0     0  2833k      0  0:00:01  0:00:01 --:--:-- 2832k
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.10") 
-- Found FLEX: /usr/bin/flex (found version "2.5.35") 
-- Found BISON: /usr/bin/bison (found version "2.3") 
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Looking for iconv_open
-- Looking for iconv_open - not found
-- Performing Test ICONV_COMPILES
-- Performing Test ICONV_COMPILES - Success
-- Found ICONV: /usr/lib/libiconv.dylib  
-- One (and only one) of the ICONV_ACCEPTS_... tests must pass
-- Performing Test ICONV_ACCEPTS_NONCONST_INPUT
-- Performing Test ICONV_ACCEPTS_NONCONST_INPUT - Success
-- Performing Test ICONV_ACCEPTS_CONST_INPUT
-- Performing Test ICONV_ACCEPTS_CONST_INPUT - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demo/lode/packages/doxygen-1.8.10
Scanning dependencies of target vhdlparser
Scanning dependencies of target md5
Scanning dependencies of target qtools
[  1%] [BISON][constexp] Building parser with bison 2.3
[  2%] Building C object libmd5/CMakeFiles/md5.dir/md5.c.o
[  3%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/CharStream.cc.o
[  4%] Linking C static library ../lib/libmd5.a
[  4%] Building CXX object qtools/CMakeFiles/qtools.dir/qbuffer.cpp.o
[  4%] Generating /Users/demo/lode/packages/doxygen-1.8.10/generated_src/lang_cfg.h
[  4%] Built target md5
[  5%] Generating ../generated_src/layout_default.xml.h
[  5%] Generating ../generated_src/configoptions.cpp
[  5%] Generating ../generated_src/ce_parse.h
[  6%] Building CXX object qtools/CMakeFiles/qtools.dir/qcollection.cpp.o
[  7%] Generating /Users/demo/lode/packages/doxygen-1.8.10/generated_src/resources.cpp
[  7%] Building CXX object qtools/CMakeFiles/qtools.dir/qcstring.cpp.o
[  7%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/ParseException.cc.o
[  8%] Building CXX object qtools/CMakeFiles/qtools.dir/qdatastream.cpp.o
[  8%] Building CXX object qtools/CMakeFiles/qtools.dir/qdatetime.cpp.o
[  9%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/Token.cc.o
[ 10%] [FLEX][config] Building scanner with flex 2.5.35
Scanning dependencies of target doxycfg
[ 11%] Building CXX object qtools/CMakeFiles/qtools.dir/qdir.cpp.o
[ 12%] Building CXX object src/CMakeFiles/doxycfg.dir/__/generated_src/config.cpp.o
[ 12%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/TokenMgrError.cc.o
/Users/demo/lode/packages/doxygen-1.8.10/vhdlparser/TokenMgrError.cc:101:16: warning: 
      comparison of constant 255 with expression of type 'char' is always true
      [-Wtautological-constant-out-of-range-compare]
        if (ch < 0xff) {
            ~~ ^ ~~~~
1 warning generated.
[ 13%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParser.cc.o
[ 14%] Building CXX object qtools/CMakeFiles/qtools.dir/qfile.cpp.o
[ 14%] Building CXX object qtools/CMakeFiles/qtools.dir/qfileinfo.cpp.o
[ 15%] Building CXX object qtools/CMakeFiles/qtools.dir/qgarray.cpp.o
[ 16%] Building CXX object src/CMakeFiles/doxycfg.dir/__/generated_src/configoptions.cpp.o
[ 16%] Building CXX object qtools/CMakeFiles/qtools.dir/qgcache.cpp.o
[ 16%] [FLEX][scanner] Building scanner with flex 2.5.35
[ 16%] Building CXX object src/CMakeFiles/doxycfg.dir/portable.cpp.o
[ 17%] Building CXX object qtools/CMakeFiles/qtools.dir/qgdict.cpp.o
[ 18%] Building C object src/CMakeFiles/doxycfg.dir/portable_c.c.o
[ 18%] Linking CXX static library ../lib/libdoxycfg.a
[ 18%] Built target doxycfg
[ 18%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserTokenManager.cc.o
[ 18%] Building CXX object qtools/CMakeFiles/qtools.dir/qglist.cpp.o
[ 19%] [FLEX][code] Building scanner with flex 2.5.35
[ 20%] Building CXX object qtools/CMakeFiles/qtools.dir/qglobal.cpp.o
[ 21%] Building CXX object qtools/CMakeFiles/qtools.dir/qgstring.cpp.o
/Users/demo/lode/packages/doxygen-1.8.10/vhdlparser/VhdlParserTokenManager.cc:3032:24: warning: 
      comparison of constant 128 with expression of type 'char' is always true
      [-Wtautological-constant-out-of-range-compare]
      else if (curChar < 128)
               ~~~~~~~ ^ ~~~
[ 21%] Building CXX object qtools/CMakeFiles/qtools.dir/qgvector.cpp.o
[ 22%] [FLEX][pyscanner] Building scanner with flex 2.5.35
[ 22%] [FLEX][pycode] Building scanner with flex 2.5.35
[ 23%] Building CXX object qtools/CMakeFiles/qtools.dir/qiodevice.cpp.o
[ 24%] [FLEX][fortranscanner] Building scanner with flex 2.5.35
1 warning generated.
[ 24%] Building CXX object qtools/CMakeFiles/qtools.dir/qregexp.cpp.o
[ 25%] Building CXX object vhdlparser/CMakeFiles/vhdlparser.dir/VhdlParserIF.cpp.o
[ 26%] Building CXX object qtools/CMakeFiles/qtools.dir/qstring.cpp.o
[ 26%] [FLEX][fortrancode] Building scanner with flex 2.5.35
[ 27%] Linking CXX static library ../lib/libvhdlparser.a
[ 27%] Built target vhdlparser
[ 27%] Building CXX object qtools/CMakeFiles/qtools.dir/qtextstream.cpp.o
[ 28%] [FLEX][vhdlcode] Building scanner with flex 2.5.35
[ 29%] Building CXX object qtools/CMakeFiles/qtools.dir/qtextcodec.cpp.o
[ 30%] Building CXX object qtools/CMakeFiles/qtools.dir/qstringlist.cpp.o
[ 30%] Building CXX object qtools/CMakeFiles/qtools.dir/qxml.cpp.o
[ 31%] Building CXX object qtools/CMakeFiles/qtools.dir/qmap.cpp.o
[ 31%] Building CXX object qtools/CMakeFiles/qtools.dir/qthread.cpp.o
[ 32%] Building CXX object qtools/CMakeFiles/qtools.dir/qmutex.cpp.o
[ 32%] Building CXX object qtools/CMakeFiles/qtools.dir/qutfcodec.cpp.o
[ 33%] Building CXX object qtools/CMakeFiles/qtools.dir/qfile_unix.cpp.o
[ 34%] Building CXX object qtools/CMakeFiles/qtools.dir/qdir_unix.cpp.o
[ 34%] Building CXX object qtools/CMakeFiles/qtools.dir/qfileinfo_unix.cpp.o
[ 34%] [FLEX][tclscanner] Building scanner with flex 2.5.35
[ 35%] Building CXX object qtools/CMakeFiles/qtools.dir/qthread_unix.cpp.o
[ 36%] [FLEX][pre] Building scanner with flex 2.5.35
[ 36%] Building CXX object qtools/CMakeFiles/qtools.dir/qmutex_unix.cpp.o
[ 37%] [FLEX][declinfo] Building scanner with flex 2.5.35
[ 38%] Building CXX object qtools/CMakeFiles/qtools.dir/qwaitcondition_unix.cpp.o
[ 38%] [FLEX][defargs] Building scanner with flex 2.5.35
[ 39%] [FLEX][doctokenizer] Building scanner with flex 2.5.35
[ 39%] [FLEX][commentcnv] Building scanner with flex 2.5.35
[ 40%] [FLEX][commentscan] Building scanner with flex 2.5.35
[ 40%] [FLEX][constexp] Building scanner with flex 2.5.35
[ 41%] [FLEX][xmlcode] Building scanner with flex 2.5.35
[ 41%] Linking CXX static library ../lib/libqtools.a
[ 41%] Built target qtools
Scanning dependencies of target _doxygen
[ 41%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/version.cpp.o
[ 42%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/resources.cpp.o
[ 42%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/scanner.cpp.o
[ 43%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/code.cpp.o
[ 43%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/pyscanner.cpp.o
[ 44%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/pycode.cpp.o
[ 45%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/fortranscanner.cpp.o
[ 45%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/fortrancode.cpp.o
[ 46%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/vhdlcode.cpp.o
[ 46%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/tclscanner.cpp.o
[ 47%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/pre.cpp.o
[ 47%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/declinfo.cpp.o
[ 48%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/defargs.cpp.o
[ 49%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/doctokenizer.cpp.o
[ 49%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/commentcnv.cpp.o
[ 50%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/commentscan.cpp.o
[ 50%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/constexp.cpp.o
[ 51%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/xmlcode.cpp.o
[ 51%] Building CXX object src/CMakeFiles/_doxygen.dir/__/generated_src/ce_parse.cpp.o
[ 52%] Building CXX object src/CMakeFiles/_doxygen.dir/plantuml.cpp.o
[ 53%] Building CXX object src/CMakeFiles/_doxygen.dir/arguments.cpp.o
[ 53%] Building CXX object src/CMakeFiles/_doxygen.dir/cite.cpp.o
[ 54%] Building CXX object src/CMakeFiles/_doxygen.dir/clangparser.cpp.o
[ 54%] Building CXX object src/CMakeFiles/_doxygen.dir/fileparser.cpp.o
[ 55%] Building CXX object src/CMakeFiles/_doxygen.dir/classdef.cpp.o
[ 55%] Building CXX object src/CMakeFiles/_doxygen.dir/classlist.cpp.o
[ 56%] Building CXX object src/CMakeFiles/_doxygen.dir/cmdmapper.cpp.o
[ 57%] Building CXX object src/CMakeFiles/_doxygen.dir/condparser.cpp.o
[ 57%] Building CXX object src/CMakeFiles/_doxygen.dir/context.cpp.o
[ 58%] Building CXX object src/CMakeFiles/_doxygen.dir/cppvalue.cpp.o
[ 58%] Building CXX object src/CMakeFiles/_doxygen.dir/debug.cpp.o
[ 59%] Building CXX object src/CMakeFiles/_doxygen.dir/defgen.cpp.o
[ 59%] Building CXX object src/CMakeFiles/_doxygen.dir/define.cpp.o
[ 60%] Building CXX object src/CMakeFiles/_doxygen.dir/definition.cpp.o
[ 61%] Building CXX object src/CMakeFiles/_doxygen.dir/diagram.cpp.o
[ 61%] Building CXX object src/CMakeFiles/_doxygen.dir/dirdef.cpp.o
[ 62%] Building CXX object src/CMakeFiles/_doxygen.dir/docparser.cpp.o
[ 62%] Building CXX object src/CMakeFiles/_doxygen.dir/docsets.cpp.o
[ 63%] Building CXX object src/CMakeFiles/_doxygen.dir/dot.cpp.o
[ 63%] Building CXX object src/CMakeFiles/_doxygen.dir/doxygen.cpp.o
[ 64%] Building CXX object src/CMakeFiles/_doxygen.dir/eclipsehelp.cpp.o
[ 65%] Building CXX object src/CMakeFiles/_doxygen.dir/entry.cpp.o
[ 65%] Building CXX object src/CMakeFiles/_doxygen.dir/filedef.cpp.o
[ 66%] Building CXX object src/CMakeFiles/_doxygen.dir/filename.cpp.o
[ 66%] Building CXX object src/CMakeFiles/_doxygen.dir/formula.cpp.o
[ 67%] Building CXX object src/CMakeFiles/_doxygen.dir/ftextstream.cpp.o
[ 67%] Building CXX object src/CMakeFiles/_doxygen.dir/ftvhelp.cpp.o
[ 68%] Building CXX object src/CMakeFiles/_doxygen.dir/htags.cpp.o
[ 69%] Building CXX object src/CMakeFiles/_doxygen.dir/groupdef.cpp.o
[ 69%] Building CXX object src/CMakeFiles/_doxygen.dir/htmldocvisitor.cpp.o
[ 70%] Building CXX object src/CMakeFiles/_doxygen.dir/htmlentity.cpp.o
[ 70%] Building CXX object src/CMakeFiles/_doxygen.dir/resourcemgr.cpp.o
[ 71%] Building CXX object src/CMakeFiles/_doxygen.dir/htmlgen.cpp.o
[ 71%] Building CXX object src/CMakeFiles/_doxygen.dir/htmlhelp.cpp.o
[ 72%] Building CXX object src/CMakeFiles/_doxygen.dir/image.cpp.o
[ 73%] Building CXX object src/CMakeFiles/_doxygen.dir/index.cpp.o
[ 73%] Building CXX object src/CMakeFiles/_doxygen.dir/language.cpp.o
[ 74%] Building CXX object src/CMakeFiles/_doxygen.dir/latexdocvisitor.cpp.o
[ 74%] Building CXX object src/CMakeFiles/_doxygen.dir/latexgen.cpp.o
[ 75%] Building CXX object src/CMakeFiles/_doxygen.dir/layout.cpp.o
[ 75%] Building CXX object src/CMakeFiles/_doxygen.dir/lodepng.cpp.o
[ 76%] Building CXX object src/CMakeFiles/_doxygen.dir/logos.cpp.o
[ 77%] Building CXX object src/CMakeFiles/_doxygen.dir/mandocvisitor.cpp.o
[ 77%] Building CXX object src/CMakeFiles/_doxygen.dir/mangen.cpp.o
[ 78%] Building CXX object src/CMakeFiles/_doxygen.dir/sqlite3gen.cpp.o
[ 78%] Building CXX object src/CMakeFiles/_doxygen.dir/markdown.cpp.o
[ 79%] Building CXX object src/CMakeFiles/_doxygen.dir/marshal.cpp.o
[ 79%] Building CXX object src/CMakeFiles/_doxygen.dir/memberdef.cpp.o
[ 80%] Building CXX object src/CMakeFiles/_doxygen.dir/membergroup.cpp.o
[ 81%] Building CXX object src/CMakeFiles/_doxygen.dir/memberlist.cpp.o
[ 81%] Building CXX object src/CMakeFiles/_doxygen.dir/membername.cpp.o
[ 81%] Building CXX object src/CMakeFiles/_doxygen.dir/msc.cpp.o
[ 82%] Building CXX object src/CMakeFiles/_doxygen.dir/message.cpp.o
[ 83%] Building CXX object src/CMakeFiles/_doxygen.dir/dia.cpp.o
[ 83%] Building CXX object src/CMakeFiles/_doxygen.dir/namespacedef.cpp.o
[ 84%] Building CXX object src/CMakeFiles/_doxygen.dir/objcache.cpp.o
[ 85%] Building CXX object src/CMakeFiles/_doxygen.dir/outputgen.cpp.o
[ 85%] Building CXX object src/CMakeFiles/_doxygen.dir/outputlist.cpp.o
[ 86%] Building CXX object src/CMakeFiles/_doxygen.dir/pagedef.cpp.o
[ 86%] Building CXX object src/CMakeFiles/_doxygen.dir/perlmodgen.cpp.o
[ 87%] Building CXX object src/CMakeFiles/_doxygen.dir/qhp.cpp.o
[ 87%] Building CXX object src/CMakeFiles/_doxygen.dir/qhpxmlwriter.cpp.o
[ 88%] Building CXX object src/CMakeFiles/_doxygen.dir/reflist.cpp.o
[ 88%] Building CXX object src/CMakeFiles/_doxygen.dir/rtfgen.cpp.o
[ 89%] Building CXX object src/CMakeFiles/_doxygen.dir/rtfdocvisitor.cpp.o
[ 90%] Building CXX object src/CMakeFiles/_doxygen.dir/rtfstyle.cpp.o
[ 90%] Building CXX object src/CMakeFiles/_doxygen.dir/searchindex.cpp.o
[ 91%] Building CXX object src/CMakeFiles/_doxygen.dir/store.cpp.o
[ 91%] Building CXX object src/CMakeFiles/_doxygen.dir/tagreader.cpp.o
[ 92%] Building CXX object src/CMakeFiles/_doxygen.dir/template.cpp.o
[ 93%] Building CXX object src/CMakeFiles/_doxygen.dir/textdocvisitor.cpp.o
[ 93%] Building CXX object src/CMakeFiles/_doxygen.dir/tooltip.cpp.o
[ 94%] Building CXX object src/CMakeFiles/_doxygen.dir/util.cpp.o
[ 94%] Building CXX object src/CMakeFiles/_doxygen.dir/vhdldocgen.cpp.o
[ 95%] Building CXX object src/CMakeFiles/_doxygen.dir/vhdljjparser.cpp.o
[ 95%] Building CXX object src/CMakeFiles/_doxygen.dir/xmldocvisitor.cpp.o
[ 96%] Building CXX object src/CMakeFiles/_doxygen.dir/xmlgen.cpp.o
[ 97%] Building CXX object src/CMakeFiles/_doxygen.dir/docbookvisitor.cpp.o
[ 97%] Building CXX object src/CMakeFiles/_doxygen.dir/docbookgen.cpp.o
[ 98%] Linking CXX static library ../lib/lib_doxygen.a
[ 98%] Built target _doxygen
Scanning dependencies of target doxygen
[100%] Building CXX object src/CMakeFiles/doxygen.dir/main.cpp.o
[100%] Linking CXX executable ../bin/doxygen
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
ld: warning: object file (../lib/libmd5.a(md5.c.o)) was built for newer OSX version (10.12) than being linked (10.5)
ld: warning: object file (../lib/libdoxycfg.a(portable_c.c.o)) was built for newer OSX version (10.12) than being linked (10.5)
[100%] Built target doxygen
[  2%] Built target md5
[ 20%] Built target qtools
[ 25%] Built target vhdlparser
[ 94%] Built target _doxygen
[ 98%] Built target doxycfg
[100%] Built target doxygen
Install the project...
-- Install configuration: ""
-- Installing: /Users/demo/lode/opt/bin/doxygen
installing ccache...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  343k  100  343k    0     0  1238k      0 --:--:-- --:--:-- --:--:-- 1240k
configure: Configuring ccache
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... ar
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for gethostname... yes
checking for getopt_long... yes
checking for getpwuid... yes
checking for gettimeofday... yes
checking for mkstemp... yes
checking for realpath... yes
checking for strndup... yes
checking for utimes... yes
checking for compar_fn_t in stdlib.h... no
checking for stdarg.h... yes
checking for varargs.h... no
checking for vsnprintf... yes
checking whether vsnprintf is C99 compliant... yes
checking for snprintf... yes
checking whether snprintf is C99 compliant... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for library containing cos... none required
checking for zlib >= 1.2.3... yes
checking for gzdopen in -lz... yes
checking for inline... inline
checking for extern inline... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: now build ccache by running make
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o main.o main.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o ccache.o ccache.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o mdfour.o mdfour.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o hash.o hash.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o execute.o execute.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o util.o util.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o args.o args.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o stats.o stats.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o version.o version.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o cleanup.o cleanup.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o snprintf.o snprintf.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o unify.o unify.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o manifest.o manifest.c
manifest.c:223:2: warning: shift count >= width of type [-Wshift-count-overflow]
        READ_INT(1, version);
        ^~~~~~~~~~~~~~~~~~~~
manifest.c:150:10: note: expanded from macro 'READ_INT'
                        (var) <<= 8; \
                              ^   ~
manifest.c:230:2: warning: shift count >= width of type [-Wshift-count-overflow]
        READ_INT(1, mf->hash_size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
manifest.c:150:10: note: expanded from macro 'READ_INT'
                        (var) <<= 8; \
                              ^   ~
2 warnings generated.
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o hashtable.o hashtable.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o hashtable_itr.o hashtable_itr.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o murmurhashneutral2.o murmurhashneutral2.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o hashutil.o hashutil.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o getopt_long.o getopt_long.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o exitfn.o exitfn.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o lockfile.o lockfile.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o counters.o counters.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o language.o language.c
gcc -g -O2 -Wall -W -DHAVE_CONFIG_H  -I. -I. -c -o compopt.o compopt.c
gcc -g -O2 -Wall -W  -o ccache main.o ccache.o mdfour.o hash.o execute.o util.o args.o stats.o version.o cleanup.o snprintf.o unify.o manifest.o hashtable.o hashtable_itr.o murmurhashneutral2.o hashutil.o getopt_long.o exitfn.o lockfile.o counters.o language.o compopt.o -lz
/usr/bin/install -c -d /Users/demo/lode/opt/bin
/usr/bin/install -c -m 755 ccache /Users/demo/lode/opt/bin
/usr/bin/install -c -d /Users/demo/lode/opt/share/man/man1
/usr/bin/install -c -m 644 ./ccache.1 /Users/demo/lode/opt/share/man/man1/
ccache Installed
installing gettext...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.0M  100 19.0M    0     0  1388k      0  0:00:14  0:00:14 --:--:-- 1313k
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnulib-local/Makefile
=== configuring in gettext-runtime (/Users/demo/lode/packages/gettext-0.19.8/gettext-runtime)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/demo/lode/opt'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for bison... bison -y
checking whether to use Java... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Java compiler... javac -target 1.1 -source 1.3
checking for jar... jar
checking for preferred C# implementation... any
checking for C# compiler... no
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 196608
checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.5.0 dyld
checking how to hardcode library paths into programs... immediate
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... yes
checking for windres... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether we are using the GNU C Library 2 or newer... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for string.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for sys/socket.h... yes
checking for iconv.h... yes
checking for wctype.h... yes
checking for langinfo.h... yes
checking for xlocale.h... yes
checking for sys/mman.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for features.h... no
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking for getlocalename_l... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking for bison... bison
checking version of bison... 2.3, bad
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for symlink... yes
checking for canonicalize_file_name... no
checking for getcwd... (cached) yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for gettimeofday... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for mprotect... yes
checking for _set_invalid_parameter_handler... no
checking for setenv... yes
checking for wcwidth... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for ptrdiff_t... yes
checking for features.h... (cached) no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) yes
checking for CFLocaleCopyCurrent... (cached) yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking whether to use C++... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking if environ is properly declared... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether getc_unlocked is declared... (cached) yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether lstat correctly handles trailing slash... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for shared library path variable... DYLD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking whether setenv is declared... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix... 
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... 
checking whether strerror(0) succeeds... no
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether strnlen is declared... (cached) yes
checking whether stat file-mode macros are broken... no
checking for mode_t... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for g++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of g++... gcc3
checking for atexit... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... no
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking whether the compiler generally respects inline... yes
checking whether iswblank is declared... yes
checking whether to use Java... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether nl_langinfo is declared without a macro... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... no
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking for getlocalename_l... (cached) no
checking for pthread_rwlock_t... (cached) yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking for memmove... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking for raise... yes
checking for sigprocmask... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... (cached) yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... (cached) yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... no
checking for max_align_t... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for working strnlen... yes
checking for strtoul... (cached) yes
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... no
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... no
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... (cached) yes
checking for towlower... (cached) yes
checking for wctype_t... (cached) yes
checking for wctrans_t... (cached) yes
checking whether wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for size_t... (cached) yes
checking for setlocale... (cached) yes
checking for perl... /usr/bin/perl
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of g++... (cached) gcc3
checking for sched_yield in -lrt... no
checking for sched_yield in -lposix4... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating csharpcomp.sh
config.status: creating javacomp.sh
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating intl-java/Makefile
config.status: creating intl-csharp/Makefile
config.status: creating gnulib-lib/Makefile
config.status: creating src/Makefile
config.status: creating src/gettext.sh
config.status: creating po/Makefile.in
config.status: creating man/Makefile
config.status: creating man/x-to-1
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in libasprintf (/Users/demo/lode/packages/gettext-0.19.8/gettext-runtime/libasprintf)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/demo/lode/opt'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 196608
checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
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 gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.5.0 dyld
checking how to hardcode library paths into programs... immediate
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... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking for inline... inline
checking for size_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for mbstate_t... yes
checking for ptrdiff_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for stdint.h... (cached) yes
checking for snprintf... yes
checking for vasprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether printf() supports POSIX/XSI format strings... yes
checking for dvips... /Users/demo/lode/packages/gettext-0.19.8/build-aux/missing dvips
checking for texi2pdf... /usr/bin/texi2pdf
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gettext-tools (/Users/demo/lode/packages/gettext-0.19.8/gettext-tools)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/demo/lode/opt'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for bison... bison -y
checking whether to use Java... yes
checking for Java to native code compiler... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Java virtual machine... java
configure: WARNING: unknown target-version 1.8, please update gt_JAVACOMP macro
checking for Java compiler... javac -target 1.1 -source 1.3
checking for jar... jar
checking for preferred C# implementation... any
checking for C# compiler... no
checking for C# program execution engine... no
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin16.5.0
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 196608
checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.5.0 dyld
checking how to hardcode library paths into programs... immediate
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... yes
checking for windres... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether we are using the GNU C Library 2 or newer... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for string.h... (cached) yes
checking for sys/socket.h... yes
checking for utime.h... yes
checking for dirent.h... yes
checking for wctype.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for iconv.h... yes
checking for langinfo.h... yes
checking for libcroco-0.6/libcroco/libcroco-config.h... no
checking for libxml2/libxml/xmlexports.h... yes
checking for libxml2/libxml/xmlversion.h... no
checking for xlocale.h... yes
checking for math.h... yes
checking for wchar.h... yes
checking for sys/mman.h... yes
checking for sched.h... yes
checking for spawn.h... yes
checking for stdint.h... (cached) yes
checking for sys/select.h... yes
checking for sys/wait.h... yes
checking for features.h... no
checking for inttypes.h... (cached) yes
checking for malloc.h... no
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking for getlocalename_l... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking for bison... bison
checking version of bison... 2.3, bad
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for symlink... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for getcwd... (cached) yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for btowc... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for mempcpy... (cached) no
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... no
checking for getdelim... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for isascii... yes
checking for mprotect... yes
checking for select... yes
checking for pipe2... no
checking for setenv... yes
checking for secure_getenv... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for snprintf... yes
checking for stpncpy... yes
checking for pipe... yes
checking for vasnprintf... no
checking for wcwidth... yes
checking for newlocale... yes
checking for sleep... yes
checking for wcrtomb... yes
checking for wctob... yes
checking for mbrlen... yes
checking for nl_langinfo... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for uselocale... (cached) yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for ptrdiff_t... yes
checking for features.h... (cached) no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... (cached) yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) yes
checking for CFLocaleCopyCurrent... (cached) yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking whether to use C++... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for mode_t... yes
checking for sig_atomic_t... yes
checking for pid_t... yes
checking for eaccess... no
checking for mbstate_t... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... no
checking whether getdelim is declared... yes
checking whether getdtablesize is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether byte ordering is bigendian... no
checking whether long double and double are the same... no
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether isnan(float) can be used without linking with libm... no
checking whether isnan(float) can be used with libm... no
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(long double) can be used without linking with libm... no
checking whether isnan(long double) can be used with libm... no
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether included glib is requested... no
checking for glib... no
checking whether to use the included glib... yes
checking for unistd.h... (cached) yes
checking whether included libunistring is requested... no
checking for libunistring... no, trying again together with libiconv
checking for libunistring... no, consider installing GNU libunistring
checking whether getc_unlocked is declared... (cached) yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether pow can be used without linking with libm... yes
checking whether lstat correctly handles trailing slash... no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for a traditional french locale... fr_FR.ISO8859-1
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for promoted mode_t type... int
checking for library containing posix_spawn... none required
checking for posix_spawn... yes
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... no
checking whether posix_spawnattr_setschedparam is supported... no
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for shared library path variable... DYLD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking whether setenv is declared... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix... 
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... 
checking whether stpncpy is declared... yes
checking whether strerror(0) succeeds... no
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether strnlen is declared... (cached) yes
checking whether strstr works... yes
checking whether curses libraries may be used... yes
checking where terminfo library functions come from... libncurses
checking for tparam... no
checking for tparm... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether unsetenv is declared... yes
checking for intmax_t... (cached) yes
checking for snprintf... (cached) yes
checking for strnlen... (cached) yes
checking for wcslen... (cached) yes
checking for wcsnlen... (cached) yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... (cached) no
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether alarm is declared... yes
checking whether stdin defaults to large file offsets... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether ungetc works on arbitrary bytes... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... none required
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... no
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... no
checking for acl_delete_fd_np... yes
checking for acl_delete_file_np... yes
checking for acl_copy_ext_native... yes
checking for acl_create_entry_np... yes
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... yes
checking for g++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of g++... gcc3
checking for atexit... yes
checking for dirent.h... (cached) yes
checking for string.h... (cached) yes
checking for long file names... yes
checking for pathconf... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for closedir... yes
checking for chown... yes
checking for utime... yes
checking for utimes... yes
checking whether alphasort is declared without a macro... yes
checking whether closedir is declared without a macro... yes
checking whether dirfd is declared without a macro... yes
checking whether fdopendir is declared without a macro... yes
checking whether opendir is declared without a macro... yes
checking whether readdir is declared without a macro... yes
checking whether rewinddir is declared without a macro... yes
checking whether scandir is declared without a macro... yes
checking for dirfd... yes
checking whether dirfd is declared... (cached) yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... no
checking whether fabs can be used without linking with libm... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working POSIX fnmatch... no
checking whether isblank is declared... yes
checking whether fopen recognizes a trailing slash... yes
checking for Java to native code compiler... none
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getline... yes
checking for working getline function... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking whether the compiler generally respects inline... yes
checking whether isinf is declared... yes
checking whether isinf(long double) works... yes
checking whether isnan macro works... no
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(float) can be used without linking with libm... (cached) no
checking whether isnan(float) can be used with libm... (cached) no
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(float) can be used without linking with libm... (cached) no
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(long double) can be used without linking with libm... (cached) no
checking whether isnan(long double) can be used with libm... (cached) no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking whether isnan(long double) can be used without linking with libm... (cached) no
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking whether iswblank is declared... yes
checking whether to use Java... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether nl_langinfo is declared without a macro... yes
checking whether included libcroco is requested... no
checking for libcroco... no
checking whether to use the included libcroco... yes
checking whether included glib is requested... no
(cached) checking for glib... no
checking whether to use the included glib... yes
checking for unistd.h... (cached) yes
checking whether to use the included libunistring... yes
checking whether included libxml is requested... no
checking absolute name of <libxml2/libxml/xmlexports.h>... ///usr/include/libxml2/libxml/xmlexports.h
checking for libxml... yes
checking whether to use the included libxml... no
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... no
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking for getlocalename_l... (cached) no
checking for pthread_rwlock_t... (cached) yes
checking whether log10 works... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether acosf is declared without a macro... yes
checking whether acosl is declared without a macro... yes
checking whether asinf is declared without a macro... yes
checking whether asinl is declared without a macro... yes
checking whether atanf is declared without a macro... yes
checking whether atanl is declared without a macro... yes
checking whether cbrt is declared without a macro... yes
checking whether cbrtf is declared without a macro... yes
checking whether cbrtl is declared without a macro... yes
checking whether ceilf is declared without a macro... yes
checking whether ceill is declared without a macro... yes
checking whether copysign is declared without a macro... yes
checking whether copysignf is declared without a macro... yes
checking whether copysignl is declared without a macro... yes
checking whether cosf is declared without a macro... yes
checking whether cosl is declared without a macro... yes
checking whether coshf is declared without a macro... yes
checking whether expf is declared without a macro... yes
checking whether expl is declared without a macro... yes
checking whether exp2 is declared without a macro... yes
checking whether exp2f is declared without a macro... yes
checking whether exp2l is declared without a macro... yes
checking whether expm1 is declared without a macro... yes
checking whether expm1f is declared without a macro... yes
checking whether expm1l is declared without a macro... yes
checking whether fabsf is declared without a macro... yes
checking whether fabsl is declared without a macro... yes
checking whether floorf is declared without a macro... yes
checking whether floorl is declared without a macro... yes
checking whether fma is declared without a macro... yes
checking whether fmaf is declared without a macro... yes
checking whether fmal is declared without a macro... yes
checking whether fmod is declared without a macro... yes
checking whether fmodf is declared without a macro... yes
checking whether fmodl is declared without a macro... yes
checking whether frexpf is declared without a macro... yes
checking whether frexpl is declared without a macro... yes
checking whether hypotf is declared without a macro... yes
checking whether hypotl is declared without a macro... yes
checking whether ilogb is declared without a macro... yes
checking whether ilogbf is declared without a macro... yes
checking whether ilogbl is declared without a macro... yes
checking whether ldexpf is declared without a macro... yes
checking whether ldexpl is declared without a macro... yes
checking whether log is declared without a macro... yes
checking whether logf is declared without a macro... yes
checking whether logl is declared without a macro... yes
checking whether log10 is declared without a macro... yes
checking whether log10f is declared without a macro... yes
checking whether log10l is declared without a macro... yes
checking whether log1p is declared without a macro... yes
checking whether log1pf is declared without a macro... yes
checking whether log1pl is declared without a macro... yes
checking whether log2 is declared without a macro... yes
checking whether log2f is declared without a macro... yes
checking whether log2l is declared without a macro... yes
checking whether logb is declared without a macro... yes
checking whether logbf is declared without a macro... yes
checking whether logbl is declared without a macro... yes
checking whether modf is declared without a macro... yes
checking whether modff is declared without a macro... yes
checking whether modfl is declared without a macro... yes
checking whether powf is declared without a macro... yes
checking whether remainder is declared without a macro... yes
checking whether remainderf is declared without a macro... yes
checking whether remainderl is declared without a macro... yes
checking whether rint is declared without a macro... yes
checking whether rintf is declared without a macro... yes
checking whether rintl is declared without a macro... yes
checking whether round is declared without a macro... yes
checking whether roundf is declared without a macro... yes
checking whether roundl is declared without a macro... yes
checking whether sinf is declared without a macro... yes
checking whether sinl is declared without a macro... yes
checking whether sinhf is declared without a macro... yes
checking whether sqrtf is declared without a macro... yes
checking whether sqrtl is declared without a macro... yes
checking whether tanf is declared without a macro... yes
checking whether tanl is declared without a macro... yes
checking whether tanhf is declared without a macro... yes
checking whether trunc is declared without a macro... yes
checking whether truncf is declared without a macro... yes
checking whether truncl is declared without a macro... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbsrtowcs works... yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for memmove... yes
checking for memset... yes
checking for mkdtemp... yes
checking whether the C compiler is actually a C++ compiler... no
checking for obstacks that work with any size object... no
checking whether open recognizes a trailing slash... no
checking for opendir... yes
checking for gcc option to support OpenMP... unsupported
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... no
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... (cached) yes
checking whether rmdir works... yes
checking for struct sched_param... yes
checking for __secure_getenv... no
checking for issetugid... yes
checking whether setenv validates arguments... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking whether posix_spawn is declared without a macro... yes
checking whether posix_spawnp is declared without a macro... yes
checking whether posix_spawnattr_init is declared without a macro... yes
checking whether posix_spawnattr_destroy is declared without a macro... yes
checking whether posix_spawnattr_getsigdefault is declared without a macro... yes
checking whether posix_spawnattr_setsigdefault is declared without a macro... yes
checking whether posix_spawnattr_getsigmask is declared without a macro... yes
checking whether posix_spawnattr_setsigmask is declared without a macro... yes
checking whether posix_spawnattr_getflags is declared without a macro... yes
checking whether posix_spawnattr_setflags is declared without a macro... yes
checking whether posix_spawnattr_getpgroup is declared without a macro... yes
checking whether posix_spawnattr_setpgroup is declared without a macro... yes
checking whether posix_spawnattr_getschedpolicy is declared without a macro... no
checking whether posix_spawnattr_setschedpolicy is declared without a macro... no
checking whether posix_spawnattr_getschedparam is declared without a macro... no
checking whether posix_spawnattr_setschedparam is declared without a macro... no
checking whether posix_spawn_file_actions_init is declared without a macro... yes
checking whether posix_spawn_file_actions_destroy is declared without a macro... yes
checking whether posix_spawn_file_actions_addopen is declared without a macro... yes
checking whether posix_spawn_file_actions_addclose is declared without a macro... yes
checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... no
checking for va_copy... yes
checking for max_align_t... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for stpcpy... (cached) yes
checking for working stpncpy... yes
checking for strchrnul... no
checking for strcspn... yes
checking for working strnlen... yes
checking for strpbrk... yes
checking whether strstr works in linear time... no
checking whether strstr works... (cached) yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking whether <sys/select.h> is self-contained... yes
checking whether pselect is declared without a macro... yes
checking whether select is declared without a macro... yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... (cached) no
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) no
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) no
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) no
checking whether waitpid is declared without a macro... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... no
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for ptrdiff_t... (cached) yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for waitid... yes
checking for waitpid... yes
checking for union wait... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... (cached) yes
checking for towlower... (cached) yes
checking for wctype_t... (cached) yes
checking for wctrans_t... (cached) yes
checking whether wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for stdint.h... (cached) yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a turkish Unicode locale... none
checking whether isblank is declared without a macro... yes
checking whether dup works... yes
checking whether fdopen sets errno... yes
checking for getxattr with XATTR_NAME_POSIX_ACL macros... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... (cached) yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking whether lseek detects pipes... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether sleep is declared... (cached) yes
checking for working sleep... yes
checking for working stdalign.h... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether symlink handles trailing slash correctly... no
checking for pthread_atfork... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether wctob works... yes
checking whether wctob is declared... (cached) yes
checking for sched_yield in -lrt... no
checking for sched_yield in -lposix4... no
checking whether btowc(0) is correct... (cached) yes
checking whether btowc(EOF) is correct... (cached) yes
checking whether langinfo.h defines CODESET... (cached) yes
checking whether langinfo.h defines T_FMT_AMPM... (cached) yes
checking whether langinfo.h defines ERA... (cached) yes
checking whether langinfo.h defines YESEXPR... (cached) yes
checking whether nl_langinfo is declared without a macro... (cached) yes
checking for pthread_rwlock_t... (cached) yes
checking whether YESEXPR works... yes
checking for working re_compile_pattern... no
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking whether isblank is declared... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... (cached) yes
checking for error_at_line... (cached) no
checking whether fcntl is declared without a macro... (cached) yes
checking whether openat is declared without a macro... (cached) yes
checking whether conversion from 'int' to 'long double' works... (cached) yes
checking whether fopen recognizes a trailing slash... (cached) yes
checking for working getdelim function... (cached) yes
checking for getline... (cached) yes
checking for working getline function... (cached) yes
checking whether gettimeofday clobbers localtime buffer... (cached) no
checking for gettimeofday with POSIX signature... (cached) yes
checking whether the compiler generally respects inline... (cached) yes
checking whether to use the included libunistring... yes
checking for pthread_rwlock_t... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles a NULL pwc argument... (cached) yes
checking whether mbrtowc handles a NULL string argument... (cached) yes
checking whether mbrtowc has a correct return value... (cached) yes
checking whether mbrtowc returns 0 when parsing a NUL character... (cached) yes
checking whether mbrtowc works on empty input... (cached) yes
checking whether the C locale is free of encoding errors... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbswidth is declared in <wchar.h>... (cached) no
checking for mbstate_t... (cached) yes
checking whether the C compiler is actually a C++ compiler... (cached) no
checking for obstacks that work with any size object... (cached) no
checking whether open recognizes a trailing slash... (cached) no
checking whether program_invocation_name is declared... (cached) no
checking whether program_invocation_short_name is declared... (cached) no
checking for raise... (cached) yes
checking for sigprocmask... (cached) yes
checking for rawmemchr... (cached) no
checking for volatile sig_atomic_t... (cached) yes
checking for sighandler_t... (cached) no
checking whether pthread_sigmask is declared without a macro... (cached) yes
checking whether sigaction is declared without a macro... (cached) yes
checking whether sigaddset is declared without a macro... (cached) yes
checking whether sigdelset is declared without a macro... (cached) yes
checking whether sigemptyset is declared without a macro... (cached) yes
checking whether sigfillset is declared without a macro... (cached) yes
checking whether sigismember is declared without a macro... (cached) yes
checking whether sigpending is declared without a macro... (cached) yes
checking whether sigprocmask is declared without a macro... (cached) yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... (cached) yes
checking whether stat handles trailing slashes on files... (cached) no
checking for va_copy... (cached) yes
checking for max_align_t... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking which flavor of printf attribute matches inttypes macros... (cached) system
checking whether dprintf is declared without a macro... (cached) yes
checking whether fpurge is declared without a macro... (cached) yes
checking whether fseeko is declared without a macro... (cached) yes
checking whether ftello is declared without a macro... (cached) yes
checking whether getdelim is declared without a macro... (cached) yes
checking whether getline is declared without a macro... (cached) yes
checking whether gets is declared without a macro... (cached) yes
checking whether pclose is declared without a macro... (cached) yes
checking whether popen is declared without a macro... (cached) yes
checking whether renameat is declared without a macro... (cached) yes
checking whether snprintf is declared without a macro... (cached) yes
checking whether tmpfile is declared without a macro... (cached) yes
checking whether vdprintf is declared without a macro... (cached) yes
checking whether vsnprintf is declared without a macro... (cached) yes
checking whether _Exit is declared without a macro... (cached) yes
checking whether atoll is declared without a macro... (cached) yes
checking whether canonicalize_file_name is declared without a macro... (cached) no
checking whether getloadavg is declared without a macro... (cached) yes
checking whether getsubopt is declared without a macro... (cached) yes
checking whether grantpt is declared without a macro... (cached) yes
checking whether initstate is declared without a macro... (cached) yes
checking whether initstate_r is declared without a macro... (cached) no
checking whether mkdtemp is declared without a macro... (cached) no
checking whether mkostemp is declared without a macro... (cached) no
checking whether mkostemps is declared without a macro... (cached) no
checking whether mkstemp is declared without a macro... (cached) yes
checking whether mkstemps is declared without a macro... (cached) no
checking whether posix_openpt is declared without a macro... (cached) yes
checking whether ptsname is declared without a macro... (cached) yes
checking whether ptsname_r is declared without a macro... (cached) no
checking whether random is declared without a macro... (cached) yes
checking whether random_r is declared without a macro... (cached) no
checking whether realpath is declared without a macro... (cached) yes
checking whether rpmatch is declared without a macro... (cached) no
checking whether secure_getenv is declared without a macro... (cached) no
checking whether setenv is declared without a macro... (cached) yes
checking whether setstate is declared without a macro... (cached) yes
checking whether setstate_r is declared without a macro... (cached) no
checking whether srandom is declared without a macro... (cached) yes
checking whether srandom_r is declared without a macro... (cached) no
checking whether strtod is declared without a macro... (cached) yes
checking whether strtoll is declared without a macro... (cached) yes
checking whether strtoull is declared without a macro... (cached) yes
checking whether unlockpt is declared without a macro... (cached) yes
checking whether unsetenv is declared without a macro... (cached) yes
checking for stpcpy... (cached) yes
checking for working stpncpy... (cached) yes
checking for strchrnul... (cached) no
checking whether strstr works... (cached) yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... (cached) no
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) no
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) no
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) no
checking whether chdir is declared without a macro... (cached) yes
checking whether chown is declared without a macro... (cached) yes
checking whether dup is declared without a macro... (cached) yes
checking whether dup2 is declared without a macro... (cached) yes
checking whether dup3 is declared without a macro... (cached) no
checking whether environ is declared without a macro... (cached) no
checking whether euidaccess is declared without a macro... (cached) no
checking whether faccessat is declared without a macro... (cached) yes
checking whether fchdir is declared without a macro... (cached) yes
checking whether fchownat is declared without a macro... (cached) yes
checking whether fdatasync is declared without a macro... (cached) no
checking whether fsync is declared without a macro... (cached) yes
checking whether ftruncate is declared without a macro... (cached) yes
checking whether getcwd is declared without a macro... (cached) yes
checking whether getdomainname is declared without a macro... (cached) yes
checking whether getdtablesize is declared without a macro... (cached) yes
checking whether getgroups is declared without a macro... (cached) yes
checking whether gethostname is declared without a macro... (cached) yes
checking whether getlogin is declared without a macro... (cached) yes
checking whether getlogin_r is declared without a macro... (cached) yes
checking whether getpagesize is declared without a macro... (cached) yes
checking whether getusershell is declared without a macro... (cached) yes
checking whether setusershell is declared without a macro... (cached) yes
checking whether endusershell is declared without a macro... (cached) yes
checking whether group_member is declared without a macro... (cached) no
checking whether isatty is declared without a macro... (cached) yes
checking whether lchown is declared without a macro... (cached) yes
checking whether link is declared without a macro... (cached) yes
checking whether linkat is declared without a macro... (cached) yes
checking whether lseek is declared without a macro... (cached) yes
checking whether pipe is declared without a macro... (cached) yes
checking whether pipe2 is declared without a macro... (cached) no
checking whether pread is declared without a macro... (cached) yes
checking whether pwrite is declared without a macro... (cached) yes
checking whether readlink is declared without a macro... (cached) yes
checking whether readlinkat is declared without a macro... (cached) yes
checking whether rmdir is declared without a macro... (cached) yes
checking whether sethostname is declared without a macro... (cached) yes
checking whether sleep is declared without a macro... (cached) yes
checking whether symlink is declared without a macro... (cached) yes
checking whether symlinkat is declared without a macro... (cached) yes
checking whether ttyname_r is declared without a macro... (cached) yes
checking whether unlink is declared without a macro... (cached) yes
checking whether unlinkat is declared without a macro... (cached) yes
checking whether usleep is declared without a macro... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for vasprintf... (cached) yes
checking whether btowc is declared without a macro... (cached) yes
checking whether wctob is declared without a macro... (cached) yes
checking whether mbsinit is declared without a macro... (cached) yes
checking whether mbrtowc is declared without a macro... (cached) yes
checking whether mbrlen is declared without a macro... (cached) yes
checking whether mbsrtowcs is declared without a macro... (cached) yes
checking whether mbsnrtowcs is declared without a macro... (cached) yes
checking whether wcrtomb is declared without a macro... (cached) yes
checking whether wcsrtombs is declared without a macro... (cached) yes
checking whether wcsnrtombs is declared without a macro... (cached) yes
checking whether wcwidth is declared without a macro... (cached) yes
checking whether wmemchr is declared without a macro... (cached) yes
checking whether wmemcmp is declared without a macro... (cached) yes
checking whether wmemcpy is declared without a macro... (cached) yes
checking whether wmemmove is declared without a macro... (cached) yes
checking whether wmemset is declared without a macro... (cached) yes
checking whether wcslen is declared without a macro... (cached) yes
checking whether wcsnlen is declared without a macro... (cached) yes
checking whether wcscpy is declared without a macro... (cached) yes
checking whether wcpcpy is declared without a macro... (cached) yes
checking whether wcsncpy is declared without a macro... (cached) yes
checking whether wcpncpy is declared without a macro... (cached) yes
checking whether wcscat is declared without a macro... (cached) yes
checking whether wcsncat is declared without a macro... (cached) yes
checking whether wcscmp is declared without a macro... (cached) yes
checking whether wcsncmp is declared without a macro... (cached) yes
checking whether wcscasecmp is declared without a macro... (cached) yes
checking whether wcsncasecmp is declared without a macro... (cached) yes
checking whether wcscoll is declared without a macro... (cached) yes
checking whether wcsxfrm is declared without a macro... (cached) yes
checking whether wcsdup is declared without a macro... (cached) yes
checking whether wcschr is declared without a macro... (cached) yes
checking whether wcsrchr is declared without a macro... (cached) yes
checking whether wcscspn is declared without a macro... (cached) yes
checking whether wcsspn is declared without a macro... (cached) yes
checking whether wcspbrk is declared without a macro... (cached) yes
checking whether wcsstr is declared without a macro... (cached) yes
checking whether wcstok is declared without a macro... (cached) yes
checking whether wcswidth is declared without a macro... (cached) yes
checking whether iswcntrl works... (cached) yes
checking for towlower... (cached) yes
checking for wctype_t... (cached) yes
checking for wctrans_t... (cached) yes
checking whether wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... (cached) no
checking for stdint.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for inline... (cached) inline
checking for unsigned long long int... (cached) yes
checking for size_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for ssize_t... (cached) yes
checking for pid_t... (cached) yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) no
checking for select... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for signal handlers with siginfo_t... yes
checking for setlocale declaration... 
         extern char *setlocale (int category, const char *locale);
checking whether byte ordering is bigendian... (cached) no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for inet_ntop... yes
checking for IPv6 sockets... yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether Emacs support is requested... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for dvips... /Users/demo/lode/packages/gettext-0.19.8/build-aux/missing dvips
checking for texi2pdf... /usr/bin/texi2pdf
checking for perl... /usr/bin/perl
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of g++... (cached) gcc3
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin16.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating csharpcomp.sh
config.status: creating csharpexec.sh
config.status: creating javacomp.sh
config.status: creating javaexec.sh
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating its/Makefile
config.status: creating gnulib-lib/Makefile
config.status: creating libgrep/Makefile
config.status: creating src/Makefile
config.status: creating src/user-email
config.status: creating libgettextpo/Makefile
config.status: creating libgettextpo/exported.sh
config.status: creating po/Makefile.in
config.status: creating projects/Makefile
config.status: creating styles/Makefile
config.status: creating misc/Makefile
config.status: creating misc/gettextize
config.status: creating misc/autopoint
config.status: creating misc/convert-archive
config.status: creating man/Makefile
config.status: creating man/x-to-1
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating tests/init-env
config.status: creating gnulib-tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in examples (/Users/demo/lode/packages/gettext-0.19.8/gettext-tools/examples)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/demo/lode/opt'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating installpaths
config.status: creating po/Makefile
config.status: executing po-directories commands
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in gnulib-local
make[2]: Nothing to be done for `all'.
Making all in gettext-runtime
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in doc
make[4]: Nothing to be done for `all'.
Making all in intl
sed -e '/IN_LIBGLOCALE/d' \
	    -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
	    -e 's,@''HAVE_ASPRINTF''@,1,g' \
	    -e 's,@''HAVE_NEWLOCALE''@,1,g' \
	    -e 's,@''HAVE_SNPRINTF''@,1,g' \
	    -e 's,@''HAVE_WPRINTF''@,0,g' \
	  < ./libgnuintl.in.h \
	| if test 'no' = yes; then \
	    sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
	  else \
	    cat; \
	  fi \
	| sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
	      -e "/#define _LIBINTL_H/r ./export.h" \
	| sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
	  > libgnuintl.h
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./bindtextdom.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./bindtextdom.c  -fno-common -DPIC -o .libs/bindtextdom.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./bindtextdom.c -o bindtextdom.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./dcgettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcgettext.c  -fno-common -DPIC -o .libs/dcgettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcgettext.c -o dcgettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./dgettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dgettext.c  -fno-common -DPIC -o .libs/dgettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dgettext.c -o dgettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./gettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./gettext.c  -fno-common -DPIC -o .libs/gettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./gettext.c -o gettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./finddomain.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./finddomain.c  -fno-common -DPIC -o .libs/finddomain.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./finddomain.c -o finddomain.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./hash-string.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./hash-string.c  -fno-common -DPIC -o .libs/hash-string.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./hash-string.c -o hash-string.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./loadmsgcat.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./loadmsgcat.c  -fno-common -DPIC -o .libs/loadmsgcat.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./loadmsgcat.c -o loadmsgcat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./localealias.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localealias.c  -fno-common -DPIC -o .libs/localealias.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localealias.c -o localealias.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./textdomain.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./textdomain.c  -fno-common -DPIC -o .libs/textdomain.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./textdomain.c -o textdomain.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./l10nflist.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./l10nflist.c  -fno-common -DPIC -o .libs/l10nflist.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./l10nflist.c -o l10nflist.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./explodename.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./explodename.c  -fno-common -DPIC -o .libs/explodename.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./explodename.c -o explodename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./dcigettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcigettext.c  -fno-common -DPIC -o .libs/dcigettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcigettext.c -o dcigettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./dcngettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcngettext.c  -fno-common -DPIC -o .libs/dcngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcngettext.c -o dcngettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./dngettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dngettext.c  -fno-common -DPIC -o .libs/dngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dngettext.c -o dngettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./ngettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./ngettext.c  -fno-common -DPIC -o .libs/ngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./ngettext.c -o ngettext.o >/dev/null 2>&1
sed -e '/IN_LIBGLOCALE/d' \
	    -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
	    -e 's,@''HAVE_ASPRINTF''@,1,g' \
	    -e 's,@''HAVE_NEWLOCALE''@,1,g' \
	    -e 's,@''HAVE_SNPRINTF''@,1,g' \
	    -e 's,@''HAVE_WPRINTF''@,0,g' \
	  < ./libgnuintl.in.h > libintl.h
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./plural.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural.c  -fno-common -DPIC -o .libs/plural.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural.c -o plural.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./plural-exp.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural-exp.c  -fno-common -DPIC -o .libs/plural-exp.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural-exp.c -o plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./localcharset.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localcharset.c  -fno-common -DPIC -o .libs/localcharset.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./threadlib.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./threadlib.c  -fno-common -DPIC -o .libs/threadlib.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./threadlib.c -o threadlib.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./lock.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./lock.c  -fno-common -DPIC -o .libs/lock.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./lock.c -o lock.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./relocatable.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./relocatable.c  -fno-common -DPIC -o .libs/relocatable.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./relocatable.c -o relocatable.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./langprefs.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./langprefs.c  -fno-common -DPIC -o .libs/langprefs.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./langprefs.c -o langprefs.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./localename.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localename.c  -fno-common -DPIC -o .libs/localename.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localename.c -o localename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./log.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./log.c  -fno-common -DPIC -o .libs/log.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./log.c -o log.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./printf.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./printf.c  -fno-common -DPIC -o .libs/printf.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./printf.c -o printf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./setlocale.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./setlocale.c  -fno-common -DPIC -o .libs/setlocale.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./setlocale.c -o setlocale.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./version.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./version.c  -fno-common -DPIC -o .libs/version.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./version.c -o version.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./xsize.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./xsize.c  -fno-common -DPIC -o .libs/xsize.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./osdep.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./osdep.c  -fno-common -DPIC -o .libs/osdep.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./osdep.c -o osdep.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I..  -g -O2 -fvisibility=hidden  ./intl-compat.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./intl-compat.c  -fno-common -DPIC -o .libs/intl-compat.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./intl-compat.c -o intl-compat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=link \
	  gcc  -g -O2 -fvisibility=hidden   -o libintl.la \
	  bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo -liconv -Wl,-framework -Wl,CoreFoundation   -lc \
	   \
	  -version-info 10:4:1 \
	  -rpath /Users/demo/lode/opt/lib \
	  -no-undefined
libtool: link: gcc -dynamiclib  -o .libs/libintl.9.dylib  .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/version.o .libs/xsize.o .libs/osdep.o .libs/intl-compat.o   -liconv -lc  -g -O2 -Wl,-framework -Wl,CoreFoundation   -install_name  /Users/demo/lode/opt/lib/libintl.9.dylib -compatibility_version 11 -current_version 11.4 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libintl.dylib" && ln -s "libintl.9.dylib" "libintl.dylib")
libtool: link: ar cru .libs/libintl.a  bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ranlib .libs/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libintl.la" && ln -s "../libintl.la" "libintl.la" )
/bin/sh ./config.charset 'x86_64-apple-darwin16.5.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in intl-java
/bin/sh ../javacomp.sh -d . ./gnu/gettext/GettextResource.java
warning: [options] bootstrap class path not set in conjunction with -source 1.3
warning: [options] source value 1.3 is obsolete and will be removed in a future release
warning: [options] target value 1.1 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
4 warnings
jar cf libintl.jar gnu/gettext/GettextResource*.class
cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu.gettext gnu/gettext/*.java
Making all in intl-csharp
make[4]: Nothing to be done for `all'.
Making all in gnulib-lib
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  echo '#define PREFIX "/Users/demo/lode/opt"'; \
	  echo '#define EXEC_PREFIX "/Users/demo/lode/opt"'; \
	  echo '#define BINDIR "/Users/demo/lode/opt/bin"'; \
	  echo '#define SBINDIR "/Users/demo/lode/opt/sbin"'; \
	  echo '#define LIBEXECDIR "/Users/demo/lode/opt/libexec"'; \
	  echo '#define DATAROOTDIR "/Users/demo/lode/opt/share"'; \
	  echo '#define DATADIR "/Users/demo/lode/opt/share"'; \
	  echo '#define SYSCONFDIR "/Users/demo/lode/opt/etc"'; \
	  echo '#define SHAREDSTATEDIR "/Users/demo/lode/opt/com"'; \
	  echo '#define LOCALSTATEDIR "/Users/demo/lode/opt/var"'; \
	  echo '#define RUNSTATEDIR "/Users/demo/lode/opt/var/run"'; \
	  echo '#define INCLUDEDIR "/Users/demo/lode/opt/include"'; \
	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
	  echo '#define DOCDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define INFODIR "/Users/demo/lode/opt/share/info"'; \
	  echo '#define HTMLDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define DVIDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define PDFDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define PSDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define LIBDIR "/Users/demo/lode/opt/lib"'; \
	  echo '#define LISPDIR "/Users/demo/lode/opt/share/emacs/site-lisp"'; \
	  echo '#define LOCALEDIR "/Users/demo/lode/opt/share/locale"'; \
	  echo '#define MANDIR "/Users/demo/lode/opt/share/man"'; \
	  echo '#define MANEXT ""'; \
	  echo '#define PKGDATADIR "/Users/demo/lode/opt/share/gettext-runtime"'; \
	  echo '#define PKGINCLUDEDIR "/Users/demo/lode/opt/include/gettext-runtime"'; \
	  echo '#define PKGLIBDIR "/Users/demo/lode/opt/lib/gettext-runtime"'; \
	  echo '#define PKGLIBEXECDIR "/Users/demo/lode/opt/libexec/gettext-runtime"'; \
	} | sed '/""/d' > configmake.h-t && \
	mv -f configmake.h-t configmake.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
	sed -n -e '/GL_ARG_NONNULL/,$p' \
	  < ../../build-aux/snippet/arg-nonnull.h \
	  > arg-nonnull.h-t && \
	mv arg-nonnull.h-t arg-nonnull.h
rm -f getopt.h-t getopt.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_GETOPT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      < ./getopt.in.h; \
	} > getopt.h-t && \
	mv -f getopt.h-t getopt.h
rm -f c++defs.h-t c++defs.h && \
	sed -n -e '/_GL_CXXDEFS/,$p' \
	  < ../../build-aux/snippet/c++defs.h \
	  > c++defs.h-t && \
	mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
	sed -n -e '/^.ifndef/,$p' \
	  < ../../build-aux/snippet/warn-on-use.h \
	  > warn-on-use.h-t && \
	mv warn-on-use.h-t warn-on-use.h
rm -f iconv.h-t iconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g' \
	      -e 's/@''GNULIB_ICONV''@/1/g' \
	      -e 's|@''ICONV_CONST''@||g' \
	      -e 's|@''REPLACE_ICONV''@|0|g' \
	      -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
	      -e 's|@''REPLACE_ICONV_UTF''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./iconv.in.h; \
	} > iconv.h-t && \
	mv iconv.h-t iconv.h
rm -f langinfo.h-t langinfo.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
	      -e 's/@''GNULIB_NL_LANGINFO''@/0/g' \
	      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
	      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
	      -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./langinfo.in.h; \
	} > langinfo.h-t && \
	mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
	      -e 's/@''GNULIB_LOCALECONV''@/0/g' \
	      -e 's/@''GNULIB_SETLOCALE''@/1/g' \
	      -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
	      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
	      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
	      -e 's|@''REPLACE_LOCALECONV''@|0|g' \
	      -e 's|@''REPLACE_SETLOCALE''@|0|g' \
	      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
	      -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./locale.in.h; \
	} > locale.h-t && \
	mv locale.h-t locale.h
rm -f signal.h-t signal.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''GNULIB_RAISE''@|1|g' \
	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
	      -e 's/@''GNULIB_SIGACTION''@/0/g' \
	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
	      -e 's|@''HAVE_RAISE''@|1|g' \
	      -e 's|@''HAVE_SIGSET_T''@|1|g' \
	      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
	      -e 's|@''HAVE_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
	      -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''REPLACE_RAISE''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./signal.in.h; \
	} > signal.h-t && \
	mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
	sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
	  < ../../build-aux/snippet/unused-parameter.h \
	  > unused-parameter.h-t && \
	mv unused-parameter.h-t unused-parameter.h
rm -f stdint.h-t stdint.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
	      -e 's/@''SIZE_T_SUFFIX''@/ul/g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      < ./stdint.in.h; \
	} > stdint.h-t && \
	mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/0/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/0/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/0/g' \
	      -e 's/@''GNULIB_FTELLO''@/0/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/0/g' \
	      -e 's/@''GNULIB_GETLINE''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FCLOSE''@|0|g' \
	      -e 's|@''REPLACE_FDOPEN''@|0|g' \
	      -e 's|@''REPLACE_FFLUSH''@|0|g' \
	      -e 's|@''REPLACE_FOPEN''@|0|g' \
	      -e 's|@''REPLACE_FPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FPURGE''@|0|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|0|g' \
	      -e 's|@''REPLACE_FSEEKO''@|0|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|0|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|0|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_REMOVE''@|0|g' \
	      -e 's|@''REPLACE_RENAME''@|0|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_SPRINTF''@|0|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/0/g' \
	      -e 's/@''GNULIB_ATOLL''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
	      -e 's/@''GNULIB_GRANTPT''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_MBTOWC''@/0/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
	      -e 's/@''GNULIB_PUTENV''@/0/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/0/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_REALPATH''@/1/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
	      -e 's/@''GNULIB_SETENV''@/0/g' \
	      -e 's/@''GNULIB_STRTOD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLL''@/0/g' \
	      -e 's/@''GNULIB_STRTOULL''@/0/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
	      -e 's/@''GNULIB_UNSETENV''@/0/g' \
	      -e 's/@''GNULIB_WCTOMB''@/0/g' \
	      < ./stdlib.in.h | \
	  sed -e 's|@''HAVE__EXIT''@|1|g' \
	      -e 's|@''HAVE_ATOLL''@|1|g' \
	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
	      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
	      -e 's|@''HAVE_GRANTPT''@|1|g' \
	      -e 's|@''HAVE_MKDTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
	      -e 's|@''HAVE_MKSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
	      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
	      -e 's|@''HAVE_PTSNAME''@|1|g' \
	      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
	      -e 's|@''HAVE_RANDOM''@|1|g' \
	      -e 's|@''HAVE_RANDOM_H''@|1|g' \
	      -e 's|@''HAVE_RANDOM_R''@|1|g' \
	      -e 's|@''HAVE_REALPATH''@|1|g' \
	      -e 's|@''HAVE_RPMATCH''@|1|g' \
	      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
	      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
	      -e 's|@''HAVE_STRTOD''@|1|g' \
	      -e 's|@''HAVE_STRTOLL''@|1|g' \
	      -e 's|@''HAVE_STRTOULL''@|1|g' \
	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
	      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
	      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
	      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
	      -e 's|@''REPLACE_CALLOC''@|0|g' \
	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''REPLACE_MALLOC''@|0|g' \
	      -e 's|@''REPLACE_MBTOWC''@|0|g' \
	      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
	      -e 's|@''REPLACE_PUTENV''@|0|g' \
	      -e 's|@''REPLACE_QSORT_R''@|0|g' \
	      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
	      -e 's|@''REPLACE_REALLOC''@|0|g' \
	      -e 's|@''REPLACE_REALPATH''@|1|g' \
	      -e 's|@''REPLACE_SETENV''@|0|g' \
	      -e 's|@''REPLACE_STRTOD''@|0|g' \
	      -e 's|@''REPLACE_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_WCTOMB''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _Noreturn/r ../../build-aux/snippet/_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdlib.h-t && \
	mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/1/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/1/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_STPCPY''@/0/g' \
	      -e 's/@''GNULIB_STPNCPY''@/0/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
	      -e 's/@''GNULIB_STRDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNCAT''@/0/g' \
	      -e 's/@''GNULIB_STRNDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/0/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/0/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
	      -e 's/@''GNULIB_STRERROR''@/1/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_MEMCHR''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
	      -e 's|@''HAVE_STPCPY''@|1|g' \
	      -e 's|@''HAVE_STPNCPY''@|1|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|0|g' \
	      -e 's|@''REPLACE_STRERROR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
../../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
	      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
	      -e 's/@''GNULIB_FSTAT''@/0/g' \
	      -e 's/@''GNULIB_FSTATAT''@/0/g' \
	      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
	      -e 's/@''GNULIB_LCHMOD''@/0/g' \
	      -e 's/@''GNULIB_LSTAT''@/1/g' \
	      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
	      -e 's/@''GNULIB_MKFIFO''@/0/g' \
	      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
	      -e 's/@''GNULIB_MKNOD''@/0/g' \
	      -e 's/@''GNULIB_MKNODAT''@/0/g' \
	      -e 's/@''GNULIB_STAT''@/1/g' \
	      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
	      -e 's|@''HAVE_FCHMODAT''@|1|g' \
	      -e 's|@''HAVE_FSTATAT''@|1|g' \
	      -e 's|@''HAVE_FUTIMENS''@|1|g' \
	      -e 's|@''HAVE_LCHMOD''@|1|g' \
	      -e 's|@''HAVE_LSTAT''@|1|g' \
	      -e 's|@''HAVE_MKDIRAT''@|1|g' \
	      -e 's|@''HAVE_MKFIFO''@|1|g' \
	      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
	      -e 's|@''HAVE_MKNOD''@|1|g' \
	      -e 's|@''HAVE_MKNODAT''@|1|g' \
	      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
	      -e 's|@''REPLACE_FSTAT''@|0|g' \
	      -e 's|@''REPLACE_FSTATAT''@|0|g' \
	      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
	      -e 's|@''REPLACE_LSTAT''@|1|g' \
	      -e 's|@''REPLACE_MKDIR''@|0|g' \
	      -e 's|@''REPLACE_MKFIFO''@|0|g' \
	      -e 's|@''REPLACE_MKNOD''@|0|g' \
	      -e 's|@''REPLACE_STAT''@|1|g' \
	      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_stat.in.h; \
	} > sys/stat.h-t && \
	mv sys/stat.h-t sys/stat.h
../../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
	      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_time.in.h; \
	} > sys/time.h-t && \
	mv sys/time.h-t sys/time.h
../../build-aux/install-sh -c -d sys
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
rm -f time.h-t time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''GNULIB_MKTIME''@/0/g' \
	      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
	      -e 's/@''GNULIB_STRPTIME''@/0/g' \
	      -e 's/@''GNULIB_TIMEGM''@/0/g' \
	      -e 's/@''GNULIB_TIME_R''@/0/g' \
	      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
	      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
	      -e 's|@''HAVE_STRPTIME''@|1|g' \
	      -e 's|@''HAVE_TIMEGM''@|1|g' \
	      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
	      -e 's|@''REPLACE_GMTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./time.in.h; \
	} > time.h-t && \
	mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_UNISTD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's/@''GNULIB_CHDIR''@/0/g' \
	      -e 's/@''GNULIB_CHOWN''@/0/g' \
	      -e 's/@''GNULIB_CLOSE''@/0/g' \
	      -e 's/@''GNULIB_DUP''@/0/g' \
	      -e 's/@''GNULIB_DUP2''@/0/g' \
	      -e 's/@''GNULIB_DUP3''@/0/g' \
	      -e 's/@''GNULIB_ENVIRON''@/1/g' \
	      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
	      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
	      -e 's/@''GNULIB_FCHDIR''@/0/g' \
	      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
	      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
	      -e 's/@''GNULIB_FSYNC''@/0/g' \
	      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
	      -e 's/@''GNULIB_GETCWD''@/0/g' \
	      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
	      -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
	      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
	      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
	      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
	      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
	      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
	      -e 's/@''GNULIB_ISATTY''@/0/g' \
	      -e 's/@''GNULIB_LCHOWN''@/0/g' \
	      -e 's/@''GNULIB_LINK''@/0/g' \
	      -e 's/@''GNULIB_LINKAT''@/0/g' \
	      -e 's/@''GNULIB_LSEEK''@/0/g' \
	      -e 's/@''GNULIB_PIPE''@/0/g' \
	      -e 's/@''GNULIB_PIPE2''@/0/g' \
	      -e 's/@''GNULIB_PREAD''@/0/g' \
	      -e 's/@''GNULIB_PWRITE''@/0/g' \
	      -e 's/@''GNULIB_READ''@/0/g' \
	      -e 's/@''GNULIB_READLINK''@/1/g' \
	      -e 's/@''GNULIB_READLINKAT''@/0/g' \
	      -e 's/@''GNULIB_RMDIR''@/0/g' \
	      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_SLEEP''@/0/g' \
	      -e 's/@''GNULIB_SYMLINK''@/0/g' \
	      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
	      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_UNLINK''@/0/g' \
	      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
	      -e 's/@''GNULIB_USLEEP''@/0/g' \
	      -e 's/@''GNULIB_WRITE''@/0/g' \
	      < ./unistd.in.h | \
	  sed -e 's|@''HAVE_CHOWN''@|1|g' \
	      -e 's|@''HAVE_DUP2''@|1|g' \
	      -e 's|@''HAVE_DUP3''@|1|g' \
	      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
	      -e 's|@''HAVE_FACCESSAT''@|1|g' \
	      -e 's|@''HAVE_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
	      -e 's|@''HAVE_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_FSYNC''@|1|g' \
	      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
	      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
	      -e 's|@''HAVE_GETGROUPS''@|1|g' \
	      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_GETLOGIN''@|1|g' \
	      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
	      -e 's|@''HAVE_LCHOWN''@|1|g' \
	      -e 's|@''HAVE_LINK''@|1|g' \
	      -e 's|@''HAVE_LINKAT''@|1|g' \
	      -e 's|@''HAVE_PIPE''@|1|g' \
	      -e 's|@''HAVE_PIPE2''@|1|g' \
	      -e 's|@''HAVE_PREAD''@|1|g' \
	      -e 's|@''HAVE_PWRITE''@|1|g' \
	      -e 's|@''HAVE_READLINK''@|1|g' \
	      -e 's|@''HAVE_READLINKAT''@|1|g' \
	      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_SLEEP''@|1|g' \
	      -e 's|@''HAVE_SYMLINK''@|1|g' \
	      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
	      -e 's|@''HAVE_UNLINKAT''@|1|g' \
	      -e 's|@''HAVE_USLEEP''@|1|g' \
	      -e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
	      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
	      -e 's|@''HAVE_OS_H''@|0|g' \
	      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
	      -e 's|@''REPLACE_CLOSE''@|0|g' \
	      -e 's|@''REPLACE_DUP''@|0|g' \
	      -e 's|@''REPLACE_DUP2''@|0|g' \
	      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
	      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_GETCWD''@|0|g' \
	      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
	      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
	      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
	      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
	      -e 's|@''REPLACE_ISATTY''@|0|g' \
	      -e 's|@''REPLACE_LCHOWN''@|0|g' \
	      -e 's|@''REPLACE_LINK''@|0|g' \
	      -e 's|@''REPLACE_LINKAT''@|0|g' \
	      -e 's|@''REPLACE_LSEEK''@|0|g' \
	      -e 's|@''REPLACE_PREAD''@|0|g' \
	      -e 's|@''REPLACE_PWRITE''@|0|g' \
	      -e 's|@''REPLACE_READ''@|0|g' \
	      -e 's|@''REPLACE_READLINK''@|1|g' \
	      -e 's|@''REPLACE_READLINKAT''@|0|g' \
	      -e 's|@''REPLACE_RMDIR''@|0|g' \
	      -e 's|@''REPLACE_SLEEP''@|0|g' \
	      -e 's|@''REPLACE_SYMLINK''@|0|g' \
	      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
	      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
	      -e 's|@''REPLACE_UNLINK''@|0|g' \
	      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
	      -e 's|@''REPLACE_USLEEP''@|0|g' \
	      -e 's|@''REPLACE_WRITE''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > unistd.h-t && \
	mv unistd.h-t unistd.h
rm -f unistr.h-t unistr.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unistr.in.h; \
	} > unistr.h-t && \
	mv -f unistr.h-t unistr.h
rm -f unitypes.h-t unitypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unitypes.in.h; \
	} > unitypes.h-t && \
	mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniwidth.in.h; \
	} > uniwidth.h-t && \
	mv -f uniwidth.h-t uniwidth.h
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''GNULIB_BTOWC''@/0/g' \
	      -e 's/@''GNULIB_WCTOB''@/0/g' \
	      -e 's/@''GNULIB_MBSINIT''@/1/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
	      -e 's/@''GNULIB_MBRLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/0/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
	      -e 's/@''GNULIB_WMEMSET''@/0/g' \
	      -e 's/@''GNULIB_WCSLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
	      -e 's/@''GNULIB_WCSDUP''@/0/g' \
	      -e 's/@''GNULIB_WCSCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
	      -e 's/@''GNULIB_WCSSTR''@/0/g' \
	      -e 's/@''GNULIB_WCSTOK''@/0/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|0|g' \
	      -e 's|@''REPLACE_MBSINIT''@|0|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
	      -e 's|@''REPLACE_MBRLEN''@|0|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|1|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
	      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
	      -e 's/@''GNULIB_WCTYPE''@/0/g' \
	      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
	      -e 's/@''GNULIB_WCTRANS''@/0/g' \
	      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
	      -e 's/@''HAVE_ISWBLANK''@/1/g' \
	      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
	      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
	      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
	      -e 's/@''HAVE_WINT_T''@/1/g' \
	      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
	      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
	      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./wctype.in.h; \
	} > wctype.h-t && \
	mv wctype.h-t wctype.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o allocator.o allocator.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o areadlink.o areadlink.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o basename.o basename.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o c-ctype.o c-ctype.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o c-strcasecmp.o c-strcasecmp.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o c-strncasecmp.o c-strncasecmp.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o careadlinkat.o careadlinkat.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o closeout.o closeout.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o fwriteerror.o fwriteerror.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o hard-locale.o hard-locale.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o localcharset.o localcharset.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o localename.o localename.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o glthread/lock.o glthread/lock.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o malloca.o malloca.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o mbchar.o mbchar.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o mbiter.o mbiter.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o mbslen.o mbslen.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o mbsstr.o mbsstr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o mbuiter.o mbuiter.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o progname.o progname.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o propername.o propername.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o striconv.o striconv.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o strnlen1.o strnlen1.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o glthread/threadlib.o glthread/threadlib.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o trim.o trim.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o unistd.o unistd.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o uniwidth/width.o uniwidth/width.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o wctype-h.o wctype-h.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o xmalloc.o xmalloc.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o xstrdup.o xstrdup.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o xreadlink.o xreadlink.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o xstriconv.o xstriconv.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o canonicalize-lgpl.o canonicalize-lgpl.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o error.o error.c
error.c:386:12: warning: data argument not used by format string
      [-Wformat-extra-args]
           file_name, line_number);
           ^
1 warning generated.
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o getopt.o getopt.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o getopt1.o getopt1.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o lstat.o lstat.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o readlink.o readlink.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o stat.o stat.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o strerror.o strerror.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o strerror-override.o strerror-override.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -g -O2 -c -o wcwidth.o wcwidth.c
rm -f libgrt.a
ar cr libgrt.a allocator.o areadlink.o basename.o c-ctype.o c-strcasecmp.o c-strncasecmp.o careadlinkat.o closeout.o fwriteerror.o hard-locale.o localcharset.o localename.o glthread/lock.o malloca.o mbchar.o mbiter.o mbslen.o mbsstr.o mbuiter.o progname.o propername.o striconv.o strnlen1.o glthread/threadlib.o trim.o unistd.o unistr/u8-mbtoucr.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o wctype-h.o xmalloc.o xstrdup.o xreadlink.o xstriconv.o canonicalize-lgpl.o error.o getopt.o getopt1.o lstat.o readlink.o stat.o strerror.o strerror-override.o wcwidth.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(wctype-h.o) has no symbols
ranlib libgrt.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(wctype-h.o) has no symbols
rm -f t-charset.alias charset.alias && \
	/bin/sh ./config.charset 'x86_64-apple-darwin16.5.0' > t-charset.alias && \
	mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
	sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ref-add.sin > t-ref-add.sed && \
	mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
	sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ref-del.sin > t-ref-del.sed && \
	mv t-ref-del.sed ref-del.sed
Making all in libasprintf
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
cp ./autosprintf.in.h autosprintf.h
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I.     -g -O2 -c -o xsize.lo xsize.c
libtool: compile:  gcc -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c xsize.c  -fno-common -DPIC -o .libs/xsize.o
libtool: compile:  gcc -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I.     -g -O2 -c -o lib-asprintf.lo lib-asprintf.c
libtool: compile:  gcc -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c lib-asprintf.c  -fno-common -DPIC -o .libs/lib-asprintf.o
libtool: compile:  gcc -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c lib-asprintf.c -o lib-asprintf.o >/dev/null 2>&1
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I.     -g -O2 -c -o autosprintf.lo autosprintf.cc
libtool: compile:  g++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c autosprintf.cc  -fno-common -DPIC -o .libs/autosprintf.o
libtool: compile:  g++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c autosprintf.cc -o autosprintf.o >/dev/null 2>&1
/bin/sh ./libtool  --tag=CXX   --mode=link g++  -g -O2   -o libasprintf.la -rpath /Users/demo/lode/opt/lib  xsize.lo lib-asprintf.lo autosprintf.lo   || \
	/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2   -o libasprintf.la -rpath /Users/demo/lode/opt/lib  xsize.lo lib-asprintf.lo autosprintf.lo  
libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libasprintf.0.dylib  .libs/xsize.o .libs/lib-asprintf.o .libs/autosprintf.o    -g -O2   -install_name  /Users/demo/lode/opt/lib/libasprintf.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libasprintf.dylib" && ln -s "libasprintf.0.dylib" "libasprintf.dylib")
libtool: link: ar cru .libs/libasprintf.a  xsize.o lib-asprintf.o autosprintf.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(lib-asprintf.o) has no symbols
libtool: link: ranlib .libs/libasprintf.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(lib-asprintf.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libasprintf.la" && ln -s "../libasprintf.la" "libasprintf.la" )
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2  -no-undefined  -o libgnu.la  xsize.lo   
libtool: link: ar cru .libs/libgnu.a .libs/xsize.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: .libs/libgnu.a the table of contents is empty (no object file members in the library define global symbols)
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
Making all in src
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib  -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2 -c -o gettext-gettext.o `test -f 'gettext.c' || echo './'`gettext.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2   -o gettext gettext-gettext.o ../gnulib-lib/libgrt.a ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation -liconv  
libtool: link: gcc -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2 -o .libs/gettext gettext-gettext.o -Wl,-framework -Wl,CoreFoundation  ../gnulib-lib/libgrt.a ../intl/.libs/libintl.dylib -lc -liconv
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib  -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2 -c -o ngettext-ngettext.o `test -f 'ngettext.c' || echo './'`ngettext.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2   -o ngettext ngettext-ngettext.o ../gnulib-lib/libgrt.a ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation -liconv  
libtool: link: gcc -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2 -o .libs/ngettext ngettext-ngettext.o -Wl,-framework -Wl,CoreFoundation  ../gnulib-lib/libgrt.a ../intl/.libs/libintl.dylib -lc -liconv
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib  -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2 -c -o envsubst-envsubst.o `test -f 'envsubst.c' || echo './'`envsubst.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2   -o envsubst envsubst-envsubst.o ../gnulib-lib/libgrt.a ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation -liconv  
libtool: link: gcc -DINSTALLDIR=\"/Users/demo/lode/opt/bin\" -g -O2 -o .libs/envsubst envsubst-envsubst.o -Wl,-framework -Wl,CoreFoundation  ../gnulib-lib/libgrt.a ../intl/.libs/libintl.dylib -lc -liconv
Making all in po
make[4]: Nothing to be done for `all'.
Making all in man
srcdir=''; \
	test -f ./gettext.1.in || srcdir=./; \
	if test -f ${srcdir}gettext.1.in; then \
	  sed -e 's|@''localedir''@|/Users/demo/lode/opt/share/locale|g' ${srcdir}gettext.1.in > t-gettext.1 && \
	  mv t-gettext.1 gettext.1; \
        fi
srcdir=''; \
	test -f ./ngettext.1.in || srcdir=./; \
	if test -f ${srcdir}ngettext.1.in; then \
	  sed -e 's|@''localedir''@|/Users/demo/lode/opt/share/locale|g' ${srcdir}ngettext.1.in > t-ngettext.1 && \
	  mv t-ngettext.1 ngettext.1; \
        fi
srcdir=''; \
	test -f ./gettext.1.html.in || srcdir=./; \
	if test -f ${srcdir}gettext.1.html.in; then \
	  sed -e 's|@''localedir''@|/Users/demo/lode/opt/share/locale|g' ${srcdir}gettext.1.html.in > t-gettext.1.html && \
	  mv t-gettext.1.html gettext.1.html; \
        fi
srcdir=''; \
	test -f ./ngettext.1.html.in || srcdir=./; \
	if test -f ${srcdir}ngettext.1.html.in; then \
	  sed -e 's|@''localedir''@|/Users/demo/lode/opt/share/locale|g' ${srcdir}ngettext.1.html.in > t-ngettext.1.html && \
	  mv t-ngettext.1.html ngettext.1.html; \
        fi
Making all in m4
make[4]: Nothing to be done for `all'.
Making all in tests
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in gettext-tools
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in doc
make[4]: Nothing to be done for `all'.
Making all in intl
sed -e '/IN_LIBGLOCALE/d' \
	    -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
	    -e 's,@''HAVE_ASPRINTF''@,1,g' \
	    -e 's,@''HAVE_NEWLOCALE''@,1,g' \
	    -e 's,@''HAVE_SNPRINTF''@,1,g' \
	    -e 's,@''HAVE_WPRINTF''@,0,g' \
	  < ../../gettext-runtime/intl/libgnuintl.in.h \
	| if test 'no' = yes; then \
	    sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
	  else \
	    cat; \
	  fi \
	| sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
	      -e "/#define _LIBINTL_H/r ../../gettext-runtime/intl/export.h" \
	| sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
	  > libgnuintl.h
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/bindtextdom.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/bindtextdom.c  -fno-common -DPIC -o .libs/bindtextdom.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/bindtextdom.c -o bindtextdom.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dcgettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcgettext.c  -fno-common -DPIC -o .libs/dcgettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcgettext.c -o dcgettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dgettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dgettext.c  -fno-common -DPIC -o .libs/dgettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dgettext.c -o dgettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/gettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/gettext.c  -fno-common -DPIC -o .libs/gettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/gettext.c -o gettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/finddomain.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/finddomain.c  -fno-common -DPIC -o .libs/finddomain.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/finddomain.c -o finddomain.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/hash-string.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/hash-string.c  -fno-common -DPIC -o .libs/hash-string.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/hash-string.c -o hash-string.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/loadmsgcat.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/loadmsgcat.c  -fno-common -DPIC -o .libs/loadmsgcat.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/loadmsgcat.c -o loadmsgcat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/localealias.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localealias.c  -fno-common -DPIC -o .libs/localealias.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localealias.c -o localealias.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/textdomain.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/textdomain.c  -fno-common -DPIC -o .libs/textdomain.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/textdomain.c -o textdomain.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/l10nflist.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/l10nflist.c  -fno-common -DPIC -o .libs/l10nflist.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/l10nflist.c -o l10nflist.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/explodename.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/explodename.c  -fno-common -DPIC -o .libs/explodename.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/explodename.c -o explodename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dcigettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcigettext.c  -fno-common -DPIC -o .libs/dcigettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcigettext.c -o dcigettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dcngettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcngettext.c  -fno-common -DPIC -o .libs/dcngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcngettext.c -o dcngettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/dngettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dngettext.c  -fno-common -DPIC -o .libs/dngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dngettext.c -o dngettext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/ngettext.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/ngettext.c  -fno-common -DPIC -o .libs/ngettext.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/ngettext.c -o ngettext.o >/dev/null 2>&1
sed -e 's|^#line \([0-9]*\) "\(plural\.[cy]\)"|#line \1 "../../gettext-runtime/intl/\2"|' < ../../gettext-runtime/intl/plural.c > pluralx.c
sed -e '/IN_LIBGLOCALE/d' \
	    -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
	    -e 's,@''HAVE_ASPRINTF''@,1,g' \
	    -e 's,@''HAVE_NEWLOCALE''@,1,g' \
	    -e 's,@''HAVE_SNPRINTF''@,1,g' \
	    -e 's,@''HAVE_WPRINTF''@,0,g' \
	  < ../../gettext-runtime/intl/libgnuintl.in.h > libintl.h
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  pluralx.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden pluralx.c  -fno-common -DPIC -o .libs/pluralx.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden pluralx.c -o pluralx.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/plural-exp.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural-exp.c  -fno-common -DPIC -o .libs/plural-exp.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural-exp.c -o plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/localcharset.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c  -fno-common -DPIC -o .libs/localcharset.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/threadlib.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/threadlib.c  -fno-common -DPIC -o .libs/threadlib.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/threadlib.c -o threadlib.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/lock.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/lock.c  -fno-common -DPIC -o .libs/lock.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/lock.c -o lock.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/relocatable.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/relocatable.c  -fno-common -DPIC -o .libs/relocatable.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/relocatable.c -o relocatable.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/langprefs.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/langprefs.c  -fno-common -DPIC -o .libs/langprefs.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/langprefs.c -o langprefs.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/localename.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localename.c  -fno-common -DPIC -o .libs/localename.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localename.c -o localename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/log.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/log.c  -fno-common -DPIC -o .libs/log.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/log.c -o log.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/printf.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/printf.c  -fno-common -DPIC -o .libs/printf.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/printf.c -o printf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/setlocale.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/setlocale.c  -fno-common -DPIC -o .libs/setlocale.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/setlocale.c -o setlocale.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/version.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/version.c  -fno-common -DPIC -o .libs/version.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/version.c -o version.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/xsize.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/xsize.c  -fno-common -DPIC -o .libs/xsize.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/osdep.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/osdep.c  -fno-common -DPIC -o .libs/osdep.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/osdep.c -o osdep.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=compile gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I..  -g -O2 -fvisibility=hidden  ../../gettext-runtime/intl/intl-compat.c
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/intl-compat.c  -fno-common -DPIC -o .libs/intl-compat.o
libtool: compile:  gcc -c -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/Users/demo/lode/opt/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/intl-compat.c -o intl-compat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC --mode=link \
	  gcc  -g -O2 -fvisibility=hidden   -o libintl.la \
	  bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo pluralx.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo -liconv -Wl,-framework -Wl,CoreFoundation   -lc \
	   \
	  -version-info 10:4:1 \
	  -rpath /Users/demo/lode/opt/lib \
	  -no-undefined
libtool: link: gcc -dynamiclib  -o .libs/libintl.9.dylib  .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/pluralx.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/version.o .libs/xsize.o .libs/osdep.o .libs/intl-compat.o   -liconv -lc  -g -O2 -Wl,-framework -Wl,CoreFoundation   -install_name  /Users/demo/lode/opt/lib/libintl.9.dylib -compatibility_version 11 -current_version 11.4 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libintl.dylib" && ln -s "libintl.9.dylib" "libintl.dylib")
libtool: link: ar cru .libs/libintl.a  bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o pluralx.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ranlib .libs/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libintl.la" && ln -s "../libintl.la" "libintl.la" )
/bin/sh ../../gettext-runtime/intl/config.charset 'x86_64-apple-darwin16.5.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ../../gettext-runtime/intl/ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ../../gettext-runtime/intl/ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in gnulib-lib
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
rm -f byteswap.h-t byteswap.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./byteswap.in.h; \
	} > byteswap.h-t && \
	mv -f byteswap.h-t byteswap.h
rm -f configmake.h-t && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  echo '#define PREFIX "/Users/demo/lode/opt"'; \
	  echo '#define EXEC_PREFIX "/Users/demo/lode/opt"'; \
	  echo '#define BINDIR "/Users/demo/lode/opt/bin"'; \
	  echo '#define SBINDIR "/Users/demo/lode/opt/sbin"'; \
	  echo '#define LIBEXECDIR "/Users/demo/lode/opt/libexec"'; \
	  echo '#define DATAROOTDIR "/Users/demo/lode/opt/share"'; \
	  echo '#define DATADIR "/Users/demo/lode/opt/share"'; \
	  echo '#define SYSCONFDIR "/Users/demo/lode/opt/etc"'; \
	  echo '#define SHAREDSTATEDIR "/Users/demo/lode/opt/com"'; \
	  echo '#define LOCALSTATEDIR "/Users/demo/lode/opt/var"'; \
	  echo '#define RUNSTATEDIR "/Users/demo/lode/opt/var/run"'; \
	  echo '#define INCLUDEDIR "/Users/demo/lode/opt/include"'; \
	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
	  echo '#define DOCDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define INFODIR "/Users/demo/lode/opt/share/info"'; \
	  echo '#define HTMLDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define DVIDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define PDFDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define PSDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define LIBDIR "/Users/demo/lode/opt/lib"'; \
	  echo '#define LISPDIR "/Users/demo/lode/opt/share/emacs/site-lisp"'; \
	  echo '#define LOCALEDIR "/Users/demo/lode/opt/share/locale"'; \
	  echo '#define MANDIR "/Users/demo/lode/opt/share/man"'; \
	  echo '#define MANEXT ""'; \
	  echo '#define PKGDATADIR "/Users/demo/lode/opt/share/gettext"'; \
	  echo '#define PKGINCLUDEDIR "/Users/demo/lode/opt/include/gettext-tools"'; \
	  echo '#define PKGLIBDIR "/Users/demo/lode/opt/lib/gettext-tools"'; \
	  echo '#define PKGLIBEXECDIR "/Users/demo/lode/opt/libexec/gettext-tools"'; \
	} | sed '/""/d' > configmake.h-t && \
	mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
	sed -n -e '/_GL_CXXDEFS/,$p' \
	  < ../../build-aux/snippet/c++defs.h \
	  > c++defs.h-t && \
	mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
	sed -n -e '/GL_ARG_NONNULL/,$p' \
	  < ../../build-aux/snippet/arg-nonnull.h \
	  > arg-nonnull.h-t && \
	mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
	sed -n -e '/^.ifndef/,$p' \
	  < ../../build-aux/snippet/warn-on-use.h \
	  > warn-on-use.h-t && \
	mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_DIRENT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
	      -e 's/@''GNULIB_OPENDIR''@/1/g' \
	      -e 's/@''GNULIB_READDIR''@/1/g' \
	      -e 's/@''GNULIB_REWINDDIR''@/0/g' \
	      -e 's/@''GNULIB_CLOSEDIR''@/1/g' \
	      -e 's/@''GNULIB_DIRFD''@/1/g' \
	      -e 's/@''GNULIB_FDOPENDIR''@/0/g' \
	      -e 's/@''GNULIB_SCANDIR''@/0/g' \
	      -e 's/@''GNULIB_ALPHASORT''@/0/g' \
	      -e 's/@''HAVE_OPENDIR''@/1/g' \
	      -e 's/@''HAVE_READDIR''@/1/g' \
	      -e 's/@''HAVE_REWINDDIR''@/1/g' \
	      -e 's/@''HAVE_CLOSEDIR''@/1/g' \
	      -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
	      -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
	      -e 's|@''HAVE_FDOPENDIR''@|1|g' \
	      -e 's|@''HAVE_SCANDIR''@|1|g' \
	      -e 's|@''HAVE_ALPHASORT''@|1|g' \
	      -e 's|@''REPLACE_OPENDIR''@|0|g' \
	      -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
	      -e 's|@''REPLACE_DIRFD''@|0|g' \
	      -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./dirent.in.h; \
	} > dirent.h-t && \
	mv dirent.h-t dirent.h
rm -f fcntl.h-t fcntl.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
	      -e 's/@''GNULIB_FCNTL''@/1/g' \
	      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_OPEN''@/1/g' \
	      -e 's/@''GNULIB_OPENAT''@/0/g' \
	      -e 's|@''HAVE_FCNTL''@|1|g' \
	      -e 's|@''HAVE_OPENAT''@|1|g' \
	      -e 's|@''REPLACE_FCNTL''@|0|g' \
	      -e 's|@''REPLACE_OPEN''@|1|g' \
	      -e 's|@''REPLACE_OPENAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./fcntl.in.h; \
	} > fcntl.h-t && \
	mv fcntl.h-t fcntl.h
rm -f fnmatch.h-t fnmatch.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      < ./fnmatch.in.h; \
	} > fnmatch.h-t && \
	mv -f fnmatch.h-t fnmatch.h
rm -f getopt.h-t getopt.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_GETOPT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      < ./getopt.in.h; \
	} > getopt.h-t && \
	mv -f getopt.h-t getopt.h
rm -f iconv.h-t iconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g' \
	      -e 's/@''GNULIB_ICONV''@/1/g' \
	      -e 's|@''ICONV_CONST''@||g' \
	      -e 's|@''REPLACE_ICONV''@|0|g' \
	      -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
	      -e 's|@''REPLACE_ICONV_UTF''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./iconv.in.h; \
	} > iconv.h-t && \
	mv iconv.h-t iconv.h
rm -f langinfo.h-t langinfo.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
	      -e 's/@''GNULIB_NL_LANGINFO''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
	      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
	      -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./langinfo.in.h; \
	} > langinfo.h-t && \
	mv langinfo.h-t langinfo.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib.in.h; \
	} > glib.h-t
mv -f glib.h-t glib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glibconfig.in.h; \
	} > glibconfig.h-t
mv -f glibconfig.h-t glibconfig.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib/ghash.in.h; \
	} > glib/ghash.h-t
mv -f glib/ghash.h-t glib/ghash.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib/glist.in.h; \
	} > glib/glist.h-t
mv -f glib/glist.h-t glib/glist.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib/gprimes.in.h; \
	} > glib/gprimes.h-t
mv -f glib/gprimes.h-t glib/gprimes.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib/gstrfuncs.in.h; \
	} > glib/gstrfuncs.h-t
mv -f glib/gstrfuncs.h-t glib/gstrfuncs.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib/gstring.in.h; \
	} > glib/gstring.h-t
mv -f glib/gstring.h-t glib/gstring.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./glib/gtypes.in.h; \
	} > glib/gtypes.h-t
mv -f glib/gtypes.h-t glib/gtypes.h
rm -f locale.h-t locale.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
	      -e 's/@''GNULIB_LOCALECONV''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's/@''GNULIB_SETLOCALE''@/1/g' \
	      -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
	      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
	      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
	      -e 's|@''REPLACE_LOCALECONV''@|0|g' \
	      -e 's|@''REPLACE_SETLOCALE''@|0|g' \
	      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
	      -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./locale.in.h; \
	} > locale.h-t && \
	mv locale.h-t locale.h
rm -f math.h-t math.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
	      -e 's/@''GNULIB_ACOSF''@/0/g' \
	      -e 's/@''GNULIB_ACOSL''@/0/g' \
	      -e 's/@''GNULIB_ASINF''@/0/g' \
	      -e 's/@''GNULIB_ASINL''@/0/g' \
	      -e 's/@''GNULIB_ATANF''@/0/g' \
	      -e 's/@''GNULIB_ATANL''@/0/g' \
	      -e 's/@''GNULIB_ATAN2F''@/0/g' \
	      -e 's/@''GNULIB_CBRT''@/0/g' \
	      -e 's/@''GNULIB_CBRTF''@/0/g' \
	      -e 's/@''GNULIB_CBRTL''@/0/g' \
	      -e 's/@''GNULIB_CEIL''@/0/g' \
	      -e 's/@''GNULIB_CEILF''@/0/g' \
	      -e 's/@''GNULIB_CEILL''@/0/g' \
	      -e 's/@''GNULIB_COPYSIGN''@/0/g' \
	      -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
	      -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
	      -e 's/@''GNULIB_COSF''@/0/g' \
	      -e 's/@''GNULIB_COSL''@/0/g' \
	      -e 's/@''GNULIB_COSHF''@/0/g' \
	      -e 's/@''GNULIB_EXPF''@/0/g' \
	      -e 's/@''GNULIB_EXPL''@/0/g' \
	      -e 's/@''GNULIB_EXP2''@/0/g' \
	      -e 's/@''GNULIB_EXP2F''@/0/g' \
	      -e 's/@''GNULIB_EXP2L''@/0/g' \
	      -e 's/@''GNULIB_EXPM1''@/0/g' \
	      -e 's/@''GNULIB_EXPM1F''@/0/g' \
	      -e 's/@''GNULIB_EXPM1L''@/0/g' \
	      -e 's/@''GNULIB_FABSF''@/0/g' \
	      -e 's/@''GNULIB_FABSL''@/0/g' \
	      -e 's/@''GNULIB_FLOOR''@/0/g' \
	      -e 's/@''GNULIB_FLOORF''@/0/g' \
	      -e 's/@''GNULIB_FLOORL''@/0/g' \
	      -e 's/@''GNULIB_FMA''@/0/g' \
	      -e 's/@''GNULIB_FMAF''@/0/g' \
	      -e 's/@''GNULIB_FMAL''@/0/g' \
	      -e 's/@''GNULIB_FMOD''@/0/g' \
	      -e 's/@''GNULIB_FMODF''@/0/g' \
	      -e 's/@''GNULIB_FMODL''@/0/g' \
	      -e 's/@''GNULIB_FREXPF''@/0/g' \
	      -e 's/@''GNULIB_FREXP''@/0/g' \
	      -e 's/@''GNULIB_FREXPL''@/0/g' \
	      -e 's/@''GNULIB_HYPOT''@/0/g' \
	      -e 's/@''GNULIB_HYPOTF''@/0/g' \
	      -e 's/@''GNULIB_HYPOTL''@/0/g' \
	      < ./math.in.h | \
	  sed -e 's/@''GNULIB_ILOGB''@/0/g' \
	      -e 's/@''GNULIB_ILOGBF''@/0/g' \
	      -e 's/@''GNULIB_ILOGBL''@/0/g' \
	      -e 's/@''GNULIB_ISFINITE''@/0/g' \
	      -e 's/@''GNULIB_ISINF''@/1/g' \
	      -e 's/@''GNULIB_ISNAN''@/1/g' \
	      -e 's/@''GNULIB_ISNANF''@/1/g' \
	      -e 's/@''GNULIB_ISNAND''@/1/g' \
	      -e 's/@''GNULIB_ISNANL''@/1/g' \
	      -e 's/@''GNULIB_LDEXPF''@/0/g' \
	      -e 's/@''GNULIB_LDEXPL''@/0/g' \
	      -e 's/@''GNULIB_LOG''@/0/g' \
	      -e 's/@''GNULIB_LOGF''@/0/g' \
	      -e 's/@''GNULIB_LOGL''@/0/g' \
	      -e 's/@''GNULIB_LOG10''@/1/g' \
	      -e 's/@''GNULIB_LOG10F''@/0/g' \
	      -e 's/@''GNULIB_LOG10L''@/0/g' \
	      -e 's/@''GNULIB_LOG1P''@/0/g' \
	      -e 's/@''GNULIB_LOG1PF''@/0/g' \
	      -e 's/@''GNULIB_LOG1PL''@/0/g' \
	      -e 's/@''GNULIB_LOG2''@/0/g' \
	      -e 's/@''GNULIB_LOG2F''@/0/g' \
	      -e 's/@''GNULIB_LOG2L''@/0/g' \
	      -e 's/@''GNULIB_LOGB''@/0/g' \
	      -e 's/@''GNULIB_LOGBF''@/0/g' \
	      -e 's/@''GNULIB_LOGBL''@/0/g' \
	      -e 's/@''GNULIB_MODF''@/0/g' \
	      -e 's/@''GNULIB_MODFF''@/0/g' \
	      -e 's/@''GNULIB_MODFL''@/0/g' \
	      -e 's/@''GNULIB_POWF''@/0/g' \
	      -e 's/@''GNULIB_REMAINDER''@/0/g' \
	      -e 's/@''GNULIB_REMAINDERF''@/0/g' \
	      -e 's/@''GNULIB_REMAINDERL''@/0/g' \
	      -e 's/@''GNULIB_RINT''@/0/g' \
	      -e 's/@''GNULIB_RINTF''@/0/g' \
	      -e 's/@''GNULIB_RINTL''@/0/g' \
	      -e 's/@''GNULIB_ROUND''@/0/g' \
	      -e 's/@''GNULIB_ROUNDF''@/0/g' \
	      -e 's/@''GNULIB_ROUNDL''@/0/g' \
	      -e 's/@''GNULIB_SIGNBIT''@/1/g' \
	      -e 's/@''GNULIB_SINF''@/0/g' \
	      -e 's/@''GNULIB_SINL''@/0/g' \
	      -e 's/@''GNULIB_SINHF''@/0/g' \
	      -e 's/@''GNULIB_SQRTF''@/0/g' \
	      -e 's/@''GNULIB_SQRTL''@/0/g' \
	      -e 's/@''GNULIB_TANF''@/0/g' \
	      -e 's/@''GNULIB_TANL''@/0/g' \
	      -e 's/@''GNULIB_TANHF''@/0/g' \
	      -e 's/@''GNULIB_TRUNC''@/0/g' \
	      -e 's/@''GNULIB_TRUNCF''@/0/g' \
	      -e 's/@''GNULIB_TRUNCL''@/0/g' \
	  | \
	  sed -e 's|@''HAVE_ACOSF''@|1|g' \
	      -e 's|@''HAVE_ACOSL''@|1|g' \
	      -e 's|@''HAVE_ASINF''@|1|g' \
	      -e 's|@''HAVE_ASINL''@|1|g' \
	      -e 's|@''HAVE_ATANF''@|1|g' \
	      -e 's|@''HAVE_ATANL''@|1|g' \
	      -e 's|@''HAVE_ATAN2F''@|1|g' \
	      -e 's|@''HAVE_CBRT''@|1|g' \
	      -e 's|@''HAVE_CBRTF''@|1|g' \
	      -e 's|@''HAVE_CBRTL''@|1|g' \
	      -e 's|@''HAVE_COPYSIGN''@|1|g' \
	      -e 's|@''HAVE_COPYSIGNL''@|1|g' \
	      -e 's|@''HAVE_COSF''@|1|g' \
	      -e 's|@''HAVE_COSL''@|1|g' \
	      -e 's|@''HAVE_COSHF''@|1|g' \
	      -e 's|@''HAVE_EXPF''@|1|g' \
	      -e 's|@''HAVE_EXPL''@|1|g' \
	      -e 's|@''HAVE_EXPM1''@|1|g' \
	      -e 's|@''HAVE_EXPM1F''@|1|g' \
	      -e 's|@''HAVE_FABSF''@|1|g' \
	      -e 's|@''HAVE_FABSL''@|1|g' \
	      -e 's|@''HAVE_FMA''@|1|g' \
	      -e 's|@''HAVE_FMAF''@|1|g' \
	      -e 's|@''HAVE_FMAL''@|1|g' \
	      -e 's|@''HAVE_FMODF''@|1|g' \
	      -e 's|@''HAVE_FMODL''@|1|g' \
	      -e 's|@''HAVE_FREXPF''@|1|g' \
	      -e 's|@''HAVE_HYPOTF''@|1|g' \
	      -e 's|@''HAVE_HYPOTL''@|1|g' \
	      -e 's|@''HAVE_ILOGB''@|1|g' \
	      -e 's|@''HAVE_ILOGBF''@|1|g' \
	      -e 's|@''HAVE_ILOGBL''@|1|g' \
	      -e 's|@''HAVE_ISNANF''@|0|g' \
	      -e 's|@''HAVE_ISNAND''@|1|g' \
	      -e 's|@''HAVE_ISNANL''@|0|g' \
	      -e 's|@''HAVE_LDEXPF''@|1|g' \
	      -e 's|@''HAVE_LOGF''@|1|g' \
	      -e 's|@''HAVE_LOGL''@|1|g' \
	      -e 's|@''HAVE_LOG10F''@|1|g' \
	      -e 's|@''HAVE_LOG10L''@|1|g' \
	      -e 's|@''HAVE_LOG1P''@|1|g' \
	      -e 's|@''HAVE_LOG1PF''@|1|g' \
	      -e 's|@''HAVE_LOG1PL''@|1|g' \
	      -e 's|@''HAVE_LOGBF''@|1|g' \
	      -e 's|@''HAVE_LOGBL''@|1|g' \
	      -e 's|@''HAVE_MODFF''@|1|g' \
	      -e 's|@''HAVE_MODFL''@|1|g' \
	      -e 's|@''HAVE_POWF''@|1|g' \
	      -e 's|@''HAVE_REMAINDER''@|1|g' \
	      -e 's|@''HAVE_REMAINDERF''@|1|g' \
	      -e 's|@''HAVE_RINT''@|1|g' \
	      -e 's|@''HAVE_RINTL''@|1|g' \
	      -e 's|@''HAVE_SINF''@|1|g' \
	      -e 's|@''HAVE_SINL''@|1|g' \
	      -e 's|@''HAVE_SINHF''@|1|g' \
	      -e 's|@''HAVE_SQRTF''@|1|g' \
	      -e 's|@''HAVE_SQRTL''@|1|g' \
	      -e 's|@''HAVE_TANF''@|1|g' \
	      -e 's|@''HAVE_TANL''@|1|g' \
	      -e 's|@''HAVE_TANHF''@|1|g' \
	      -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
	      -e 's|@''HAVE_DECL_ASINL''@|1|g' \
	      -e 's|@''HAVE_DECL_ATANL''@|1|g' \
	      -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
	      -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
	      -e 's|@''HAVE_DECL_CEILF''@|1|g' \
	      -e 's|@''HAVE_DECL_CEILL''@|1|g' \
	      -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
	      -e 's|@''HAVE_DECL_COSL''@|1|g' \
	      -e 's|@''HAVE_DECL_EXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
	      -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
	      -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
	      -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
	      -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_LOGL''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
	      -e 's|@''HAVE_DECL_LOGB''@|1|g' \
	      -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
	      -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
	      -e 's|@''HAVE_DECL_RINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUND''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
	      -e 's|@''HAVE_DECL_SINL''@|1|g' \
	      -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
	      -e 's|@''HAVE_DECL_TANL''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_CBRTF''@|0|g' \
	      -e 's|@''REPLACE_CBRTL''@|0|g' \
	      -e 's|@''REPLACE_CEIL''@|0|g' \
	      -e 's|@''REPLACE_CEILF''@|0|g' \
	      -e 's|@''REPLACE_CEILL''@|0|g' \
	      -e 's|@''REPLACE_EXPM1''@|0|g' \
	      -e 's|@''REPLACE_EXPM1F''@|0|g' \
	      -e 's|@''REPLACE_EXP2''@|0|g' \
	      -e 's|@''REPLACE_EXP2L''@|0|g' \
	      -e 's|@''REPLACE_FABSL''@|0|g' \
	      -e 's|@''REPLACE_FLOOR''@|0|g' \
	      -e 's|@''REPLACE_FLOORF''@|0|g' \
	      -e 's|@''REPLACE_FLOORL''@|0|g' \
	      -e 's|@''REPLACE_FMA''@|0|g' \
	      -e 's|@''REPLACE_FMAF''@|0|g' \
	      -e 's|@''REPLACE_FMAL''@|0|g' \
	      -e 's|@''REPLACE_FMOD''@|0|g' \
	      -e 's|@''REPLACE_FMODF''@|0|g' \
	      -e 's|@''REPLACE_FMODL''@|0|g' \
	      -e 's|@''REPLACE_FREXPF''@|0|g' \
	      -e 's|@''REPLACE_FREXP''@|0|g' \
	      -e 's|@''REPLACE_FREXPL''@|0|g' \
	      -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
	      -e 's|@''REPLACE_HYPOT''@|0|g' \
	      -e 's|@''REPLACE_HYPOTF''@|0|g' \
	      -e 's|@''REPLACE_HYPOTL''@|0|g' \
	      -e 's|@''REPLACE_ILOGB''@|0|g' \
	      -e 's|@''REPLACE_ILOGBF''@|0|g' \
	      -e 's|@''REPLACE_ISFINITE''@|0|g' \
	      -e 's|@''REPLACE_ISINF''@|0|g' \
	      -e 's|@''REPLACE_ISNAN''@|1|g' \
	      -e 's|@''REPLACE_ITOLD''@|0|g' \
	      -e 's|@''REPLACE_LDEXPL''@|0|g' \
	      -e 's|@''REPLACE_LOG''@|0|g' \
	      -e 's|@''REPLACE_LOGF''@|0|g' \
	      -e 's|@''REPLACE_LOGL''@|0|g' \
	      -e 's|@''REPLACE_LOG10''@|0|g' \
	      -e 's|@''REPLACE_LOG10F''@|0|g' \
	      -e 's|@''REPLACE_LOG10L''@|0|g' \
	      -e 's|@''REPLACE_LOG1P''@|0|g' \
	      -e 's|@''REPLACE_LOG1PF''@|0|g' \
	      -e 's|@''REPLACE_LOG1PL''@|0|g' \
	      -e 's|@''REPLACE_LOG2''@|0|g' \
	      -e 's|@''REPLACE_LOG2F''@|0|g' \
	      -e 's|@''REPLACE_LOG2L''@|0|g' \
	      -e 's|@''REPLACE_LOGB''@|0|g' \
	      -e 's|@''REPLACE_LOGBF''@|0|g' \
	      -e 's|@''REPLACE_LOGBL''@|0|g' \
	      -e 's|@''REPLACE_MODF''@|0|g' \
	      -e 's|@''REPLACE_MODFF''@|0|g' \
	      -e 's|@''REPLACE_MODFL''@|0|g' \
	      -e 's|@''REPLACE_NAN''@|0|g' \
	      -e 's|@''REPLACE_REMAINDER''@|0|g' \
	      -e 's|@''REPLACE_REMAINDERF''@|0|g' \
	      -e 's|@''REPLACE_REMAINDERL''@|0|g' \
	      -e 's|@''REPLACE_ROUND''@|0|g' \
	      -e 's|@''REPLACE_ROUNDF''@|0|g' \
	      -e 's|@''REPLACE_ROUNDL''@|0|g' \
	      -e 's|@''REPLACE_SIGNBIT''@|0|g' \
	      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
	      -e 's|@''REPLACE_SQRTL''@|0|g' \
	      -e 's|@''REPLACE_TRUNC''@|0|g' \
	      -e 's|@''REPLACE_TRUNCF''@|0|g' \
	      -e 's|@''REPLACE_TRUNCL''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > math.h-t && \
	mv math.h-t math.h
rm -f sched.h-t sched.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SCHED_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SCHED_H''@|<sched.h>|g' \
	      -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \
	      < ./sched.in.h; \
	} > sched.h-t && \
	mv sched.h-t sched.h
rm -f signal.h-t signal.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''GNULIB_RAISE''@|1|g' \
	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
	      -e 's/@''GNULIB_SIGACTION''@/1/g' \
	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
	      -e 's|@''HAVE_RAISE''@|1|g' \
	      -e 's|@''HAVE_SIGSET_T''@|1|g' \
	      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
	      -e 's|@''HAVE_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
	      -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''REPLACE_RAISE''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./signal.in.h; \
	} > signal.h-t && \
	mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
	sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
	  < ../../build-aux/snippet/unused-parameter.h \
	  > unused-parameter.h-t && \
	mv unused-parameter.h-t unused-parameter.h
rm -f spawn.h-t spawn.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SPAWN_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
	      -e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
	      -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
	      -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
	      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./spawn.in.h; \
	} > spawn.h-t && \
	mv spawn.h-t spawn.h
rm -f stdint.h-t stdint.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
	      -e 's/@''SIZE_T_SUFFIX''@/ul/g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      < ./stdint.in.h; \
	} > stdint.h-t && \
	mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FTELLO''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/1/g' \
	      -e 's/@''GNULIB_GETLINE''@/1/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FCLOSE''@|0|g' \
	      -e 's|@''REPLACE_FDOPEN''@|0|g' \
	      -e 's|@''REPLACE_FFLUSH''@|0|g' \
	      -e 's|@''REPLACE_FOPEN''@|0|g' \
	      -e 's|@''REPLACE_FPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FPURGE''@|0|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|0|g' \
	      -e 's|@''REPLACE_FSEEKO''@|0|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|0|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|0|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_REMOVE''@|0|g' \
	      -e 's|@''REPLACE_RENAME''@|0|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_SPRINTF''@|0|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/0/g' \
	      -e 's/@''GNULIB_ATOLL''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
	      -e 's/@''GNULIB_GRANTPT''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_MBTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/1/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
	      -e 's/@''GNULIB_PUTENV''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/0/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_REALPATH''@/1/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
	      -e 's/@''GNULIB_SETENV''@/1/g' \
	      -e 's/@''GNULIB_STRTOD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLL''@/0/g' \
	      -e 's/@''GNULIB_STRTOULL''@/0/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
	      -e 's/@''GNULIB_UNSETENV''@/1/g' \
	      -e 's/@''GNULIB_WCTOMB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      < ./stdlib.in.h | \
	  sed -e 's|@''HAVE__EXIT''@|1|g' \
	      -e 's|@''HAVE_ATOLL''@|1|g' \
	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
	      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
	      -e 's|@''HAVE_GRANTPT''@|1|g' \
	      -e 's|@''HAVE_MKDTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
	      -e 's|@''HAVE_MKSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
	      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
	      -e 's|@''HAVE_PTSNAME''@|1|g' \
	      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
	      -e 's|@''HAVE_RANDOM''@|1|g' \
	      -e 's|@''HAVE_RANDOM_H''@|1|g' \
	      -e 's|@''HAVE_RANDOM_R''@|1|g' \
	      -e 's|@''HAVE_REALPATH''@|1|g' \
	      -e 's|@''HAVE_RPMATCH''@|1|g' \
	      -e 's|@''HAVE_SECURE_GETENV''@|0|g' \
	      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
	      -e 's|@''HAVE_STRTOD''@|1|g' \
	      -e 's|@''HAVE_STRTOLL''@|1|g' \
	      -e 's|@''HAVE_STRTOULL''@|1|g' \
	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
	      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
	      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
	      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
	      -e 's|@''REPLACE_CALLOC''@|0|g' \
	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''REPLACE_MALLOC''@|0|g' \
	      -e 's|@''REPLACE_MBTOWC''@|0|g' \
	      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
	      -e 's|@''REPLACE_PUTENV''@|1|g' \
	      -e 's|@''REPLACE_QSORT_R''@|0|g' \
	      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
	      -e 's|@''REPLACE_REALLOC''@|0|g' \
	      -e 's|@''REPLACE_REALPATH''@|1|g' \
	      -e 's|@''REPLACE_SETENV''@|0|g' \
	      -e 's|@''REPLACE_STRTOD''@|0|g' \
	      -e 's|@''REPLACE_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_WCTOMB''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _Noreturn/r ../../build-aux/snippet/_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdlib.h-t && \
	mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/1/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/1/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
	      -e 's/@''GNULIB_STPCPY''@/1/g' \
	      -e 's/@''GNULIB_STPNCPY''@/1/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
	      -e 's/@''GNULIB_STRDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNCAT''@/0/g' \
	      -e 's/@''GNULIB_STRNDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/1/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/1/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
	      -e 's/@''GNULIB_STRERROR''@/1/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_MEMCHR''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
	      -e 's|@''HAVE_STPCPY''@|1|g' \
	      -e 's|@''HAVE_STPNCPY''@|1|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|0|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
../../build-aux/install-sh -c -d sys
rm -f sys/select.h-t sys/select.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
	      -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
	      -e 's/@''GNULIB_PSELECT''@/0/g' \
	      -e 's/@''GNULIB_SELECT''@/0/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''HAVE_PSELECT''@|1|g' \
	      -e 's|@''REPLACE_PSELECT''@|0|g' \
	      -e 's|@''REPLACE_SELECT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_select.in.h; \
	} > sys/select.h-t && \
	mv sys/select.h-t sys/select.h
../../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
	      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
	      -e 's/@''GNULIB_FSTAT''@/1/g' \
	      -e 's/@''GNULIB_FSTATAT''@/0/g' \
	      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
	      -e 's/@''GNULIB_LCHMOD''@/0/g' \
	      -e 's/@''GNULIB_LSTAT''@/1/g' \
	      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
	      -e 's/@''GNULIB_MKFIFO''@/0/g' \
	      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
	      -e 's/@''GNULIB_MKNOD''@/0/g' \
	      -e 's/@''GNULIB_MKNODAT''@/0/g' \
	      -e 's/@''GNULIB_STAT''@/1/g' \
	      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
	      -e 's|@''HAVE_FCHMODAT''@|1|g' \
	      -e 's|@''HAVE_FSTATAT''@|1|g' \
	      -e 's|@''HAVE_FUTIMENS''@|1|g' \
	      -e 's|@''HAVE_LCHMOD''@|1|g' \
	      -e 's|@''HAVE_LSTAT''@|1|g' \
	      -e 's|@''HAVE_MKDIRAT''@|1|g' \
	      -e 's|@''HAVE_MKFIFO''@|1|g' \
	      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
	      -e 's|@''HAVE_MKNOD''@|1|g' \
	      -e 's|@''HAVE_MKNODAT''@|1|g' \
	      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
	      -e 's|@''REPLACE_FSTAT''@|0|g' \
	      -e 's|@''REPLACE_FSTATAT''@|0|g' \
	      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
	      -e 's|@''REPLACE_LSTAT''@|1|g' \
	      -e 's|@''REPLACE_MKDIR''@|0|g' \
	      -e 's|@''REPLACE_MKFIFO''@|0|g' \
	      -e 's|@''REPLACE_MKNOD''@|0|g' \
	      -e 's|@''REPLACE_STAT''@|1|g' \
	      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_stat.in.h; \
	} > sys/stat.h-t && \
	mv sys/stat.h-t sys/stat.h
../../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
	      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_time.in.h; \
	} > sys/time.h-t && \
	mv sys/time.h-t sys/time.h
../../build-aux/install-sh -c -d sys
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
../../build-aux/install-sh -c -d sys
rm -f sys/wait.h-t sys/wait.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
	      -e 's/@''GNULIB_WAITPID''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_wait.in.h; \
	} > sys/wait.h-t && \
	mv sys/wait.h-t sys/wait.h
rm -f time.h-t time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''GNULIB_MKTIME''@/0/g' \
	      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
	      -e 's/@''GNULIB_STRPTIME''@/0/g' \
	      -e 's/@''GNULIB_TIMEGM''@/0/g' \
	      -e 's/@''GNULIB_TIME_R''@/0/g' \
	      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
	      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
	      -e 's|@''HAVE_STRPTIME''@|1|g' \
	      -e 's|@''HAVE_TIMEGM''@|1|g' \
	      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
	      -e 's|@''REPLACE_GMTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./time.in.h; \
	} > time.h-t && \
	mv time.h-t time.h
rm -f uniconv.h-t uniconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniconv.in.h; \
	} > uniconv.h-t && \
	mv -f uniconv.h-t uniconv.h
rm -f unictype.h-t unictype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unictype.in.h; \
	} > unictype.h-t && \
	mv -f unictype.h-t unictype.h
rm -f unilbrk.h-t unilbrk.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unilbrk.in.h; \
	} > unilbrk.h-t && \
	mv -f unilbrk.h-t unilbrk.h
rm -f uniname.h-t uniname.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniname.in.h; \
	} > uniname.h-t && \
	mv -f uniname.h-t uniname.h
rm -f unistd.h-t unistd.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_UNISTD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's/@''GNULIB_CHDIR''@/0/g' \
	      -e 's/@''GNULIB_CHOWN''@/0/g' \
	      -e 's/@''GNULIB_CLOSE''@/1/g' \
	      -e 's/@''GNULIB_DUP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_DUP2''@/1/g' \
	      -e 's/@''GNULIB_DUP3''@/0/g' \
	      -e 's/@''GNULIB_ENVIRON''@/1/g' \
	      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
	      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
	      -e 's/@''GNULIB_FCHDIR''@/0/g' \
	      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
	      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
	      -e 's/@''GNULIB_FSYNC''@/0/g' \
	      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
	      -e 's/@''GNULIB_GETCWD''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
	      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
	      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
	      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
	      -e 's/@''GNULIB_GETPAGESIZE''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
	      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
	      -e 's/@''GNULIB_ISATTY''@/0/g' \
	      -e 's/@''GNULIB_LCHOWN''@/0/g' \
	      -e 's/@''GNULIB_LINK''@/0/g' \
	      -e 's/@''GNULIB_LINKAT''@/0/g' \
	      -e 's/@''GNULIB_LSEEK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_PIPE''@/0/g' \
	      -e 's/@''GNULIB_PIPE2''@/1/g' \
	      -e 's/@''GNULIB_PREAD''@/0/g' \
	      -e 's/@''GNULIB_PWRITE''@/0/g' \
	      -e 's/@''GNULIB_READ''@/1/g' \
	      -e 's/@''GNULIB_READLINK''@/1/g' \
	      -e 's/@''GNULIB_READLINKAT''@/0/g' \
	      -e 's/@''GNULIB_RMDIR''@/1/g' \
	      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_SLEEP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_SYMLINK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
	      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_UNLINK''@/0/g' \
	      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
	      -e 's/@''GNULIB_USLEEP''@/0/g' \
	      -e 's/@''GNULIB_WRITE''@/1/g' \
	      < ./unistd.in.h | \
	  sed -e 's|@''HAVE_CHOWN''@|1|g' \
	      -e 's|@''HAVE_DUP2''@|1|g' \
	      -e 's|@''HAVE_DUP3''@|1|g' \
	      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
	      -e 's|@''HAVE_FACCESSAT''@|1|g' \
	      -e 's|@''HAVE_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
	      -e 's|@''HAVE_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_FSYNC''@|1|g' \
	      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
	      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
	      -e 's|@''HAVE_GETGROUPS''@|1|g' \
	      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_GETLOGIN''@|1|g' \
	      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
	      -e 's|@''HAVE_LCHOWN''@|1|g' \
	      -e 's|@''HAVE_LINK''@|1|g' \
	      -e 's|@''HAVE_LINKAT''@|1|g' \
	      -e 's|@''HAVE_PIPE''@|1|g' \
	      -e 's|@''HAVE_PIPE2''@|0|g' \
	      -e 's|@''HAVE_PREAD''@|1|g' \
	      -e 's|@''HAVE_PWRITE''@|1|g' \
	      -e 's|@''HAVE_READLINK''@|1|g' \
	      -e 's|@''HAVE_READLINKAT''@|1|g' \
	      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_SLEEP''@|1|g' \
	      -e 's|@''HAVE_SYMLINK''@|1|g' \
	      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
	      -e 's|@''HAVE_UNLINKAT''@|1|g' \
	      -e 's|@''HAVE_USLEEP''@|1|g' \
	      -e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
	      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
	      -e 's|@''HAVE_OS_H''@|0|g' \
	      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
	      -e 's|@''REPLACE_CLOSE''@|0|g' \
	      -e 's|@''REPLACE_DUP''@|0|g' \
	      -e 's|@''REPLACE_DUP2''@|0|g' \
	      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
	      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_GETCWD''@|0|g' \
	      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
	      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
	      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
	      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
	      -e 's|@''REPLACE_ISATTY''@|0|g' \
	      -e 's|@''REPLACE_LCHOWN''@|0|g' \
	      -e 's|@''REPLACE_LINK''@|0|g' \
	      -e 's|@''REPLACE_LINKAT''@|0|g' \
	      -e 's|@''REPLACE_LSEEK''@|0|g' \
	      -e 's|@''REPLACE_PREAD''@|0|g' \
	      -e 's|@''REPLACE_PWRITE''@|0|g' \
	      -e 's|@''REPLACE_READ''@|0|g' \
	      -e 's|@''REPLACE_READLINK''@|1|g' \
	      -e 's|@''REPLACE_READLINKAT''@|0|g' \
	      -e 's|@''REPLACE_RMDIR''@|0|g' \
	      -e 's|@''REPLACE_SLEEP''@|0|g' \
	      -e 's|@''REPLACE_SYMLINK''@|1|g' \
	      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
	      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
	      -e 's|@''REPLACE_UNLINK''@|0|g' \
	      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
	      -e 's|@''REPLACE_USLEEP''@|0|g' \
	      -e 's|@''REPLACE_WRITE''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > unistd.h-t && \
	mv unistd.h-t unistd.h
rm -f unistr.h-t unistr.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unistr.in.h; \
	} > unistr.h-t && \
	mv -f unistr.h-t unistr.h
rm -f unitypes.h-t unitypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unitypes.in.h; \
	} > unitypes.h-t && \
	mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniwidth.in.h; \
	} > uniwidth.h-t && \
	mv -f uniwidth.h-t uniwidth.h
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''GNULIB_BTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_WCTOB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_MBSINIT''@/1/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
	      -e 's/@''GNULIB_MBRLEN''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
	      -e 's/@''GNULIB_WMEMSET''@/0/g' \
	      -e 's/@''GNULIB_WCSLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
	      -e 's/@''GNULIB_WCSDUP''@/0/g' \
	      -e 's/@''GNULIB_WCSCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
	      -e 's/@''GNULIB_WCSSTR''@/0/g' \
	      -e 's/@''GNULIB_WCSTOK''@/0/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|0|g' \
	      -e 's|@''REPLACE_MBSINIT''@|0|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
	      -e 's|@''REPLACE_MBRLEN''@|0|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|1|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
	      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
	      -e 's/@''GNULIB_WCTYPE''@/0/g' \
	      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
	      -e 's/@''GNULIB_WCTRANS''@/0/g' \
	      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
	      -e 's/@''HAVE_ISWBLANK''@/1/g' \
	      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
	      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
	      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
	      -e 's/@''HAVE_WINT_T''@/1/g' \
	      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
	      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
	      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./wctype.in.h; \
	} > wctype.h-t && \
	mv wctype.h-t wctype.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o copy-acl.lo copy-acl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c copy-acl.c  -fno-common -DPIC -o .libs/copy-acl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c copy-acl.c -o copy-acl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o set-acl.lo set-acl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c set-acl.c  -fno-common -DPIC -o .libs/set-acl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c set-acl.c -o set-acl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o acl-errno-valid.lo acl-errno-valid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c acl-errno-valid.c  -fno-common -DPIC -o .libs/acl-errno-valid.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c acl-errno-valid.c -o acl-errno-valid.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o acl-internal.lo acl-internal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c acl-internal.c  -fno-common -DPIC -o .libs/acl-internal.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c acl-internal.c -o acl-internal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o get-permissions.lo get-permissions.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c get-permissions.c  -fno-common -DPIC -o .libs/get-permissions.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c get-permissions.c -o get-permissions.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o set-permissions.lo set-permissions.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c set-permissions.c  -fno-common -DPIC -o .libs/set-permissions.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c set-permissions.c -o set-permissions.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o allocator.lo allocator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c allocator.c  -fno-common -DPIC -o .libs/allocator.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c allocator.c -o allocator.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o areadlink.lo areadlink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c areadlink.c  -fno-common -DPIC -o .libs/areadlink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c areadlink.c -o areadlink.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o argmatch.lo argmatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c argmatch.c  -fno-common -DPIC -o .libs/argmatch.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c argmatch.c -o argmatch.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o gl_array_list.lo gl_array_list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_array_list.c  -fno-common -DPIC -o .libs/gl_array_list.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_array_list.c -o gl_array_list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o backupfile.lo backupfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c backupfile.c  -fno-common -DPIC -o .libs/backupfile.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c backupfile.c -o backupfile.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o addext.lo addext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c addext.c  -fno-common -DPIC -o .libs/addext.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c addext.c -o addext.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o basename.lo basename.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c basename.c  -fno-common -DPIC -o .libs/basename.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c basename.c -o basename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o binary-io.lo binary-io.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c binary-io.c  -fno-common -DPIC -o .libs/binary-io.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c binary-io.c -o binary-io.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o c-ctype.lo c-ctype.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-ctype.c  -fno-common -DPIC -o .libs/c-ctype.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-ctype.c -o c-ctype.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o c-strcasecmp.lo c-strcasecmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strcasecmp.c  -fno-common -DPIC -o .libs/c-strcasecmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strcasecmp.c -o c-strcasecmp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o c-strncasecmp.lo c-strncasecmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strncasecmp.c  -fno-common -DPIC -o .libs/c-strncasecmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strncasecmp.c -o c-strncasecmp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o c-strcasestr.lo c-strcasestr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strcasestr.c  -fno-common -DPIC -o .libs/c-strcasestr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strcasestr.c -o c-strcasestr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o c-strstr.lo c-strstr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strstr.c  -fno-common -DPIC -o .libs/c-strstr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c c-strstr.c -o c-strstr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o careadlinkat.lo careadlinkat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c careadlinkat.c  -fno-common -DPIC -o .libs/careadlinkat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c careadlinkat.c -o careadlinkat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o classpath.lo classpath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c classpath.c  -fno-common -DPIC -o .libs/classpath.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c classpath.c -o classpath.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o clean-temp.lo clean-temp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c clean-temp.c  -fno-common -DPIC -o .libs/clean-temp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c clean-temp.c -o clean-temp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o cloexec.lo cloexec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c cloexec.c  -fno-common -DPIC -o .libs/cloexec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c cloexec.c -o cloexec.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o closeout.lo closeout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c closeout.c  -fno-common -DPIC -o .libs/closeout.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c closeout.c -o closeout.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o concat-filename.lo concat-filename.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c concat-filename.c  -fno-common -DPIC -o .libs/concat-filename.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c concat-filename.c -o concat-filename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o copy-file.lo copy-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c copy-file.c  -fno-common -DPIC -o .libs/copy-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c copy-file.c -o copy-file.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o csharpcomp.lo csharpcomp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c csharpcomp.c  -fno-common -DPIC -o .libs/csharpcomp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c csharpcomp.c -o csharpcomp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o csharpexec.lo csharpexec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c csharpexec.c  -fno-common -DPIC -o .libs/csharpexec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c csharpexec.c -o csharpexec.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o error-progname.lo error-progname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c error-progname.c  -fno-common -DPIC -o .libs/error-progname.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c error-progname.c -o error-progname.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o execute.lo execute.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c execute.c  -fno-common -DPIC -o .libs/execute.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c execute.c -o execute.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o exitfail.lo exitfail.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c exitfail.c  -fno-common -DPIC -o .libs/exitfail.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c exitfail.c -o exitfail.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fatal-signal.lo fatal-signal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fatal-signal.c  -fno-common -DPIC -o .libs/fatal-signal.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fatal-signal.c -o fatal-signal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fd-hook.lo fd-hook.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-hook.c  -fno-common -DPIC -o .libs/fd-hook.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-hook.c -o fd-hook.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fd-ostream.lo fd-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-ostream.c  -fno-common -DPIC -o .libs/fd-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-ostream.c -o fd-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fd-safer-flag.lo fd-safer-flag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-safer-flag.c  -fno-common -DPIC -o .libs/fd-safer-flag.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-safer-flag.c -o fd-safer-flag.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o dup-safer-flag.lo dup-safer-flag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c dup-safer-flag.c  -fno-common -DPIC -o .libs/dup-safer-flag.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c dup-safer-flag.c -o dup-safer-flag.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o file-ostream.lo file-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c file-ostream.c  -fno-common -DPIC -o .libs/file-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c file-ostream.c -o file-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o findprog.lo findprog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c findprog.c  -fno-common -DPIC -o .libs/findprog.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c findprog.c -o findprog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fstrcmp.lo fstrcmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fstrcmp.c  -fno-common -DPIC -o .libs/fstrcmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fstrcmp.c -o fstrcmp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o full-write.lo full-write.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c full-write.c  -fno-common -DPIC -o .libs/full-write.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c full-write.c -o full-write.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fwriteerror.lo fwriteerror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fwriteerror.c  -fno-common -DPIC -o .libs/fwriteerror.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fwriteerror.c -o fwriteerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o gcd.lo gcd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gcd.c  -fno-common -DPIC -o .libs/gcd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o hard-locale.lo hard-locale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c hard-locale.c  -fno-common -DPIC -o .libs/hard-locale.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c hard-locale.c -o hard-locale.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o hash.lo hash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c hash.c  -fno-common -DPIC -o .libs/hash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c hash.c -o hash.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o html-ostream.lo html-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c html-ostream.c  -fno-common -DPIC -o .libs/html-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c html-ostream.c -o html-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o html-styled-ostream.lo html-styled-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c html-styled-ostream.c  -fno-common -DPIC -o .libs/html-styled-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c html-styled-ostream.c -o html-styled-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o javacomp.lo javacomp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c javacomp.c  -fno-common -DPIC -o .libs/javacomp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c javacomp.c -o javacomp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o javaexec.lo javaexec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c javaexec.c  -fno-common -DPIC -o .libs/javaexec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c javaexec.c -o javaexec.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o javaversion.lo javaversion.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c javaversion.c  -fno-common -DPIC -o .libs/javaversion.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c javaversion.c -o javaversion.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o gl_linkedhash_list.lo gl_linkedhash_list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_linkedhash_list.c  -fno-common -DPIC -o .libs/gl_linkedhash_list.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_linkedhash_list.c -o gl_linkedhash_list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o gl_list.lo gl_list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_list.c  -fno-common -DPIC -o .libs/gl_list.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_list.c -o gl_list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o localcharset.lo localcharset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c localcharset.c  -fno-common -DPIC -o .libs/localcharset.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o localename.lo localename.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c localename.c  -fno-common -DPIC -o .libs/localename.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c localename.c -o localename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o glthread/lock.lo glthread/lock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glthread/lock.c  -fno-common -DPIC -o glthread/.libs/lock.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glthread/lock.c -o glthread/lock.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o malloca.lo malloca.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c malloca.c  -fno-common -DPIC -o .libs/malloca.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c malloca.c -o malloca.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o math.lo math.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c math.c  -fno-common -DPIC -o .libs/math.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c math.c -o math.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o mbchar.lo mbchar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbchar.c  -fno-common -DPIC -o .libs/mbchar.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbchar.c -o mbchar.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o mbiter.lo mbiter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbiter.c  -fno-common -DPIC -o .libs/mbiter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbiter.c -o mbiter.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o mbslen.lo mbslen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbslen.c  -fno-common -DPIC -o .libs/mbslen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbslen.c -o mbslen.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o mbsstr.lo mbsstr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbsstr.c  -fno-common -DPIC -o .libs/mbsstr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbsstr.c -o mbsstr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o mbswidth.lo mbswidth.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbswidth.c  -fno-common -DPIC -o .libs/mbswidth.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbswidth.c -o mbswidth.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o mbuiter.lo mbuiter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbuiter.c  -fno-common -DPIC -o .libs/mbuiter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c mbuiter.c -o mbuiter.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o ostream.lo ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c ostream.c  -fno-common -DPIC -o .libs/ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c ostream.c -o ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o pipe-filter-ii.lo pipe-filter-ii.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe-filter-ii.c  -fno-common -DPIC -o .libs/pipe-filter-ii.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe-filter-ii.c -o pipe-filter-ii.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o pipe-filter-aux.lo pipe-filter-aux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe-filter-aux.c  -fno-common -DPIC -o .libs/pipe-filter-aux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe-filter-aux.c -o pipe-filter-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o pipe2.lo pipe2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe2.c  -fno-common -DPIC -o .libs/pipe2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe2.c -o pipe2.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o pipe2-safer.lo pipe2-safer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe2-safer.c  -fno-common -DPIC -o .libs/pipe2-safer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe2-safer.c -o pipe2-safer.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o progname.lo progname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c progname.c  -fno-common -DPIC -o .libs/progname.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c progname.c -o progname.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o propername.lo propername.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c propername.c  -fno-common -DPIC -o .libs/propername.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c propername.c -o propername.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o qcopy-acl.lo qcopy-acl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c qcopy-acl.c  -fno-common -DPIC -o .libs/qcopy-acl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c qcopy-acl.c -o qcopy-acl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o qset-acl.lo qset-acl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c qset-acl.c  -fno-common -DPIC -o .libs/qset-acl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c qset-acl.c -o qset-acl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o quotearg.lo quotearg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c quotearg.c  -fno-common -DPIC -o .libs/quotearg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c quotearg.c -o quotearg.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o safe-read.lo safe-read.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c safe-read.c  -fno-common -DPIC -o .libs/safe-read.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c safe-read.c -o safe-read.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o safe-write.lo safe-write.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c safe-write.c  -fno-common -DPIC -o .libs/safe-write.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c safe-write.c -o safe-write.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o sh-quote.lo sh-quote.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c sh-quote.c  -fno-common -DPIC -o .libs/sh-quote.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c sh-quote.c -o sh-quote.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o sig-handler.lo sig-handler.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c sig-handler.c  -fno-common -DPIC -o .libs/sig-handler.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c sig-handler.c -o sig-handler.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o spawn-pipe.lo spawn-pipe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c spawn-pipe.c  -fno-common -DPIC -o .libs/spawn-pipe.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c spawn-pipe.c -o spawn-pipe.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o striconv.lo striconv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c striconv.c  -fno-common -DPIC -o .libs/striconv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c striconv.c -o striconv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o striconveh.lo striconveh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c striconveh.c  -fno-common -DPIC -o .libs/striconveh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c striconveh.c -o striconveh.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o striconveha.lo striconveha.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c striconveha.c  -fno-common -DPIC -o .libs/striconveha.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c striconveha.c -o striconveha.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o strnlen1.lo strnlen1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strnlen1.c  -fno-common -DPIC -o .libs/strnlen1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strnlen1.c -o strnlen1.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o styled-ostream.lo styled-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c styled-ostream.c  -fno-common -DPIC -o .libs/styled-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c styled-ostream.c -o styled-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o tempname.lo tempname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c tempname.c  -fno-common -DPIC -o .libs/tempname.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c tempname.c -o tempname.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o term-ostream.lo term-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c term-ostream.c  -fno-common -DPIC -o .libs/term-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c term-ostream.c -o term-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o term-styled-ostream.lo term-styled-ostream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c term-styled-ostream.c  -fno-common -DPIC -o .libs/term-styled-ostream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c term-styled-ostream.c -o term-styled-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o glthread/threadlib.lo glthread/threadlib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glthread/threadlib.c  -fno-common -DPIC -o glthread/.libs/threadlib.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glthread/threadlib.c -o glthread/threadlib.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o glthread/tls.lo glthread/tls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glthread/tls.c  -fno-common -DPIC -o glthread/.libs/tls.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glthread/tls.c -o glthread/tls.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o tmpdir.lo tmpdir.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c tmpdir.c  -fno-common -DPIC -o .libs/tmpdir.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c tmpdir.c -o tmpdir.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o trim.lo trim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c trim.c  -fno-common -DPIC -o .libs/trim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c trim.c -o trim.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o uniconv/u8-conv-from-enc.lo uniconv/u8-conv-from-enc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c uniconv/u8-conv-from-enc.c  -fno-common -DPIC -o uniconv/.libs/u8-conv-from-enc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c uniconv/u8-conv-from-enc.c -o uniconv/u8-conv-from-enc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unictype/ctype_space.lo unictype/ctype_space.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unictype/ctype_space.c  -fno-common -DPIC -o unictype/.libs/ctype_space.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unictype/ctype_space.c -o unictype/ctype_space.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unilbrk/lbrktables.lo unilbrk/lbrktables.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/lbrktables.c  -fno-common -DPIC -o unilbrk/.libs/lbrktables.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/lbrktables.c -o unilbrk/lbrktables.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unilbrk/u8-possible-linebreaks.lo unilbrk/u8-possible-linebreaks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/u8-possible-linebreaks.c  -fno-common -DPIC -o unilbrk/.libs/u8-possible-linebreaks.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/u8-possible-linebreaks.c -o unilbrk/u8-possible-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unilbrk/u8-width-linebreaks.lo unilbrk/u8-width-linebreaks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/u8-width-linebreaks.c  -fno-common -DPIC -o unilbrk/.libs/u8-width-linebreaks.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/u8-width-linebreaks.c -o unilbrk/u8-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unilbrk/ulc-common.lo unilbrk/ulc-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/ulc-common.c  -fno-common -DPIC -o unilbrk/.libs/ulc-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/ulc-common.c -o unilbrk/ulc-common.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unilbrk/ulc-width-linebreaks.lo unilbrk/ulc-width-linebreaks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/ulc-width-linebreaks.c  -fno-common -DPIC -o unilbrk/.libs/ulc-width-linebreaks.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unilbrk/ulc-width-linebreaks.c -o unilbrk/ulc-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o uniname/uniname.lo uniname/uniname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c uniname/uniname.c  -fno-common -DPIC -o uniname/.libs/uniname.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c uniname/uniname.c -o uniname/uniname.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistd.lo unistd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistd.c  -fno-common -DPIC -o .libs/unistd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistd.c -o unistd.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o dup-safer.lo dup-safer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c dup-safer.c  -fno-common -DPIC -o .libs/dup-safer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c dup-safer.c -o dup-safer.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fd-safer.lo fd-safer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-safer.c  -fno-common -DPIC -o .libs/fd-safer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fd-safer.c -o fd-safer.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o pipe-safer.lo pipe-safer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe-safer.c  -fno-common -DPIC -o .libs/pipe-safer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c pipe-safer.c -o pipe-safer.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u16-mbtouc.lo unistr/u16-mbtouc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u16-mbtouc.c  -fno-common -DPIC -o unistr/.libs/u16-mbtouc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u16-mbtouc.c -o unistr/u16-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u16-mbtouc-aux.lo unistr/u16-mbtouc-aux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u16-mbtouc-aux.c  -fno-common -DPIC -o unistr/.libs/u16-mbtouc-aux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u16-mbtouc-aux.c -o unistr/u16-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-check.lo unistr/u8-check.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-check.c  -fno-common -DPIC -o unistr/.libs/u8-check.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-check.c -o unistr/u8-check.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-mblen.lo unistr/u8-mblen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mblen.c  -fno-common -DPIC -o unistr/.libs/u8-mblen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mblen.c -o unistr/u8-mblen.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-mbtouc.lo unistr/u8-mbtouc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc.c -o unistr/u8-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-aux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc-aux.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc-aux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc-aux.c -o unistr/u8-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc-unsafe.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe.c -o unistr/u8-mbtouc-unsafe.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtouc-unsafe-aux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc-unsafe-aux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c -o unistr/u8-mbtouc-unsafe-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-mbtoucr.lo unistr/u8-mbtoucr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtoucr.c  -fno-common -DPIC -o unistr/.libs/u8-mbtoucr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-mbtoucr.c -o unistr/u8-mbtoucr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-prev.lo unistr/u8-prev.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-prev.c  -fno-common -DPIC -o unistr/.libs/u8-prev.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-prev.c -o unistr/u8-prev.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-uctomb.lo unistr/u8-uctomb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-uctomb.c  -fno-common -DPIC -o unistr/.libs/u8-uctomb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-uctomb.c -o unistr/u8-uctomb.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o unistr/u8-uctomb-aux.lo unistr/u8-uctomb-aux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-uctomb-aux.c  -fno-common -DPIC -o unistr/.libs/u8-uctomb-aux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c unistr/u8-uctomb-aux.c -o unistr/u8-uctomb-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o uniwidth/width.lo uniwidth/width.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c uniwidth/width.c  -fno-common -DPIC -o uniwidth/.libs/width.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c uniwidth/width.c -o uniwidth/width.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o wait-process.lo wait-process.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c wait-process.c  -fno-common -DPIC -o .libs/wait-process.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c wait-process.c -o wait-process.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o wctype-h.lo wctype-h.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c wctype-h.c  -fno-common -DPIC -o .libs/wctype-h.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c wctype-h.c -o wctype-h.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xmalloc.lo xmalloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xmalloc.c  -fno-common -DPIC -o .libs/xmalloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xstrdup.lo xstrdup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xstrdup.c  -fno-common -DPIC -o .libs/xstrdup.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xstrdup.c -o xstrdup.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xconcat-filename.lo xconcat-filename.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xconcat-filename.c  -fno-common -DPIC -o .libs/xconcat-filename.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xconcat-filename.c -o xconcat-filename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xerror.lo xerror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xerror.c  -fno-common -DPIC -o .libs/xerror.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xerror.c -o xerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o gl_xlist.lo gl_xlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_xlist.c  -fno-common -DPIC -o .libs/gl_xlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c gl_xlist.c -o gl_xlist.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xmalloca.lo xmalloca.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xmalloca.c  -fno-common -DPIC -o .libs/xmalloca.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xmalloca.c -o xmalloca.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xreadlink.lo xreadlink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xreadlink.c  -fno-common -DPIC -o .libs/xreadlink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xreadlink.c -o xreadlink.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xsetenv.lo xsetenv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xsetenv.c  -fno-common -DPIC -o .libs/xsetenv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xsetenv.c -o xsetenv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xsize.lo xsize.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xsize.c  -fno-common -DPIC -o .libs/xsize.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xstriconv.lo xstriconv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xstriconv.c  -fno-common -DPIC -o .libs/xstriconv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xstriconv.c -o xstriconv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xstriconveh.lo xstriconveh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xstriconveh.c  -fno-common -DPIC -o .libs/xstriconveh.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xstriconveh.c -o xstriconveh.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xvasprintf.lo xvasprintf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xvasprintf.c  -fno-common -DPIC -o .libs/xvasprintf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xvasprintf.c -o xvasprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xasprintf.lo xasprintf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xasprintf.c  -fno-common -DPIC -o .libs/xasprintf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xasprintf.c -o xasprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o acl_entries.lo acl_entries.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c acl_entries.c  -fno-common -DPIC -o .libs/acl_entries.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c acl_entries.c -o acl_entries.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o asnprintf.lo asnprintf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c asnprintf.c  -fno-common -DPIC -o .libs/asnprintf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c asnprintf.c -o asnprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o canonicalize-lgpl.lo canonicalize-lgpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c canonicalize-lgpl.c  -fno-common -DPIC -o .libs/canonicalize-lgpl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c canonicalize-lgpl.c -o canonicalize-lgpl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o error.lo error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c error.c  -fno-common -DPIC -o .libs/error.o
error.c:386:12: warning: data argument not used by format string
      [-Wformat-extra-args]
           file_name, line_number);
           ^
1 warning generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c error.c -o error.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o fnmatch.lo fnmatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fnmatch.c  -fno-common -DPIC -o .libs/fnmatch.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c fnmatch.c -o fnmatch.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o getopt.lo getopt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c getopt.c  -fno-common -DPIC -o .libs/getopt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c getopt.c -o getopt.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o getopt1.lo getopt1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c getopt1.c  -fno-common -DPIC -o .libs/getopt1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c getopt1.c -o getopt1.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o isnand.lo isnand.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c isnand.c  -fno-common -DPIC -o .libs/isnand.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c isnand.c -o isnand.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o isnanf.lo isnanf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c isnanf.c  -fno-common -DPIC -o .libs/isnanf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c isnanf.c -o isnanf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o isnanl.lo isnanl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c isnanl.c  -fno-common -DPIC -o .libs/isnanl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c isnanl.c -o isnanl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o lstat.lo lstat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c lstat.c  -fno-common -DPIC -o .libs/lstat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c lstat.c -o lstat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o obstack.lo obstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c obstack.c  -fno-common -DPIC -o .libs/obstack.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c obstack.c -o obstack.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o open.lo open.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c open.c  -fno-common -DPIC -o .libs/open.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c open.c -o open.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o printf-args.lo printf-args.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c printf-args.c  -fno-common -DPIC -o .libs/printf-args.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c printf-args.c -o printf-args.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o printf-parse.lo printf-parse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c printf-parse.c  -fno-common -DPIC -o .libs/printf-parse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c printf-parse.c -o printf-parse.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o rawmemchr.lo rawmemchr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c rawmemchr.c  -fno-common -DPIC -o .libs/rawmemchr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c rawmemchr.c -o rawmemchr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o readlink.lo readlink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c readlink.c  -fno-common -DPIC -o .libs/readlink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c readlink.c -o readlink.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o secure_getenv.lo secure_getenv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c secure_getenv.c  -fno-common -DPIC -o .libs/secure_getenv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c secure_getenv.c -o secure_getenv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o stat.lo stat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c stat.c  -fno-common -DPIC -o .libs/stat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c stat.c -o stat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o strchrnul.lo strchrnul.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strchrnul.c  -fno-common -DPIC -o .libs/strchrnul.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strchrnul.c -o strchrnul.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o strerror.lo strerror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strerror.c  -fno-common -DPIC -o .libs/strerror.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strerror.c -o strerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o strerror-override.lo strerror-override.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strerror-override.c  -fno-common -DPIC -o .libs/strerror-override.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strerror-override.c -o strerror-override.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o strstr.lo strstr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strstr.c  -fno-common -DPIC -o .libs/strstr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c strstr.c -o strstr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o vasnprintf.lo vasnprintf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c vasnprintf.c  -fno-common -DPIC -o .libs/vasnprintf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o wcwidth.lo wcwidth.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c wcwidth.c  -fno-common -DPIC -o .libs/wcwidth.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c wcwidth.c -o wcwidth.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco    -g -O2 -c -o xmemdup0.lo xmemdup0.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xmemdup0.c  -fno-common -DPIC -o .libs/xmemdup0.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c xmemdup0.c -o xmemdup0.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-additional-sel.lo `test -f 'libcroco/cr-additional-sel.c' || echo './'`libcroco/cr-additional-sel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-additional-sel.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-additional-sel.o
libcroco/cr-additional-sel.c:251:46: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        name = g_strndup
                                             ^ ~~~~~~~~~
libcroco/cr-additional-sel.c:271:46: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        name = g_strndup
                                             ^ ~~~~~~~~~
libcroco/cr-additional-sel.c:327:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
libcroco/cr-additional-sel.c:351:30: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        name = g_strndup
                             ^ ~~~~~~~~~
libcroco/cr-additional-sel.c:371:30: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        name = g_strndup
                             ^ ~~~~~~~~~
libcroco/cr-additional-sel.c:426:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
6 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-additional-sel.c -o libcroco/libcroco_rpl_la-cr-additional-sel.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-attr-sel.lo `test -f 'libcroco/cr-attr-sel.c' || echo './'`libcroco/cr-attr-sel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-attr-sel.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-attr-sel.o
libcroco/cr-attr-sel.c:127:30: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        name = g_strndup (cur->name->stryng->str, 
                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-attr-sel.c:130:59: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                g_string_append (str_buf, name);
                                                          ^~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-attr-sel.c:139:31: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        value = g_strndup (cur->value->stryng->str, 
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-attr-sel.c:172:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
4 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-attr-sel.c -o libcroco/libcroco_rpl_la-cr-attr-sel.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-cascade.lo `test -f 'libcroco/cr-cascade.c' || echo './'`libcroco/cr-cascade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-cascade.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-cascade.o
libcroco/cr-cascade.c:202:47: warning: address of array
      '((a_this)->priv)->sheets' will always evaluate to 'true'
      [-Wpointer-bool-conversion]
                for (i = 0; PRIVATE (a_this)->sheets && i < NB_ORIGINS; i++) {
                            ~~~~~~~~~~~~~~~~~~^~~~~~ ~~
1 warning generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-cascade.c -o libcroco/libcroco_rpl_la-cr-cascade.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-declaration.lo `test -f 'libcroco/cr-declaration.c' || echo './'`libcroco/cr-declaration.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-declaration.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-declaration.o
libcroco/cr-declaration.c:51:13: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        str = cr_declaration_to_string (a_this, a_indent);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-declaration.c:129:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), a_enc, ...
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-declaration.c:193:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), a_enc, ...
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-declaration.c:510:7: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                str = g_strndup (a_this->property->stryng->str,
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-declaration.c:515:31: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                        g_string_append (stringue, str);
                                                   ^~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-declaration.c:538:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = stringue->str;
                       ^ ~~~~~~~~~~~~~
libcroco/cr-declaration.c:541:16: warning: returning 'guchar *'
      (aka 'unsigned char *') from a function with result type 'gchar *'
      (aka 'char *') converts between pointers to integer types with different
      sign [-Wpointer-sign]
        return result;
               ^~~~~~
libcroco/cr-declaration.c:553:16: warning: returning 'guchar *'
      (aka 'unsigned char *') from a function with result type 'gchar *'
      (aka 'char *') converts between pointers to integer types with different
      sign [-Wpointer-sign]
        return result;
               ^~~~~~
libcroco/cr-declaration.c:577:21: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                str = cr_declaration_to_string (cur, a_indent);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-declaration.c:585:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = stringue->str;
                       ^ ~~~~~~~~~~~~~
libcroco/cr-declaration.c:616:21: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                str = cr_declaration_to_string (cur, a_indent);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-declaration.c:624:58: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                                         str);
                                                         ^~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-declaration.c:631:58: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                                         str);
                                                         ^~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-declaration.c:638:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = stringue->str;
                       ^ ~~~~~~~~~~~~~
libcroco/cr-declaration.c:710:10: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                     a_prop)) {
                                     ^~~~~~
/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
15 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-declaration.c -o libcroco/libcroco_rpl_la-cr-declaration.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-doc-handler.lo `test -f 'libcroco/cr-doc-handler.c' || echo './'`libcroco/cr-doc-handler.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-doc-handler.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-doc-handler.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-doc-handler.c -o libcroco/libcroco_rpl_la-cr-doc-handler.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-enc-handler.lo `test -f 'libcroco/cr-enc-handler.c' || echo './'`libcroco/cr-enc-handler.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-enc-handler.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-enc-handler.o
libcroco/cr-enc-handler.c:122:35: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
        alias_name_up = g_strdup (a_alias_name);
                                  ^~~~~~~~~~~~
./glib/gstrfuncs.h:200:52: note: passing argument to parameter 'str' here
gchar*                g_strdup         (const gchar *str) G_GNUC_MALLOC;
                                                     ^
libcroco/cr-enc-handler.c:122:23: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        alias_name_up = g_strdup (a_alias_name);
                      ^ ~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-enc-handler.c:123:24: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
        g_ascii_strup (alias_name_up, -1);
                       ^~~~~~~~~~~~~
./glib/gstrfuncs.h:173:57: note: passing argument to parameter 'str' here
gchar*                g_ascii_strup       (const gchar *str,
                                                        ^
libcroco/cr-enc-handler.c:126:58: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (gv_default_aliases[i].name, alias_name_up)) {
                                                         ^~~~~~~~~~~~~
/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
4 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-enc-handler.c -o libcroco/libcroco_rpl_la-cr-enc-handler.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-fonts.lo `test -f 'libcroco/cr-fonts.c' || echo './'`libcroco/cr-fonts.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-fonts.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-fonts.o
libcroco/cr-fonts.c:82:53: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        g_string_append (*a_string, name);
                                                    ^~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-fonts.c:191:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = g_strdup ("NULL");
                       ^ ~~~~~~~~~~~~~~~~~
libcroco/cr-fonts.c:200:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = stringue->str;
                       ^ ~~~~~~~~~~~~~
libcroco/cr-fonts.c:289:16: warning: expression which evaluates to zero treated
      as a null pointer constant of type 'CRFontFamily *' (aka
      'struct _CRFontFamily *') [-Wnon-literal-null-conversion]
        return CR_OK;
               ^~~~~
libcroco/cr-fonts.c:533:21: warning: assigning to 'gchar *' (aka 'char *') from
      'guchar *' (aka 'unsigned char *') converts between pointers to integer
      types with different sign [-Wpointer-sign]
                str = cr_num_to_string (&a_this->value.absolute);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-fonts.c:693:29: warning: assigning to 'gchar *' (aka 'char *') from
      'guchar *' (aka 'unsigned char *') converts between pointers to integer
      types with different sign [-Wpointer-sign]
                        str = cr_num_to_string (a_this->num);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-fonts.c -o libcroco/libcroco_rpl_la-cr-fonts.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-input.lo `test -f 'libcroco/cr-input.c' || echo './'`libcroco/cr-input.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-input.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-input.o
libcroco/cr-input.c:770:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                 nb_bytes_left, a_char, &consumed);
                                        ^~~~~~~~~
./libcroco/cr-utils.h:148:59: note: passing argument to parameter 'a_consumed'
      here
                                  guint32 *a_out, gulong *a_consumed) ;
                                                          ^
1 warning generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-input.c -o libcroco/libcroco_rpl_la-cr-input.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-num.lo `test -f 'libcroco/cr-num.c' || echo './'`libcroco/cr-num.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-num.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-num.o
libcroco/cr-num.c:109:27: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                tmp_char1 = g_strdup_printf ("%ld", (glong) a_this->val);
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-num.c:111:27: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                tmp_char1 = g_strdup_printf ("%.3f", a_this->val);
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-num.c:195:39: warning: passing 'guchar *' (aka 'unsigned char *') to
      parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = g_strconcat (tmp_char1, tmp_char2, NULL);
                                      ^~~~~~~~~
./glib/gstrfuncs.h:213:53: note: passing argument to parameter 'string1' here
gchar*                g_strconcat      (const gchar *string1,
                                                     ^
libcroco/cr-num.c:195:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = g_strconcat (tmp_char1, tmp_char2, NULL);
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-num.c -o libcroco/libcroco_rpl_la-cr-num.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-om-parser.lo `test -f 'libcroco/cr-om-parser.c' || echo './'`libcroco/cr-om-parser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-om-parser.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-om-parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-om-parser.c -o libcroco/libcroco_rpl_la-cr-om-parser.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-parser.lo `test -f 'libcroco/cr-parser.c' || echo './'`libcroco/cr-parser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-parser.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-parser.o
libcroco/cr-parser.c:448:33: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
        a_this->msg = g_strdup (a_msg);
                                ^~~~~
./glib/gstrfuncs.h:200:52: note: passing argument to parameter 'str' here
gchar*                g_strdup         (const gchar *str) G_GNUC_MALLOC;
                                                     ^
libcroco/cr-parser.c:448:21: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        a_this->msg = g_strdup (a_msg);
                    ^ ~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:737:26: warning: passing 'char [36]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                (a_this, "could not recognize next production", CR_ERROR);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:2430:92: warning: equality comparison with extraneous
      parentheses [-Wparentheses-equality]
  ...if ((PRIVATE (a_this)->sac_handler->resolve_import == TRUE)) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
libcroco/cr-parser.c:2430:92: note: remove extraneous parentheses around the
      comparison to silence this warning
  ...if ((PRIVATE (a_this)->sac_handler->resolve_import == TRUE)) {
         ~                                              ^      ~
libcroco/cr-parser.c:2430:92: note: use '=' to turn this equality comparison
      into an assignment
  ...if ((PRIVATE (a_this)->sac_handler->resolve_import == TRUE)) {
                                                        ^~
                                                        =
libcroco/cr-parser.c:2707:26: warning: passing 'char [36]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                (a_this, "could not recognize next production", CR_ERROR);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:3193:18: warning: passing 'char [54]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                 "while parsing declaration: next property is malformed",
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:185:39: note: expanded from macro
      'CHECK_PARSING_STATUS_ERR'
        cr_parser_push_error (a_this, a_err_msg, a_err_status) ; \
                                      ^~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:3202:26: warning: passing 'char [49]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                         "while parsing declaration: this char must be ':'",
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:3213:18: warning: passing 'char [56]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                 "while parsing declaration: next expression is malformed",
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:185:39: note: expanded from macro
      'CHECK_PARSING_STATUS_ERR'
        cr_parser_push_error (a_this, a_err_msg, a_err_status) ; \
                                      ^~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:3352:18: warning: passing 'char [49]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                 "while parsing rulset: current char should be '{'",
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:318:39: note: expanded from macro 'ENSURE_PARSING_COND_ERR'
        cr_parser_push_error (a_this, a_err_msg, a_err_status) ; \
                                      ^~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:3416:18: warning: passing 'char [65]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
  ..."while parsing ruleset: next construction should be a declaration",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:185:39: note: expanded from macro
      'CHECK_PARSING_STATUS_ERR'
        cr_parser_push_error (a_this, a_err_msg, a_err_status) ; \
                                      ^~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
libcroco/cr-parser.c:3457:18: warning: passing 'char [49]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                 "while parsing rulset: current char must be a '}'",
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-parser.c:318:39: note: expanded from macro 'ENSURE_PARSING_COND_ERR'
        cr_parser_push_error (a_this, a_err_msg, a_err_status) ; \
                                      ^~~~~~~~~
libcroco/cr-parser.c:519:38: note: passing argument to parameter 'a_msg' here
                      const guchar * a_msg, enum CRStatus a_status)
                                     ^
11 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-parser.c -o libcroco/libcroco_rpl_la-cr-parser.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-parsing-location.lo `test -f 'libcroco/cr-parsing-location.c' || echo './'`libcroco/cr-parsing-location.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-parsing-location.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-parsing-location.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-parsing-location.c -o libcroco/libcroco_rpl_la-cr-parsing-location.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-prop-list.lo `test -f 'libcroco/cr-prop-list.c' || echo './'`libcroco/cr-prop-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-prop-list.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-prop-list.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-prop-list.c -o libcroco/libcroco_rpl_la-cr-prop-list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-pseudo.lo `test -f 'libcroco/cr-pseudo.c' || echo './'`libcroco/cr-pseudo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-pseudo.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-pseudo.o
libcroco/cr-pseudo.c:71:22: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                name = g_strndup (a_this->name->stryng->str, 
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-pseudo.c:75:51: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        g_string_append (str_buf, name);
                                                  ^~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-pseudo.c:86:22: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                name = g_strndup (a_this->name->stryng->str, 
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-pseudo.c:90:29: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        arg = g_strndup (a_this->extra->stryng->str,
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-pseudo.c:100:59: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                g_string_append (str_buf, arg);
                                                          ^~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-pseudo.c:110:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
6 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-pseudo.c -o libcroco/libcroco_rpl_la-cr-pseudo.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-rgb.lo `test -f 'libcroco/cr-rgb.c' || echo './'`libcroco/cr-rgb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-rgb.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-rgb.o
libcroco/cr-rgb.c:32:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"aliceblue", 240, 248, 255, 0,},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:33:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"antiquewhite", 250, 235, 215, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:34:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"aqua", 0, 255, 255, 0},
         ^~~~~~
libcroco/cr-rgb.c:35:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"aquamarine", 127, 255, 212, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:36:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"azure", 240, 255, 255, 0},
         ^~~~~~~
libcroco/cr-rgb.c:37:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"beige", 245, 245, 220, 0},
         ^~~~~~~
libcroco/cr-rgb.c:38:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"bisque", 255, 228, 196, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:39:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"black", 0, 0, 0, 0},
         ^~~~~~~
libcroco/cr-rgb.c:40:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"blanchedalmond", 255, 235, 205, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:41:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"blue", 0, 0, 255, 0},
         ^~~~~~
libcroco/cr-rgb.c:42:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"blueviolet", 138, 43, 226, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:43:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"brown", 165, 42, 42, 0},
         ^~~~~~~
libcroco/cr-rgb.c:44:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"burlywood", 222, 184, 135, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:45:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"cadetblue", 95, 158, 160, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:46:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"chartreuse", 127, 255, 0, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:47:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"chocolate", 210, 105, 30, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:48:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"coral", 255, 127, 80, 0},
         ^~~~~~~
libcroco/cr-rgb.c:49:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"cornflowerblue", 100, 149, 237, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:50:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"cornsilk", 255, 248, 220, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:51:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"crimson", 220, 20, 60, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:52:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"cyan", 0, 255, 255, 0},
         ^~~~~~
libcroco/cr-rgb.c:53:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkblue", 0, 0, 139, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:54:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkcyan", 0, 139, 139, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:55:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkgoldenrod", 184, 134, 11, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:56:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkgray", 169, 169, 169, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:57:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkgreen", 0, 100, 0, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:58:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkgrey", 169, 169, 169, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:59:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkkhaki", 189, 183, 107, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:60:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkmagenta", 139, 0, 139, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:61:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkolivegreen", 85, 107, 47, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:62:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkorange", 255, 140, 0, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:63:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkorchid", 153, 50, 204, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:64:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkred", 139, 0, 0, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:65:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darksalmon", 233, 150, 122, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:66:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkseagreen", 143, 188, 143, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:67:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkslateblue", 72, 61, 139, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:68:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkslategray", 47, 79, 79, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:69:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkslategrey", 47, 79, 79, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:70:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkturquoise", 0, 206, 209, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:71:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"darkviolet", 148, 0, 211, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:72:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"deeppink", 255, 20, 147, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:73:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"deepskyblue", 0, 191, 255, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:74:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"dimgray", 105, 105, 105, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:75:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"dimgrey", 105, 105, 105, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:76:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"dodgerblue", 30, 144, 255, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:77:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"firebrick", 178, 34, 34, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:78:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"floralwhite", 255, 250, 240, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:79:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"forestgreen", 34, 139, 34, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:80:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"fuchsia", 255, 0, 255, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:81:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"gainsboro", 220, 220, 220, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:82:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"ghostwhite", 248, 248, 255, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:83:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"gold", 255, 215, 0, 0},
         ^~~~~~
libcroco/cr-rgb.c:84:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"goldenrod", 218, 165, 32, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:85:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"gray", 128, 128, 128, 0},
         ^~~~~~
libcroco/cr-rgb.c:86:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"grey", 128, 128, 128, 0},
         ^~~~~~
libcroco/cr-rgb.c:87:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"green", 0, 128, 0, 0},
         ^~~~~~~
libcroco/cr-rgb.c:88:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"greenyellow", 173, 255, 47, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:89:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"honeydew", 240, 255, 240, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:90:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"hotpink", 255, 105, 180, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:91:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"indianred", 205, 92, 92, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:92:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"indigo", 75, 0, 130, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:93:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"ivory", 255, 255, 240, 0},
         ^~~~~~~
libcroco/cr-rgb.c:94:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"khaki", 240, 230, 140, 0},
         ^~~~~~~
libcroco/cr-rgb.c:95:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lavender", 230, 230, 250, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:96:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lavenderblush", 255, 240, 245, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:97:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lawngreen", 124, 252, 0, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:98:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lemonchiffon", 255, 250, 205, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:99:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightblue", 173, 216, 230, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:100:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightcoral", 240, 128, 128, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:101:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightcyan", 224, 255, 255, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:102:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [21]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightgoldenrodyellow", 250, 250, 210, 0},
         ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:103:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightgray", 211, 211, 211, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:104:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightgreen", 144, 238, 144, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:105:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightgrey", 211, 211, 211, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:106:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightpink", 255, 182, 193, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:107:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightsalmon", 255, 160, 122, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:108:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightseagreen", 32, 178, 170, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:109:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightskyblue", 135, 206, 250, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:110:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightslategray", 119, 136, 153, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:111:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightslategrey", 119, 136, 153, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:112:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightsteelblue", 176, 196, 222, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:113:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lightyellow", 255, 255, 224, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:114:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"lime", 0, 255, 0, 0},
         ^~~~~~
libcroco/cr-rgb.c:115:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"limegreen", 50, 205, 50, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:116:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"linen", 250, 240, 230, 0},
         ^~~~~~~
libcroco/cr-rgb.c:117:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"magenta", 255, 0, 255, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:118:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"maroon", 128, 0, 0, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:119:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [17]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumaquamarine", 102, 205, 170, 0},
         ^~~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:120:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumblue", 0, 0, 205, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:121:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumorchid", 186, 85, 211, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:122:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumpurple", 147, 112, 219, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:123:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumseagreen", 60, 179, 113, 0},
         ^~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:124:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [16]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumslateblue", 123, 104, 238, 0},
         ^~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:125:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [18]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumspringgreen", 0, 250, 154, 0},
         ^~~~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:126:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [16]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumturquoise", 72, 209, 204, 0},
         ^~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:127:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [16]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mediumvioletred", 199, 21, 133, 0},
         ^~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:128:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"midnightblue", 25, 25, 112, 0},
         ^~~~~~~~~~~~~~
libcroco/cr-rgb.c:129:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mintcream", 245, 255, 250, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:130:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"mistyrose", 255, 228, 225, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:131:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"moccasin", 255, 228, 181, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:132:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"navajowhite", 255, 222, 173, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:133:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"navy", 0, 0, 128, 0},
         ^~~~~~
libcroco/cr-rgb.c:134:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"oldlace", 253, 245, 230, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:135:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"olive", 128, 128, 0, 0},
         ^~~~~~~
libcroco/cr-rgb.c:136:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"olivedrab", 107, 142, 35, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:137:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"orange", 255, 165, 0, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:138:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"orangered", 255, 69, 0, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:139:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"orchid", 218, 112, 214, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:140:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"palegoldenrod", 238, 232, 170, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:141:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"palegreen", 152, 251, 152, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:142:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"paleturquoise", 175, 238, 238, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:143:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"palevioletred", 219, 112, 147, 0},
         ^~~~~~~~~~~~~~~
libcroco/cr-rgb.c:144:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"papayawhip", 255, 239, 213, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:145:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"peachpuff", 255, 218, 185, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:146:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"peru", 205, 133, 63, 0},
         ^~~~~~
libcroco/cr-rgb.c:147:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"pink", 255, 192, 203, 0},
         ^~~~~~
libcroco/cr-rgb.c:148:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"plum", 221, 160, 221, 0},
         ^~~~~~
libcroco/cr-rgb.c:149:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"powderblue", 176, 224, 230, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:150:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"purple", 128, 0, 128, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:151:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [4]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"red", 255, 0, 0, 0},
         ^~~~~
libcroco/cr-rgb.c:152:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"rosybrown", 188, 143, 143, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:153:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"royalblue", 65, 105, 225, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:154:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"saddlebrown", 139, 69, 19, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:155:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"salmon", 250, 128, 114, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:156:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"sandybrown", 244, 164, 96, 0},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:157:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"seagreen", 46, 139, 87, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:158:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"seashell", 255, 245, 238, 0},
         ^~~~~~~~~~
libcroco/cr-rgb.c:159:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"sienna", 160, 82, 45, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:160:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"silver", 192, 192, 192, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:161:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"skyblue", 135, 206, 235, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:162:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"slateblue", 106, 90, 205, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:163:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"slategray", 112, 128, 144, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:164:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"slategrey", 112, 128, 144, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:165:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"snow", 255, 250, 250, 0},
         ^~~~~~
libcroco/cr-rgb.c:166:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"springgreen", 0, 255, 127, 0},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:167:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"steelblue", 70, 130, 180, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:168:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [4]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"tan", 210, 180, 140, 0},
         ^~~~~
libcroco/cr-rgb.c:169:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"teal", 0, 128, 128, 0},
         ^~~~~~
libcroco/cr-rgb.c:170:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"thistle", 216, 191, 216, 0},
         ^~~~~~~~~
libcroco/cr-rgb.c:171:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"tomato", 255, 99, 71, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:172:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"turquoise", 64, 224, 208, 0},
         ^~~~~~~~~~~
libcroco/cr-rgb.c:173:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"violet", 238, 130, 238, 0},
         ^~~~~~~~
libcroco/cr-rgb.c:174:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"wheat", 245, 222, 179, 0},
         ^~~~~~~
libcroco/cr-rgb.c:175:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"white", 255, 255, 255, 0},
         ^~~~~~~
libcroco/cr-rgb.c:176:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"whitesmoke", 245, 245, 245, 0,},
         ^~~~~~~~~~~~
libcroco/cr-rgb.c:177:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"yellow", 255, 255, 0, 0,},
         ^~~~~~~~
libcroco/cr-rgb.c:178:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"yellowgreen", 154, 205, 50, 0,},
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:179:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"transparent", 255, 255, 255, 0, 0, 1}
         ^~~~~~~~~~~~~
libcroco/cr-rgb.c:275:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
libcroco/cr-rgb.c:469:30: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (a_color_name, gv_standard_colors[i].name)) {
                             ^~~~~~~~~~~~
/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
libcroco/cr-rgb.c:469:44: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (a_color_name, gv_standard_colors[i].name)) {
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
libcroco/cr-rgb.c:499:21: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        if (strlen (a_hex) == 3) {
                    ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-rgb.c:514:28: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        } else if (strlen (a_hex) == 6) {
                           ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-rgb.c:579:42: warning: passing 'gchar *' (aka 'char *') to parameter
      of type 'const guchar *' (aka 'const unsigned char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                         a_value->content.str->stryng->str) ;
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:461:54: note: passing argument to parameter 'a_color_name'
      here
cr_rgb_set_from_name (CRRgb * a_this, const guchar * a_color_name)
                                                     ^
libcroco/cr-rgb.c:592:34: warning: passing 'gchar *' (aka 'char *') to parameter
      of type 'const guchar *' (aka 'const unsigned char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                 a_value->content.str->stryng->str) ;
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-rgb.c:491:57: note: passing argument to parameter 'a_hex' here
cr_rgb_set_from_hex_str (CRRgb * a_this, const guchar * a_hex)
                                                        ^
libcroco/cr-rgb.c:648:59: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_str, strlen (a_str), 
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
156 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-rgb.c -o libcroco/libcroco_rpl_la-cr-rgb.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-sel-eng.lo `test -f 'libcroco/cr-sel-eng.c' || echo './'`libcroco/cr-sel-eng.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-sel-eng.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-sel-eng.o
libcroco/cr-sel-eng.c:126:16: warning: logical not is only applied to the left
      hand side of this comparison [-Wlogical-not-parentheses]
            || !a_sel->content.pseudo->type == FUNCTION_PSEUDO) {
               ^                            ~~
libcroco/cr-sel-eng.c:126:16: note: add parentheses after the '!' to evaluate
      the comparison first
            || !a_sel->content.pseudo->type == FUNCTION_PSEUDO) {
               ^
                (                                             )
libcroco/cr-sel-eng.c:126:16: note: add parentheses around left hand side
      expression to silence this warning
            || !a_sel->content.pseudo->type == FUNCTION_PSEUDO) {
               ^
               (                           )
libcroco/cr-sel-eng.c:136:41: warning: passing 'char [5]' to parameter of type
      'const xmlChar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                val = xmlGetProp (node, "lang");
                                        ^~~~~~
///usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:138:34: warning: passing 'xmlChar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                    && !strncmp (val,
                                 ^~~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-sel-eng.c:167:16: warning: logical not is only applied to the left
      hand side of this comparison [-Wlogical-not-parentheses]
            || !a_sel->content.pseudo->type == IDENT_PSEUDO) {
               ^                            ~~
libcroco/cr-sel-eng.c:167:16: note: add parentheses after the '!' to evaluate
      the comparison first
            || !a_sel->content.pseudo->type == IDENT_PSEUDO) {
               ^
                (                                          )
libcroco/cr-sel-eng.c:167:16: note: add parentheses around left hand side
      expression to silence this warning
            || !a_sel->content.pseudo->type == IDENT_PSEUDO) {
               ^
               (                           )
libcroco/cr-sel-eng.c:196:26: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'guchar *' (aka 'unsigned char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                (a_this, a_add_sel->content.pseudo->name->stryng->str,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libcroco/cr-sel-eng.h:81:69: note: passing argument to parameter
      'a_pseudo_class_sel_name' here
                                                            guchar *a_ps...
                                                                    ^
libcroco/cr-sel-eng.c:224:33: warning: passing 'char [6]' to parameter of type
      'const xmlChar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
        if (xmlHasProp (a_node, "class")) {
                                ^~~~~~~
///usr/include/libxml2/libxml/tree.h:1033:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:225:45: warning: passing 'char [6]' to parameter of type
      'const xmlChar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                klass = xmlGetProp (a_node, "class");
                                            ^~~~~~~
///usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:232:39: warning: passing 'xmlChar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                        if (!strncmp (cur, 
                                      ^~~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-sel-eng.c:274:33: warning: passing 'char [3]' to parameter of type
      'const xmlChar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
        if (xmlHasProp (a_node, "id")) {
                                ^~~~
///usr/include/libxml2/libxml/tree.h:1033:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:275:42: warning: passing 'char [3]' to parameter of type
      'const xmlChar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                id = xmlGetProp (a_node, "id");
                                         ^~~~
///usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:276:31: warning: passing 'xmlChar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strncmp (id, a_add_sel->content.id_name->stryng->str,
                              ^~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-sel-eng.c:316:42: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                         cur_sel->name->stryng->str))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1033:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:334:38: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                     cur_sel->name->stryng->str))
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1033:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:339:42: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                         cur_sel->name->stryng->str);
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:343:38: warning: passing 'xmlChar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                    (value, 
                                     ^~~~~
/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
libcroco/cr-sel-eng.c:362:38: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                     cur_sel->name->stryng->str))
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1033:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:366:42: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                         cur_sel->name->stryng->str);
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:398:46: warning: passing 'xmlChar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                            (ptr1, 
                                             ^~~~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-sel-eng.c:425:38: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                     cur_sel->name->stryng->str))
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1033:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:429:42: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                         cur_sel->name->stryng->str);
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
///usr/include/libxml2/libxml/tree.h:1030:22: note: passing argument to
      parameter 'name' here
                                         const xmlChar *name);
                                                        ^
libcroco/cr-sel-eng.c:447:46: warning: passing 'xmlChar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                            (ptr1, ptr2 - ptr1 + 1,
                                             ^~~~
./glib/gstrfuncs.h:119:55: note: passing argument to parameter 'haystack' here
gchar *               g_strstr_len     (const gchar  *haystack,
                                                      ^
libcroco/cr-sel-eng.c:649:35: warning: passing 'const xmlChar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                  cur_node->name)))
                                  ^~~~~~~~~~~~~~
/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
libcroco/cr-sel-eng.c:1176:41: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
        handler_entry->name = g_strdup (a_name);
                                        ^~~~~~
./glib/gstrfuncs.h:200:52: note: passing argument to parameter 'str' here
gchar*                g_strdup         (const gchar *str) G_GNUC_MALLOC;
                                                     ^
libcroco/cr-sel-eng.c:1176:29: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        handler_entry->name = g_strdup (a_name);
                            ^ ~~~~~~~~~~~~~~~~~
libcroco/cr-sel-eng.c:1202:30: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (entry->name, a_name)
                             ^~~~~~~~~~~
/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
libcroco/cr-sel-eng.c:1202:43: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (entry->name, a_name)
                                          ^~~~~~
/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
libcroco/cr-sel-eng.c:1275:30: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (a_name, entry->name)
                             ^~~~~~
/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
libcroco/cr-sel-eng.c:1275:38: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                if (!strcmp (a_name, entry->name)
                                     ^~~~~~~~~~~
/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
28 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-sel-eng.c -o libcroco/libcroco_rpl_la-cr-sel-eng.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-selector.lo `test -f 'libcroco/cr-selector.c' || echo './'`libcroco/cr-selector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-selector.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-selector.o
libcroco/cr-selector.c:61:71: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
  ...= cr_parser_new_from_buf ((guchar*)a_char_buf, strlen (a_char_buf),
                                                            ^~~~~~~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-selector.c:165:67: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                        g_string_append (str_buf, tmp_str);
                                                                  ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-selector.c:175:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-selector.c -o libcroco/libcroco_rpl_la-cr-selector.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-simple-sel.lo `test -f 'libcroco/cr-simple-sel.c' || echo './'`libcroco/cr-simple-sel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-simple-sel.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-simple-sel.o
libcroco/cr-simple-sel.c:115:33: warning: initializing 'guchar *'
      (aka 'unsigned char *') with an expression of type 'gchar *'
      (aka 'char *') converts between pointers to integer types with different
      sign [-Wpointer-sign]
                        guchar *str = g_strndup (cur->name->stryng->str,
                                ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-simple-sel.c:136:59: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                g_string_append (str_buf, str);
                                                          ^~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-simple-sel.c:147:59: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
                                g_string_append (str_buf, tmp_str);
                                                          ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-simple-sel.c:155:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
libcroco/cr-simple-sel.c:174:25: warning: initializing 'guchar *'
      (aka 'unsigned char *') with an expression of type 'gchar *'
      (aka 'char *') converts between pointers to integer types with different
      sign [-Wpointer-sign]
                guchar *str = g_strndup (a_this->name->stryng->str,
                        ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-simple-sel.c:197:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
6 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-simple-sel.c -o libcroco/libcroco_rpl_la-cr-simple-sel.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-statement.lo `test -f 'libcroco/cr-statement.c' || echo './'`libcroco/cr-statement.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-statement.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-statement.o
libcroco/cr-statement.c:604:25: warning: assigning to 'gchar *' (aka 'char *')
      from 'guchar *' (aka 'unsigned char *') converts between pointers to
      integer types with different sign [-Wpointer-sign]
                tmp_str =
                        ^
libcroco/cr-statement.c:615:25: warning: assigning to 'gchar *' (aka 'char *')
      from 'guchar *' (aka 'unsigned char *') converts between pointers to
      integer types with different sign [-Wpointer-sign]
                tmp_str = cr_declaration_list_to_string2
                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:671:25: warning: assigning to 'gchar *' (aka 'char *')
      from 'guchar *' (aka 'unsigned char *') converts between pointers to
      integer types with different sign [-Wpointer-sign]
                tmp_str = cr_declaration_list_to_string2 
                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:772:21: warning: assigning to 'gchar *' (aka 'char *')
      from 'guchar *' (aka 'unsigned char *') converts between pointers to
      integer types with different sign [-Wpointer-sign]
                str = cr_declaration_list_to_string2
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:815:41: warning: initializing 'guchar *'
      (aka 'unsigned char *') with an expression of type 'gchar *'
      (aka 'char *') converts between pointers to integer types with different
      sign [-Wpointer-sign]
                                guchar *str = cr_string_dup2
                                        ^     ~~~~~~~~~~~~~~
libcroco/cr-statement.c:867:21: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                str = g_strndup (a_this->kind.import_rule->url->stryng->str,
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:905:21: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                str = stringue->str ;
                    ^ ~~~~~~~~~~~~~
libcroco/cr-statement.c:909:16: warning: returning 'guchar *'
      (aka 'unsigned char *') from a function with result type 'gchar *'
      (aka 'char *') converts between pointers to integer types with different
      sign [-Wpointer-sign]
        return str ;
               ^~~
libcroco/cr-statement.c:937:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf),
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:1057:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf), 
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:1194:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf), 
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:1380:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf),
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:1509:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf),
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:1625:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf),
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:1722:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf),
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-statement.c:2608:13: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        str = cr_statement_ruleset_to_string (a_this, a_indent);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:2610:32: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                fprintf (a_fp, str);
                               ^~~
/usr/include/stdio.h:244:56: note: passing argument to parameter here
int      fprintf(FILE * __restrict, const char * __restrict, ...) __prin...
                                                           ^
libcroco/cr-statement.c:2610:32: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
                fprintf (a_fp, str);
                               ^~~
libcroco/cr-statement.c:2610:32: note: treat the string as an argument to avoid
      this
                fprintf (a_fp, str);
                               ^
                               "%s", 
libcroco/cr-statement.c:2658:13: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        str = cr_statement_charset_to_string (a_this,
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:2661:32: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                fprintf (a_fp, str) ;
                               ^~~
/usr/include/stdio.h:244:56: note: passing argument to parameter here
int      fprintf(FILE * __restrict, const char * __restrict, ...) __prin...
                                                           ^
libcroco/cr-statement.c:2661:32: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
                fprintf (a_fp, str) ;
                               ^~~
libcroco/cr-statement.c:2661:32: note: treat the string as an argument to avoid
      this
                fprintf (a_fp, str) ;
                               ^
                               "%s", 
libcroco/cr-statement.c:2686:13: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        str = cr_statement_at_page_rule_to_string (a_this, a_indent) ;
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-statement.c:2688:32: warning: passing 'guchar *'
      (aka 'unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                fprintf (a_fp, str);
                               ^~~
/usr/include/stdio.h:244:56: note: passing argument to parameter here
int      fprintf(FILE * __restrict, const char * __restrict, ...) __prin...
                                                           ^
libcroco/cr-statement.c:2688:32: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
                fprintf (a_fp, str);
                               ^~~
libcroco/cr-statement.c:2688:32: note: treat the string as an argument to avoid
      this
                fprintf (a_fp, str);
                               ^
                               "%s", 
libcroco/cr-statement.c:2714:32: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
                fprintf (a_fp, str) ;
                               ^~~
libcroco/cr-statement.c:2714:32: note: treat the string as an argument to avoid
      this
                fprintf (a_fp, str) ;
                               ^
                               "%s", 
libcroco/cr-statement.c:2740:32: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
                fprintf (a_fp, str) ;
                               ^~~
libcroco/cr-statement.c:2740:32: note: treat the string as an argument to avoid
      this
                fprintf (a_fp, str) ;
                               ^
                               "%s", 
26 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-statement.c -o libcroco/libcroco_rpl_la-cr-statement.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-string.lo `test -f 'libcroco/cr-string.c' || echo './'`libcroco/cr-string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-string.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-string.c -o libcroco/libcroco_rpl_la-cr-string.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-style.lo `test -f 'libcroco/cr-style.c' || echo './'`libcroco/cr-style.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-style.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-style.o
libcroco/cr-style.c:101:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"padding-top", PROP_ID_PADDING_TOP},
         ^~~~~~~~~~~~~
libcroco/cr-style.c:102:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"padding-right", PROP_ID_PADDING_RIGHT},
         ^~~~~~~~~~~~~~~
libcroco/cr-style.c:103:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [15]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"padding-bottom", PROP_ID_PADDING_BOTTOM},
         ^~~~~~~~~~~~~~~~
libcroco/cr-style.c:104:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"padding-left", PROP_ID_PADDING_LEFT},
         ^~~~~~~~~~~~~~
libcroco/cr-style.c:105:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"padding", PROP_ID_PADDING},
         ^~~~~~~~~
libcroco/cr-style.c:106:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [17]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-top-width", PROP_ID_BORDER_TOP_WIDTH},
         ^~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:107:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [19]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-right-width", PROP_ID_BORDER_RIGHT_WIDTH},
         ^~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:108:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [20]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-bottom-width", PROP_ID_BORDER_BOTTOM_WIDTH},
         ^~~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:109:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [18]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-left-width", PROP_ID_BORDER_LEFT_WIDTH},
         ^~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:110:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-width", PROP_ID_BORDER_WIDTH},
         ^~~~~~~~~~~~~~
libcroco/cr-style.c:111:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [17]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-top-style", PROP_ID_BORDER_TOP_STYLE},
         ^~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:112:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [19]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-right-style", PROP_ID_BORDER_RIGHT_STYLE},
         ^~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:113:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [20]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-bottom-style", PROP_ID_BORDER_BOTTOM_STYLE},
         ^~~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:114:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [18]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-left-style", PROP_ID_BORDER_LEFT_STYLE},
         ^~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:115:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-style", PROP_ID_BORDER_STYLE},
         ^~~~~~~~~~~~~~
libcroco/cr-style.c:116:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-top", PROP_ID_BORDER_TOP},
         ^~~~~~~~~~~~
libcroco/cr-style.c:117:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-right", PROP_ID_BORDER_RIGHT},
         ^~~~~~~~~~~~~~
libcroco/cr-style.c:118:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-bottom", PROP_ID_BORDER_BOTTOM},
         ^~~~~~~~~~~~~~~
libcroco/cr-style.c:119:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-left", PROP_ID_BORDER_LEFT},
         ^~~~~~~~~~~~~
libcroco/cr-style.c:120:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border", PROP_ID_BORDER},
         ^~~~~~~~
libcroco/cr-style.c:121:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"margin-top", PROP_ID_MARGIN_TOP},
         ^~~~~~~~~~~~
libcroco/cr-style.c:122:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"margin-right", PROP_ID_MARGIN_RIGHT},
         ^~~~~~~~~~~~~~
libcroco/cr-style.c:123:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"margin-bottom", PROP_ID_MARGIN_BOTTOM},
         ^~~~~~~~~~~~~~~
libcroco/cr-style.c:124:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"margin-left", PROP_ID_MARGIN_LEFT},
         ^~~~~~~~~~~~~
libcroco/cr-style.c:125:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"margin", PROP_ID_MARGIN},
         ^~~~~~~~
libcroco/cr-style.c:126:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"display", PROP_ID_DISPLAY},
         ^~~~~~~~~
libcroco/cr-style.c:127:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"position", PROP_ID_POSITION},
         ^~~~~~~~~~
libcroco/cr-style.c:128:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [4]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"top", PROP_ID_TOP},
         ^~~~~
libcroco/cr-style.c:129:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"right", PROP_ID_RIGHT},
         ^~~~~~~
libcroco/cr-style.c:130:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"bottom", PROP_ID_BOTTOM},
         ^~~~~~~~
libcroco/cr-style.c:131:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"left", PROP_ID_LEFT},
         ^~~~~~
libcroco/cr-style.c:132:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"float", PROP_ID_FLOAT},
         ^~~~~~~
libcroco/cr-style.c:133:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"width", PROP_ID_WIDTH},
         ^~~~~~~
libcroco/cr-style.c:134:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"color", PROP_ID_COLOR},
         ^~~~~~~
libcroco/cr-style.c:135:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [17]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-top-color", PROP_ID_BORDER_TOP_COLOR},
         ^~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:136:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [19]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-right-color", PROP_ID_BORDER_RIGHT_COLOR},
         ^~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:137:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [20]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-bottom-color", PROP_ID_BORDER_BOTTOM_COLOR},
         ^~~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:138:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [18]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"border-left-color", PROP_ID_BORDER_LEFT_COLOR},
         ^~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:139:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [17]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"background-color", PROP_ID_BACKGROUND_COLOR},
         ^~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:140:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"font-family", PROP_ID_FONT_FAMILY},
         ^~~~~~~~~~~~~
libcroco/cr-style.c:141:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"font-size", PROP_ID_FONT_SIZE},
         ^~~~~~~~~~~
libcroco/cr-style.c:142:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"font-style", PROP_ID_FONT_STYLE},
         ^~~~~~~~~~~~
libcroco/cr-style.c:143:10: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"font-weight", PROP_ID_FONT_WEIGHT},
         ^~~~~~~~~~~~~
libcroco/cr-style.c:144:3: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [12]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        {"white-space", PROP_ID_WHITE_SPACE},
         ^~~~~~~~~~~~~
libcroco/cr-style.c:469:34: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const char *' converts between pointers to integer
      types with different sign [-Wpointer-sign]
                    && !strncmp ((guchar *) "inherit",
                                 ^~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-style.c:816:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [5]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"none", DISPLAY_NONE},
                 ^~~~~~
libcroco/cr-style.c:817:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"inline", DISPLAY_INLINE},
                 ^~~~~~~~
libcroco/cr-style.c:818:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"block", DISPLAY_BLOCK},
                 ^~~~~~~
libcroco/cr-style.c:819:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"run-in", DISPLAY_RUN_IN},
                 ^~~~~~~~
libcroco/cr-style.c:820:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"compact", DISPLAY_COMPACT},
                 ^~~~~~~~~
libcroco/cr-style.c:821:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"marker", DISPLAY_MARKER},
                 ^~~~~~~~
libcroco/cr-style.c:822:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table", DISPLAY_TABLE},
                 ^~~~~~~
libcroco/cr-style.c:823:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"inline-table", DISPLAY_INLINE_TABLE},
                 ^~~~~~~~~~~~~~
libcroco/cr-style.c:824:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [16]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-row-group", DISPLAY_TABLE_ROW_GROUP},
                 ^~~~~~~~~~~~~~~~~
libcroco/cr-style.c:825:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [19]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-header-group", DISPLAY_TABLE_HEADER_GROUP},
                 ^~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:826:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [19]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-footer-group", DISPLAY_TABLE_FOOTER_GROUP},
                 ^~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:827:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [10]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-row", DISPLAY_TABLE_ROW},
                 ^~~~~~~~~~~
libcroco/cr-style.c:828:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [19]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-column-group", DISPLAY_TABLE_COLUMN_GROUP},
                 ^~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:829:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [13]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-column", DISPLAY_TABLE_COLUMN},
                 ^~~~~~~~~~~~~~
libcroco/cr-style.c:830:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [11]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-cell", DISPLAY_TABLE_CELL},
                 ^~~~~~~~~~~~
libcroco/cr-style.c:831:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [14]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"table-caption", DISPLAY_TABLE_CAPTION},
                 ^~~~~~~~~~~~~~~
libcroco/cr-style.c:832:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"inherit", DISPLAY_INHERIT},
                 ^~~~~~~~~
libcroco/cr-style.c:852:46: warning: passing 'const guchar *const' (aka 'const
      unsigned char *const') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                     strlen (disp_vals_map[i].prop_name))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-style.c:850:38: warning: passing 'const guchar *const' (aka 'const
      unsigned char *const') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                    (disp_vals_map[i].prop_name,
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-style.c:878:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [7]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"static", POSITION_STATIC},
                 ^~~~~~~~
libcroco/cr-style.c:879:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"relative", POSITION_RELATIVE},
                 ^~~~~~~~~~
libcroco/cr-style.c:880:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [9]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"absolute", POSITION_ABSOLUTE},
                 ^~~~~~~~~~
libcroco/cr-style.c:881:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [6]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"fixed", POSITION_FIXED},
                 ^~~~~~~
libcroco/cr-style.c:882:18: warning: initializing 'const guchar *' (aka
      'const unsigned char *') with an expression of type 'char [8]' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                {"inherit", POSITION_INHERIT},
                 ^~~~~~~~~
libcroco/cr-style.c:902:55: warning: passing 'const guchar *const' (aka 'const
      unsigned char *const') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                              strlen (position_vals_map[i].
                                                      ^~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-style.c:900:47: warning: passing 'const guchar *const' (aka 'const
      unsigned char *const') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                if (!strncmp (position_vals_map[i].name,
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:84:26: note: passing argument to parameter '__s1' here
int      strncmp(const char *__s1, const char *__s2, size_t __n);
                             ^
libcroco/cr-style.c:1124:34: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const guchar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                                 a_value->content.str->stryng->str);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libcroco/cr-rgb.h:78:66: note: passing argument to parameter 'a_color_name'
      here
enum CRStatus cr_rgb_set_from_name (CRRgb *a_this, const guchar *a_color_name) ;
                                                                 ^
libcroco/cr-style.c:1128:58: warning: passing 'char [6]' to parameter of type
      'const guchar *' (aka 'const unsigned char *') converts between pointers
      to integer types with different sign [-Wpointer-sign]
                        cr_rgb_set_from_name (rgb_color, "black");
                                                         ^~~~~~~
./libcroco/cr-rgb.h:78:66: note: passing argument to parameter 'a_color_name'
      here
enum CRStatus cr_rgb_set_from_name (CRRgb *a_this, const guchar *a_color_name) ;
                                                                 ^
libcroco/cr-style.c:1362:50: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'guchar *' (aka 'unsigned char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
  ...cur_term->content.str->stryng->str);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libcroco/cr-fonts.h:231:59: note: passing argument to parameter 'a_name' here
cr_font_family_new (enum CRFontFamilyType a_type, guchar *a_name) ;
                                                          ^
libcroco/cr-style.c:1680:28: warning: implicit conversion from enumeration type
      'enum CRWhiteSpaceType' to different enumeration type 'enum CRFontWeight'
      [-Wenum-conversion]
                                a_style->font_weight = WHITE_SPACE_PRE;
                                                     ~ ^~~~~~~~~~~~~~~
libcroco/cr-style.c:2028:18: warning: passing 'gchar *' (aka 'char *') to
      parameter of type 'const guchar *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
                (a_decl->property->stryng->str);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-style.c:417:38: note: passing argument to parameter 'a_prop' here
cr_style_get_prop_id (const guchar * a_prop)
                                     ^
libcroco/cr-style.c:2750:17: warning: assigning to 'gchar *' (aka 'char *') from
      'guchar *' (aka 'unsigned char *') converts between pointers to integer
      types with different sign [-Wpointer-sign]
        tmp_str = cr_font_family_to_string (a_this->font_family, TRUE);
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-style.c -o libcroco/libcroco_rpl_la-cr-style.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-stylesheet.lo `test -f 'libcroco/cr-stylesheet.c' || echo './'`libcroco/cr-stylesheet.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-stylesheet.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-stylesheet.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-stylesheet.c -o libcroco/libcroco_rpl_la-cr-stylesheet.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-term.lo `test -f 'libcroco/cr-term.c' || echo './'`libcroco/cr-term.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-term.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-term.o
libcroco/cr-term.c:116:66: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const char *' converts
      between pointers to integer types with different sign [-Wpointer-sign]
        parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen (a_buf),
                                                                 ^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
libcroco/cr-term.c:338:59: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                g_string_append (str_buf, content);
                                                          ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:347:41: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                content = g_strndup
                                        ^ ~~~~~~~~~
libcroco/cr-term.c:365:10: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                                                 tmp_str);
                                                                 ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:380:41: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                content = g_strndup
                                        ^ ~~~~~~~~~
libcroco/cr-term.c:395:41: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                content = g_strndup
                                        ^ ~~~~~~~~~
libcroco/cr-term.c:401:59: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                g_string_append (str_buf, content);
                                                          ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:409:41: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                content = g_strndup
                                        ^ ~~~~~~~~~
libcroco/cr-term.c:430:67: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        g_string_append (str_buf, tmp_str);
                                                                  ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:447:41: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                content = g_strndup
                                        ^ ~~~~~~~~~
libcroco/cr-term.c:468:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
libcroco/cr-term.c:533:51: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        g_string_append (str_buf, content);
                                                  ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:542:33: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        content = g_strndup
                                ^ ~~~~~~~~~
libcroco/cr-term.c:576:33: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        content = g_strndup
                                ^ ~~~~~~~~~
libcroco/cr-term.c:591:33: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        content = g_strndup
                                ^ ~~~~~~~~~
libcroco/cr-term.c:597:51: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        g_string_append (str_buf, content);
                                                  ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:605:33: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        content = g_strndup
                                ^ ~~~~~~~~~
libcroco/cr-term.c:626:59: warning: passing 'guchar *' (aka 'unsigned char *')
      to parameter of type 'const gchar *' (aka 'const char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                g_string_append (str_buf, tmp_str);
                                                          ^~~~~~~
./glib/gstring.h:96:35: note: passing argument to parameter 'val' here
                                         const gchar     *val);
                                                          ^
libcroco/cr-term.c:643:33: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        content = g_strndup
                                ^ ~~~~~~~~~
libcroco/cr-term.c:664:24: warning: assigning to 'guchar *'
      (aka 'unsigned char *') from 'gchar *' (aka 'char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                result = str_buf->str;
                       ^ ~~~~~~~~~~~~
20 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-term.c -o libcroco/libcroco_rpl_la-cr-term.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-tknzr.lo `test -f 'libcroco/cr-tknzr.c' || echo './'`libcroco/cr-tknzr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-tknzr.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-tknzr.o
libcroco/cr-tknzr.c:360:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:367:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:415:51: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        (PRIVATE (a_this)->input, &nb_chars);
                                                  ^~~~~~~~~
./libcroco/cr-input.h:93:57: note: passing argument to parameter 'a_nb_chars'
      here
cr_input_consume_white_spaces (CRInput *a_this, gulong *a_nb_chars) ;
                                                        ^
libcroco/cr-tknzr.c:474:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 1) ;
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1169:9: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        SKIP_CHARS (a_this, 1);
        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1171:9: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
        SKIP_CHARS (a_this, 3);
        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1282:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1284:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 2);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1302:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1317:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:1643:40: warning: passing 'const guchar *' (aka
      'const unsigned char *') to parameter of type 'const gchar *'
      (aka 'const char *') converts between pointers to integer types with
      different sign [-Wpointer-sign]
        input = cr_input_new_from_uri (a_file_uri, a_enc);
                                       ^~~~~~~~~~
./libcroco/cr-input.h:67:37: note: passing argument to parameter 'a_file_uri'
      here
cr_input_new_from_uri (const gchar *a_file_uri, 
                                    ^
libcroco/cr-tknzr.c:1916:48: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                       a_char, a_nb_char);
                                               ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2010:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 1);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2013:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 9);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2028:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 1);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2031:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 7);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2045:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 1);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2048:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 6);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2061:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 1);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2064:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 5);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2076:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 1);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2079:33: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                SKIP_CHARS (a_this, 4);
                                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2164:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2167:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 2);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2179:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2182:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 2);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2205:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2208:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2219:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2222:25: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                        SKIP_CHARS (a_this, 1);
                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2249:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2259:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2269:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2279:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2289:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2299:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2309:17: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                SKIP_CHARS (a_this, 1);
                ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2408:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2415:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2422:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2429:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2436:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2443:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2450:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2457:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2465:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 3);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2473:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 3);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2482:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 4);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2489:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2495:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 1);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2502:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 2);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2510:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 3);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2516:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 1);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
libcroco/cr-tknzr.c:2563:41: warning: passing 'glong *' (aka 'long *') to
      parameter of type 'gulong *' (aka 'unsigned long *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
                                        SKIP_CHARS (a_this, 1);
                                        ^~~~~~~~~~~~~~~~~~~~~~
libcroco/cr-tknzr.c:201:35: note: expanded from macro 'SKIP_CHARS'
     (PRIVATE (a_tknzr)->input,0, &nb_chars) ; \
                                  ^~~~~~~~~
./libcroco/cr-input.h:87:33: note: passing argument to parameter 'a_nb_char'
      here
                        gulong *a_nb_char) ;
                                ^
54 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-tknzr.c -o libcroco/libcroco_rpl_la-cr-tknzr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-token.lo `test -f 'libcroco/cr-token.c' || echo './'`libcroco/cr-token.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-token.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-token.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-token.c -o libcroco/libcroco_rpl_la-cr-token.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o libcroco/libcroco_rpl_la-cr-utils.lo `test -f 'libcroco/cr-utils.c' || echo './'`libcroco/cr-utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-utils.c  -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c libcroco/cr-utils.c -o libcroco/libcroco_rpl_la-cr-utils.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o libcroco_rpl.la  libcroco/libcroco_rpl_la-cr-additional-sel.lo libcroco/libcroco_rpl_la-cr-attr-sel.lo libcroco/libcroco_rpl_la-cr-cascade.lo libcroco/libcroco_rpl_la-cr-declaration.lo libcroco/libcroco_rpl_la-cr-doc-handler.lo libcroco/libcroco_rpl_la-cr-enc-handler.lo libcroco/libcroco_rpl_la-cr-fonts.lo libcroco/libcroco_rpl_la-cr-input.lo libcroco/libcroco_rpl_la-cr-num.lo libcroco/libcroco_rpl_la-cr-om-parser.lo libcroco/libcroco_rpl_la-cr-parser.lo libcroco/libcroco_rpl_la-cr-parsing-location.lo libcroco/libcroco_rpl_la-cr-prop-list.lo libcroco/libcroco_rpl_la-cr-pseudo.lo libcroco/libcroco_rpl_la-cr-rgb.lo libcroco/libcroco_rpl_la-cr-sel-eng.lo libcroco/libcroco_rpl_la-cr-selector.lo libcroco/libcroco_rpl_la-cr-simple-sel.lo libcroco/libcroco_rpl_la-cr-statement.lo libcroco/libcroco_rpl_la-cr-string.lo libcroco/libcroco_rpl_la-cr-style.lo libcroco/libcroco_rpl_la-cr-stylesheet.lo libcroco/libcroco_rpl_la-cr-term.lo libcroco/libcroco_rpl_la-cr-tknzr.lo libcroco/libcroco_rpl_la-cr-token.lo libcroco/libcroco_rpl_la-cr-utils.lo  
libtool: link: ar cru .libs/libcroco_rpl.a libcroco/.libs/libcroco_rpl_la-cr-additional-sel.o libcroco/.libs/libcroco_rpl_la-cr-attr-sel.o libcroco/.libs/libcroco_rpl_la-cr-cascade.o libcroco/.libs/libcroco_rpl_la-cr-declaration.o libcroco/.libs/libcroco_rpl_la-cr-doc-handler.o libcroco/.libs/libcroco_rpl_la-cr-enc-handler.o libcroco/.libs/libcroco_rpl_la-cr-fonts.o libcroco/.libs/libcroco_rpl_la-cr-input.o libcroco/.libs/libcroco_rpl_la-cr-num.o libcroco/.libs/libcroco_rpl_la-cr-om-parser.o libcroco/.libs/libcroco_rpl_la-cr-parser.o libcroco/.libs/libcroco_rpl_la-cr-parsing-location.o libcroco/.libs/libcroco_rpl_la-cr-prop-list.o libcroco/.libs/libcroco_rpl_la-cr-pseudo.o libcroco/.libs/libcroco_rpl_la-cr-rgb.o libcroco/.libs/libcroco_rpl_la-cr-sel-eng.o libcroco/.libs/libcroco_rpl_la-cr-selector.o libcroco/.libs/libcroco_rpl_la-cr-simple-sel.o libcroco/.libs/libcroco_rpl_la-cr-statement.o libcroco/.libs/libcroco_rpl_la-cr-string.o libcroco/.libs/libcroco_rpl_la-cr-style.o libcroco/.libs/libcroco_rpl_la-cr-stylesheet.o libcroco/.libs/libcroco_rpl_la-cr-term.o libcroco/.libs/libcroco_rpl_la-cr-tknzr.o libcroco/.libs/libcroco_rpl_la-cr-token.o libcroco/.libs/libcroco_rpl_la-cr-utils.o 
libtool: link: ranlib .libs/libcroco_rpl.a
libtool: link: ( cd ".libs" && rm -f "libcroco_rpl.la" && ln -s "../libcroco_rpl.la" "libcroco_rpl.la" )
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o glib/libglib_rpl_la-ghash.lo `test -f 'glib/ghash.c' || echo './'`glib/ghash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/ghash.c  -fno-common -DPIC -o glib/.libs/libglib_rpl_la-ghash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/ghash.c -o glib/libglib_rpl_la-ghash.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o glib/libglib_rpl_la-glist.lo `test -f 'glib/glist.c' || echo './'`glib/glist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/glist.c  -fno-common -DPIC -o glib/.libs/libglib_rpl_la-glist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/glist.c -o glib/libglib_rpl_la-glist.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o glib/libglib_rpl_la-gmessages.lo `test -f 'glib/gmessages.c' || echo './'`glib/gmessages.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gmessages.c  -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gmessages.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gmessages.c -o glib/libglib_rpl_la-gmessages.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o glib/libglib_rpl_la-gprimes.lo `test -f 'glib/gprimes.c' || echo './'`glib/gprimes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gprimes.c  -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gprimes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gprimes.c -o glib/libglib_rpl_la-gprimes.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o glib/libglib_rpl_la-gstrfuncs.lo `test -f 'glib/gstrfuncs.c' || echo './'`glib/gstrfuncs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gstrfuncs.c  -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gstrfuncs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gstrfuncs.c -o glib/libglib_rpl_la-gstrfuncs.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I..  -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1    -I///usr/include/libxml2 -I./libcroco     -g -O2 -c -o glib/libglib_rpl_la-gstring.lo `test -f 'glib/gstring.c' || echo './'`glib/gstring.c
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gstring.c  -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gstring.o
libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I///usr/include/libxml2 -I./libcroco -g -O2 -c glib/gstring.c -o glib/libglib_rpl_la-gstring.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o libglib_rpl.la  glib/libglib_rpl_la-ghash.lo glib/libglib_rpl_la-glist.lo glib/libglib_rpl_la-gmessages.lo glib/libglib_rpl_la-gprimes.lo glib/libglib_rpl_la-gstrfuncs.lo glib/libglib_rpl_la-gstring.lo  
libtool: link: ar cru .libs/libglib_rpl.a glib/.libs/libglib_rpl_la-ghash.o glib/.libs/libglib_rpl_la-glist.o glib/.libs/libglib_rpl_la-gmessages.o glib/.libs/libglib_rpl_la-gprimes.o glib/.libs/libglib_rpl_la-gstrfuncs.o glib/.libs/libglib_rpl_la-gstring.o 
libtool: link: ranlib .libs/libglib_rpl.a
libtool: link: ( cd ".libs" && rm -f "libglib_rpl.la" && ln -s "../libglib_rpl.la" "libglib_rpl.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2  -no-undefined       -liconv ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation     -Wl,-framework -Wl,CoreFoundation -release 0.19.8    -lxml2 -liconv -liconv -liconv -lncurses   -o libgettextlib.la -rpath /Users/demo/lode/opt/lib copy-acl.lo set-acl.lo acl-errno-valid.lo acl-internal.lo get-permissions.lo set-permissions.lo allocator.lo areadlink.lo argmatch.lo gl_array_list.lo backupfile.lo addext.lo basename.lo binary-io.lo c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo c-strcasestr.lo c-strstr.lo careadlinkat.lo classpath.lo clean-temp.lo cloexec.lo closeout.lo concat-filename.lo copy-file.lo csharpcomp.lo csharpexec.lo error-progname.lo execute.lo exitfail.lo fatal-signal.lo fd-hook.lo fd-ostream.lo fd-safer-flag.lo dup-safer-flag.lo file-ostream.lo findprog.lo fstrcmp.lo full-write.lo fwriteerror.lo gcd.lo  hard-locale.lo hash.lo html-ostream.lo html-styled-ostream.lo  javacomp.lo javaexec.lo javaversion.lo gl_linkedhash_list.lo gl_list.lo localcharset.lo localename.lo glthread/lock.lo malloca.lo math.lo mbchar.lo mbiter.lo mbslen.lo mbsstr.lo mbswidth.lo mbuiter.lo ostream.lo pipe-filter-ii.lo pipe-filter-aux.lo pipe2.lo pipe2-safer.lo progname.lo propername.lo qcopy-acl.lo qset-acl.lo quotearg.lo safe-read.lo safe-write.lo sh-quote.lo sig-handler.lo spawn-pipe.lo striconv.lo striconveh.lo striconveha.lo strnlen1.lo styled-ostream.lo tempname.lo term-ostream.lo term-styled-ostream.lo  glthread/threadlib.lo glthread/tls.lo tmpdir.lo trim.lo uniconv/u8-conv-from-enc.lo unictype/ctype_space.lo unilbrk/lbrktables.lo unilbrk/u8-possible-linebreaks.lo unilbrk/u8-width-linebreaks.lo unilbrk/ulc-common.lo unilbrk/ulc-width-linebreaks.lo uniname/uniname.lo unistd.lo dup-safer.lo fd-safer.lo pipe-safer.lo unistr/u16-mbtouc.lo unistr/u16-mbtouc-aux.lo unistr/u8-check.lo unistr/u8-mblen.lo unistr/u8-mbtouc.lo unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtoucr.lo unistr/u8-prev.lo unistr/u8-uctomb.lo unistr/u8-uctomb-aux.lo uniwidth/width.lo wait-process.lo wctype-h.lo xmalloc.lo xstrdup.lo xconcat-filename.lo xerror.lo gl_xlist.lo xmalloca.lo xreadlink.lo xsetenv.lo xsize.lo xstriconv.lo xstriconveh.lo xvasprintf.lo xasprintf.lo acl_entries.lo asnprintf.lo canonicalize-lgpl.lo error.lo fnmatch.lo getopt.lo getopt1.lo isnand.lo isnanf.lo isnanl.lo lstat.lo obstack.lo open.lo printf-args.lo printf-parse.lo rawmemchr.lo readlink.lo secure_getenv.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strstr.lo vasnprintf.lo wcwidth.lo xmemdup0.lo libcroco_rpl.la libglib_rpl.la  
libtool: link: gcc -dynamiclib  -o .libs/libgettextlib-0.19.8.dylib  .libs/copy-acl.o .libs/set-acl.o .libs/acl-errno-valid.o .libs/acl-internal.o .libs/get-permissions.o .libs/set-permissions.o .libs/allocator.o .libs/areadlink.o .libs/argmatch.o .libs/gl_array_list.o .libs/backupfile.o .libs/addext.o .libs/basename.o .libs/binary-io.o .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/c-strcasestr.o .libs/c-strstr.o .libs/careadlinkat.o .libs/classpath.o .libs/clean-temp.o .libs/cloexec.o .libs/closeout.o .libs/concat-filename.o .libs/copy-file.o .libs/csharpcomp.o .libs/csharpexec.o .libs/error-progname.o .libs/execute.o .libs/exitfail.o .libs/fatal-signal.o .libs/fd-hook.o .libs/fd-ostream.o .libs/fd-safer-flag.o .libs/dup-safer-flag.o .libs/file-ostream.o .libs/findprog.o .libs/fstrcmp.o .libs/full-write.o .libs/fwriteerror.o .libs/gcd.o .libs/hard-locale.o .libs/hash.o .libs/html-ostream.o .libs/html-styled-ostream.o .libs/javacomp.o .libs/javaexec.o .libs/javaversion.o .libs/gl_linkedhash_list.o .libs/gl_list.o .libs/localcharset.o .libs/localename.o glthread/.libs/lock.o .libs/malloca.o .libs/math.o .libs/mbchar.o .libs/mbiter.o .libs/mbslen.o .libs/mbsstr.o .libs/mbswidth.o .libs/mbuiter.o .libs/ostream.o .libs/pipe-filter-ii.o .libs/pipe-filter-aux.o .libs/pipe2.o .libs/pipe2-safer.o .libs/progname.o .libs/propername.o .libs/qcopy-acl.o .libs/qset-acl.o .libs/quotearg.o .libs/safe-read.o .libs/safe-write.o .libs/sh-quote.o .libs/sig-handler.o .libs/spawn-pipe.o .libs/striconv.o .libs/striconveh.o .libs/striconveha.o .libs/strnlen1.o .libs/styled-ostream.o .libs/tempname.o .libs/term-ostream.o .libs/term-styled-ostream.o glthread/.libs/threadlib.o glthread/.libs/tls.o .libs/tmpdir.o .libs/trim.o uniconv/.libs/u8-conv-from-enc.o unictype/.libs/ctype_space.o unilbrk/.libs/lbrktables.o unilbrk/.libs/u8-possible-linebreaks.o unilbrk/.libs/u8-width-linebreaks.o unilbrk/.libs/ulc-common.o unilbrk/.libs/ulc-width-linebreaks.o uniname/.libs/uniname.o .libs/unistd.o .libs/dup-safer.o .libs/fd-safer.o .libs/pipe-safer.o unistr/.libs/u16-mbtouc.o unistr/.libs/u16-mbtouc-aux.o unistr/.libs/u8-check.o unistr/.libs/u8-mblen.o unistr/.libs/u8-mbtouc.o unistr/.libs/u8-mbtouc-aux.o unistr/.libs/u8-mbtouc-unsafe.o unistr/.libs/u8-mbtouc-unsafe-aux.o unistr/.libs/u8-mbtoucr.o unistr/.libs/u8-prev.o unistr/.libs/u8-uctomb.o unistr/.libs/u8-uctomb-aux.o uniwidth/.libs/width.o .libs/wait-process.o .libs/wctype-h.o .libs/xmalloc.o .libs/xstrdup.o .libs/xconcat-filename.o .libs/xerror.o .libs/gl_xlist.o .libs/xmalloca.o .libs/xreadlink.o .libs/xsetenv.o .libs/xsize.o .libs/xstriconv.o .libs/xstriconveh.o .libs/xvasprintf.o .libs/xasprintf.o .libs/acl_entries.o .libs/asnprintf.o .libs/canonicalize-lgpl.o .libs/error.o .libs/fnmatch.o .libs/getopt.o .libs/getopt1.o .libs/isnand.o .libs/isnanf.o .libs/isnanl.o .libs/lstat.o .libs/obstack.o .libs/open.o .libs/printf-args.o .libs/printf-parse.o .libs/rawmemchr.o .libs/readlink.o .libs/secure_getenv.o .libs/stat.o .libs/strchrnul.o .libs/strerror.o .libs/strerror-override.o .libs/strstr.o .libs/vasnprintf.o .libs/wcwidth.o .libs/xmemdup0.o   -Wl,-force_load,./.libs/libcroco_rpl.a -Wl,-force_load,./.libs/libglib_rpl.a  ../intl/.libs/libintl.dylib -lc -lxml2 -liconv -lncurses  -g -O2 -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreFoundation   -install_name  /Users/demo/lode/opt/lib/libgettextlib-0.19.8.dylib  -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgettextlib.dylib" && ln -s "libgettextlib-0.19.8.dylib" "libgettextlib.dylib")
libtool: link: (cd .libs/libgettextlib.lax/libcroco_rpl.a && ar x "/Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/./.libs/libcroco_rpl.a")
libtool: link: (cd .libs/libgettextlib.lax/libglib_rpl.a && ar x "/Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/./.libs/libglib_rpl.a")
libtool: link: ar cru .libs/libgettextlib.a  copy-acl.o set-acl.o acl-errno-valid.o acl-internal.o get-permissions.o set-permissions.o allocator.o areadlink.o argmatch.o gl_array_list.o backupfile.o addext.o basename.o binary-io.o c-ctype.o c-strcasecmp.o c-strncasecmp.o c-strcasestr.o c-strstr.o careadlinkat.o classpath.o clean-temp.o cloexec.o closeout.o concat-filename.o copy-file.o csharpcomp.o csharpexec.o error-progname.o execute.o exitfail.o fatal-signal.o fd-hook.o fd-ostream.o fd-safer-flag.o dup-safer-flag.o file-ostream.o findprog.o fstrcmp.o full-write.o fwriteerror.o gcd.o hard-locale.o hash.o html-ostream.o html-styled-ostream.o javacomp.o javaexec.o javaversion.o gl_linkedhash_list.o gl_list.o localcharset.o localename.o glthread/lock.o malloca.o math.o mbchar.o mbiter.o mbslen.o mbsstr.o mbswidth.o mbuiter.o ostream.o pipe-filter-ii.o pipe-filter-aux.o pipe2.o pipe2-safer.o progname.o propername.o qcopy-acl.o qset-acl.o quotearg.o safe-read.o safe-write.o sh-quote.o sig-handler.o spawn-pipe.o striconv.o striconveh.o striconveha.o strnlen1.o styled-ostream.o tempname.o term-ostream.o term-styled-ostream.o glthread/threadlib.o glthread/tls.o tmpdir.o trim.o uniconv/u8-conv-from-enc.o unictype/ctype_space.o unilbrk/lbrktables.o unilbrk/u8-possible-linebreaks.o unilbrk/u8-width-linebreaks.o unilbrk/ulc-common.o unilbrk/ulc-width-linebreaks.o uniname/uniname.o unistd.o dup-safer.o fd-safer.o pipe-safer.o unistr/u16-mbtouc.o unistr/u16-mbtouc-aux.o unistr/u8-check.o unistr/u8-mblen.o unistr/u8-mbtouc.o unistr/u8-mbtouc-aux.o unistr/u8-mbtouc-unsafe.o unistr/u8-mbtouc-unsafe-aux.o unistr/u8-mbtoucr.o unistr/u8-prev.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o wait-process.o wctype-h.o xmalloc.o xstrdup.o xconcat-filename.o xerror.o gl_xlist.o xmalloca.o xreadlink.o xsetenv.o xsize.o xstriconv.o xstriconveh.o xvasprintf.o xasprintf.o acl_entries.o asnprintf.o canonicalize-lgpl.o error.o fnmatch.o getopt.o getopt1.o isnand.o isnanf.o isnanl.o lstat.o obstack.o open.o printf-args.o printf-parse.o rawmemchr.o readlink.o secure_getenv.o stat.o strchrnul.o strerror.o strerror-override.o strstr.o vasnprintf.o wcwidth.o xmemdup0.o  .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-additional-sel.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-attr-sel.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-cascade.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-declaration.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-doc-handler.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-enc-handler.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-fonts.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-input.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-num.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-om-parser.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-parser.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-parsing-location.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-prop-list.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-pseudo.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-rgb.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-sel-eng.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-selector.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-simple-sel.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-statement.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-string.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-style.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-stylesheet.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-term.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-tknzr.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-token.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-utils.o  .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-ghash.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-glist.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gmessages.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gprimes.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gstrfuncs.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gstring.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(binary-io.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(math.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(pipe-filter-aux.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgettextlib.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(binary-io.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(math.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(pipe-filter-aux.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(xsize.o) has no symbols
libtool: link: rm -fr .libs/libgettextlib.lax
libtool: link: ( cd ".libs" && rm -f "libgettextlib.la" && ln -s "../libgettextlib.la" "libgettextlib.la" )
rm -f t-charset.alias charset.alias && \
	/bin/sh ./config.charset 'x86_64-apple-darwin16.5.0' > t-charset.alias && \
	mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
	sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > t-ref-add.sed && \
	mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
	sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > t-ref-del.sed && \
	mv t-ref-del.sed ref-del.sed
Making all in libgrep
rm -f c++defs.h-t c++defs.h && \
	sed -n -e '/_GL_CXXDEFS/,$p' \
	  < ../../build-aux/snippet/c++defs.h \
	  > c++defs.h-t && \
	mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
	sed -n -e '/^.ifndef/,$p' \
	  < ../../build-aux/snippet/warn-on-use.h \
	  > warn-on-use.h-t && \
	mv warn-on-use.h-t warn-on-use.h
rm -f langinfo.h-t langinfo.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GRGL|g' \
	      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
	      -e 's/@''GNULIB_NL_LANGINFO''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
	      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
	      -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./langinfo.in.h; \
	} > langinfo.h-t && \
	mv langinfo.h-t langinfo.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1   -g -O2 -c -o glthread/lock.o glthread/lock.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1   -g -O2 -c -o glthread/threadlib.o glthread/threadlib.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1   -g -O2 -c -o kwset.o kwset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1   -g -O2 -c -o m-fgrep.o m-fgrep.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1   -g -O2 -c -o m-regex.o m-regex.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1   -g -O2 -c -o regex.o regex.c
rm -f libgrep.a
ar cr libgrep.a glthread/lock.o glthread/threadlib.o kwset.o m-fgrep.o m-regex.o regex.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrep.a(threadlib.o) has no symbols
ranlib libgrep.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrep.a(threadlib.o) has no symbols
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-message.lo `test -f 'message.c' || echo './'`message.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c message.c  -fno-common -DPIC -o .libs/libgettextsrc_la-message.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c message.c -o libgettextsrc_la-message.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-po-error.lo `test -f 'po-error.c' || echo './'`po-error.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-error.c  -fno-common -DPIC -o .libs/libgettextsrc_la-po-error.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-error.c -o libgettextsrc_la-po-error.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-po-xerror.lo `test -f 'po-xerror.c' || echo './'`po-xerror.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-xerror.c  -fno-common -DPIC -o .libs/libgettextsrc_la-po-xerror.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-xerror.c -o libgettextsrc_la-po-xerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-read-catalog-abstract.lo `test -f 'read-catalog-abstract.c' || echo './'`read-catalog-abstract.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-catalog-abstract.c  -fno-common -DPIC -o .libs/libgettextsrc_la-read-catalog-abstract.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-catalog-abstract.c -o libgettextsrc_la-read-catalog-abstract.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-po-lex.lo `test -f 'po-lex.c' || echo './'`po-lex.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-lex.c  -fno-common -DPIC -o .libs/libgettextsrc_la-po-lex.o
po-lex.c:241:21: warning: comparison of unsigned expression >= 0 is always true
      [-Wtautological-compare]
    return (mbc->uc >= 0x0000 && mbc->uc <= 0x007F);
            ~~~~~~~ ^  ~~~~~~
po-lex.c:273:14: warning: comparison of unsigned expression >= 0 is always true
      [-Wtautological-compare]
      if (uc >= 0x0000 && uc <= 0x001F)
          ~~ ^  ~~~~~~
2 warnings generated.
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-lex.c -o libgettextsrc_la-po-lex.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-po-gram-gen.lo `test -f 'po-gram-gen.c' || echo './'`po-gram-gen.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-gram-gen.c  -fno-common -DPIC -o .libs/libgettextsrc_la-po-gram-gen.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-gram-gen.c -o libgettextsrc_la-po-gram-gen.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-po-charset.lo `test -f 'po-charset.c' || echo './'`po-charset.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-charset.c  -fno-common -DPIC -o .libs/libgettextsrc_la-po-charset.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-charset.c -o libgettextsrc_la-po-charset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-read-po.lo `test -f 'read-po.c' || echo './'`read-po.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-po.c  -fno-common -DPIC -o .libs/libgettextsrc_la-read-po.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-po.c -o libgettextsrc_la-read-po.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-read-properties.lo `test -f 'read-properties.c' || echo './'`read-properties.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-properties.c  -fno-common -DPIC -o .libs/libgettextsrc_la-read-properties.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-properties.c -o libgettextsrc_la-read-properties.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-read-stringtable.lo `test -f 'read-stringtable.c' || echo './'`read-stringtable.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-stringtable.c  -fno-common -DPIC -o .libs/libgettextsrc_la-read-stringtable.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-stringtable.c -o libgettextsrc_la-read-stringtable.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-open-catalog.lo `test -f 'open-catalog.c' || echo './'`open-catalog.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c open-catalog.c  -fno-common -DPIC -o .libs/libgettextsrc_la-open-catalog.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c open-catalog.c -o libgettextsrc_la-open-catalog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-dir-list.lo `test -f 'dir-list.c' || echo './'`dir-list.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c dir-list.c  -fno-common -DPIC -o .libs/libgettextsrc_la-dir-list.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c dir-list.c -o libgettextsrc_la-dir-list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-str-list.lo `test -f 'str-list.c' || echo './'`str-list.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c str-list.c  -fno-common -DPIC -o .libs/libgettextsrc_la-str-list.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c str-list.c -o libgettextsrc_la-str-list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-read-catalog.lo `test -f 'read-catalog.c' || echo './'`read-catalog.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-catalog.c  -fno-common -DPIC -o .libs/libgettextsrc_la-read-catalog.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-catalog.c -o libgettextsrc_la-read-catalog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-color.lo `test -f 'color.c' || echo './'`color.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c color.c  -fno-common -DPIC -o .libs/libgettextsrc_la-color.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c color.c -o libgettextsrc_la-color.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-write-catalog.lo `test -f 'write-catalog.c' || echo './'`write-catalog.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-catalog.c  -fno-common -DPIC -o .libs/libgettextsrc_la-write-catalog.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-catalog.c -o libgettextsrc_la-write-catalog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-write-properties.lo `test -f 'write-properties.c' || echo './'`write-properties.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-properties.c  -fno-common -DPIC -o .libs/libgettextsrc_la-write-properties.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-properties.c -o libgettextsrc_la-write-properties.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-write-stringtable.lo `test -f 'write-stringtable.c' || echo './'`write-stringtable.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-stringtable.c  -fno-common -DPIC -o .libs/libgettextsrc_la-write-stringtable.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-stringtable.c -o libgettextsrc_la-write-stringtable.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-write-po.lo `test -f 'write-po.c' || echo './'`write-po.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-po.c  -fno-common -DPIC -o .libs/libgettextsrc_la-write-po.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c write-po.c -o libgettextsrc_la-write-po.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-ascii.lo `test -f 'msgl-ascii.c' || echo './'`msgl-ascii.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-ascii.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-ascii.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-ascii.c -o libgettextsrc_la-msgl-ascii.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-iconv.lo `test -f 'msgl-iconv.c' || echo './'`msgl-iconv.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-iconv.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-iconv.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-iconv.c -o libgettextsrc_la-msgl-iconv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-equal.lo `test -f 'msgl-equal.c' || echo './'`msgl-equal.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-equal.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-equal.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-equal.c -o libgettextsrc_la-msgl-equal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-cat.lo `test -f 'msgl-cat.c' || echo './'`msgl-cat.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-cat.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-cat.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-cat.c -o libgettextsrc_la-msgl-cat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-header.lo `test -f 'msgl-header.c' || echo './'`msgl-header.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-header.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-header.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-header.c -o libgettextsrc_la-msgl-header.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-english.lo `test -f 'msgl-english.c' || echo './'`msgl-english.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-english.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-english.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-english.c -o libgettextsrc_la-msgl-english.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-check.lo `test -f 'msgl-check.c' || echo './'`msgl-check.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-check.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-check.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-check.c -o libgettextsrc_la-msgl-check.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-file-list.lo `test -f 'file-list.c' || echo './'`file-list.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c file-list.c  -fno-common -DPIC -o .libs/libgettextsrc_la-file-list.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c file-list.c -o libgettextsrc_la-file-list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-msgl-charset.lo `test -f 'msgl-charset.c' || echo './'`msgl-charset.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-charset.c  -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-charset.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c msgl-charset.c -o libgettextsrc_la-msgl-charset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-po-time.lo `test -f 'po-time.c' || echo './'`po-time.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-time.c  -fno-common -DPIC -o .libs/libgettextsrc_la-po-time.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c po-time.c -o libgettextsrc_la-po-time.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-plural-exp.lo `test -f 'plural-exp.c' || echo './'`plural-exp.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c plural-exp.c  -fno-common -DPIC -o .libs/libgettextsrc_la-plural-exp.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c plural-exp.c -o libgettextsrc_la-plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-plural-eval.lo `test -f 'plural-eval.c' || echo './'`plural-eval.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c plural-eval.c  -fno-common -DPIC -o .libs/libgettextsrc_la-plural-eval.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c plural-eval.c -o libgettextsrc_la-plural-eval.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-plural-table.lo `test -f 'plural-table.c' || echo './'`plural-table.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c plural-table.c  -fno-common -DPIC -o .libs/libgettextsrc_la-plural-table.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c plural-table.c -o libgettextsrc_la-plural-table.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-sentence.lo `test -f 'sentence.c' || echo './'`sentence.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c sentence.c  -fno-common -DPIC -o .libs/libgettextsrc_la-sentence.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c sentence.c -o libgettextsrc_la-sentence.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format.lo `test -f 'format.c' || echo './'`format.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format.c -o libgettextsrc_la-format.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-c.lo `test -f 'format-c.c' || echo './'`format-c.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-c.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-c.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-c.c -o libgettextsrc_la-format-c.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-sh.lo `test -f 'format-sh.c' || echo './'`format-sh.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-sh.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-sh.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-sh.c -o libgettextsrc_la-format-sh.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-python.lo `test -f 'format-python.c' || echo './'`format-python.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-python.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-python.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-python.c -o libgettextsrc_la-format-python.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-python-brace.lo `test -f 'format-python-brace.c' || echo './'`format-python-brace.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-python-brace.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-python-brace.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-python-brace.c -o libgettextsrc_la-format-python-brace.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-lisp.lo `test -f 'format-lisp.c' || echo './'`format-lisp.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-lisp.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-lisp.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-lisp.c -o libgettextsrc_la-format-lisp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-elisp.lo `test -f 'format-elisp.c' || echo './'`format-elisp.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-elisp.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-elisp.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-elisp.c -o libgettextsrc_la-format-elisp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-librep.lo `test -f 'format-librep.c' || echo './'`format-librep.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-librep.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-librep.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-librep.c -o libgettextsrc_la-format-librep.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-scheme.lo `test -f 'format-scheme.c' || echo './'`format-scheme.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-scheme.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-scheme.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-scheme.c -o libgettextsrc_la-format-scheme.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-java.lo `test -f 'format-java.c' || echo './'`format-java.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-java.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-java.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-java.c -o libgettextsrc_la-format-java.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-csharp.lo `test -f 'format-csharp.c' || echo './'`format-csharp.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-csharp.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-csharp.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-csharp.c -o libgettextsrc_la-format-csharp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-awk.lo `test -f 'format-awk.c' || echo './'`format-awk.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-awk.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-awk.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-awk.c -o libgettextsrc_la-format-awk.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-pascal.lo `test -f 'format-pascal.c' || echo './'`format-pascal.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-pascal.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-pascal.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-pascal.c -o libgettextsrc_la-format-pascal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-ycp.lo `test -f 'format-ycp.c' || echo './'`format-ycp.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-ycp.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-ycp.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-ycp.c -o libgettextsrc_la-format-ycp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-tcl.lo `test -f 'format-tcl.c' || echo './'`format-tcl.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-tcl.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-tcl.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-tcl.c -o libgettextsrc_la-format-tcl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-perl.lo `test -f 'format-perl.c' || echo './'`format-perl.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-perl.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-perl.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-perl.c -o libgettextsrc_la-format-perl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-perl-brace.lo `test -f 'format-perl-brace.c' || echo './'`format-perl-brace.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-perl-brace.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-perl-brace.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-perl-brace.c -o libgettextsrc_la-format-perl-brace.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-php.lo `test -f 'format-php.c' || echo './'`format-php.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-php.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-php.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-php.c -o libgettextsrc_la-format-php.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-gcc-internal.lo `test -f 'format-gcc-internal.c' || echo './'`format-gcc-internal.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-gcc-internal.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-gcc-internal.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-gcc-internal.c -o libgettextsrc_la-format-gcc-internal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-gfc-internal.lo `test -f 'format-gfc-internal.c' || echo './'`format-gfc-internal.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-gfc-internal.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-gfc-internal.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-gfc-internal.c -o libgettextsrc_la-format-gfc-internal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-qt.lo `test -f 'format-qt.c' || echo './'`format-qt.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-qt.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-qt.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-qt.c -o libgettextsrc_la-format-qt.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-qt-plural.lo `test -f 'format-qt-plural.c' || echo './'`format-qt-plural.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-qt-plural.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-qt-plural.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-qt-plural.c -o libgettextsrc_la-format-qt-plural.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-kde.lo `test -f 'format-kde.c' || echo './'`format-kde.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-kde.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-kde.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-kde.c -o libgettextsrc_la-format-kde.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-kde-kuit.lo `test -f 'format-kde-kuit.c' || echo './'`format-kde-kuit.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-kde-kuit.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-kde-kuit.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-kde-kuit.c -o libgettextsrc_la-format-kde-kuit.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-boost.lo `test -f 'format-boost.c' || echo './'`format-boost.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-boost.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-boost.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-boost.c -o libgettextsrc_la-format-boost.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-lua.lo `test -f 'format-lua.c' || echo './'`format-lua.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-lua.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-lua.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-lua.c -o libgettextsrc_la-format-lua.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-format-javascript.lo `test -f 'format-javascript.c' || echo './'`format-javascript.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-javascript.c  -fno-common -DPIC -o .libs/libgettextsrc_la-format-javascript.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c format-javascript.c -o libgettextsrc_la-format-javascript.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-read-desktop.lo `test -f 'read-desktop.c' || echo './'`read-desktop.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-desktop.c  -fno-common -DPIC -o .libs/libgettextsrc_la-read-desktop.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c read-desktop.c -o libgettextsrc_la-read-desktop.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-locating-rule.lo `test -f 'locating-rule.c' || echo './'`locating-rule.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c locating-rule.c  -fno-common -DPIC -o .libs/libgettextsrc_la-locating-rule.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c locating-rule.c -o libgettextsrc_la-locating-rule.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-its.lo `test -f 'its.c' || echo './'`its.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c its.c  -fno-common -DPIC -o .libs/libgettextsrc_la-its.o
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c its.c -o libgettextsrc_la-its.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2    -g -O2 -c -o libgettextsrc_la-search-path.lo `test -f 'search-path.c' || echo './'`search-path.c
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c search-path.c  -fno-common -DPIC -o .libs/libgettextsrc_la-search-path.o
search-path.c:145:9: warning: passing 'const char *' to parameter of type
      'void *' discards qualifiers
      [-Wincompatible-pointer-types-discards-qualifiers]
  free (array.sub);
        ^~~~~~~~~
/usr/include/stdlib.h:143:18: note: passing argument to parameter here
void     free(void *);
                    ^
1 warning generated.
libtool: compile:  gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -I///usr/include/libxml2 -g -O2 -c search-path.c -o libgettextsrc_la-search-path.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -release 0.19.8 ../gnulib-lib/libgettextlib.la  ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation -liconv -lc -no-undefined    -o libgettextsrc.la -rpath /Users/demo/lode/opt/lib libgettextsrc_la-message.lo libgettextsrc_la-po-error.lo libgettextsrc_la-po-xerror.lo libgettextsrc_la-read-catalog-abstract.lo libgettextsrc_la-po-lex.lo libgettextsrc_la-po-gram-gen.lo libgettextsrc_la-po-charset.lo libgettextsrc_la-read-po.lo libgettextsrc_la-read-properties.lo libgettextsrc_la-read-stringtable.lo libgettextsrc_la-open-catalog.lo libgettextsrc_la-dir-list.lo libgettextsrc_la-str-list.lo libgettextsrc_la-read-catalog.lo libgettextsrc_la-color.lo libgettextsrc_la-write-catalog.lo libgettextsrc_la-write-properties.lo libgettextsrc_la-write-stringtable.lo libgettextsrc_la-write-po.lo libgettextsrc_la-msgl-ascii.lo libgettextsrc_la-msgl-iconv.lo libgettextsrc_la-msgl-equal.lo libgettextsrc_la-msgl-cat.lo libgettextsrc_la-msgl-header.lo libgettextsrc_la-msgl-english.lo libgettextsrc_la-msgl-check.lo libgettextsrc_la-file-list.lo libgettextsrc_la-msgl-charset.lo libgettextsrc_la-po-time.lo libgettextsrc_la-plural-exp.lo libgettextsrc_la-plural-eval.lo libgettextsrc_la-plural-table.lo libgettextsrc_la-sentence.lo libgettextsrc_la-format.lo libgettextsrc_la-format-c.lo libgettextsrc_la-format-sh.lo libgettextsrc_la-format-python.lo libgettextsrc_la-format-python-brace.lo libgettextsrc_la-format-lisp.lo libgettextsrc_la-format-elisp.lo libgettextsrc_la-format-librep.lo libgettextsrc_la-format-scheme.lo libgettextsrc_la-format-java.lo libgettextsrc_la-format-csharp.lo libgettextsrc_la-format-awk.lo libgettextsrc_la-format-pascal.lo libgettextsrc_la-format-ycp.lo libgettextsrc_la-format-tcl.lo libgettextsrc_la-format-perl.lo libgettextsrc_la-format-perl-brace.lo libgettextsrc_la-format-php.lo libgettextsrc_la-format-gcc-internal.lo libgettextsrc_la-format-gfc-internal.lo libgettextsrc_la-format-qt.lo libgettextsrc_la-format-qt-plural.lo libgettextsrc_la-format-kde.lo libgettextsrc_la-format-kde-kuit.lo libgettextsrc_la-format-boost.lo libgettextsrc_la-format-lua.lo libgettextsrc_la-format-javascript.lo libgettextsrc_la-read-desktop.lo libgettextsrc_la-locating-rule.lo libgettextsrc_la-its.lo libgettextsrc_la-search-path.lo   
libtool: link: gcc -dynamiclib  -o .libs/libgettextsrc-0.19.8.dylib  .libs/libgettextsrc_la-message.o .libs/libgettextsrc_la-po-error.o .libs/libgettextsrc_la-po-xerror.o .libs/libgettextsrc_la-read-catalog-abstract.o .libs/libgettextsrc_la-po-lex.o .libs/libgettextsrc_la-po-gram-gen.o .libs/libgettextsrc_la-po-charset.o .libs/libgettextsrc_la-read-po.o .libs/libgettextsrc_la-read-properties.o .libs/libgettextsrc_la-read-stringtable.o .libs/libgettextsrc_la-open-catalog.o .libs/libgettextsrc_la-dir-list.o .libs/libgettextsrc_la-str-list.o .libs/libgettextsrc_la-read-catalog.o .libs/libgettextsrc_la-color.o .libs/libgettextsrc_la-write-catalog.o .libs/libgettextsrc_la-write-properties.o .libs/libgettextsrc_la-write-stringtable.o .libs/libgettextsrc_la-write-po.o .libs/libgettextsrc_la-msgl-ascii.o .libs/libgettextsrc_la-msgl-iconv.o .libs/libgettextsrc_la-msgl-equal.o .libs/libgettextsrc_la-msgl-cat.o .libs/libgettextsrc_la-msgl-header.o .libs/libgettextsrc_la-msgl-english.o .libs/libgettextsrc_la-msgl-check.o .libs/libgettextsrc_la-file-list.o .libs/libgettextsrc_la-msgl-charset.o .libs/libgettextsrc_la-po-time.o .libs/libgettextsrc_la-plural-exp.o .libs/libgettextsrc_la-plural-eval.o .libs/libgettextsrc_la-plural-table.o .libs/libgettextsrc_la-sentence.o .libs/libgettextsrc_la-format.o .libs/libgettextsrc_la-format-c.o .libs/libgettextsrc_la-format-sh.o .libs/libgettextsrc_la-format-python.o .libs/libgettextsrc_la-format-python-brace.o .libs/libgettextsrc_la-format-lisp.o .libs/libgettextsrc_la-format-elisp.o .libs/libgettextsrc_la-format-librep.o .libs/libgettextsrc_la-format-scheme.o .libs/libgettextsrc_la-format-java.o .libs/libgettextsrc_la-format-csharp.o .libs/libgettextsrc_la-format-awk.o .libs/libgettextsrc_la-format-pascal.o .libs/libgettextsrc_la-format-ycp.o .libs/libgettextsrc_la-format-tcl.o .libs/libgettextsrc_la-format-perl.o .libs/libgettextsrc_la-format-perl-brace.o .libs/libgettextsrc_la-format-php.o .libs/libgettextsrc_la-format-gcc-internal.o .libs/libgettextsrc_la-format-gfc-internal.o .libs/libgettextsrc_la-format-qt.o .libs/libgettextsrc_la-format-qt-plural.o .libs/libgettextsrc_la-format-kde.o .libs/libgettextsrc_la-format-kde-kuit.o .libs/libgettextsrc_la-format-boost.o .libs/libgettextsrc_la-format-lua.o .libs/libgettextsrc_la-format-javascript.o .libs/libgettextsrc_la-read-desktop.o .libs/libgettextsrc_la-locating-rule.o .libs/libgettextsrc_la-its.o .libs/libgettextsrc_la-search-path.o   ../gnulib-lib/.libs/libgettextlib.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc  -g -O2 -Wl,-framework -Wl,CoreFoundation -Wl,-dylib_file -Wl,/Users/demo/lode/opt/lib/libintl.9.dylib:/Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib   -install_name  /Users/demo/lode/opt/lib/libgettextsrc-0.19.8.dylib  -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgettextsrc.dylib" && ln -s "libgettextsrc-0.19.8.dylib" "libgettextsrc.dylib")
libtool: link: ar cru .libs/libgettextsrc.a  libgettextsrc_la-message.o libgettextsrc_la-po-error.o libgettextsrc_la-po-xerror.o libgettextsrc_la-read-catalog-abstract.o libgettextsrc_la-po-lex.o libgettextsrc_la-po-gram-gen.o libgettextsrc_la-po-charset.o libgettextsrc_la-read-po.o libgettextsrc_la-read-properties.o libgettextsrc_la-read-stringtable.o libgettextsrc_la-open-catalog.o libgettextsrc_la-dir-list.o libgettextsrc_la-str-list.o libgettextsrc_la-read-catalog.o libgettextsrc_la-color.o libgettextsrc_la-write-catalog.o libgettextsrc_la-write-properties.o libgettextsrc_la-write-stringtable.o libgettextsrc_la-write-po.o libgettextsrc_la-msgl-ascii.o libgettextsrc_la-msgl-iconv.o libgettextsrc_la-msgl-equal.o libgettextsrc_la-msgl-cat.o libgettextsrc_la-msgl-header.o libgettextsrc_la-msgl-english.o libgettextsrc_la-msgl-check.o libgettextsrc_la-file-list.o libgettextsrc_la-msgl-charset.o libgettextsrc_la-po-time.o libgettextsrc_la-plural-exp.o libgettextsrc_la-plural-eval.o libgettextsrc_la-plural-table.o libgettextsrc_la-sentence.o libgettextsrc_la-format.o libgettextsrc_la-format-c.o libgettextsrc_la-format-sh.o libgettextsrc_la-format-python.o libgettextsrc_la-format-python-brace.o libgettextsrc_la-format-lisp.o libgettextsrc_la-format-elisp.o libgettextsrc_la-format-librep.o libgettextsrc_la-format-scheme.o libgettextsrc_la-format-java.o libgettextsrc_la-format-csharp.o libgettextsrc_la-format-awk.o libgettextsrc_la-format-pascal.o libgettextsrc_la-format-ycp.o libgettextsrc_la-format-tcl.o libgettextsrc_la-format-perl.o libgettextsrc_la-format-perl-brace.o libgettextsrc_la-format-php.o libgettextsrc_la-format-gcc-internal.o libgettextsrc_la-format-gfc-internal.o libgettextsrc_la-format-qt.o libgettextsrc_la-format-qt-plural.o libgettextsrc_la-format-kde.o libgettextsrc_la-format-kde-kuit.o libgettextsrc_la-format-boost.o libgettextsrc_la-format-lua.o libgettextsrc_la-format-javascript.o libgettextsrc_la-read-desktop.o libgettextsrc_la-locating-rule.o libgettextsrc_la-its.o libgettextsrc_la-search-path.o
libtool: link: ranlib .libs/libgettextsrc.a
libtool: link: ( cd ".libs" && rm -f "libgettextsrc.la" && ln -s "../libgettextsrc.la" "libgettextsrc.la" )
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgcmp-msgcmp.o `test -f 'msgcmp.c' || echo './'`msgcmp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgcmp-msgl-fsearch.o `test -f 'msgl-fsearch.c' || echo './'`msgl-fsearch.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgcmp msgcmp-msgcmp.o msgcmp-msgl-fsearch.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation   
libtool: link: gcc -g -O2 -o .libs/msgcmp msgcmp-msgcmp.o msgcmp-msgl-fsearch.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-msgfmt.o `test -f 'msgfmt.c' || echo './'`msgfmt.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-mo.o `test -f 'write-mo.c' || echo './'`write-mo.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-java.o `test -f 'write-java.c' || echo './'`write-java.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-csharp.o `test -f 'write-csharp.c' || echo './'`write-csharp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-resources.o `test -f 'write-resources.c' || echo './'`write-resources.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-tcl.o `test -f 'write-tcl.c' || echo './'`write-tcl.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-qt.o `test -f 'write-qt.c' || echo './'`write-qt.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-desktop.o `test -f 'write-desktop.c' || echo './'`write-desktop.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfmt-write-xml.o `test -f 'write-xml.c' || echo './'`write-xml.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o ../../gettext-runtime/intl/msgfmt-hash-string.o `test -f '../../gettext-runtime/intl/hash-string.c' || echo './'`../../gettext-runtime/intl/hash-string.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgfmt msgfmt-msgfmt.o msgfmt-write-mo.o msgfmt-write-java.o msgfmt-write-csharp.o msgfmt-write-resources.o msgfmt-write-tcl.o msgfmt-write-qt.o msgfmt-write-desktop.o msgfmt-write-xml.o ../../gettext-runtime/intl/msgfmt-hash-string.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgfmt msgfmt-msgfmt.o msgfmt-write-mo.o msgfmt-write-java.o msgfmt-write-csharp.o msgfmt-write-resources.o msgfmt-write-tcl.o msgfmt-write-qt.o msgfmt-write-desktop.o msgfmt-write-xml.o ../../gettext-runtime/intl/msgfmt-hash-string.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"    -g -O2 -c -o msgmerge-msgmerge.o `test -f 'msgmerge.c' || echo './'`msgmerge.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"    -g -O2 -c -o msgmerge-msgl-fsearch.o `test -f 'msgl-fsearch.c' || echo './'`msgl-fsearch.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"    -g -O2 -c -o msgmerge-lang-table.o `test -f 'lang-table.c' || echo './'`lang-table.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"    -g -O2 -c -o msgmerge-plural-count.o `test -f 'plural-count.c' || echo './'`plural-count.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc   -g -O2   -o msgmerge msgmerge-msgmerge.o msgmerge-msgl-fsearch.o msgmerge-lang-table.o msgmerge-plural-count.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation    
libtool: link: gcc -g -O2 -o .libs/msgmerge msgmerge-msgmerge.o msgmerge-msgl-fsearch.o msgmerge-lang-table.o msgmerge-plural-count.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgunfmt-msgunfmt.o `test -f 'msgunfmt.c' || echo './'`msgunfmt.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgunfmt-read-mo.o `test -f 'read-mo.c' || echo './'`read-mo.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgunfmt-read-java.o `test -f 'read-java.c' || echo './'`read-java.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgunfmt-read-csharp.o `test -f 'read-csharp.c' || echo './'`read-csharp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgunfmt-read-resources.o `test -f 'read-resources.c' || echo './'`read-resources.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgunfmt-read-tcl.o `test -f 'read-tcl.c' || echo './'`read-tcl.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgunfmt msgunfmt-msgunfmt.o msgunfmt-read-mo.o msgunfmt-read-java.o msgunfmt-read-csharp.o msgunfmt-read-resources.o msgunfmt-read-tcl.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgunfmt msgunfmt-msgunfmt.o msgunfmt-read-mo.o msgunfmt-read-java.o msgunfmt-read-csharp.o msgunfmt-read-resources.o msgunfmt-read-tcl.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-xgettext.o `test -f 'xgettext.c' || echo './'`xgettext.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-c.o `test -f 'x-c.c' || echo './'`x-c.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-po.o `test -f 'x-po.c' || echo './'`x-po.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-sh.o `test -f 'x-sh.c' || echo './'`x-sh.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-python.o `test -f 'x-python.c' || echo './'`x-python.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-lisp.o `test -f 'x-lisp.c' || echo './'`x-lisp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-elisp.o `test -f 'x-elisp.c' || echo './'`x-elisp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-librep.o `test -f 'x-librep.c' || echo './'`x-librep.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-scheme.o `test -f 'x-scheme.c' || echo './'`x-scheme.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-smalltalk.o `test -f 'x-smalltalk.c' || echo './'`x-smalltalk.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-java.o `test -f 'x-java.c' || echo './'`x-java.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-csharp.o `test -f 'x-csharp.c' || echo './'`x-csharp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-awk.o `test -f 'x-awk.c' || echo './'`x-awk.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-ycp.o `test -f 'x-ycp.c' || echo './'`x-ycp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-tcl.o `test -f 'x-tcl.c' || echo './'`x-tcl.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-perl.o `test -f 'x-perl.c' || echo './'`x-perl.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-php.o `test -f 'x-php.c' || echo './'`x-php.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-rst.o `test -f 'x-rst.c' || echo './'`x-rst.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-lua.o `test -f 'x-lua.c' || echo './'`x-lua.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-javascript.o `test -f 'x-javascript.c' || echo './'`x-javascript.c
x-javascript.c:1335:37: warning: too many arguments in call to
      'phase5_scan_regexp'
              phase5_scan_regexp (tp);
              ~~~~~~~~~~~~~~~~~~    ^
1 warning generated.
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-vala.o `test -f 'x-vala.c' || echo './'`x-vala.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o xgettext-x-desktop.o `test -f 'x-desktop.c' || echo './'`x-desktop.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o xgettext xgettext-xgettext.o xgettext-x-c.o xgettext-x-po.o xgettext-x-sh.o xgettext-x-python.o xgettext-x-lisp.o xgettext-x-elisp.o xgettext-x-librep.o xgettext-x-scheme.o xgettext-x-smalltalk.o xgettext-x-java.o xgettext-x-csharp.o xgettext-x-awk.o xgettext-x-ycp.o xgettext-x-tcl.o xgettext-x-perl.o xgettext-x-php.o xgettext-x-rst.o xgettext-x-lua.o xgettext-x-javascript.o xgettext-x-vala.o xgettext-x-desktop.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation -liconv  
libtool: link: gcc -g -O2 -o .libs/xgettext xgettext-xgettext.o xgettext-x-c.o xgettext-x-po.o xgettext-x-sh.o xgettext-x-python.o xgettext-x-lisp.o xgettext-x-elisp.o xgettext-x-librep.o xgettext-x-scheme.o xgettext-x-smalltalk.o xgettext-x-java.o xgettext-x-csharp.o xgettext-x-awk.o xgettext-x-ycp.o xgettext-x-tcl.o xgettext-x-perl.o xgettext-x-php.o xgettext-x-rst.o xgettext-x-lua.o xgettext-x-javascript.o xgettext-x-vala.o xgettext-x-desktop.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lc -liconv
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgattrib-msgattrib.o `test -f 'msgattrib.c' || echo './'`msgattrib.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgattrib msgattrib-msgattrib.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgattrib msgattrib-msgattrib.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgcat-msgcat.o `test -f 'msgcat.c' || echo './'`msgcat.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgcat msgcat-msgcat.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgcat msgcat-msgcat.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgcomm-msgcomm.o `test -f 'msgcomm.c' || echo './'`msgcomm.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgcomm msgcomm-msgcomm.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgcomm msgcomm-msgcomm.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgconv-msgconv.o `test -f 'msgconv.c' || echo './'`msgconv.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgconv msgconv-msgconv.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgconv msgconv-msgconv.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgen-msgen.o `test -f 'msgen.c' || echo './'`msgen.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgen msgen-msgen.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgen msgen-msgen.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgexec-msgexec.o `test -f 'msgexec.c' || echo './'`msgexec.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgexec msgexec-msgexec.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgexec msgexec-msgexec.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfilter-msgfilter.o `test -f 'msgfilter.c' || echo './'`msgfilter.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfilter-filter-sr-latin.o `test -f 'filter-sr-latin.c' || echo './'`filter-sr-latin.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msgfilter-filter-quote.o `test -f 'filter-quote.c' || echo './'`filter-quote.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msgfilter msgfilter-msgfilter.o msgfilter-filter-sr-latin.o msgfilter-filter-quote.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msgfilter msgfilter-msgfilter.o msgfilter-filter-sr-latin.o msgfilter-filter-quote.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msggrep-msggrep.o `test -f 'msggrep.c' || echo './'`msggrep.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msggrep msggrep-msggrep.o ../libgrep/libgrep.a libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msggrep msggrep-msggrep.o -Wl,-framework -Wl,CoreFoundation  ../libgrep/libgrep.a ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msginit-msginit.o `test -f 'msginit.c' || echo './'`msginit.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msginit-lang-table.o `test -f 'lang-table.c' || echo './'`lang-table.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msginit-plural-count.o `test -f 'plural-count.c' || echo './'`plural-count.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o ../../gettext-runtime/intl/msginit-localealias.o `test -f '../../gettext-runtime/intl/localealias.c' || echo './'`../../gettext-runtime/intl/localealias.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o ../../gettext-runtime/intl/msginit-lock.o `test -f '../../gettext-runtime/intl/lock.c' || echo './'`../../gettext-runtime/intl/lock.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msginit msginit-msginit.o msginit-lang-table.o msginit-plural-count.o ../../gettext-runtime/intl/msginit-localealias.o ../../gettext-runtime/intl/msginit-lock.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msginit msginit-msginit.o msginit-lang-table.o msginit-plural-count.o ../../gettext-runtime/intl/msginit-localealias.o ../../gettext-runtime/intl/msginit-lock.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o msguniq-msguniq.o `test -f 'msguniq.c' || echo './'`msguniq.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o msguniq msguniq-msguniq.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/msguniq msguniq-msguniq.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o recode_sr_latin-recode-sr-latin.o `test -f 'recode-sr-latin.c' || echo './'`recode-sr-latin.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/bin\"   -g -O2 -c -o recode_sr_latin-filter-sr-latin.o `test -f 'filter-sr-latin.c' || echo './'`filter-sr-latin.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o recode-sr-latin recode_sr_latin-recode-sr-latin.o recode_sr_latin-filter-sr-latin.o ../gnulib-lib/libgettextlib.la  ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/recode-sr-latin recode_sr_latin-recode-sr-latin.o recode_sr_latin-filter-sr-latin.o -Wl,-framework -Wl,CoreFoundation  ../gnulib-lib/.libs/libgettextlib.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/lib/gettext\"   -g -O2 -c -o hostname-hostname.o `test -f 'hostname.c' || echo './'`hostname.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o hostname hostname-hostname.o ../gnulib-lib/libgettextlib.la  ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/hostname hostname-hostname.o -Wl,-framework -Wl,CoreFoundation  ../gnulib-lib/.libs/libgettextlib.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/lib/gettext\"   -g -O2 -c -o urlget-urlget.o `test -f 'urlget.c' || echo './'`urlget.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o urlget urlget-urlget.o ../gnulib-lib/libgettextlib.la  ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -g -O2 -o .libs/urlget urlget-urlget.o -Wl,-framework -Wl,CoreFoundation  ../gnulib-lib/.libs/libgettextlib.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/lib/gettext\"   -I///usr/include/libxml2 -g -O2 -c -o cldr_plurals-cldr-plural.o `test -f 'cldr-plural.c' || echo './'`cldr-plural.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/lib/gettext\"   -I///usr/include/libxml2 -g -O2 -c -o cldr_plurals-cldr-plural-exp.o `test -f 'cldr-plural-exp.c' || echo './'`cldr-plural-exp.c
gcc -DLOCALEDIR=\"/Users/demo/lode/opt/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/Users/demo/lode/opt/share/locale\" -DUSEJAVA=1 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/Users/demo/lode/opt/lib/gettext\" -DGETTEXTJAR=\"/Users/demo/lode/opt/share/gettext/gettext.jar\" -DLIBDIR=\"/Users/demo/lode/opt/lib\" -DGETTEXTDATADIR=\"/Users/demo/lode/opt/share/gettext\" -DPROJECTSDIR=\"/Users/demo/lode/opt/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/Users/demo/lode/opt/lib/gettext\"   -I///usr/include/libxml2 -g -O2 -c -o cldr_plurals-cldr-plurals.o `test -f 'cldr-plurals.c' || echo './'`cldr-plurals.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -I///usr/include/libxml2 -g -O2   -o cldr-plurals cldr_plurals-cldr-plural.o cldr_plurals-cldr-plural-exp.o cldr_plurals-cldr-plurals.o libgettextsrc.la ../gnulib-lib/libgettextlib.la  ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation  
libtool: link: gcc -I///usr/include/libxml2 -g -O2 -o .libs/cldr-plurals cldr_plurals-cldr-plural.o cldr_plurals-cldr-plural-exp.o cldr_plurals-cldr-plurals.o -Wl,-framework -Wl,CoreFoundation  ./.libs/libgettextsrc.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib ../gnulib-lib/.libs/libgettextlib.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
/bin/sh ../javacomp.sh -d . ./gnu/gettext/DumpResource.java
warning: [options] bootstrap class path not set in conjunction with -source 1.3
warning: [options] source value 1.3 is obsolete and will be removed in a future release
warning: [options] target value 1.1 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
4 warnings
/bin/sh ../javacomp.sh -d . ./gnu/gettext/GetURL.java
warning: [options] bootstrap class path not set in conjunction with -source 1.3
warning: [options] source value 1.3 is obsolete and will be removed in a future release
warning: [options] target value 1.1 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
4 warnings
jar cf gettext.jar gnu/gettext/DumpResource*.class gnu/gettext/GetURL*.class
Making all in libgettextpo
cp ./gettext-po.in.h gettext-po.h-tmp
mv gettext-po.h-tmp gettext-po.h
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  echo '#define PREFIX "/Users/demo/lode/opt"'; \
	  echo '#define EXEC_PREFIX "/Users/demo/lode/opt"'; \
	  echo '#define BINDIR "/Users/demo/lode/opt/bin"'; \
	  echo '#define SBINDIR "/Users/demo/lode/opt/sbin"'; \
	  echo '#define LIBEXECDIR "/Users/demo/lode/opt/libexec"'; \
	  echo '#define DATAROOTDIR "/Users/demo/lode/opt/share"'; \
	  echo '#define DATADIR "/Users/demo/lode/opt/share"'; \
	  echo '#define SYSCONFDIR "/Users/demo/lode/opt/etc"'; \
	  echo '#define SHAREDSTATEDIR "/Users/demo/lode/opt/com"'; \
	  echo '#define LOCALSTATEDIR "/Users/demo/lode/opt/var"'; \
	  echo '#define RUNSTATEDIR "/Users/demo/lode/opt/var/run"'; \
	  echo '#define INCLUDEDIR "/Users/demo/lode/opt/include"'; \
	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
	  echo '#define DOCDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define INFODIR "/Users/demo/lode/opt/share/info"'; \
	  echo '#define HTMLDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define DVIDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define PDFDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define PSDIR "/Users/demo/lode/opt/share/doc/gettext"'; \
	  echo '#define LIBDIR "/Users/demo/lode/opt/lib"'; \
	  echo '#define LISPDIR "/Users/demo/lode/opt/share/emacs/site-lisp"'; \
	  echo '#define LOCALEDIR "/Users/demo/lode/opt/share/locale"'; \
	  echo '#define MANDIR "/Users/demo/lode/opt/share/man"'; \
	  echo '#define MANEXT ""'; \
	  echo '#define PKGDATADIR "/Users/demo/lode/opt/share/gettext-tools"'; \
	  echo '#define PKGINCLUDEDIR "/Users/demo/lode/opt/include/gettext-tools"'; \
	  echo '#define PKGLIBDIR "/Users/demo/lode/opt/lib/gettext-tools"'; \
	  echo '#define PKGLIBEXECDIR "/Users/demo/lode/opt/libexec/gettext-tools"'; \
	} | sed '/""/d' > configmake.h-t && \
	mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
	sed -n -e '/_GL_CXXDEFS/,$p' \
	  < ../../build-aux/snippet/c++defs.h \
	  > c++defs.h-t && \
	mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
	sed -n -e '/GL_ARG_NONNULL/,$p' \
	  < ../../build-aux/snippet/arg-nonnull.h \
	  > arg-nonnull.h-t && \
	mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
	sed -n -e '/^.ifndef/,$p' \
	  < ../../build-aux/snippet/warn-on-use.h \
	  > warn-on-use.h-t && \
	mv warn-on-use.h-t warn-on-use.h
rm -f fcntl.h-t fcntl.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
	      -e 's/@''GNULIB_FCNTL''@/1/g' \
	      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_OPEN''@/1/g' \
	      -e 's/@''GNULIB_OPENAT''@/0/g' \
	      -e 's|@''HAVE_FCNTL''@|1|g' \
	      -e 's|@''HAVE_OPENAT''@|1|g' \
	      -e 's|@''REPLACE_FCNTL''@|0|g' \
	      -e 's|@''REPLACE_OPEN''@|1|g' \
	      -e 's|@''REPLACE_OPENAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./fcntl.in.h; \
	} > fcntl.h-t && \
	mv fcntl.h-t fcntl.h
rm -f iconv.h-t iconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g' \
	      -e 's/@''GNULIB_ICONV''@/1/g' \
	      -e 's|@''ICONV_CONST''@||g' \
	      -e 's|@''REPLACE_ICONV''@|0|g' \
	      -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
	      -e 's|@''REPLACE_ICONV_UTF''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./iconv.in.h; \
	} > iconv.h-t && \
	mv iconv.h-t iconv.h
rm -f signal.h-t signal.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''GNULIB_RAISE''@|1|g' \
	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
	      -e 's/@''GNULIB_SIGACTION''@/1/g' \
	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
	      -e 's|@''HAVE_RAISE''@|1|g' \
	      -e 's|@''HAVE_SIGSET_T''@|1|g' \
	      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
	      -e 's|@''HAVE_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
	      -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''REPLACE_RAISE''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./signal.in.h; \
	} > signal.h-t && \
	mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
	sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
	  < ../../build-aux/snippet/unused-parameter.h \
	  > unused-parameter.h-t && \
	mv unused-parameter.h-t unused-parameter.h
rm -f stdint.h-t stdint.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
	      -e 's/@''SIZE_T_SUFFIX''@/ul/g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      < ./stdint.in.h; \
	} > stdint.h-t && \
	mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FTELLO''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/1/g' \
	      -e 's/@''GNULIB_GETLINE''@/1/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FCLOSE''@|0|g' \
	      -e 's|@''REPLACE_FDOPEN''@|0|g' \
	      -e 's|@''REPLACE_FFLUSH''@|0|g' \
	      -e 's|@''REPLACE_FOPEN''@|0|g' \
	      -e 's|@''REPLACE_FPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FPURGE''@|0|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|0|g' \
	      -e 's|@''REPLACE_FSEEKO''@|0|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|0|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|0|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_REMOVE''@|0|g' \
	      -e 's|@''REPLACE_RENAME''@|0|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_SPRINTF''@|0|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/0/g' \
	      -e 's/@''GNULIB_ATOLL''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
	      -e 's/@''GNULIB_GRANTPT''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_MBTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/1/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
	      -e 's/@''GNULIB_PUTENV''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/0/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_REALPATH''@/1/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
	      -e 's/@''GNULIB_SETENV''@/1/g' \
	      -e 's/@''GNULIB_STRTOD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLL''@/0/g' \
	      -e 's/@''GNULIB_STRTOULL''@/0/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
	      -e 's/@''GNULIB_UNSETENV''@/1/g' \
	      -e 's/@''GNULIB_WCTOMB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      < ./stdlib.in.h | \
	  sed -e 's|@''HAVE__EXIT''@|1|g' \
	      -e 's|@''HAVE_ATOLL''@|1|g' \
	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
	      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
	      -e 's|@''HAVE_GRANTPT''@|1|g' \
	      -e 's|@''HAVE_MKDTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
	      -e 's|@''HAVE_MKSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
	      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
	      -e 's|@''HAVE_PTSNAME''@|1|g' \
	      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
	      -e 's|@''HAVE_RANDOM''@|1|g' \
	      -e 's|@''HAVE_RANDOM_H''@|1|g' \
	      -e 's|@''HAVE_RANDOM_R''@|1|g' \
	      -e 's|@''HAVE_REALPATH''@|1|g' \
	      -e 's|@''HAVE_RPMATCH''@|1|g' \
	      -e 's|@''HAVE_SECURE_GETENV''@|0|g' \
	      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
	      -e 's|@''HAVE_STRTOD''@|1|g' \
	      -e 's|@''HAVE_STRTOLL''@|1|g' \
	      -e 's|@''HAVE_STRTOULL''@|1|g' \
	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
	      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
	      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
	      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
	      -e 's|@''REPLACE_CALLOC''@|0|g' \
	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''REPLACE_MALLOC''@|0|g' \
	      -e 's|@''REPLACE_MBTOWC''@|0|g' \
	      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
	      -e 's|@''REPLACE_PUTENV''@|1|g' \
	      -e 's|@''REPLACE_QSORT_R''@|0|g' \
	      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
	      -e 's|@''REPLACE_REALLOC''@|0|g' \
	      -e 's|@''REPLACE_REALPATH''@|1|g' \
	      -e 's|@''REPLACE_SETENV''@|0|g' \
	      -e 's|@''REPLACE_STRTOD''@|0|g' \
	      -e 's|@''REPLACE_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_WCTOMB''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _Noreturn/r ../../build-aux/snippet/_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > stdlib.h-t && \
	mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/1/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/1/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
	      -e 's/@''GNULIB_STPCPY''@/1/g' \
	      -e 's/@''GNULIB_STPNCPY''@/1/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
	      -e 's/@''GNULIB_STRDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNCAT''@/0/g' \
	      -e 's/@''GNULIB_STRNDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/1/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/1/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
	      -e 's/@''GNULIB_STRERROR''@/1/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_MEMCHR''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
	      -e 's|@''HAVE_STPCPY''@|1|g' \
	      -e 's|@''HAVE_STPNCPY''@|1|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|0|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
../../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
	      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
	      -e 's/@''GNULIB_FSTAT''@/1/g' \
	      -e 's/@''GNULIB_FSTATAT''@/0/g' \
	      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
	      -e 's/@''GNULIB_LCHMOD''@/0/g' \
	      -e 's/@''GNULIB_LSTAT''@/1/g' \
	      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
	      -e 's/@''GNULIB_MKFIFO''@/0/g' \
	      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
	      -e 's/@''GNULIB_MKNOD''@/0/g' \
	      -e 's/@''GNULIB_MKNODAT''@/0/g' \
	      -e 's/@''GNULIB_STAT''@/1/g' \
	      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
	      -e 's|@''HAVE_FCHMODAT''@|1|g' \
	      -e 's|@''HAVE_FSTATAT''@|1|g' \
	      -e 's|@''HAVE_FUTIMENS''@|1|g' \
	      -e 's|@''HAVE_LCHMOD''@|1|g' \
	      -e 's|@''HAVE_LSTAT''@|1|g' \
	      -e 's|@''HAVE_MKDIRAT''@|1|g' \
	      -e 's|@''HAVE_MKFIFO''@|1|g' \
	      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
	      -e 's|@''HAVE_MKNOD''@|1|g' \
	      -e 's|@''HAVE_MKNODAT''@|1|g' \
	      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
	      -e 's|@''REPLACE_FSTAT''@|0|g' \
	      -e 's|@''REPLACE_FSTATAT''@|0|g' \
	      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
	      -e 's|@''REPLACE_LSTAT''@|1|g' \
	      -e 's|@''REPLACE_MKDIR''@|0|g' \
	      -e 's|@''REPLACE_MKFIFO''@|0|g' \
	      -e 's|@''REPLACE_MKNOD''@|0|g' \
	      -e 's|@''REPLACE_STAT''@|1|g' \
	      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_stat.in.h; \
	} > sys/stat.h-t && \
	mv sys/stat.h-t sys/stat.h
../../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
	      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./sys_time.in.h; \
	} > sys/time.h-t && \
	mv sys/time.h-t sys/time.h
../../build-aux/install-sh -c -d sys
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
rm -f time.h-t time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''GNULIB_MKTIME''@/0/g' \
	      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
	      -e 's/@''GNULIB_STRPTIME''@/0/g' \
	      -e 's/@''GNULIB_TIMEGM''@/0/g' \
	      -e 's/@''GNULIB_TIME_R''@/0/g' \
	      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
	      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
	      -e 's|@''HAVE_STRPTIME''@|1|g' \
	      -e 's|@''HAVE_TIMEGM''@|1|g' \
	      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
	      -e 's|@''REPLACE_GMTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./time.in.h; \
	} > time.h-t && \
	mv time.h-t time.h
rm -f uniconv.h-t uniconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniconv.in.h; \
	} > uniconv.h-t && \
	mv -f uniconv.h-t uniconv.h
rm -f unictype.h-t unictype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unictype.in.h; \
	} > unictype.h-t && \
	mv -f unictype.h-t unictype.h
rm -f unilbrk.h-t unilbrk.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unilbrk.in.h; \
	} > unilbrk.h-t && \
	mv -f unilbrk.h-t unilbrk.h
rm -f unistd.h-t unistd.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''HAVE_UNISTD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's/@''GNULIB_CHDIR''@/0/g' \
	      -e 's/@''GNULIB_CHOWN''@/0/g' \
	      -e 's/@''GNULIB_CLOSE''@/1/g' \
	      -e 's/@''GNULIB_DUP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_DUP2''@/1/g' \
	      -e 's/@''GNULIB_DUP3''@/0/g' \
	      -e 's/@''GNULIB_ENVIRON''@/1/g' \
	      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
	      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
	      -e 's/@''GNULIB_FCHDIR''@/0/g' \
	      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
	      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
	      -e 's/@''GNULIB_FSYNC''@/0/g' \
	      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
	      -e 's/@''GNULIB_GETCWD''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
	      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
	      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
	      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
	      -e 's/@''GNULIB_GETPAGESIZE''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
	      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
	      -e 's/@''GNULIB_ISATTY''@/0/g' \
	      -e 's/@''GNULIB_LCHOWN''@/0/g' \
	      -e 's/@''GNULIB_LINK''@/0/g' \
	      -e 's/@''GNULIB_LINKAT''@/0/g' \
	      -e 's/@''GNULIB_LSEEK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_PIPE''@/0/g' \
	      -e 's/@''GNULIB_PIPE2''@/1/g' \
	      -e 's/@''GNULIB_PREAD''@/0/g' \
	      -e 's/@''GNULIB_PWRITE''@/0/g' \
	      -e 's/@''GNULIB_READ''@/1/g' \
	      -e 's/@''GNULIB_READLINK''@/1/g' \
	      -e 's/@''GNULIB_READLINKAT''@/0/g' \
	      -e 's/@''GNULIB_RMDIR''@/1/g' \
	      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_SLEEP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_SYMLINK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
	      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_UNLINK''@/0/g' \
	      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
	      -e 's/@''GNULIB_USLEEP''@/0/g' \
	      -e 's/@''GNULIB_WRITE''@/1/g' \
	      < ./unistd.in.h | \
	  sed -e 's|@''HAVE_CHOWN''@|1|g' \
	      -e 's|@''HAVE_DUP2''@|1|g' \
	      -e 's|@''HAVE_DUP3''@|1|g' \
	      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
	      -e 's|@''HAVE_FACCESSAT''@|1|g' \
	      -e 's|@''HAVE_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
	      -e 's|@''HAVE_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_FSYNC''@|1|g' \
	      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
	      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
	      -e 's|@''HAVE_GETGROUPS''@|1|g' \
	      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_GETLOGIN''@|1|g' \
	      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
	      -e 's|@''HAVE_LCHOWN''@|1|g' \
	      -e 's|@''HAVE_LINK''@|1|g' \
	      -e 's|@''HAVE_LINKAT''@|1|g' \
	      -e 's|@''HAVE_PIPE''@|1|g' \
	      -e 's|@''HAVE_PIPE2''@|0|g' \
	      -e 's|@''HAVE_PREAD''@|1|g' \
	      -e 's|@''HAVE_PWRITE''@|1|g' \
	      -e 's|@''HAVE_READLINK''@|1|g' \
	      -e 's|@''HAVE_READLINKAT''@|1|g' \
	      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_SLEEP''@|1|g' \
	      -e 's|@''HAVE_SYMLINK''@|1|g' \
	      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
	      -e 's|@''HAVE_UNLINKAT''@|1|g' \
	      -e 's|@''HAVE_USLEEP''@|1|g' \
	      -e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
	      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
	      -e 's|@''HAVE_OS_H''@|0|g' \
	      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
	      -e 's|@''REPLACE_CLOSE''@|0|g' \
	      -e 's|@''REPLACE_DUP''@|0|g' \
	      -e 's|@''REPLACE_DUP2''@|0|g' \
	      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
	      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_GETCWD''@|0|g' \
	      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
	      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
	      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
	      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
	      -e 's|@''REPLACE_ISATTY''@|0|g' \
	      -e 's|@''REPLACE_LCHOWN''@|0|g' \
	      -e 's|@''REPLACE_LINK''@|0|g' \
	      -e 's|@''REPLACE_LINKAT''@|0|g' \
	      -e 's|@''REPLACE_LSEEK''@|0|g' \
	      -e 's|@''REPLACE_PREAD''@|0|g' \
	      -e 's|@''REPLACE_PWRITE''@|0|g' \
	      -e 's|@''REPLACE_READ''@|0|g' \
	      -e 's|@''REPLACE_READLINK''@|1|g' \
	      -e 's|@''REPLACE_READLINKAT''@|0|g' \
	      -e 's|@''REPLACE_RMDIR''@|0|g' \
	      -e 's|@''REPLACE_SLEEP''@|0|g' \
	      -e 's|@''REPLACE_SYMLINK''@|1|g' \
	      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
	      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
	      -e 's|@''REPLACE_UNLINK''@|0|g' \
	      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
	      -e 's|@''REPLACE_USLEEP''@|0|g' \
	      -e 's|@''REPLACE_WRITE''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > unistd.h-t && \
	mv unistd.h-t unistd.h
rm -f unistr.h-t unistr.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unistr.in.h; \
	} > unistr.h-t && \
	mv -f unistr.h-t unistr.h
rm -f unitypes.h-t unitypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unitypes.in.h; \
	} > unitypes.h-t && \
	mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniwidth.in.h; \
	} > uniwidth.h-t && \
	mv -f uniwidth.h-t uniwidth.h
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''GNULIB_BTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_WCTOB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_MBSINIT''@/1/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
	      -e 's/@''GNULIB_MBRLEN''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
	      -e 's/@''GNULIB_WMEMSET''@/0/g' \
	      -e 's/@''GNULIB_WCSLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
	      -e 's/@''GNULIB_WCSDUP''@/0/g' \
	      -e 's/@''GNULIB_WCSCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
	      -e 's/@''GNULIB_WCSSTR''@/0/g' \
	      -e 's/@''GNULIB_WCSTOK''@/0/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|0|g' \
	      -e 's|@''REPLACE_MBSINIT''@|0|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
	      -e 's|@''REPLACE_MBRLEN''@|0|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|1|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|g' \
	      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
	      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
	      -e 's/@''GNULIB_WCTYPE''@/0/g' \
	      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
	      -e 's/@''GNULIB_WCTRANS''@/0/g' \
	      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
	      -e 's/@''HAVE_ISWBLANK''@/1/g' \
	      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
	      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
	      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
	      -e 's/@''HAVE_WINT_T''@/1/g' \
	      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
	      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
	      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./wctype.in.h; \
	} > wctype.h-t && \
	mv wctype.h-t wctype.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  : "Avoid double inclusion, to avoid a warning about redefinition of DLL_VARIABLE."; \
	  echo '#ifndef GTPO_CONFIG_H'; \
	  echo '#define GTPO_CONFIG_H'; \
	  echo; \
	  echo '#include "../config.h"'; \
	  : "Turn all gettext() calls into dgettext() calls."; \
	  echo '#define DEFAULT_TEXT_DOMAIN "gettext-tools"'; \
	  : "All code is collected in a single library,"; \
	  : "No references to variables in other libraries exist."; \
	  echo '#undef DLL_VARIABLE'; \
	  echo '#define DLL_VARIABLE'; \
	  echo; \
	  echo '#endif /* GTPO_CONFIG_H */'; \
	} > config.h && \
	if test -n "1"; then \
	  { \
	    for f in ../src/str-list.c ../src/dir-list.c ../src/message.c ../src/msgl-ascii.c ../src/po-error.c ../src/po-xerror.c ../src/write-catalog.c ../src/write-po.c ../src/open-catalog.c ../src/po-charset.c ../src/po-lex.c ../src/po-gram-gen.c ../src/read-po.c ../src/read-catalog-abstract.c ../src/read-catalog.c ../src/plural-table.c ../src/format-c.c ../src/format-sh.c ../src/format-python.c ../src/format-python-brace.c ../src/format-lisp.c ../src/format-elisp.c ../src/format-librep.c ../src/format-scheme.c ../src/format-java.c ../src/format-javascript.c ../src/format-csharp.c ../src/format-awk.c ../src/format-pascal.c ../src/format-ycp.c ../src/format-tcl.c ../src/format-perl.c ../src/format-perl-brace.c ../src/format-php.c ../src/format-gcc-internal.c ../src/format-gfc-internal.c ../src/format-qt.c ../src/format-qt-plural.c ../src/format-kde.c ../src/format-kde-kuit.c ../src/format-boost.c ../src/format-lua.c ../src/format.c ../src/plural-exp.c ../src/plural-eval.c ../src/msgl-check.c ../src/sentence.c basename.h basename.c c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c c-strstr.h c-strstr.c concat-filename.c diffseq.h error-progname.h error-progname.c exitfail.c fd-hook.c file-ostream.c fstrcmp.h fstrcmp.c fwriteerror.h fwriteerror.c gcd.h gcd.c gettext.h hard-locale.c hash.h hash.c gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h gl_list.h gl_list.c localcharset.h localcharset.c glthread/lock.h glthread/lock.c malloca.c markup.h markup.c mbswidth.h mbswidth.c minmax.h ostream.c progname.h progname.c size_max.h striconv.h striconv.c striconveh.h striconveh.c striconveha.h striconveha.c glthread/threadlib.c glthread/tls.h glthread/tls.c uniconv/u8-conv-from-enc.c unictype/ctype_alpha.c unictype/ctype_space.c unilbrk/lbrktables.c unilbrk/u8-possible-linebreaks.c unilbrk/u8-width-linebreaks.c unilbrk/ulc-common.c unilbrk/ulc-width-linebreaks.c unistd.c unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c unistr/u8-check.c unistr/u8-mblen.c unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c unistr/u8-mbtoucr.c unistr/u8-next.c unistr/u8-prev.c unistr/u8-strmbtouc.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c uniwidth/width.c wctype-h.c xalloc.h xmalloc.c xstrdup.c xconcat-filename.c xerror.h xerror.c gl_xlist.h gl_xlist.c xmalloca.c xsize.h xsize.c xstriconv.h xstriconv.c xvasprintf.h xvasprintf.c xasprintf.c asnprintf.lo error.lo obstack.lo open.lo printf-args.lo printf-parse.lo rawmemchr.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strstr.lo vasnprintf.lo wcwidth.lo; do \
	      case $f in \
	        *.c | *.o | *.lo ) \
	          sf=`echo "$f" | sed -e 's,\\.[^.]*$,,'`.c; \
	          test -f $sf || sf=./$sf; \
	          of=`echo "$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$,,'`.o; \
	          gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -c $sf || { rm -f config.h; exit 1; }; \
	          sh ./exported.sh $of 1>&5; \
	          rm -f $of `echo "$of" | sed -e 's,\\.o$,.lo,'`; \
	          ;; \
	      esac; \
	    done; \
	  } 5>&1 \
	    | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \
	    | sed -e 's,^obstack_free$,__obstack_free,' \
	    | sed -e 's,^\(.*\)$,#define \1 libgettextpo_\1,' > config.h-t && \
	  if test -f config.h; then \
	    cat config.h-t >> config.h; \
	    rm -f config.h-t; \
	  else \
	    rm -f config.h-t; \
	    exit 1; \
	  fi \
	fi
../src/po-lex.c:241:21: warning: comparison of unsigned expression >= 0 is
      always true [-Wtautological-compare]
    return (mbc->uc >= 0x0000 && mbc->uc <= 0x007F);
            ~~~~~~~ ^  ~~~~~~
../src/po-lex.c:273:14: warning: comparison of unsigned expression >= 0 is
      always true [-Wtautological-compare]
      if (uc >= 0x0000 && uc <= 0x001F)
          ~~ ^  ~~~~~~
2 warnings generated.
error.c:386:12: warning: data argument not used by format string
      [-Wformat-extra-args]
           file_name, line_number);
           ^
1 warning generated.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o gettext-po.lo gettext-po.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gettext-po.c  -fno-common -DPIC -o .libs/gettext-po.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gettext-po.c -o gettext-po.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/str-list.lo ../src/str-list.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/str-list.c  -fno-common -DPIC -o ../src/.libs/str-list.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/str-list.c -o ../src/str-list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/dir-list.lo ../src/dir-list.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/dir-list.c  -fno-common -DPIC -o ../src/.libs/dir-list.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/dir-list.c -o ../src/dir-list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/message.lo ../src/message.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/message.c  -fno-common -DPIC -o ../src/.libs/message.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/message.c -o ../src/message.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/msgl-ascii.lo ../src/msgl-ascii.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-ascii.c  -fno-common -DPIC -o ../src/.libs/msgl-ascii.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-ascii.c -o ../src/msgl-ascii.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/po-error.lo ../src/po-error.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-error.c  -fno-common -DPIC -o ../src/.libs/po-error.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-error.c -o ../src/po-error.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/po-xerror.lo ../src/po-xerror.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-xerror.c  -fno-common -DPIC -o ../src/.libs/po-xerror.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-xerror.c -o ../src/po-xerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/write-catalog.lo ../src/write-catalog.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-catalog.c  -fno-common -DPIC -o ../src/.libs/write-catalog.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-catalog.c -o ../src/write-catalog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/write-po.lo ../src/write-po.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-po.c  -fno-common -DPIC -o ../src/.libs/write-po.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-po.c -o ../src/write-po.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/open-catalog.lo ../src/open-catalog.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/open-catalog.c  -fno-common -DPIC -o ../src/.libs/open-catalog.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/open-catalog.c -o ../src/open-catalog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/po-charset.lo ../src/po-charset.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-charset.c  -fno-common -DPIC -o ../src/.libs/po-charset.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-charset.c -o ../src/po-charset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/po-lex.lo ../src/po-lex.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-lex.c  -fno-common -DPIC -o ../src/.libs/po-lex.o
../src/po-lex.c:241:21: warning: comparison of unsigned expression >= 0 is
      always true [-Wtautological-compare]
    return (mbc->uc >= 0x0000 && mbc->uc <= 0x007F);
            ~~~~~~~ ^  ~~~~~~
../src/po-lex.c:273:14: warning: comparison of unsigned expression >= 0 is
      always true [-Wtautological-compare]
      if (uc >= 0x0000 && uc <= 0x001F)
          ~~ ^  ~~~~~~
2 warnings generated.
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-lex.c -o ../src/po-lex.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/po-gram-gen.lo ../src/po-gram-gen.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-gram-gen.c  -fno-common -DPIC -o ../src/.libs/po-gram-gen.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-gram-gen.c -o ../src/po-gram-gen.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/read-po.lo ../src/read-po.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-po.c  -fno-common -DPIC -o ../src/.libs/read-po.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-po.c -o ../src/read-po.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/read-catalog-abstract.lo ../src/read-catalog-abstract.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog-abstract.c  -fno-common -DPIC -o ../src/.libs/read-catalog-abstract.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog-abstract.c -o ../src/read-catalog-abstract.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/read-catalog.lo ../src/read-catalog.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog.c  -fno-common -DPIC -o ../src/.libs/read-catalog.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog.c -o ../src/read-catalog.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/plural-table.lo ../src/plural-table.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-table.c  -fno-common -DPIC -o ../src/.libs/plural-table.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-table.c -o ../src/plural-table.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-c.lo ../src/format-c.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-c.c  -fno-common -DPIC -o ../src/.libs/format-c.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-c.c -o ../src/format-c.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-sh.lo ../src/format-sh.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-sh.c  -fno-common -DPIC -o ../src/.libs/format-sh.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-sh.c -o ../src/format-sh.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-python.lo ../src/format-python.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python.c  -fno-common -DPIC -o ../src/.libs/format-python.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python.c -o ../src/format-python.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-python-brace.lo ../src/format-python-brace.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python-brace.c  -fno-common -DPIC -o ../src/.libs/format-python-brace.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python-brace.c -o ../src/format-python-brace.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-lisp.lo ../src/format-lisp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lisp.c  -fno-common -DPIC -o ../src/.libs/format-lisp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lisp.c -o ../src/format-lisp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-elisp.lo ../src/format-elisp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-elisp.c  -fno-common -DPIC -o ../src/.libs/format-elisp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-elisp.c -o ../src/format-elisp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-librep.lo ../src/format-librep.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-librep.c  -fno-common -DPIC -o ../src/.libs/format-librep.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-librep.c -o ../src/format-librep.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-scheme.lo ../src/format-scheme.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-scheme.c  -fno-common -DPIC -o ../src/.libs/format-scheme.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-scheme.c -o ../src/format-scheme.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-java.lo ../src/format-java.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-java.c  -fno-common -DPIC -o ../src/.libs/format-java.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-java.c -o ../src/format-java.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-javascript.lo ../src/format-javascript.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-javascript.c  -fno-common -DPIC -o ../src/.libs/format-javascript.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-javascript.c -o ../src/format-javascript.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-csharp.lo ../src/format-csharp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-csharp.c  -fno-common -DPIC -o ../src/.libs/format-csharp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-csharp.c -o ../src/format-csharp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-awk.lo ../src/format-awk.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-awk.c  -fno-common -DPIC -o ../src/.libs/format-awk.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-awk.c -o ../src/format-awk.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-pascal.lo ../src/format-pascal.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-pascal.c  -fno-common -DPIC -o ../src/.libs/format-pascal.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-pascal.c -o ../src/format-pascal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-ycp.lo ../src/format-ycp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-ycp.c  -fno-common -DPIC -o ../src/.libs/format-ycp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-ycp.c -o ../src/format-ycp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-tcl.lo ../src/format-tcl.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-tcl.c  -fno-common -DPIC -o ../src/.libs/format-tcl.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-tcl.c -o ../src/format-tcl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-perl.lo ../src/format-perl.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl.c  -fno-common -DPIC -o ../src/.libs/format-perl.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl.c -o ../src/format-perl.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-perl-brace.lo ../src/format-perl-brace.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl-brace.c  -fno-common -DPIC -o ../src/.libs/format-perl-brace.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl-brace.c -o ../src/format-perl-brace.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-php.lo ../src/format-php.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-php.c  -fno-common -DPIC -o ../src/.libs/format-php.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-php.c -o ../src/format-php.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-gcc-internal.lo ../src/format-gcc-internal.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gcc-internal.c  -fno-common -DPIC -o ../src/.libs/format-gcc-internal.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gcc-internal.c -o ../src/format-gcc-internal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-gfc-internal.lo ../src/format-gfc-internal.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gfc-internal.c  -fno-common -DPIC -o ../src/.libs/format-gfc-internal.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gfc-internal.c -o ../src/format-gfc-internal.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-qt.lo ../src/format-qt.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt.c  -fno-common -DPIC -o ../src/.libs/format-qt.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt.c -o ../src/format-qt.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-qt-plural.lo ../src/format-qt-plural.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt-plural.c  -fno-common -DPIC -o ../src/.libs/format-qt-plural.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt-plural.c -o ../src/format-qt-plural.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-kde.lo ../src/format-kde.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-kde.c  -fno-common -DPIC -o ../src/.libs/format-kde.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-kde.c -o ../src/format-kde.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-kde-kuit.lo ../src/format-kde-kuit.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-kde-kuit.c  -fno-common -DPIC -o ../src/.libs/format-kde-kuit.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-kde-kuit.c -o ../src/format-kde-kuit.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-boost.lo ../src/format-boost.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-boost.c  -fno-common -DPIC -o ../src/.libs/format-boost.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-boost.c -o ../src/format-boost.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format-lua.lo ../src/format-lua.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lua.c  -fno-common -DPIC -o ../src/.libs/format-lua.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lua.c -o ../src/format-lua.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/format.lo ../src/format.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format.c  -fno-common -DPIC -o ../src/.libs/format.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format.c -o ../src/format.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/plural-exp.lo ../src/plural-exp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-exp.c  -fno-common -DPIC -o ../src/.libs/plural-exp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-exp.c -o ../src/plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/plural-eval.lo ../src/plural-eval.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-eval.c  -fno-common -DPIC -o ../src/.libs/plural-eval.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-eval.c -o ../src/plural-eval.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/msgl-check.lo ../src/msgl-check.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-check.c  -fno-common -DPIC -o ../src/.libs/msgl-check.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-check.c -o ../src/msgl-check.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ../src/sentence.lo ../src/sentence.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/sentence.c  -fno-common -DPIC -o ../src/.libs/sentence.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/sentence.c -o ../src/sentence.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o basename.lo basename.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c basename.c  -fno-common -DPIC -o .libs/basename.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c basename.c -o basename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o c-ctype.lo c-ctype.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-ctype.c  -fno-common -DPIC -o .libs/c-ctype.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-ctype.c -o c-ctype.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o c-strcasecmp.lo c-strcasecmp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strcasecmp.c  -fno-common -DPIC -o .libs/c-strcasecmp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strcasecmp.c -o c-strcasecmp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o c-strncasecmp.lo c-strncasecmp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strncasecmp.c  -fno-common -DPIC -o .libs/c-strncasecmp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strncasecmp.c -o c-strncasecmp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o c-strstr.lo c-strstr.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strstr.c  -fno-common -DPIC -o .libs/c-strstr.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strstr.c -o c-strstr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o concat-filename.lo concat-filename.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c concat-filename.c  -fno-common -DPIC -o .libs/concat-filename.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c concat-filename.c -o concat-filename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o error-progname.lo error-progname.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error-progname.c  -fno-common -DPIC -o .libs/error-progname.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error-progname.c -o error-progname.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o exitfail.lo exitfail.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c exitfail.c  -fno-common -DPIC -o .libs/exitfail.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c exitfail.c -o exitfail.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o fd-hook.lo fd-hook.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fd-hook.c  -fno-common -DPIC -o .libs/fd-hook.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fd-hook.c -o fd-hook.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o file-ostream.lo file-ostream.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c file-ostream.c  -fno-common -DPIC -o .libs/file-ostream.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c file-ostream.c -o file-ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o fstrcmp.lo fstrcmp.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fstrcmp.c  -fno-common -DPIC -o .libs/fstrcmp.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fstrcmp.c -o fstrcmp.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o fwriteerror.lo fwriteerror.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fwriteerror.c  -fno-common -DPIC -o .libs/fwriteerror.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fwriteerror.c -o fwriteerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o gcd.lo gcd.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gcd.c  -fno-common -DPIC -o .libs/gcd.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o hard-locale.lo hard-locale.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c hard-locale.c  -fno-common -DPIC -o .libs/hard-locale.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c hard-locale.c -o hard-locale.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o hash.lo hash.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c hash.c  -fno-common -DPIC -o .libs/hash.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c hash.c -o hash.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o gl_linked_list.lo gl_linked_list.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gl_linked_list.c  -fno-common -DPIC -o .libs/gl_linked_list.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gl_linked_list.c -o gl_linked_list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o gl_list.lo gl_list.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gl_list.c  -fno-common -DPIC -o .libs/gl_list.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gl_list.c -o gl_list.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o localcharset.lo localcharset.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c localcharset.c  -fno-common -DPIC -o .libs/localcharset.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o glthread/lock.lo glthread/lock.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/lock.c  -fno-common -DPIC -o glthread/.libs/lock.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/lock.c -o glthread/lock.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o malloca.lo malloca.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c malloca.c  -fno-common -DPIC -o .libs/malloca.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c malloca.c -o malloca.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o markup.lo markup.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c markup.c  -fno-common -DPIC -o .libs/markup.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c markup.c -o markup.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o mbswidth.lo mbswidth.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c mbswidth.c  -fno-common -DPIC -o .libs/mbswidth.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c mbswidth.c -o mbswidth.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o ostream.lo ostream.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ostream.c  -fno-common -DPIC -o .libs/ostream.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ostream.c -o ostream.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o progname.lo progname.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c progname.c  -fno-common -DPIC -o .libs/progname.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c progname.c -o progname.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o striconv.lo striconv.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconv.c  -fno-common -DPIC -o .libs/striconv.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconv.c -o striconv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o striconveh.lo striconveh.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveh.c  -fno-common -DPIC -o .libs/striconveh.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveh.c -o striconveh.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o striconveha.lo striconveha.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveha.c  -fno-common -DPIC -o .libs/striconveha.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveha.c -o striconveha.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o glthread/threadlib.lo glthread/threadlib.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/threadlib.c  -fno-common -DPIC -o glthread/.libs/threadlib.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/threadlib.c -o glthread/threadlib.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o glthread/tls.lo glthread/tls.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/tls.c  -fno-common -DPIC -o glthread/.libs/tls.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/tls.c -o glthread/tls.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o uniconv/u8-conv-from-enc.lo uniconv/u8-conv-from-enc.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniconv/u8-conv-from-enc.c  -fno-common -DPIC -o uniconv/.libs/u8-conv-from-enc.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniconv/u8-conv-from-enc.c -o uniconv/u8-conv-from-enc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unictype/ctype_alpha.lo unictype/ctype_alpha.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unictype/ctype_alpha.c  -fno-common -DPIC -o unictype/.libs/ctype_alpha.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unictype/ctype_alpha.c -o unictype/ctype_alpha.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unictype/ctype_space.lo unictype/ctype_space.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unictype/ctype_space.c  -fno-common -DPIC -o unictype/.libs/ctype_space.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unictype/ctype_space.c -o unictype/ctype_space.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unilbrk/lbrktables.lo unilbrk/lbrktables.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/lbrktables.c  -fno-common -DPIC -o unilbrk/.libs/lbrktables.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/lbrktables.c -o unilbrk/lbrktables.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unilbrk/u8-possible-linebreaks.lo unilbrk/u8-possible-linebreaks.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-possible-linebreaks.c  -fno-common -DPIC -o unilbrk/.libs/u8-possible-linebreaks.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-possible-linebreaks.c -o unilbrk/u8-possible-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unilbrk/u8-width-linebreaks.lo unilbrk/u8-width-linebreaks.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-width-linebreaks.c  -fno-common -DPIC -o unilbrk/.libs/u8-width-linebreaks.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-width-linebreaks.c -o unilbrk/u8-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unilbrk/ulc-common.lo unilbrk/ulc-common.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-common.c  -fno-common -DPIC -o unilbrk/.libs/ulc-common.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-common.c -o unilbrk/ulc-common.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unilbrk/ulc-width-linebreaks.lo unilbrk/ulc-width-linebreaks.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-width-linebreaks.c  -fno-common -DPIC -o unilbrk/.libs/ulc-width-linebreaks.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-width-linebreaks.c -o unilbrk/ulc-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistd.lo unistd.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistd.c  -fno-common -DPIC -o .libs/unistd.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistd.c -o unistd.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u16-mbtouc.lo unistr/u16-mbtouc.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc.c  -fno-common -DPIC -o unistr/.libs/u16-mbtouc.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc.c -o unistr/u16-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u16-mbtouc-aux.lo unistr/u16-mbtouc-aux.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc-aux.c  -fno-common -DPIC -o unistr/.libs/u16-mbtouc-aux.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc-aux.c -o unistr/u16-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-check.lo unistr/u8-check.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-check.c  -fno-common -DPIC -o unistr/.libs/u8-check.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-check.c -o unistr/u8-check.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-mblen.lo unistr/u8-mblen.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mblen.c  -fno-common -DPIC -o unistr/.libs/u8-mblen.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mblen.c -o unistr/u8-mblen.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-mbtouc.lo unistr/u8-mbtouc.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc.c -o unistr/u8-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-aux.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-aux.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc-aux.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-aux.c -o unistr/u8-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc-unsafe.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe.c -o unistr/u8-mbtouc-unsafe.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtouc-unsafe-aux.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c  -fno-common -DPIC -o unistr/.libs/u8-mbtouc-unsafe-aux.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c -o unistr/u8-mbtouc-unsafe-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-mbtoucr.lo unistr/u8-mbtoucr.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtoucr.c  -fno-common -DPIC -o unistr/.libs/u8-mbtoucr.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtoucr.c -o unistr/u8-mbtoucr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-next.lo unistr/u8-next.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-next.c  -fno-common -DPIC -o unistr/.libs/u8-next.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-next.c -o unistr/u8-next.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-prev.lo unistr/u8-prev.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-prev.c  -fno-common -DPIC -o unistr/.libs/u8-prev.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-prev.c -o unistr/u8-prev.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-strmbtouc.lo unistr/u8-strmbtouc.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-strmbtouc.c  -fno-common -DPIC -o unistr/.libs/u8-strmbtouc.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-strmbtouc.c -o unistr/u8-strmbtouc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-uctomb.lo unistr/u8-uctomb.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb.c  -fno-common -DPIC -o unistr/.libs/u8-uctomb.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb.c -o unistr/u8-uctomb.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o unistr/u8-uctomb-aux.lo unistr/u8-uctomb-aux.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb-aux.c  -fno-common -DPIC -o unistr/.libs/u8-uctomb-aux.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb-aux.c -o unistr/u8-uctomb-aux.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o uniwidth/width.lo uniwidth/width.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniwidth/width.c  -fno-common -DPIC -o uniwidth/.libs/width.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniwidth/width.c -o uniwidth/width.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o wctype-h.lo wctype-h.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wctype-h.c  -fno-common -DPIC -o .libs/wctype-h.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wctype-h.c -o wctype-h.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xmalloc.lo xmalloc.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloc.c  -fno-common -DPIC -o .libs/xmalloc.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xstrdup.lo xstrdup.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstrdup.c  -fno-common -DPIC -o .libs/xstrdup.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstrdup.c -o xstrdup.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xconcat-filename.lo xconcat-filename.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xconcat-filename.c  -fno-common -DPIC -o .libs/xconcat-filename.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xconcat-filename.c -o xconcat-filename.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xerror.lo xerror.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xerror.c  -fno-common -DPIC -o .libs/xerror.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xerror.c -o xerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o gl_xlist.lo gl_xlist.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gl_xlist.c  -fno-common -DPIC -o .libs/gl_xlist.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gl_xlist.c -o gl_xlist.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xmalloca.lo xmalloca.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloca.c  -fno-common -DPIC -o .libs/xmalloca.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloca.c -o xmalloca.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xsize.lo xsize.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xsize.c  -fno-common -DPIC -o .libs/xsize.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xstriconv.lo xstriconv.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstriconv.c  -fno-common -DPIC -o .libs/xstriconv.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstriconv.c -o xstriconv.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xvasprintf.lo xvasprintf.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xvasprintf.c  -fno-common -DPIC -o .libs/xvasprintf.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xvasprintf.c -o xvasprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o xasprintf.lo xasprintf.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xasprintf.c  -fno-common -DPIC -o .libs/xasprintf.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xasprintf.c -o xasprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o asnprintf.lo asnprintf.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c asnprintf.c  -fno-common -DPIC -o .libs/asnprintf.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c asnprintf.c -o asnprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o error.lo error.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error.c  -fno-common -DPIC -o .libs/error.o
error.c:386:12: warning: data argument not used by format string
      [-Wformat-extra-args]
           file_name, line_number);
           ^
1 warning generated.
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error.c -o error.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o obstack.lo obstack.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c obstack.c  -fno-common -DPIC -o .libs/obstack.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c obstack.c -o obstack.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o open.lo open.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c open.c  -fno-common -DPIC -o .libs/open.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c open.c -o open.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o printf-args.lo printf-args.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-args.c  -fno-common -DPIC -o .libs/printf-args.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-args.c -o printf-args.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o printf-parse.lo printf-parse.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-parse.c  -fno-common -DPIC -o .libs/printf-parse.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-parse.c -o printf-parse.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o rawmemchr.lo rawmemchr.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c rawmemchr.c  -fno-common -DPIC -o .libs/rawmemchr.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c rawmemchr.c -o rawmemchr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o stat.lo stat.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c stat.c  -fno-common -DPIC -o .libs/stat.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c stat.c -o stat.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o strchrnul.lo strchrnul.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strchrnul.c  -fno-common -DPIC -o .libs/strchrnul.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strchrnul.c -o strchrnul.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o strerror.lo strerror.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror.c  -fno-common -DPIC -o .libs/strerror.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror.c -o strerror.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o strerror-override.lo strerror-override.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror-override.c  -fno-common -DPIC -o .libs/strerror-override.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror-override.c -o strerror-override.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o strstr.lo strstr.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strstr.c  -fno-common -DPIC -o .libs/strstr.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strstr.c -o strstr.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o vasnprintf.lo vasnprintf.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c vasnprintf.c  -fno-common -DPIC -o .libs/vasnprintf.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl   -g -O2 -c -o wcwidth.lo wcwidth.c
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wcwidth.c  -fno-common -DPIC -o .libs/wcwidth.o
libtool: compile:  gcc -DIN_LIBGETTEXTPO=1 -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wcwidth.c -o wcwidth.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2  -no-undefined -liconv ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation   -liconv -liconv  -o libgnu.la  basename.lo c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo c-strstr.lo concat-filename.lo error-progname.lo exitfail.lo fd-hook.lo file-ostream.lo fstrcmp.lo fwriteerror.lo gcd.lo hard-locale.lo hash.lo gl_linked_list.lo gl_list.lo localcharset.lo glthread/lock.lo malloca.lo markup.lo mbswidth.lo ostream.lo progname.lo striconv.lo striconveh.lo striconveha.lo glthread/threadlib.lo glthread/tls.lo uniconv/u8-conv-from-enc.lo unictype/ctype_alpha.lo unictype/ctype_space.lo unilbrk/lbrktables.lo unilbrk/u8-possible-linebreaks.lo unilbrk/u8-width-linebreaks.lo unilbrk/ulc-common.lo unilbrk/ulc-width-linebreaks.lo unistd.lo unistr/u16-mbtouc.lo unistr/u16-mbtouc-aux.lo unistr/u8-check.lo unistr/u8-mblen.lo unistr/u8-mbtouc.lo unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtoucr.lo unistr/u8-next.lo unistr/u8-prev.lo unistr/u8-strmbtouc.lo unistr/u8-uctomb.lo unistr/u8-uctomb-aux.lo uniwidth/width.lo wctype-h.lo xmalloc.lo xstrdup.lo xconcat-filename.lo xerror.lo gl_xlist.lo xmalloca.lo xsize.lo xstriconv.lo xvasprintf.lo xasprintf.lo asnprintf.lo error.lo obstack.lo open.lo printf-args.lo printf-parse.lo rawmemchr.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strstr.lo vasnprintf.lo wcwidth.lo 
libtool: link: ar cru .libs/libgnu.a .libs/basename.o .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/c-strstr.o .libs/concat-filename.o .libs/error-progname.o .libs/exitfail.o .libs/fd-hook.o .libs/file-ostream.o .libs/fstrcmp.o .libs/fwriteerror.o .libs/gcd.o .libs/hard-locale.o .libs/hash.o .libs/gl_linked_list.o .libs/gl_list.o .libs/localcharset.o glthread/.libs/lock.o .libs/malloca.o .libs/markup.o .libs/mbswidth.o .libs/ostream.o .libs/progname.o .libs/striconv.o .libs/striconveh.o .libs/striconveha.o glthread/.libs/threadlib.o glthread/.libs/tls.o uniconv/.libs/u8-conv-from-enc.o unictype/.libs/ctype_alpha.o unictype/.libs/ctype_space.o unilbrk/.libs/lbrktables.o unilbrk/.libs/u8-possible-linebreaks.o unilbrk/.libs/u8-width-linebreaks.o unilbrk/.libs/ulc-common.o unilbrk/.libs/ulc-width-linebreaks.o .libs/unistd.o unistr/.libs/u16-mbtouc.o unistr/.libs/u16-mbtouc-aux.o unistr/.libs/u8-check.o unistr/.libs/u8-mblen.o unistr/.libs/u8-mbtouc.o unistr/.libs/u8-mbtouc-aux.o unistr/.libs/u8-mbtouc-unsafe.o unistr/.libs/u8-mbtouc-unsafe-aux.o unistr/.libs/u8-mbtoucr.o unistr/.libs/u8-next.o unistr/.libs/u8-prev.o unistr/.libs/u8-strmbtouc.o unistr/.libs/u8-uctomb.o unistr/.libs/u8-uctomb-aux.o uniwidth/.libs/width.o .libs/wctype-h.o .libs/xmalloc.o .libs/xstrdup.o .libs/xconcat-filename.o .libs/xerror.o .libs/gl_xlist.o .libs/xmalloca.o .libs/xsize.o .libs/xstriconv.o .libs/xvasprintf.o .libs/xasprintf.o .libs/asnprintf.o .libs/error.o .libs/obstack.o .libs/open.o .libs/printf-args.o .libs/printf-parse.o .libs/rawmemchr.o .libs/stat.o .libs/strchrnul.o .libs/strerror.o .libs/strerror-override.o .libs/strstr.o .libs/vasnprintf.o .libs/wcwidth.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -version-info 6:3:5 -rpath /Users/demo/lode/opt/lib ../intl/libintl.la -liconv  -Wl,-framework -Wl,CoreFoundation -liconv -lc -no-undefined    -o libgettextpo.la -rpath /Users/demo/lode/opt/lib gettext-po.lo ../src/str-list.lo ../src/dir-list.lo ../src/message.lo ../src/msgl-ascii.lo ../src/po-error.lo ../src/po-xerror.lo ../src/write-catalog.lo ../src/write-po.lo ../src/open-catalog.lo ../src/po-charset.lo ../src/po-lex.lo ../src/po-gram-gen.lo ../src/read-po.lo ../src/read-catalog-abstract.lo ../src/read-catalog.lo ../src/plural-table.lo ../src/format-c.lo ../src/format-sh.lo ../src/format-python.lo ../src/format-python-brace.lo ../src/format-lisp.lo ../src/format-elisp.lo ../src/format-librep.lo ../src/format-scheme.lo ../src/format-java.lo ../src/format-javascript.lo ../src/format-csharp.lo ../src/format-awk.lo ../src/format-pascal.lo ../src/format-ycp.lo ../src/format-tcl.lo ../src/format-perl.lo ../src/format-perl-brace.lo ../src/format-php.lo ../src/format-gcc-internal.lo ../src/format-gfc-internal.lo ../src/format-qt.lo ../src/format-qt-plural.lo ../src/format-kde.lo ../src/format-kde-kuit.lo ../src/format-boost.lo ../src/format-lua.lo ../src/format.lo ../src/plural-exp.lo ../src/plural-eval.lo ../src/msgl-check.lo ../src/sentence.lo  libgnu.la   
libtool: link: gcc -dynamiclib  -o .libs/libgettextpo.1.dylib  .libs/gettext-po.o ../src/.libs/str-list.o ../src/.libs/dir-list.o ../src/.libs/message.o ../src/.libs/msgl-ascii.o ../src/.libs/po-error.o ../src/.libs/po-xerror.o ../src/.libs/write-catalog.o ../src/.libs/write-po.o ../src/.libs/open-catalog.o ../src/.libs/po-charset.o ../src/.libs/po-lex.o ../src/.libs/po-gram-gen.o ../src/.libs/read-po.o ../src/.libs/read-catalog-abstract.o ../src/.libs/read-catalog.o ../src/.libs/plural-table.o ../src/.libs/format-c.o ../src/.libs/format-sh.o ../src/.libs/format-python.o ../src/.libs/format-python-brace.o ../src/.libs/format-lisp.o ../src/.libs/format-elisp.o ../src/.libs/format-librep.o ../src/.libs/format-scheme.o ../src/.libs/format-java.o ../src/.libs/format-javascript.o ../src/.libs/format-csharp.o ../src/.libs/format-awk.o ../src/.libs/format-pascal.o ../src/.libs/format-ycp.o ../src/.libs/format-tcl.o ../src/.libs/format-perl.o ../src/.libs/format-perl-brace.o ../src/.libs/format-php.o ../src/.libs/format-gcc-internal.o ../src/.libs/format-gfc-internal.o ../src/.libs/format-qt.o ../src/.libs/format-qt-plural.o ../src/.libs/format-kde.o ../src/.libs/format-kde-kuit.o ../src/.libs/format-boost.o ../src/.libs/format-lua.o ../src/.libs/format.o ../src/.libs/plural-exp.o ../src/.libs/plural-eval.o ../src/.libs/msgl-check.o ../src/.libs/sentence.o   -Wl,-force_load,./.libs/libgnu.a  ../intl/.libs/libintl.dylib /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/intl/.libs/libintl.dylib -lc -liconv  -g -O2 -Wl,-framework -Wl,CoreFoundation   -install_name  /Users/demo/lode/opt/lib/libgettextpo.1.dylib -compatibility_version 7 -current_version 7.3 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgettextpo.dylib" && ln -s "libgettextpo.1.dylib" "libgettextpo.dylib")
libtool: link: (cd .libs/libgettextpo.lax/libgnu.a && ar x "/Users/demo/lode/packages/gettext-0.19.8/gettext-tools/libgettextpo/./.libs/libgnu.a")
libtool: link: ar cru .libs/libgettextpo.a  gettext-po.o ../src/str-list.o ../src/dir-list.o ../src/message.o ../src/msgl-ascii.o ../src/po-error.o ../src/po-xerror.o ../src/write-catalog.o ../src/write-po.o ../src/open-catalog.o ../src/po-charset.o ../src/po-lex.o ../src/po-gram-gen.o ../src/read-po.o ../src/read-catalog-abstract.o ../src/read-catalog.o ../src/plural-table.o ../src/format-c.o ../src/format-sh.o ../src/format-python.o ../src/format-python-brace.o ../src/format-lisp.o ../src/format-elisp.o ../src/format-librep.o ../src/format-scheme.o ../src/format-java.o ../src/format-javascript.o ../src/format-csharp.o ../src/format-awk.o ../src/format-pascal.o ../src/format-ycp.o ../src/format-tcl.o ../src/format-perl.o ../src/format-perl-brace.o ../src/format-php.o ../src/format-gcc-internal.o ../src/format-gfc-internal.o ../src/format-qt.o ../src/format-qt-plural.o ../src/format-kde.o ../src/format-kde-kuit.o ../src/format-boost.o ../src/format-lua.o ../src/format.o ../src/plural-exp.o ../src/plural-eval.o ../src/msgl-check.o ../src/sentence.o  .libs/libgettextpo.lax/libgnu.a/asnprintf.o .libs/libgettextpo.lax/libgnu.a/basename.o .libs/libgettextpo.lax/libgnu.a/c-ctype.o .libs/libgettextpo.lax/libgnu.a/c-strcasecmp.o .libs/libgettextpo.lax/libgnu.a/c-strncasecmp.o .libs/libgettextpo.lax/libgnu.a/c-strstr.o .libs/libgettextpo.lax/libgnu.a/concat-filename.o .libs/libgettextpo.lax/libgnu.a/ctype_alpha.o .libs/libgettextpo.lax/libgnu.a/ctype_space.o .libs/libgettextpo.lax/libgnu.a/error-progname.o .libs/libgettextpo.lax/libgnu.a/error.o .libs/libgettextpo.lax/libgnu.a/exitfail.o .libs/libgettextpo.lax/libgnu.a/fd-hook.o .libs/libgettextpo.lax/libgnu.a/file-ostream.o .libs/libgettextpo.lax/libgnu.a/fstrcmp.o .libs/libgettextpo.lax/libgnu.a/fwriteerror.o .libs/libgettextpo.lax/libgnu.a/gcd.o .libs/libgettextpo.lax/libgnu.a/gl_linked_list.o .libs/libgettextpo.lax/libgnu.a/gl_list.o .libs/libgettextpo.lax/libgnu.a/gl_xlist.o .libs/libgettextpo.lax/libgnu.a/hard-locale.o .libs/libgettextpo.lax/libgnu.a/hash.o .libs/libgettextpo.lax/libgnu.a/lbrktables.o .libs/libgettextpo.lax/libgnu.a/localcharset.o .libs/libgettextpo.lax/libgnu.a/lock.o .libs/libgettextpo.lax/libgnu.a/malloca.o .libs/libgettextpo.lax/libgnu.a/markup.o .libs/libgettextpo.lax/libgnu.a/mbswidth.o .libs/libgettextpo.lax/libgnu.a/obstack.o .libs/libgettextpo.lax/libgnu.a/open.o .libs/libgettextpo.lax/libgnu.a/ostream.o .libs/libgettextpo.lax/libgnu.a/printf-args.o .libs/libgettextpo.lax/libgnu.a/printf-parse.o .libs/libgettextpo.lax/libgnu.a/progname.o .libs/libgettextpo.lax/libgnu.a/rawmemchr.o .libs/libgettextpo.lax/libgnu.a/stat.o .libs/libgettextpo.lax/libgnu.a/strchrnul.o .libs/libgettextpo.lax/libgnu.a/strerror-override.o .libs/libgettextpo.lax/libgnu.a/strerror.o .libs/libgettextpo.lax/libgnu.a/striconv.o .libs/libgettextpo.lax/libgnu.a/striconveh.o .libs/libgettextpo.lax/libgnu.a/striconveha.o .libs/libgettextpo.lax/libgnu.a/strstr.o .libs/libgettextpo.lax/libgnu.a/threadlib.o .libs/libgettextpo.lax/libgnu.a/tls.o .libs/libgettextpo.lax/libgnu.a/u16-mbtouc-aux.o .libs/libgettextpo.lax/libgnu.a/u16-mbtouc.o .libs/libgettextpo.lax/libgnu.a/u8-check.o .libs/libgettextpo.lax/libgnu.a/u8-conv-from-enc.o .libs/libgettextpo.lax/libgnu.a/u8-mblen.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc-aux.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc-unsafe-aux.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc-unsafe.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc.o .libs/libgettextpo.lax/libgnu.a/u8-mbtoucr.o .libs/libgettextpo.lax/libgnu.a/u8-next.o .libs/libgettextpo.lax/libgnu.a/u8-possible-linebreaks.o .libs/libgettextpo.lax/libgnu.a/u8-prev.o .libs/libgettextpo.lax/libgnu.a/u8-strmbtouc.o .libs/libgettextpo.lax/libgnu.a/u8-uctomb-aux.o .libs/libgettextpo.lax/libgnu.a/u8-uctomb.o .libs/libgettextpo.lax/libgnu.a/u8-width-linebreaks.o .libs/libgettextpo.lax/libgnu.a/ulc-common.o .libs/libgettextpo.lax/libgnu.a/ulc-width-linebreaks.o .libs/libgettextpo.lax/libgnu.a/unistd.o .libs/libgettextpo.lax/libgnu.a/vasnprintf.o .libs/libgettextpo.lax/libgnu.a/wctype-h.o .libs/libgettextpo.lax/libgnu.a/wcwidth.o .libs/libgettextpo.lax/libgnu.a/width.o .libs/libgettextpo.lax/libgnu.a/xasprintf.o .libs/libgettextpo.lax/libgnu.a/xconcat-filename.o .libs/libgettextpo.lax/libgnu.a/xerror.o .libs/libgettextpo.lax/libgnu.a/xmalloc.o .libs/libgettextpo.lax/libgnu.a/xmalloca.o .libs/libgettextpo.lax/libgnu.a/xsize.o .libs/libgettextpo.lax/libgnu.a/xstrdup.o .libs/libgettextpo.lax/libgnu.a/xstriconv.o .libs/libgettextpo.lax/libgnu.a/xvasprintf.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgettextpo.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(xsize.o) has no symbols
libtool: link: rm -fr .libs/libgettextpo.lax
libtool: link: ( cd ".libs" && rm -f "libgettextpo.la" && ln -s "../libgettextpo.la" "libgettextpo.la" )
rm -f t-charset.alias charset.alias && \
	/bin/sh ./config.charset 'x86_64-apple-darwin16.5.0' > t-charset.alias && \
	mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
	sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > t-ref-add.sed && \
	mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
	sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > t-ref-del.sed && \
	mv t-ref-del.sed ref-del.sed
Making all in po
make[4]: Nothing to be done for `all'.
Making all in projects
make[4]: Nothing to be done for `all'.
Making all in styles
make[4]: Nothing to be done for `all'.
Making all in misc
if test "emacs" != "no"; then \
	  am__dir=. am__subdir_includes=''; \
	  case start-po.elc in */*) \
	    am__dir=`echo 'start-po.elc' | sed 's,/[^/]*$,,'`; \
	    am__subdir_includes="-L $am__dir -L ./$am__dir"; \
	  esac; \
	  test -d "$am__dir" || ../../build-aux/install-sh -c -d "$am__dir" || exit 1; \
	  emacs --batch \
	      \
	    $am__subdir_includes -L . -L . \
	    --eval "(defun byte-compile-dest-file (f) \"start-po.elc\")" \
	    --eval "(unless (byte-compile-file \"start-po.el\") (kill-emacs 1))"; \
	else :; fi
Wrote /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/misc/start-po.elc
if test "emacs" != "no"; then \
	  am__dir=. am__subdir_includes=''; \
	  case po-mode.elc in */*) \
	    am__dir=`echo 'po-mode.elc' | sed 's,/[^/]*$,,'`; \
	    am__subdir_includes="-L $am__dir -L ./$am__dir"; \
	  esac; \
	  test -d "$am__dir" || ../../build-aux/install-sh -c -d "$am__dir" || exit 1; \
	  emacs --batch \
	      \
	    $am__subdir_includes -L . -L . \
	    --eval "(defun byte-compile-dest-file (f) \"po-mode.elc\")" \
	    --eval "(unless (byte-compile-file \"po-mode.el\") (kill-emacs 1))"; \
	else :; fi

In po-ediff-buffers-exit-recursive:
po-mode.el:2298:19:Warning: reference to free variable `entry-buffer'

In end of data:
po-mode.el:3588:1:Warning: the following functions are not known to be
    defined: make-extent, set-extent-face, set-extent-endpoints,
    detach-extent, ediff-quit
Wrote /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/misc/po-mode.elc
if test "emacs" != "no"; then \
	  am__dir=. am__subdir_includes=''; \
	  case po-compat.elc in */*) \
	    am__dir=`echo 'po-compat.elc' | sed 's,/[^/]*$,,'`; \
	    am__subdir_includes="-L $am__dir -L ./$am__dir"; \
	  esac; \
	  test -d "$am__dir" || ../../build-aux/install-sh -c -d "$am__dir" || exit 1; \
	  emacs --batch \
	      \
	    $am__subdir_includes -L . -L . \
	    --eval "(defun byte-compile-dest-file (f) \"po-compat.elc\")" \
	    --eval "(unless (byte-compile-file \"po-compat.el\") (kill-emacs 1))"; \
	else :; fi
Wrote /Users/demo/lode/packages/gettext-0.19.8/gettext-tools/misc/po-compat.elc
if test -f archive.dir.tar; then \
	  inputfile=archive.dir.tar; \
	else \
	  inputfile='.'/archive.dir.tar; \
	fi; \
	./convert-archive dir git "$inputfile" archive.git.tar.gz
Making all in man
make[4]: Nothing to be done for `all'.
Making all in m4
make[4]: Nothing to be done for `all'.
Making all in tests
make[4]: Nothing to be done for `all'.
Making all in gnulib-tests
rm -f c++defs.h-t c++defs.h && \
	sed -n -e '/_GL_CXXDEFS/,$p' \
	  < ../../build-aux/snippet/c++defs.h \
	  > c++defs.h-t && \
	mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
	sed -n -e '/^.ifndef/,$p' \
	  < ../../build-aux/snippet/warn-on-use.h \
	  > warn-on-use.h-t && \
	mv warn-on-use.h-t warn-on-use.h
rm -f ctype.h-t ctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_CTYPE_H''@|<ctype.h>|g' \
	      -e 's/@''GNULIB_ISBLANK''@/0/g' \
	      -e 's/@''HAVE_ISBLANK''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./ctype.in.h; \
	} > ctype.h-t && \
	mv ctype.h-t ctype.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
	sed -n -e '/GL_ARG_NONNULL/,$p' \
	  < ../../build-aux/snippet/arg-nonnull.h \
	  > arg-nonnull.h-t && \
	mv arg-nonnull.h-t arg-nonnull.h
rm -f inttypes.h-t inttypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
	      -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
	      -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
	      -e 's/@''GNULIB_IMAXABS''@/0/g' \
	      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
	      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
	      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
	      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
	      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
	      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
	      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
	      < ./inttypes.in.h; \
	} > inttypes.h-t && \
	mv inttypes.h-t inttypes.h
rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \
	cp ./test-posix_spawn1.in.sh test-posix_spawn1.sh-t && \
	mv test-posix_spawn1.sh-t test-posix_spawn1.sh
rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \
	cp ./test-posix_spawn2.in.sh test-posix_spawn2.sh-t && \
	mv test-posix_spawn2.sh-t test-posix_spawn2.sh
rm -f unused-parameter.h-t unused-parameter.h && \
	sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
	  < ../../build-aux/snippet/unused-parameter.h \
	  > unused-parameter.h-t && \
	mv unused-parameter.h-t unused-parameter.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in .
make[6]: Nothing to be done for `all-am'.
Making all in examples
Making all in po
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in its
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-recursive
Making install in gnulib-local
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in gettext-runtime
Making install in doc
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in intl
if { test "gettext-runtime" = "gettext-runtime" || test "gettext-runtime" = "gettext-tools"; } \
	   && test 'yes' = yes; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib /Users/demo/lode/opt/include; \
	  /usr/bin/install -c -m 644 libintl.h /Users/demo/lode/opt/include/libintl.h; \
	  /bin/sh ../libtool --mode=install \
	    /usr/bin/install -c -m 644 libintl.la /Users/demo/lode/opt/lib/libintl.la; \
	  if test "no" = yes; then \
	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /Users/demo/lode/opt/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
	    if test -n "$dependencies"; then \
	      rm -f /Users/demo/lode/opt/lib/libintl.la; \
	    fi; \
	  fi; \
	else \
	  : ; \
	fi
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.9.dylib /Users/demo/lode/opt/lib/libintl.9.dylib
libtool: install: (cd /Users/demo/lode/opt/lib && { ln -s -f libintl.9.dylib libintl.dylib || { rm -f libintl.dylib && ln -s libintl.9.dylib libintl.dylib; }; })
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.lai /Users/demo/lode/opt/lib/libintl.la
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.a /Users/demo/lode/opt/lib/libintl.a
libtool: install: chmod 644 /Users/demo/lode/opt/lib/libintl.a
libtool: install: ranlib /Users/demo/lode/opt/lib/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(osdep.o) has no symbols
if test "gettext-runtime" = "gettext-tools" \
	   && test 'yes' = no \
	   && test no != no; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib; \
	  /bin/sh ../libtool --mode=install \
	    /usr/bin/install -c -m 644 libgnuintl.la /Users/demo/lode/opt/lib/libgnuintl.la; \
	  rm -f /Users/demo/lode/opt/lib/preloadable_libintl.so; \
	  /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/libgnuintl.so /Users/demo/lode/opt/lib/preloadable_libintl.so; \
	  /bin/sh ../libtool --mode=uninstall \
	    rm -f /Users/demo/lode/opt/lib/libgnuintl.la; \
	else \
	  : ; \
	fi
if test 'yes' = yes; then \
	  if test no = no; then \
	    case 'darwin16.5.0' in \
	      darwin[56]*) \
	        need_charset_alias=true ;; \
	      darwin* | cygwin* | mingw* | pw32* | cegcc*) \
	        need_charset_alias=false ;; \
	      *) \
	        need_charset_alias=true ;; \
	    esac; \
	  else \
	    need_charset_alias=false; \
	  fi; \
	  if $need_charset_alias; then \
	    ../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib; \
	  fi; \
	  temp=/Users/demo/lode/opt/lib/t-charset.alias; \
	  dest=/Users/demo/lode/opt/lib/charset.alias; \
	  if test -f /Users/demo/lode/opt/lib/charset.alias; then \
	    orig=/Users/demo/lode/opt/lib/charset.alias; \
	    sed -f ref-add.sed $orig > $temp; \
	    /usr/bin/install -c -m 644 $temp $dest; \
	    rm -f $temp; \
	  else \
	    if $need_charset_alias; then \
	      orig=charset.alias; \
	      sed -f ref-add.sed $orig > $temp; \
	      /usr/bin/install -c -m 644 $temp $dest; \
	      rm -f $temp; \
	    fi; \
	  fi; \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/locale; \
	  test -f /Users/demo/lode/opt/share/locale/locale.alias \
	    && orig=/Users/demo/lode/opt/share/locale/locale.alias \
	    || orig=./locale.alias; \
	  temp=/Users/demo/lode/opt/share/locale/t-locale.alias; \
	  dest=/Users/demo/lode/opt/share/locale/locale.alias; \
	  sed -f ref-add.sed $orig > $temp; \
	  /usr/bin/install -c -m 644 $temp $dest; \
	  rm -f $temp; \
	else \
	  : ; \
	fi
if test "gettext-runtime" = "gettext-tools"; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/intl; \
	  /usr/bin/install -c -m 644 VERSION /Users/demo/lode/opt/share/gettext/intl/VERSION; \
	  dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
	  for file in $dists; do \
	    /usr/bin/install -c -m 644 ./$file \
			    /Users/demo/lode/opt/share/gettext/intl/$file; \
	  done; \
	  chmod a+x /Users/demo/lode/opt/share/gettext/intl/config.charset; \
	  dists="plural.c"; \
	  for file in $dists; do \
	    if test -f $file; then dir=.; else dir=.; fi; \
	    /usr/bin/install -c -m 644 $dir/$file \
			    /Users/demo/lode/opt/share/gettext/intl/$file; \
	  done; \
	  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
	  for file in $dists; do \
	    rm -f /Users/demo/lode/opt/share/gettext/intl/$file; \
	  done; \
	else \
	  : ; \
	fi
Making install in intl-java
cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu.gettext gnu/gettext/*.java
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext
/usr/bin/install -c -m 644 libintl.jar /Users/demo/lode/opt/share/gettext/libintl.jar
cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu.gettext gnu/gettext/*.java
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext/javadoc2
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext/javadoc2/gnu/gettext
/usr/bin/install -c -m 644 ./javadoc2/index.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/index.html
/usr/bin/install -c -m 644 ./javadoc2/allclasses-frame.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/allclasses-frame.html
/usr/bin/install -c -m 644 ./javadoc2/overview-tree.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/overview-tree.html
/usr/bin/install -c -m 644 ./javadoc2/deprecated-list.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/deprecated-list.html
/usr/bin/install -c -m 644 ./javadoc2/serialized-form.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/serialized-form.html
/usr/bin/install -c -m 644 ./javadoc2/index-all.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/index-all.html
/usr/bin/install -c -m 644 ./javadoc2/help-doc.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/help-doc.html
/usr/bin/install -c -m 644 ./javadoc2/packages.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/packages.html
/usr/bin/install -c -m 644 ./javadoc2/package-list /Users/demo/lode/opt/share/doc/gettext/javadoc2/package-list
/usr/bin/install -c -m 644 ./javadoc2/stylesheet.css /Users/demo/lode/opt/share/doc/gettext/javadoc2/stylesheet.css
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-summary.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/gnu/gettext/package-summary.html
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-tree.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/gnu/gettext/package-tree.html
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-frame.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/gnu/gettext/package-frame.html
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/GettextResource.html /Users/demo/lode/opt/share/doc/gettext/javadoc2/gnu/gettext/GettextResource.html
Making install in intl-csharp
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext/csharpdoc
/usr/bin/install -c -m 644 ./doc/index.html /Users/demo/lode/opt/share/doc/gettext/csharpdoc/index.html
/usr/bin/install -c -m 644 ./doc/namespaces.html /Users/demo/lode/opt/share/doc/gettext/csharpdoc/namespaces.html
/usr/bin/install -c -m 644 ./doc/begin.html /Users/demo/lode/opt/share/doc/gettext/csharpdoc/begin.html
/usr/bin/install -c -m 644 ./doc/GNU_Gettext.html /Users/demo/lode/opt/share/doc/gettext/csharpdoc/GNU_Gettext.html
/usr/bin/install -c -m 644 ./doc/GNU_Gettext_GettextResourceManager.html /Users/demo/lode/opt/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html
/usr/bin/install -c -m 644 ./doc/GNU_Gettext_GettextResourceSet.html /Users/demo/lode/opt/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html
Making install in gnulib-lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-recursive
if test no = no; then \
	  case 'darwin16.5.0' in \
	    darwin[56]*) \
	      need_charset_alias=true ;; \
	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
	      need_charset_alias=false ;; \
	    *) \
	      need_charset_alias=true ;; \
	  esac ; \
	else \
	  need_charset_alias=false ; \
	fi ; \
	if $need_charset_alias; then \
	  /bin/sh ../../build-aux/mkinstalldirs /Users/demo/lode/opt/lib ; \
	fi ; \
	if test -f /Users/demo/lode/opt/lib/charset.alias; then \
	  sed -f ref-add.sed /Users/demo/lode/opt/lib/charset.alias > /Users/demo/lode/opt/lib/charset.tmp ; \
	  /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/charset.tmp /Users/demo/lode/opt/lib/charset.alias ; \
	  rm -f /Users/demo/lode/opt/lib/charset.tmp ; \
	else \
	  if $need_charset_alias; then \
	    sed -f ref-add.sed charset.alias > /Users/demo/lode/opt/lib/charset.tmp ; \
	    /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/charset.tmp /Users/demo/lode/opt/lib/charset.alias ; \
	    rm -f /Users/demo/lode/opt/lib/charset.tmp ; \
	  fi ; \
	fi
make[6]: Nothing to be done for `install-data-am'.
Making install in libasprintf
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-am
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libasprintf.la '/Users/demo/lode/opt/lib'
libtool: install: /usr/bin/install -c .libs/libasprintf.0.dylib /Users/demo/lode/opt/lib/libasprintf.0.dylib
libtool: install: (cd /Users/demo/lode/opt/lib && { ln -s -f libasprintf.0.dylib libasprintf.dylib || { rm -f libasprintf.dylib && ln -s libasprintf.0.dylib libasprintf.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libasprintf.lai /Users/demo/lode/opt/lib/libasprintf.la
libtool: install: /usr/bin/install -c .libs/libasprintf.a /Users/demo/lode/opt/lib/libasprintf.a
libtool: install: chmod 644 /Users/demo/lode/opt/lib/libasprintf.a
libtool: install: ranlib /Users/demo/lode/opt/lib/libasprintf.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libasprintf.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libasprintf.a(lib-asprintf.o) has no symbols
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/doc/libasprintf'
 /usr/bin/install -c -m 644 autosprintf_all.html '/Users/demo/lode/opt/share/doc/libasprintf'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/include'
 /usr/bin/install -c -m 644 autosprintf.h '/Users/demo/lode/opt/include'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/info'
 /usr/bin/install -c -m 644 ./autosprintf.info '/Users/demo/lode/opt/share/info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/autosprintf.info'
Making install in src
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c gettext ngettext envsubst '/Users/demo/lode/opt/bin'
libtool: install: /usr/bin/install -c .libs/gettext /Users/demo/lode/opt/bin/gettext
libtool: install: /usr/bin/install -c .libs/ngettext /Users/demo/lode/opt/bin/ngettext
libtool: install: /usr/bin/install -c .libs/envsubst /Users/demo/lode/opt/bin/envsubst
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/bin'
 /usr/bin/install -c gettext.sh '/Users/demo/lode/opt/bin'
make[4]: Nothing to be done for `install-data-am'.
Making install in po
installing be.gmo as /Users/demo/lode/opt/share/locale/be/LC_MESSAGES/gettext-runtime.mo
installing bg.gmo as /Users/demo/lode/opt/share/locale/bg/LC_MESSAGES/gettext-runtime.mo
installing ca.gmo as /Users/demo/lode/opt/share/locale/ca/LC_MESSAGES/gettext-runtime.mo
installing cs.gmo as /Users/demo/lode/opt/share/locale/cs/LC_MESSAGES/gettext-runtime.mo
installing da.gmo as /Users/demo/lode/opt/share/locale/da/LC_MESSAGES/gettext-runtime.mo
installing de.gmo as /Users/demo/lode/opt/share/locale/de/LC_MESSAGES/gettext-runtime.mo
installing el.gmo as /Users/demo/lode/opt/share/locale/el/LC_MESSAGES/gettext-runtime.mo
installing en at quot.gmo as /Users/demo/lode/opt/share/locale/en at quot/LC_MESSAGES/gettext-runtime.mo
installing en at boldquot.gmo as /Users/demo/lode/opt/share/locale/en at boldquot/LC_MESSAGES/gettext-runtime.mo
installing eo.gmo as /Users/demo/lode/opt/share/locale/eo/LC_MESSAGES/gettext-runtime.mo
installing es.gmo as /Users/demo/lode/opt/share/locale/es/LC_MESSAGES/gettext-runtime.mo
installing et.gmo as /Users/demo/lode/opt/share/locale/et/LC_MESSAGES/gettext-runtime.mo
installing fi.gmo as /Users/demo/lode/opt/share/locale/fi/LC_MESSAGES/gettext-runtime.mo
installing fr.gmo as /Users/demo/lode/opt/share/locale/fr/LC_MESSAGES/gettext-runtime.mo
installing ga.gmo as /Users/demo/lode/opt/share/locale/ga/LC_MESSAGES/gettext-runtime.mo
installing gl.gmo as /Users/demo/lode/opt/share/locale/gl/LC_MESSAGES/gettext-runtime.mo
installing hr.gmo as /Users/demo/lode/opt/share/locale/hr/LC_MESSAGES/gettext-runtime.mo
installing hu.gmo as /Users/demo/lode/opt/share/locale/hu/LC_MESSAGES/gettext-runtime.mo
installing id.gmo as /Users/demo/lode/opt/share/locale/id/LC_MESSAGES/gettext-runtime.mo
installing it.gmo as /Users/demo/lode/opt/share/locale/it/LC_MESSAGES/gettext-runtime.mo
installing ja.gmo as /Users/demo/lode/opt/share/locale/ja/LC_MESSAGES/gettext-runtime.mo
installing ko.gmo as /Users/demo/lode/opt/share/locale/ko/LC_MESSAGES/gettext-runtime.mo
installing nb.gmo as /Users/demo/lode/opt/share/locale/nb/LC_MESSAGES/gettext-runtime.mo
installing nl.gmo as /Users/demo/lode/opt/share/locale/nl/LC_MESSAGES/gettext-runtime.mo
installing nn.gmo as /Users/demo/lode/opt/share/locale/nn/LC_MESSAGES/gettext-runtime.mo
installing pl.gmo as /Users/demo/lode/opt/share/locale/pl/LC_MESSAGES/gettext-runtime.mo
installing pt.gmo as /Users/demo/lode/opt/share/locale/pt/LC_MESSAGES/gettext-runtime.mo
installing pt_BR.gmo as /Users/demo/lode/opt/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
installing ro.gmo as /Users/demo/lode/opt/share/locale/ro/LC_MESSAGES/gettext-runtime.mo
installing ru.gmo as /Users/demo/lode/opt/share/locale/ru/LC_MESSAGES/gettext-runtime.mo
installing sk.gmo as /Users/demo/lode/opt/share/locale/sk/LC_MESSAGES/gettext-runtime.mo
installing sl.gmo as /Users/demo/lode/opt/share/locale/sl/LC_MESSAGES/gettext-runtime.mo
installing sr.gmo as /Users/demo/lode/opt/share/locale/sr/LC_MESSAGES/gettext-runtime.mo
installing sv.gmo as /Users/demo/lode/opt/share/locale/sv/LC_MESSAGES/gettext-runtime.mo
installing tr.gmo as /Users/demo/lode/opt/share/locale/tr/LC_MESSAGES/gettext-runtime.mo
installing uk.gmo as /Users/demo/lode/opt/share/locale/uk/LC_MESSAGES/gettext-runtime.mo
installing vi.gmo as /Users/demo/lode/opt/share/locale/vi/LC_MESSAGES/gettext-runtime.mo
installing zh_CN.gmo as /Users/demo/lode/opt/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
installing zh_HK.gmo as /Users/demo/lode/opt/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo
installing zh_TW.gmo as /Users/demo/lode/opt/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
if test "gettext-runtime" = "gettext-tools"; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/po; \
	  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
	    /usr/bin/install -c -m 644 ./$file \
			    /Users/demo/lode/opt/share/gettext/po/$file; \
	  done; \
	  for file in Makevars; do \
	    rm -f /Users/demo/lode/opt/share/gettext/po/$file; \
	  done; \
	else \
	  : ; \
	fi
Making install in man
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext
for file in gettext.1.html ngettext.1.html envsubst.1.html gettext.3.html ngettext.3.html textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html; do \
	  if test -f $file; then dir=.; else dir=.; fi; \
	  /usr/bin/install -c -m 644 $dir/$file /Users/demo/lode/opt/share/doc/gettext/$file; \
	done
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/man/man1'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/man/man1'
 /usr/bin/install -c -m 644 gettext.1 ngettext.1 envsubst.1 '/Users/demo/lode/opt/share/man/man1'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/man/man3'
 /usr/bin/install -c -m 644 gettext.3 ngettext.3 textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3 dgettext.3 dcgettext.3 dngettext.3 dcngettext.3 '/Users/demo/lode/opt/share/man/man3'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/man/man3'
Making install in m4
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
 ../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext'
 /usr/bin/install -c -m 644 ABOUT-NLS '/Users/demo/lode/opt/share/gettext'
Making install in gettext-tools
Making install in doc
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext
for file in `if test -f gettext_toc.html; then echo .; else echo .; fi`/gettext_*.html; do \
	  /usr/bin/install -c -m 644 $file /Users/demo/lode/opt/share/doc/gettext/`basename $file`; \
	done
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/doc/gettext'
 /usr/bin/install -c -m 644 FAQ.html tutorial.html '/Users/demo/lode/opt/share/doc/gettext'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/info'
 /usr/bin/install -c -m 644 ./gettext.info '/Users/demo/lode/opt/share/info'
 install-info --info-dir='/Users/demo/lode/opt/share/info' '/Users/demo/lode/opt/share/info/gettext.info'
Making install in intl
if { test "gettext-tools" = "gettext-runtime" || test "gettext-tools" = "gettext-tools"; } \
	   && test 'yes' = yes; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib /Users/demo/lode/opt/include; \
	  /usr/bin/install -c -m 644 libintl.h /Users/demo/lode/opt/include/libintl.h; \
	  /bin/sh ../libtool --mode=install \
	    /usr/bin/install -c -m 644 libintl.la /Users/demo/lode/opt/lib/libintl.la; \
	  if test "no" = yes; then \
	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /Users/demo/lode/opt/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
	    if test -n "$dependencies"; then \
	      rm -f /Users/demo/lode/opt/lib/libintl.la; \
	    fi; \
	  fi; \
	else \
	  : ; \
	fi
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.9.dylib /Users/demo/lode/opt/lib/libintl.9.dylib
libtool: install: (cd /Users/demo/lode/opt/lib && { ln -s -f libintl.9.dylib libintl.dylib || { rm -f libintl.dylib && ln -s libintl.9.dylib libintl.dylib; }; })
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.lai /Users/demo/lode/opt/lib/libintl.la
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.a /Users/demo/lode/opt/lib/libintl.a
libtool: install: chmod 644 /Users/demo/lode/opt/lib/libintl.a
libtool: install: ranlib /Users/demo/lode/opt/lib/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libintl.a(osdep.o) has no symbols
if test "gettext-tools" = "gettext-tools" \
	   && test 'yes' = no \
	   && test no != no; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib; \
	  /bin/sh ../libtool --mode=install \
	    /usr/bin/install -c -m 644 libgnuintl.la /Users/demo/lode/opt/lib/libgnuintl.la; \
	  rm -f /Users/demo/lode/opt/lib/preloadable_libintl.so; \
	  /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/libgnuintl.so /Users/demo/lode/opt/lib/preloadable_libintl.so; \
	  /bin/sh ../libtool --mode=uninstall \
	    rm -f /Users/demo/lode/opt/lib/libgnuintl.la; \
	else \
	  : ; \
	fi
if test 'yes' = yes; then \
	  if test no = no; then \
	    case 'darwin16.5.0' in \
	      darwin[56]*) \
	        need_charset_alias=true ;; \
	      darwin* | cygwin* | mingw* | pw32* | cegcc*) \
	        need_charset_alias=false ;; \
	      *) \
	        need_charset_alias=true ;; \
	    esac; \
	  else \
	    need_charset_alias=false; \
	  fi; \
	  if $need_charset_alias; then \
	    ../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib; \
	  fi; \
	  temp=/Users/demo/lode/opt/lib/t-charset.alias; \
	  dest=/Users/demo/lode/opt/lib/charset.alias; \
	  if test -f /Users/demo/lode/opt/lib/charset.alias; then \
	    orig=/Users/demo/lode/opt/lib/charset.alias; \
	    sed -f ref-add.sed $orig > $temp; \
	    /usr/bin/install -c -m 644 $temp $dest; \
	    rm -f $temp; \
	  else \
	    if $need_charset_alias; then \
	      orig=charset.alias; \
	      sed -f ref-add.sed $orig > $temp; \
	      /usr/bin/install -c -m 644 $temp $dest; \
	      rm -f $temp; \
	    fi; \
	  fi; \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/locale; \
	  test -f /Users/demo/lode/opt/share/locale/locale.alias \
	    && orig=/Users/demo/lode/opt/share/locale/locale.alias \
	    || orig=../../gettext-runtime/intl/locale.alias; \
	  temp=/Users/demo/lode/opt/share/locale/t-locale.alias; \
	  dest=/Users/demo/lode/opt/share/locale/locale.alias; \
	  sed -f ref-add.sed $orig > $temp; \
	  /usr/bin/install -c -m 644 $temp $dest; \
	  rm -f $temp; \
	else \
	  : ; \
	fi
if test "gettext-tools" = "gettext-tools"; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/intl; \
	  /usr/bin/install -c -m 644 VERSION /Users/demo/lode/opt/share/gettext/intl/VERSION; \
	  dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
	  for file in $dists; do \
	    /usr/bin/install -c -m 644 ../../gettext-runtime/intl/$file \
			    /Users/demo/lode/opt/share/gettext/intl/$file; \
	  done; \
	  chmod a+x /Users/demo/lode/opt/share/gettext/intl/config.charset; \
	  dists="plural.c"; \
	  for file in $dists; do \
	    if test -f $file; then dir=.; else dir=../../gettext-runtime/intl; fi; \
	    /usr/bin/install -c -m 644 $dir/$file \
			    /Users/demo/lode/opt/share/gettext/intl/$file; \
	  done; \
	  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
	  for file in $dists; do \
	    rm -f /Users/demo/lode/opt/share/gettext/intl/$file; \
	  done; \
	else \
	  : ; \
	fi
Making install in gnulib-lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-am
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libgettextlib.la '/Users/demo/lode/opt/lib'
libtool: install: /usr/bin/install -c .libs/libgettextlib-0.19.8.dylib /Users/demo/lode/opt/lib/libgettextlib-0.19.8.dylib
libtool: install: (cd /Users/demo/lode/opt/lib && { ln -s -f libgettextlib-0.19.8.dylib libgettextlib.dylib || { rm -f libgettextlib.dylib && ln -s libgettextlib-0.19.8.dylib libgettextlib.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libgettextlib.lai /Users/demo/lode/opt/lib/libgettextlib.la
libtool: install: /usr/bin/install -c .libs/libgettextlib.a /Users/demo/lode/opt/lib/libgettextlib.a
libtool: install: chmod 644 /Users/demo/lode/opt/lib/libgettextlib.a
libtool: install: ranlib /Users/demo/lode/opt/lib/libgettextlib.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(binary-io.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(math.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(pipe-filter-aux.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextlib.a(xsize.o) has no symbols
case "darwin16.5.0" in \
	  aix*) ;; \
	  *) rm -f /Users/demo/lode/opt/lib/libgettextlib.a ;; \
	esac
if test no = no; then \
	  case 'darwin16.5.0' in \
	    darwin[56]*) \
	      need_charset_alias=true ;; \
	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
	      need_charset_alias=false ;; \
	    *) \
	      need_charset_alias=true ;; \
	  esac ; \
	else \
	  need_charset_alias=false ; \
	fi ; \
	if $need_charset_alias; then \
	  /bin/sh ../../build-aux/mkinstalldirs /Users/demo/lode/opt/lib ; \
	fi ; \
	if test -f /Users/demo/lode/opt/lib/charset.alias; then \
	  sed -f ref-add.sed /Users/demo/lode/opt/lib/charset.alias > /Users/demo/lode/opt/lib/charset.tmp ; \
	  /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/charset.tmp /Users/demo/lode/opt/lib/charset.alias ; \
	  rm -f /Users/demo/lode/opt/lib/charset.tmp ; \
	else \
	  if $need_charset_alias; then \
	    sed -f ref-add.sed charset.alias > /Users/demo/lode/opt/lib/charset.tmp ; \
	    /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/charset.tmp /Users/demo/lode/opt/lib/charset.alias ; \
	    rm -f /Users/demo/lode/opt/lib/charset.tmp ; \
	  fi ; \
	fi
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext'
 /usr/bin/install -c -m 644 gettext.h '/Users/demo/lode/opt/share/gettext'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext'
 /usr/bin/install -c -m 644 javaversion.class '/Users/demo/lode/opt/share/gettext'
Making install in libgrep
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-am
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-am
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libgettextsrc.la '/Users/demo/lode/opt/lib'
libtool: install: /usr/bin/install -c .libs/libgettextsrc-0.19.8.dylib /Users/demo/lode/opt/lib/libgettextsrc-0.19.8.dylib
libtool: install: (cd /Users/demo/lode/opt/lib && { ln -s -f libgettextsrc-0.19.8.dylib libgettextsrc.dylib || { rm -f libgettextsrc.dylib && ln -s libgettextsrc-0.19.8.dylib libgettextsrc.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libgettextsrc.lai /Users/demo/lode/opt/lib/libgettextsrc.la
libtool: install: /usr/bin/install -c .libs/libgettextsrc.a /Users/demo/lode/opt/lib/libgettextsrc.a
libtool: install: chmod 644 /Users/demo/lode/opt/lib/libgettextsrc.a
libtool: install: ranlib /Users/demo/lode/opt/lib/libgettextsrc.a
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c msgcmp msgfmt msgmerge msgunfmt xgettext msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq recode-sr-latin '/Users/demo/lode/opt/bin'
libtool: install: /usr/bin/install -c .libs/msgcmp /Users/demo/lode/opt/bin/msgcmp
libtool: install: /usr/bin/install -c .libs/msgfmt /Users/demo/lode/opt/bin/msgfmt
libtool: install: /usr/bin/install -c .libs/msgmerge /Users/demo/lode/opt/bin/msgmerge
libtool: install: /usr/bin/install -c .libs/msgunfmt /Users/demo/lode/opt/bin/msgunfmt
libtool: install: /usr/bin/install -c .libs/xgettext /Users/demo/lode/opt/bin/xgettext
libtool: install: /usr/bin/install -c .libs/msgattrib /Users/demo/lode/opt/bin/msgattrib
libtool: install: /usr/bin/install -c .libs/msgcat /Users/demo/lode/opt/bin/msgcat
libtool: install: /usr/bin/install -c .libs/msgcomm /Users/demo/lode/opt/bin/msgcomm
libtool: install: /usr/bin/install -c .libs/msgconv /Users/demo/lode/opt/bin/msgconv
libtool: install: /usr/bin/install -c .libs/msgen /Users/demo/lode/opt/bin/msgen
libtool: install: /usr/bin/install -c .libs/msgexec /Users/demo/lode/opt/bin/msgexec
libtool: install: /usr/bin/install -c .libs/msgfilter /Users/demo/lode/opt/bin/msgfilter
libtool: install: /usr/bin/install -c .libs/msggrep /Users/demo/lode/opt/bin/msggrep
libtool: install: /usr/bin/install -c .libs/msginit /Users/demo/lode/opt/bin/msginit
libtool: install: /usr/bin/install -c .libs/msguniq /Users/demo/lode/opt/bin/msguniq
libtool: install: /usr/bin/install -c .libs/recode-sr-latin /Users/demo/lode/opt/bin/recode-sr-latin
../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib/gettext
../../build-aux/install-sh -c -d /Users/demo/lode/opt/lib/gettext
/bin/sh ../libtool --mode=install /usr/bin/install -c hostname /Users/demo/lode/opt/lib/gettext/hostname
libtool: install: /usr/bin/install -c .libs/hostname /Users/demo/lode/opt/lib/gettext/hostname
/bin/sh ../libtool --mode=install /usr/bin/install -c urlget /Users/demo/lode/opt/lib/gettext/urlget
libtool: install: /usr/bin/install -c .libs/urlget /Users/demo/lode/opt/lib/gettext/urlget
/bin/sh ../libtool --mode=install /usr/bin/install -c cldr-plurals /Users/demo/lode/opt/lib/gettext/cldr-plurals
libtool: install: /usr/bin/install -c .libs/cldr-plurals /Users/demo/lode/opt/lib/gettext/cldr-plurals
/usr/bin/install -c user-email /Users/demo/lode/opt/lib/gettext/user-email
/usr/bin/install -c ./project-id /Users/demo/lode/opt/lib/gettext/project-id
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-exec-hook
case "darwin16.5.0" in \
	  aix*) ;; \
	  *) rm -f /Users/demo/lode/opt/lib/libgettextsrc.a ;; \
	esac
/usr/bin/install -c -m 644 gettext.jar /Users/demo/lode/opt/share/gettext/gettext.jar
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext
/usr/bin/install -c -m 644 ./msgunfmt.tcl /Users/demo/lode/opt/share/gettext/msgunfmt.tcl
Making install in libgettextpo
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-am
if test no = no; then \
	  case 'darwin16.5.0' in \
	    darwin[56]*) \
	      need_charset_alias=true ;; \
	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
	      need_charset_alias=false ;; \
	    *) \
	      need_charset_alias=true ;; \
	  esac ; \
	else \
	  need_charset_alias=false ; \
	fi ; \
	if $need_charset_alias; then \
	  /bin/sh ../../build-aux/mkinstalldirs /Users/demo/lode/opt/lib ; \
	fi ; \
	if test -f /Users/demo/lode/opt/lib/charset.alias; then \
	  sed -f ref-add.sed /Users/demo/lode/opt/lib/charset.alias > /Users/demo/lode/opt/lib/charset.tmp ; \
	  /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/charset.tmp /Users/demo/lode/opt/lib/charset.alias ; \
	  rm -f /Users/demo/lode/opt/lib/charset.tmp ; \
	else \
	  if $need_charset_alias; then \
	    sed -f ref-add.sed charset.alias > /Users/demo/lode/opt/lib/charset.tmp ; \
	    /usr/bin/install -c -m 644 /Users/demo/lode/opt/lib/charset.tmp /Users/demo/lode/opt/lib/charset.alias ; \
	    rm -f /Users/demo/lode/opt/lib/charset.tmp ; \
	  fi ; \
	fi
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libgettextpo.la '/Users/demo/lode/opt/lib'
libtool: install: /usr/bin/install -c .libs/libgettextpo.1.dylib /Users/demo/lode/opt/lib/libgettextpo.1.dylib
libtool: install: (cd /Users/demo/lode/opt/lib && { ln -s -f libgettextpo.1.dylib libgettextpo.dylib || { rm -f libgettextpo.dylib && ln -s libgettextpo.1.dylib libgettextpo.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libgettextpo.lai /Users/demo/lode/opt/lib/libgettextpo.la
libtool: install: /usr/bin/install -c .libs/libgettextpo.a /Users/demo/lode/opt/lib/libgettextpo.a
libtool: install: chmod 644 /Users/demo/lode/opt/lib/libgettextpo.a
libtool: install: ranlib /Users/demo/lode/opt/lib/libgettextpo.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(c-ctype.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/demo/lode/opt/lib/libgettextpo.a(xsize.o) has no symbols
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/include'
 /usr/bin/install -c -m 644 gettext-po.h '/Users/demo/lode/opt/include'
Making install in po
installing be.gmo as /Users/demo/lode/opt/share/locale/be/LC_MESSAGES/gettext-tools.mo
installing bg.gmo as /Users/demo/lode/opt/share/locale/bg/LC_MESSAGES/gettext-tools.mo
installing ca.gmo as /Users/demo/lode/opt/share/locale/ca/LC_MESSAGES/gettext-tools.mo
installing cs.gmo as /Users/demo/lode/opt/share/locale/cs/LC_MESSAGES/gettext-tools.mo
installing da.gmo as /Users/demo/lode/opt/share/locale/da/LC_MESSAGES/gettext-tools.mo
installing de.gmo as /Users/demo/lode/opt/share/locale/de/LC_MESSAGES/gettext-tools.mo
installing el.gmo as /Users/demo/lode/opt/share/locale/el/LC_MESSAGES/gettext-tools.mo
installing en at quot.gmo as /Users/demo/lode/opt/share/locale/en at quot/LC_MESSAGES/gettext-tools.mo
installing en at boldquot.gmo as /Users/demo/lode/opt/share/locale/en at boldquot/LC_MESSAGES/gettext-tools.mo
installing es.gmo as /Users/demo/lode/opt/share/locale/es/LC_MESSAGES/gettext-tools.mo
installing et.gmo as /Users/demo/lode/opt/share/locale/et/LC_MESSAGES/gettext-tools.mo
installing eu.gmo as /Users/demo/lode/opt/share/locale/eu/LC_MESSAGES/gettext-tools.mo
installing fi.gmo as /Users/demo/lode/opt/share/locale/fi/LC_MESSAGES/gettext-tools.mo
installing fr.gmo as /Users/demo/lode/opt/share/locale/fr/LC_MESSAGES/gettext-tools.mo
installing gl.gmo as /Users/demo/lode/opt/share/locale/gl/LC_MESSAGES/gettext-tools.mo
installing id.gmo as /Users/demo/lode/opt/share/locale/id/LC_MESSAGES/gettext-tools.mo
installing it.gmo as /Users/demo/lode/opt/share/locale/it/LC_MESSAGES/gettext-tools.mo
installing ja.gmo as /Users/demo/lode/opt/share/locale/ja/LC_MESSAGES/gettext-tools.mo
installing ko.gmo as /Users/demo/lode/opt/share/locale/ko/LC_MESSAGES/gettext-tools.mo
installing nb.gmo as /Users/demo/lode/opt/share/locale/nb/LC_MESSAGES/gettext-tools.mo
installing nl.gmo as /Users/demo/lode/opt/share/locale/nl/LC_MESSAGES/gettext-tools.mo
installing nn.gmo as /Users/demo/lode/opt/share/locale/nn/LC_MESSAGES/gettext-tools.mo
installing pa.gmo as /Users/demo/lode/opt/share/locale/pa/LC_MESSAGES/gettext-tools.mo
installing pl.gmo as /Users/demo/lode/opt/share/locale/pl/LC_MESSAGES/gettext-tools.mo
installing pt.gmo as /Users/demo/lode/opt/share/locale/pt/LC_MESSAGES/gettext-tools.mo
installing pt_BR.gmo as /Users/demo/lode/opt/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo
installing ro.gmo as /Users/demo/lode/opt/share/locale/ro/LC_MESSAGES/gettext-tools.mo
installing ru.gmo as /Users/demo/lode/opt/share/locale/ru/LC_MESSAGES/gettext-tools.mo
installing sk.gmo as /Users/demo/lode/opt/share/locale/sk/LC_MESSAGES/gettext-tools.mo
installing sl.gmo as /Users/demo/lode/opt/share/locale/sl/LC_MESSAGES/gettext-tools.mo
installing sr.gmo as /Users/demo/lode/opt/share/locale/sr/LC_MESSAGES/gettext-tools.mo
installing sv.gmo as /Users/demo/lode/opt/share/locale/sv/LC_MESSAGES/gettext-tools.mo
installing tr.gmo as /Users/demo/lode/opt/share/locale/tr/LC_MESSAGES/gettext-tools.mo
installing uk.gmo as /Users/demo/lode/opt/share/locale/uk/LC_MESSAGES/gettext-tools.mo
installing vi.gmo as /Users/demo/lode/opt/share/locale/vi/LC_MESSAGES/gettext-tools.mo
installing zh_CN.gmo as /Users/demo/lode/opt/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo
installing zh_TW.gmo as /Users/demo/lode/opt/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo
if test "gettext-tools" = "gettext-tools"; then \
	  ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/po; \
	  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
	    /usr/bin/install -c -m 644 ./$file \
			    /Users/demo/lode/opt/share/gettext/po/$file; \
	  done; \
	  for file in Makevars; do \
	    rm -f /Users/demo/lode/opt/share/gettext/po/$file; \
	  done; \
	else \
	  : ; \
	fi
Making install in projects
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/projects
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/projects/TP
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/projects/KDE
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/gettext/projects/GNOME
/usr/bin/install -c ./team-address /Users/demo/lode/opt/share/gettext/projects/team-address
/usr/bin/install -c ./TP/trigger /Users/demo/lode/opt/share/gettext/projects/TP/trigger
/usr/bin/install -c ./TP/team-address /Users/demo/lode/opt/share/gettext/projects/TP/team-address
/usr/bin/install -c ./KDE/trigger /Users/demo/lode/opt/share/gettext/projects/KDE/trigger
/usr/bin/install -c ./KDE/team-address /Users/demo/lode/opt/share/gettext/projects/KDE/team-address
/usr/bin/install -c ./GNOME/trigger /Users/demo/lode/opt/share/gettext/projects/GNOME/trigger
/usr/bin/install -c ./GNOME/team-address /Users/demo/lode/opt/share/gettext/projects/GNOME/team-address
/usr/bin/install -c -m 644 ./index /Users/demo/lode/opt/share/gettext/projects/index
/usr/bin/install -c -m 644 ./TP/teams.url /Users/demo/lode/opt/share/gettext/projects/TP/teams.url
/usr/bin/install -c -m 644 ./TP/teams.html /Users/demo/lode/opt/share/gettext/projects/TP/teams.html
/usr/bin/install -c -m 644 ./KDE/teams.url /Users/demo/lode/opt/share/gettext/projects/KDE/teams.url
/usr/bin/install -c -m 644 ./KDE/teams.html /Users/demo/lode/opt/share/gettext/projects/KDE/teams.html
/usr/bin/install -c -m 644 ./GNOME/teams.url /Users/demo/lode/opt/share/gettext/projects/GNOME/teams.url
/usr/bin/install -c -m 644 ./GNOME/teams.html /Users/demo/lode/opt/share/gettext/projects/GNOME/teams.html
Making install in styles
make[4]: Nothing to be done for `install-exec-am'.
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext/styles'
 /usr/bin/install -c -m 644 po-default.css po-vim.css po-emacs-x.css po-emacs-xterm256.css po-emacs-xterm16.css po-emacs-xterm.css '/Users/demo/lode/opt/share/gettext/styles'
Making install in misc
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/bin'
 /usr/bin/install -c gettextize autopoint '/Users/demo/lode/opt/bin'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext'
 /usr/bin/install -c -m 644 archive.git.tar.gz '/Users/demo/lode/opt/share/gettext'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/emacs/site-lisp'
 /usr/bin/install -c -m 644 'start-po.el' '/Users/demo/lode/opt/share/emacs/site-lisp/start-po.el'
 /usr/bin/install -c -m 644 'start-po.elc' '/Users/demo/lode/opt/share/emacs/site-lisp/start-po.elc'
 /usr/bin/install -c -m 644 'po-mode.el' '/Users/demo/lode/opt/share/emacs/site-lisp/po-mode.el'
 /usr/bin/install -c -m 644 'po-mode.elc' '/Users/demo/lode/opt/share/emacs/site-lisp/po-mode.elc'
 /usr/bin/install -c -m 644 'po-compat.el' '/Users/demo/lode/opt/share/emacs/site-lisp/po-compat.el'
 /usr/bin/install -c -m 644 'po-compat.elc' '/Users/demo/lode/opt/share/emacs/site-lisp/po-compat.elc'
Making install in man
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext
for file in msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.html xgettext.1.html msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html recode-sr-latin.1.html gettextize.1.html autopoint.1.html; do \
	  if test -f $file; then dir=.; else dir=.; fi; \
	  /usr/bin/install -c -m 644 $dir/$file /Users/demo/lode/opt/share/doc/gettext/$file; \
	done
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/man/man1'
 /usr/bin/install -c -m 644 msgcmp.1 msgfmt.1 msgmerge.1 msgunfmt.1 xgettext.1 msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.1 recode-sr-latin.1 gettextize.1 autopoint.1 '/Users/demo/lode/opt/share/man/man1'
Making install in m4
make[4]: Nothing to be done for `install-exec-am'.
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/aclocal'
 /usr/bin/install -c -m 644 ../../gettext-runtime/gnulib-m4/lib-ld.m4 ../../gettext-runtime/gnulib-m4/lib-link.m4 ../../gettext-runtime/gnulib-m4/lib-prefix.m4 ../../gettext-runtime/m4/codeset.m4 ../../gettext-runtime/m4/extern-inline.m4 ../../gettext-runtime/m4/fcntl-o.m4 ../../gettext-runtime/m4/gettext.m4 ../../gettext-runtime/m4/glibc2.m4 ../../gettext-runtime/m4/glibc21.m4 ../../gettext-runtime/m4/iconv.m4 ../../gettext-runtime/m4/intdiv0.m4 ../../gettext-runtime/m4/intl.m4 ../../gettext-runtime/m4/intldir.m4 ../../gettext-runtime/m4/intlmacosx.m4 ../../gettext-runtime/m4/intmax.m4 ../../gettext-runtime/m4/inttypes_h.m4 ../../gettext-runtime/m4/inttypes-pri.m4 ../../gettext-runtime/m4/lcmessage.m4 ../../gettext-runtime/m4/lock.m4 ../../gettext-runtime/m4/longlong.m4 ../../gettext-runtime/m4/nls.m4 ../../gettext-runtime/m4/po.m4 ../../gettext-runtime/m4/printf-posix.m4 ../../gettext-runtime/m4/progtest.m4 ../../gettext-runtime/m4/size_max.m4 ../../gettext-runtime/m4/stdint_h.m4 ../../gettext-runtime/m4/threadlib.m4 ../../gettext-runtime/m4/uintmax_t.m4 ../../gettext-runtime/m4/visibility.m4 ../../gettext-runtime/m4/wchar_t.m4 ../../gettext-runtime/m4/wint_t.m4 ../../gettext-runtime/m4/xsize.m4 '/Users/demo/lode/opt/share/aclocal'
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/doc/gettext/examples/build-aux'
 /usr/bin/install -c -m 644 ../gnulib-m4/gcj.m4 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 ../gnulib-m4/csharpcomp.m4 ../gnulib-m4/csharpexec.m4 csharpexec-test.exe '/Users/demo/lode/opt/share/doc/gettext/examples/build-aux'
Making install in tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in gnulib-tests
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-recursive
Making install in .
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in examples
Making install in po
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext/examples
for f in hello-c/INSTALL hello-c/autogen.sh hello-c/autoclean.sh hello-c/hello.c hello-c/Makefile.am hello-c/configure.ac hello-c/m4/Makefile.am hello-c/po/Makevars hello-c/po/POTFILES.in hello-c-gnome/INSTALL hello-c-gnome/autogen.sh hello-c-gnome/autoclean.sh hello-c-gnome/hello.c hello-c-gnome/Makefile.am hello-c-gnome/configure.ac hello-c-gnome/m4/Makefile.am hello-c-gnome/m4/gnome.m4 hello-c-gnome/m4/gnome-gnorba-check.m4 hello-c-gnome/m4/gnome-orbit-check.m4 hello-c-gnome/po/Makevars hello-c-gnome/po/POTFILES.in hello-c-gnome3/INSTALL hello-c-gnome3/autogen.sh hello-c-gnome3/autoclean.sh hello-c-gnome3/hello.c hello-c-gnome3/hello.desktop.in.in hello-c-gnome3/hello.gschema.xml hello-c-gnome3/hello.gresource.xml hello-c-gnome3/hello.ui hello-c-gnome3/Makefile.am hello-c-gnome3/configure.ac hello-c-gnome3/m4/Makefile.am hello-c-gnome3/po/Makevars hello-c-gnome3/po/POTFILES.in hello-c++/INSTALL hello-c++/autogen.sh hello-c++/autoclean.sh hello-c++/hello.cc hello-c++/Makefile.am hello-c++/configure.ac hello-c++/m4/Makefile.am hello-c++/po/Makevars hello-c++/po/POTFILES.in hello-c++-qt/INSTALL hello-c++-qt/BUGS hello-c++-qt/autogen.sh hello-c++-qt/autoclean.sh hello-c++-qt/hello.cc hello-c++-qt/Makefile.am hello-c++-qt/configure.ac hello-c++-qt/m4/Makefile.am hello-c++-qt/m4/qt.m4 hello-c++-qt/po/Makefile.am hello-c++-kde/INSTALL hello-c++-kde/BUGS hello-c++-kde/autogen.sh hello-c++-kde/autoclean.sh hello-c++-kde/hello.cc hello-c++-kde/hellowindow.h hello-c++-kde/hellowindow.cc hello-c++-kde/Makefile.am hello-c++-kde/configure.in.in hello-c++-kde/m4/Makefile.am hello-c++-kde/admin/acinclude.m4.in hello-c++-kde/admin/am_edit hello-c++-kde/admin/ChangeLog hello-c++-kde/admin/compile hello-c++-kde/admin/conf.change.pl hello-c++-kde/admin/config.guess hello-c++-kde/admin/config.pl hello-c++-kde/admin/config.sub hello-c++-kde/admin/configure.in.bot.end hello-c++-kde/admin/configure.in.min hello-c++-kde/admin/cvs-clean.pl hello-c++-kde/admin/cvs.sh hello-c++-kde/admin/debianrules hello-c++-kde/admin/depcomp hello-c++-kde/admin/detect-autoconf.sh hello-c++-kde/admin/Doxyfile.am hello-c++-kde/admin/Doxyfile.global hello-c++-kde/admin/install-sh hello-c++-kde/admin/libtool.m4.in hello-c++-kde/admin/ltmain.sh hello-c++-kde/admin/Makefile.common hello-c++-kde/admin/missing hello-c++-kde/admin/mkinstalldirs hello-c++-kde/admin/ylwrap hello-c++-kde/po/Makevars hello-c++-kde/po/POTFILES.in hello-c++-gnome/INSTALL hello-c++-gnome/autogen.sh hello-c++-gnome/autoclean.sh hello-c++-gnome/hello.cc hello-c++-gnome/Makefile.am hello-c++-gnome/configure.ac hello-c++-gnome/m4/Makefile.am hello-c++-gnome/m4/gnome.m4 hello-c++-gnome/m4/gnome-gnorba-check.m4 hello-c++-gnome/m4/gnome-orbit-check.m4 hello-c++-gnome/m4/gtk.m4 hello-c++-gnome/m4/gtk--.m4 hello-c++-gnome/po/Makevars hello-c++-gnome/po/POTFILES.in hello-c++-wxwidgets/INSTALL hello-c++-wxwidgets/autogen.sh hello-c++-wxwidgets/autoclean.sh hello-c++-wxwidgets/hello.cc hello-c++-wxwidgets/Makefile.am hello-c++-wxwidgets/configure.ac hello-c++-wxwidgets/m4/Makefile.am hello-c++-wxwidgets/m4/wxwidgets.m4 hello-c++-wxwidgets/po/Makefile.am hello-objc/INSTALL hello-objc/autogen.sh hello-objc/autoclean.sh hello-objc/hello.m hello-objc/Makefile.am hello-objc/configure.ac hello-objc/m4/Makefile.am hello-objc/po/Makevars hello-objc/po/POTFILES.in hello-objc-gnustep/INSTALL hello-objc-gnustep/BUGS hello-objc-gnustep/autogen.sh hello-objc-gnustep/autoclean.sh hello-objc-gnustep/main.m hello-objc-gnustep/AppController.h hello-objc-gnustep/AppController.m hello-objc-gnustep/Hello.h hello-objc-gnustep/Hello.m hello-objc-gnustep/GNUmakefile hello-objc-gnustep/po/GNUmakefile hello-objc-gnustep/po/LocaleAliases hello-objc-gnome/INSTALL hello-objc-gnome/autogen.sh hello-objc-gnome/autoclean.sh hello-objc-gnome/hello.m hello-objc-gnome/Makefile.am hello-objc-gnome/configure.ac hello-objc-gnome/m4/Makefile.am hello-objc-gnome/m4/gnome.m4 hello-objc-gnome/m4/gnome-gnorba-check.m4 hello-objc-gnome/m4/gnome-orbit-check.m4 hello-objc-gnome/po/Makevars hello-objc-gnome/po/POTFILES.in hello-sh/INSTALL hello-sh/autogen.sh hello-sh/autoclean.sh hello-sh/hello.sh hello-sh/Makefile.am hello-sh/configure.ac hello-sh/m4/Makefile.am hello-sh/po/Makefile.am hello-python/INSTALL hello-python/autogen.sh hello-python/autoclean.sh hello-python/hello.py.in hello-python/Makefile.am hello-python/configure.ac hello-python/m4/Makefile.am hello-python/po/Makefile.am hello-clisp/INSTALL hello-clisp/autogen.sh hello-clisp/autoclean.sh hello-clisp/hello.lisp.in hello-clisp/Makefile.am hello-clisp/configure.ac hello-clisp/m4/Makefile.am hello-clisp/po/Makefile.am hello-librep/INSTALL hello-librep/autogen.sh hello-librep/autoclean.sh hello-librep/hello.jl.in hello-librep/Makefile.am hello-librep/configure.ac hello-librep/m4/Makefile.am hello-librep/po/Makefile.am hello-guile/INSTALL hello-guile/autogen.sh hello-guile/autoclean.sh hello-guile/hello.scm hello-guile/Makefile.am hello-guile/configure.ac hello-guile/m4/Makefile.am hello-guile/po/Makefile.am hello-smalltalk/INSTALL hello-smalltalk/autogen.sh hello-smalltalk/autoclean.sh hello-smalltalk/hello.st.in hello-smalltalk/Makefile.am hello-smalltalk/configure.ac hello-smalltalk/m4/Makefile.am hello-smalltalk/po/Makefile.am hello-java/INSTALL hello-java/autogen.sh hello-java/autoclean.sh hello-java/Hello.java hello-java/Makefile.am hello-java/configure.ac hello-java/m4/Makefile.am hello-java/po/Makefile.am hello-java-awt/INSTALL hello-java-awt/BUGS hello-java-awt/autogen.sh hello-java-awt/autoclean.sh hello-java-awt/Hello.java hello-java-awt/Makefile.am hello-java-awt/configure.ac hello-java-awt/m4/Makefile.am hello-java-awt/m4/TestAWT.java hello-java-awt/m4/TestAWT.class hello-java-awt/po/Makefile.am hello-java-swing/INSTALL hello-java-swing/BUGS hello-java-swing/autogen.sh hello-java-swing/autoclean.sh hello-java-swing/Hello.java hello-java-swing/Makefile.am hello-java-swing/configure.ac hello-java-swing/m4/Makefile.am hello-java-swing/m4/TestAWT.java hello-java-swing/m4/TestAWT.class hello-java-swing/po/Makefile.am hello-java-qtjambi/INSTALL hello-java-qtjambi/BUGS hello-java-qtjambi/autogen.sh hello-java-qtjambi/autoclean.sh hello-java-qtjambi/Hello.java hello-java-qtjambi/Makefile.am hello-java-qtjambi/configure.ac hello-java-qtjambi/m4/Makefile.am hello-java-qtjambi/m4/Test15.java hello-java-qtjambi/m4/Test15.class hello-java-qtjambi/po/Makefile.am hello-csharp/INSTALL hello-csharp/autogen.sh hello-csharp/autoclean.sh hello-csharp/hello.cs hello-csharp/Makefile.am hello-csharp/configure.ac hello-csharp/m4/Makefile.am hello-csharp/po/Makefile.am hello-csharp-forms/INSTALL hello-csharp-forms/README hello-csharp-forms/BUGS hello-csharp-forms/autogen.sh hello-csharp-forms/autoclean.sh hello-csharp-forms/hello.cs hello-csharp-forms/Makefile.am hello-csharp-forms/configure.ac hello-csharp-forms/m4/Makefile.am hello-csharp-forms/po/Makefile.am hello-gawk/INSTALL hello-gawk/autogen.sh hello-gawk/autoclean.sh hello-gawk/hello.awk hello-gawk/Makefile.am hello-gawk/configure.ac hello-gawk/m4/Makefile.am hello-gawk/po/Makefile.am hello-pascal/INSTALL hello-pascal/autogen.sh hello-pascal/autoclean.sh hello-pascal/hello.pas hello-pascal/hello.rst hello-pascal/Makefile.am hello-pascal/configure.ac hello-pascal/m4/Makefile.am hello-pascal/po/Makefile.am hello-ycp/INSTALL hello-ycp/autogen.sh hello-ycp/autoclean.sh hello-ycp/hello.ycp hello-ycp/Makefile.am hello-ycp/configure.ac hello-ycp/m4/Makefile.am hello-ycp/po/Makefile.am hello-tcl/INSTALL hello-tcl/autogen.sh hello-tcl/autoclean.sh hello-tcl/hello.tcl hello-tcl/Makefile.am hello-tcl/configure.ac hello-tcl/m4/Makefile.am hello-tcl/po/Makefile.am hello-tcl-tk/INSTALL hello-tcl-tk/autogen.sh hello-tcl-tk/autoclean.sh hello-tcl-tk/hello.tcl hello-tcl-tk/Makefile.am hello-tcl-tk/configure.ac hello-tcl-tk/m4/Makefile.am hello-tcl-tk/po/Makefile.am hello-perl/INSTALL hello-perl/autogen.sh hello-perl/autoclean.sh hello-perl/hello-1.pl.in hello-perl/hello-2.pl.in hello-perl/Makefile.am hello-perl/configure.ac hello-perl/m4/Makefile.am hello-perl/po/Makefile.am hello-php/INSTALL hello-php/README hello-php/autogen.sh hello-php/autoclean.sh hello-php/hello.php hello-php/Makefile.am hello-php/configure.ac hello-php/m4/Makefile.am hello-php/po/Makefile.am README; do \
	  d=`echo /$f | sed -e 's,/[^/]*$,,'`; \
	  test -z "$d" || ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext/examples$d || exit 1; \
	  b=`echo $f | sed -e 's,^.*/,,'`; \
	  if test $b = autogen.sh || test $b = autoclean.sh; then \
	    echo "/usr/bin/install -c ./$f /Users/demo/lode/opt/share/doc/gettext/examples/$f"; \
	    /usr/bin/install -c ./$f /Users/demo/lode/opt/share/doc/gettext/examples/$f; \
	  else \
	    echo "/usr/bin/install -c -m 644 ./$f /Users/demo/lode/opt/share/doc/gettext/examples/$f"; \
	    /usr/bin/install -c -m 644 ./$f /Users/demo/lode/opt/share/doc/gettext/examples/$f; \
	  fi; \
	done
/usr/bin/install -c -m 644 ./hello-c/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/INSTALL
/usr/bin/install -c ./hello-c/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/autogen.sh
/usr/bin/install -c ./hello-c/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c/hello.c /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/hello.c
/usr/bin/install -c -m 644 ./hello-c/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/Makefile.am
/usr/bin/install -c -m 644 ./hello-c/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/configure.ac
/usr/bin/install -c -m 644 ./hello-c/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/Makevars
/usr/bin/install -c -m 644 ./hello-c/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c-gnome/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/INSTALL
/usr/bin/install -c ./hello-c-gnome/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/autogen.sh
/usr/bin/install -c ./hello-c-gnome/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c-gnome/hello.c /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/hello.c
/usr/bin/install -c -m 644 ./hello-c-gnome/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/Makefile.am
/usr/bin/install -c -m 644 ./hello-c-gnome/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/configure.ac
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/m4/gnome.m4
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome-gnorba-check.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/m4/gnome-gnorba-check.m4
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome-orbit-check.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/m4/gnome-orbit-check.m4
/usr/bin/install -c -m 644 ./hello-c-gnome/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/Makevars
/usr/bin/install -c -m 644 ./hello-c-gnome/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c-gnome3/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/INSTALL
/usr/bin/install -c ./hello-c-gnome3/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/autogen.sh
/usr/bin/install -c ./hello-c-gnome3/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c-gnome3/hello.c /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/hello.c
/usr/bin/install -c -m 644 ./hello-c-gnome3/hello.desktop.in.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/hello.desktop.in.in
/usr/bin/install -c -m 644 ./hello-c-gnome3/hello.gschema.xml /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/hello.gschema.xml
/usr/bin/install -c -m 644 ./hello-c-gnome3/hello.gresource.xml /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/hello.gresource.xml
/usr/bin/install -c -m 644 ./hello-c-gnome3/hello.ui /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/hello.ui
/usr/bin/install -c -m 644 ./hello-c-gnome3/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/Makefile.am
/usr/bin/install -c -m 644 ./hello-c-gnome3/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/configure.ac
/usr/bin/install -c -m 644 ./hello-c-gnome3/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/Makevars
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/INSTALL
/usr/bin/install -c ./hello-c++/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/autogen.sh
/usr/bin/install -c ./hello-c++/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++/hello.cc /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/hello.cc
/usr/bin/install -c -m 644 ./hello-c++/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/configure.ac
/usr/bin/install -c -m 644 ./hello-c++/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/Makevars
/usr/bin/install -c -m 644 ./hello-c++/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++-qt/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/INSTALL
/usr/bin/install -c -m 644 ./hello-c++-qt/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/BUGS
/usr/bin/install -c ./hello-c++-qt/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/autogen.sh
/usr/bin/install -c ./hello-c++-qt/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-qt/hello.cc /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-qt/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-qt/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/configure.ac
/usr/bin/install -c -m 644 ./hello-c++-qt/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-qt/m4/qt.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/m4/qt.m4
/usr/bin/install -c -m 644 ./hello-c++-qt/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/INSTALL
/usr/bin/install -c -m 644 ./hello-c++-kde/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/BUGS
/usr/bin/install -c ./hello-c++-kde/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/autogen.sh
/usr/bin/install -c ./hello-c++-kde/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/hello.cc /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-kde/hellowindow.h /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/hellowindow.h
/usr/bin/install -c -m 644 ./hello-c++-kde/hellowindow.cc /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/hellowindow.cc
/usr/bin/install -c -m 644 ./hello-c++-kde/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/configure.in.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/configure.in.in
/usr/bin/install -c -m 644 ./hello-c++-kde/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/acinclude.m4.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/acinclude.m4.in
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/am_edit /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/am_edit
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ChangeLog /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/ChangeLog
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/compile /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/compile
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/conf.change.pl /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/conf.change.pl
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.guess /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/config.guess
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.pl /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/config.pl
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.sub /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/config.sub
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/configure.in.bot.end /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/configure.in.bot.end
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/configure.in.min /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/configure.in.min
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/cvs-clean.pl /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/cvs-clean.pl
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/cvs.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/cvs.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/debianrules /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/debianrules
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/depcomp /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/depcomp
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/detect-autoconf.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/detect-autoconf.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Doxyfile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Doxyfile.global /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.global
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/install-sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/install-sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/libtool.m4.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/libtool.m4.in
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ltmain.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/ltmain.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Makefile.common /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/Makefile.common
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/missing /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/missing
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/mkinstalldirs /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/mkinstalldirs
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ylwrap /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/admin/ylwrap
/usr/bin/install -c -m 644 ./hello-c++-kde/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/Makevars
/usr/bin/install -c -m 644 ./hello-c++-kde/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++-gnome/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/INSTALL
/usr/bin/install -c ./hello-c++-gnome/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/autogen.sh
/usr/bin/install -c ./hello-c++-gnome/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-gnome/hello.cc /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-gnome/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-gnome/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/configure.ac
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/m4/gnome.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome-gnorba-check.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome-orbit-check.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/m4/gnome-orbit-check.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gtk.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/m4/gtk.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gtk--.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/m4/gtk--.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/Makevars
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/INSTALL
/usr/bin/install -c ./hello-c++-wxwidgets/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/autogen.sh
/usr/bin/install -c ./hello-c++-wxwidgets/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/hello.cc /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/configure.ac
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/m4/wxwidgets.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/m4/wxwidgets.m4
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/INSTALL
/usr/bin/install -c ./hello-objc/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/autogen.sh
/usr/bin/install -c ./hello-objc/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/autoclean.sh
/usr/bin/install -c -m 644 ./hello-objc/hello.m /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/hello.m
/usr/bin/install -c -m 644 ./hello-objc/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/configure.ac
/usr/bin/install -c -m 644 ./hello-objc/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/Makevars
/usr/bin/install -c -m 644 ./hello-objc/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-objc-gnustep/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/INSTALL
/usr/bin/install -c -m 644 ./hello-objc-gnustep/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/BUGS
/usr/bin/install -c ./hello-objc-gnustep/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/autogen.sh
/usr/bin/install -c ./hello-objc-gnustep/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/autoclean.sh
/usr/bin/install -c -m 644 ./hello-objc-gnustep/main.m /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/main.m
/usr/bin/install -c -m 644 ./hello-objc-gnustep/AppController.h /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/AppController.h
/usr/bin/install -c -m 644 ./hello-objc-gnustep/AppController.m /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/AppController.m
/usr/bin/install -c -m 644 ./hello-objc-gnustep/Hello.h /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/Hello.h
/usr/bin/install -c -m 644 ./hello-objc-gnustep/Hello.m /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/Hello.m
/usr/bin/install -c -m 644 ./hello-objc-gnustep/GNUmakefile /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/GNUmakefile
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/GNUmakefile /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/GNUmakefile
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/LocaleAliases /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/LocaleAliases
/usr/bin/install -c -m 644 ./hello-objc-gnome/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/INSTALL
/usr/bin/install -c ./hello-objc-gnome/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/autogen.sh
/usr/bin/install -c ./hello-objc-gnome/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/autoclean.sh
/usr/bin/install -c -m 644 ./hello-objc-gnome/hello.m /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/hello.m
/usr/bin/install -c -m 644 ./hello-objc-gnome/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc-gnome/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/configure.ac
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/m4/gnome.m4
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome-gnorba-check.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome-orbit-check.m4 /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/m4/gnome-orbit-check.m4
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/Makevars /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/Makevars
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/POTFILES.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-sh/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/INSTALL
/usr/bin/install -c ./hello-sh/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/autogen.sh
/usr/bin/install -c ./hello-sh/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/autoclean.sh
/usr/bin/install -c -m 644 ./hello-sh/hello.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/hello.sh
/usr/bin/install -c -m 644 ./hello-sh/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/Makefile.am
/usr/bin/install -c -m 644 ./hello-sh/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/configure.ac
/usr/bin/install -c -m 644 ./hello-sh/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-sh/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-python/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/INSTALL
/usr/bin/install -c ./hello-python/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/autogen.sh
/usr/bin/install -c ./hello-python/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/autoclean.sh
/usr/bin/install -c -m 644 ./hello-python/hello.py.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/hello.py.in
/usr/bin/install -c -m 644 ./hello-python/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/Makefile.am
/usr/bin/install -c -m 644 ./hello-python/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/configure.ac
/usr/bin/install -c -m 644 ./hello-python/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-python/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-clisp/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/INSTALL
/usr/bin/install -c ./hello-clisp/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/autogen.sh
/usr/bin/install -c ./hello-clisp/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/autoclean.sh
/usr/bin/install -c -m 644 ./hello-clisp/hello.lisp.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/hello.lisp.in
/usr/bin/install -c -m 644 ./hello-clisp/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/Makefile.am
/usr/bin/install -c -m 644 ./hello-clisp/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/configure.ac
/usr/bin/install -c -m 644 ./hello-clisp/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-clisp/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-librep/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/INSTALL
/usr/bin/install -c ./hello-librep/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/autogen.sh
/usr/bin/install -c ./hello-librep/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/autoclean.sh
/usr/bin/install -c -m 644 ./hello-librep/hello.jl.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/hello.jl.in
/usr/bin/install -c -m 644 ./hello-librep/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/Makefile.am
/usr/bin/install -c -m 644 ./hello-librep/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/configure.ac
/usr/bin/install -c -m 644 ./hello-librep/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-librep/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-guile/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/INSTALL
/usr/bin/install -c ./hello-guile/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/autogen.sh
/usr/bin/install -c ./hello-guile/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/autoclean.sh
/usr/bin/install -c -m 644 ./hello-guile/hello.scm /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/hello.scm
/usr/bin/install -c -m 644 ./hello-guile/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/Makefile.am
/usr/bin/install -c -m 644 ./hello-guile/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/configure.ac
/usr/bin/install -c -m 644 ./hello-guile/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-guile/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-smalltalk/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/INSTALL
/usr/bin/install -c ./hello-smalltalk/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/autogen.sh
/usr/bin/install -c ./hello-smalltalk/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/autoclean.sh
/usr/bin/install -c -m 644 ./hello-smalltalk/hello.st.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/hello.st.in
/usr/bin/install -c -m 644 ./hello-smalltalk/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/Makefile.am
/usr/bin/install -c -m 644 ./hello-smalltalk/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/configure.ac
/usr/bin/install -c -m 644 ./hello-smalltalk/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-smalltalk/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-java/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/INSTALL
/usr/bin/install -c ./hello-java/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/autogen.sh
/usr/bin/install -c ./hello-java/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/autoclean.sh
/usr/bin/install -c -m 644 ./hello-java/Hello.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/Hello.java
/usr/bin/install -c -m 644 ./hello-java/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/Makefile.am
/usr/bin/install -c -m 644 ./hello-java/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/configure.ac
/usr/bin/install -c -m 644 ./hello-java/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-java/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-awt/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/INSTALL
/usr/bin/install -c -m 644 ./hello-java-awt/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/BUGS
/usr/bin/install -c ./hello-java-awt/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/autogen.sh
/usr/bin/install -c ./hello-java-awt/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/autoclean.sh
/usr/bin/install -c -m 644 ./hello-java-awt/Hello.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/Hello.java
/usr/bin/install -c -m 644 ./hello-java-awt/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-awt/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/configure.ac
/usr/bin/install -c -m 644 ./hello-java-awt/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-awt/m4/TestAWT.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/m4/TestAWT.java
/usr/bin/install -c -m 644 ./hello-java-awt/m4/TestAWT.class /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/m4/TestAWT.class
/usr/bin/install -c -m 644 ./hello-java-awt/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-swing/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/INSTALL
/usr/bin/install -c -m 644 ./hello-java-swing/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/BUGS
/usr/bin/install -c ./hello-java-swing/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/autogen.sh
/usr/bin/install -c ./hello-java-swing/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/autoclean.sh
/usr/bin/install -c -m 644 ./hello-java-swing/Hello.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/Hello.java
/usr/bin/install -c -m 644 ./hello-java-swing/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-swing/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/configure.ac
/usr/bin/install -c -m 644 ./hello-java-swing/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-swing/m4/TestAWT.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/m4/TestAWT.java
/usr/bin/install -c -m 644 ./hello-java-swing/m4/TestAWT.class /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/m4/TestAWT.class
/usr/bin/install -c -m 644 ./hello-java-swing/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-qtjambi/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/INSTALL
/usr/bin/install -c -m 644 ./hello-java-qtjambi/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/BUGS
/usr/bin/install -c ./hello-java-qtjambi/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/autogen.sh
/usr/bin/install -c ./hello-java-qtjambi/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/autoclean.sh
/usr/bin/install -c -m 644 ./hello-java-qtjambi/Hello.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/Hello.java
/usr/bin/install -c -m 644 ./hello-java-qtjambi/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-qtjambi/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/configure.ac
/usr/bin/install -c -m 644 ./hello-java-qtjambi/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-java-qtjambi/m4/Test15.java /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/m4/Test15.java
/usr/bin/install -c -m 644 ./hello-java-qtjambi/m4/Test15.class /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/m4/Test15.class
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-csharp/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/INSTALL
/usr/bin/install -c ./hello-csharp/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/autogen.sh
/usr/bin/install -c ./hello-csharp/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/autoclean.sh
/usr/bin/install -c -m 644 ./hello-csharp/hello.cs /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/hello.cs
/usr/bin/install -c -m 644 ./hello-csharp/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/Makefile.am
/usr/bin/install -c -m 644 ./hello-csharp/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/configure.ac
/usr/bin/install -c -m 644 ./hello-csharp/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-csharp/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-csharp-forms/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/INSTALL
/usr/bin/install -c -m 644 ./hello-csharp-forms/README /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/README
/usr/bin/install -c -m 644 ./hello-csharp-forms/BUGS /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/BUGS
/usr/bin/install -c ./hello-csharp-forms/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/autogen.sh
/usr/bin/install -c ./hello-csharp-forms/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/autoclean.sh
/usr/bin/install -c -m 644 ./hello-csharp-forms/hello.cs /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/hello.cs
/usr/bin/install -c -m 644 ./hello-csharp-forms/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/Makefile.am
/usr/bin/install -c -m 644 ./hello-csharp-forms/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/configure.ac
/usr/bin/install -c -m 644 ./hello-csharp-forms/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-gawk/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/INSTALL
/usr/bin/install -c ./hello-gawk/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/autogen.sh
/usr/bin/install -c ./hello-gawk/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/autoclean.sh
/usr/bin/install -c -m 644 ./hello-gawk/hello.awk /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/hello.awk
/usr/bin/install -c -m 644 ./hello-gawk/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/Makefile.am
/usr/bin/install -c -m 644 ./hello-gawk/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/configure.ac
/usr/bin/install -c -m 644 ./hello-gawk/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-gawk/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-pascal/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/INSTALL
/usr/bin/install -c ./hello-pascal/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/autogen.sh
/usr/bin/install -c ./hello-pascal/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/autoclean.sh
/usr/bin/install -c -m 644 ./hello-pascal/hello.pas /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/hello.pas
/usr/bin/install -c -m 644 ./hello-pascal/hello.rst /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/hello.rst
/usr/bin/install -c -m 644 ./hello-pascal/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/Makefile.am
/usr/bin/install -c -m 644 ./hello-pascal/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/configure.ac
/usr/bin/install -c -m 644 ./hello-pascal/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-pascal/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-ycp/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/INSTALL
/usr/bin/install -c ./hello-ycp/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/autogen.sh
/usr/bin/install -c ./hello-ycp/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/autoclean.sh
/usr/bin/install -c -m 644 ./hello-ycp/hello.ycp /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/hello.ycp
/usr/bin/install -c -m 644 ./hello-ycp/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/Makefile.am
/usr/bin/install -c -m 644 ./hello-ycp/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/configure.ac
/usr/bin/install -c -m 644 ./hello-ycp/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-ycp/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-tcl/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/INSTALL
/usr/bin/install -c ./hello-tcl/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/autogen.sh
/usr/bin/install -c ./hello-tcl/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/autoclean.sh
/usr/bin/install -c -m 644 ./hello-tcl/hello.tcl /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/hello.tcl
/usr/bin/install -c -m 644 ./hello-tcl/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/Makefile.am
/usr/bin/install -c -m 644 ./hello-tcl/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/configure.ac
/usr/bin/install -c -m 644 ./hello-tcl/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-tcl/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-tcl-tk/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/INSTALL
/usr/bin/install -c ./hello-tcl-tk/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/autogen.sh
/usr/bin/install -c ./hello-tcl-tk/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/autoclean.sh
/usr/bin/install -c -m 644 ./hello-tcl-tk/hello.tcl /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/hello.tcl
/usr/bin/install -c -m 644 ./hello-tcl-tk/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/Makefile.am
/usr/bin/install -c -m 644 ./hello-tcl-tk/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/configure.ac
/usr/bin/install -c -m 644 ./hello-tcl-tk/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-perl/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/INSTALL
/usr/bin/install -c ./hello-perl/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/autogen.sh
/usr/bin/install -c ./hello-perl/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/autoclean.sh
/usr/bin/install -c -m 644 ./hello-perl/hello-1.pl.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/hello-1.pl.in
/usr/bin/install -c -m 644 ./hello-perl/hello-2.pl.in /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/hello-2.pl.in
/usr/bin/install -c -m 644 ./hello-perl/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/Makefile.am
/usr/bin/install -c -m 644 ./hello-perl/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/configure.ac
/usr/bin/install -c -m 644 ./hello-perl/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-perl/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-php/INSTALL /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/INSTALL
/usr/bin/install -c -m 644 ./hello-php/README /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/README
/usr/bin/install -c ./hello-php/autogen.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/autogen.sh
/usr/bin/install -c ./hello-php/autoclean.sh /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/autoclean.sh
/usr/bin/install -c -m 644 ./hello-php/hello.php /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/hello.php
/usr/bin/install -c -m 644 ./hello-php/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/Makefile.am
/usr/bin/install -c -m 644 ./hello-php/configure.ac /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/configure.ac
/usr/bin/install -c -m 644 ./hello-php/m4/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-php/po/Makefile.am /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/Makefile.am
/usr/bin/install -c -m 644 ./README /Users/demo/lode/opt/share/doc/gettext/examples/README
for f1 in hello-c hello-c-gnome hello-c-gnome3 hello-c++ hello-c++-qt hello-c++-kde hello-c++-gnome hello-c++-wxwidgets hello-objc hello-objc-gnustep hello-objc-gnome hello-sh hello-python hello-clisp hello-librep hello-guile hello-smalltalk hello-java hello-java-awt hello-java-swing hello-java-qtjambi hello-csharp hello-csharp-forms hello-gawk hello-pascal hello-ycp hello-tcl hello-tcl-tk hello-perl hello-php; do \
	  for f2 in LINGUAS af.po ast.po bg.po ca.po cs.po da.po de.po el.po eo.po es.po fi.po fr.po ga.po gl.po hr.po hu.po id.po it.po ja.po ky.po lv.po ms.po mt.po nb.po nl.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sr.po sv.po tr.po uk.po vi.po zh_CN.po zh_HK.po zh_TW.po; do \
	    f=$f1/po/$f2; \
	    test -f ./$f || { \
	      echo "WARNING: ./$f doesn't exist; do \"make dist\" to prepare" >&2; \
	      break; \
	    }; \
	    d=`echo /$f | sed -e 's,/[^/]*$,,'`; \
	    test -z "$d" || ../../build-aux/install-sh -c -d /Users/demo/lode/opt/share/doc/gettext/examples$d || exit 1; \
	    b=`echo $f | sed -e 's,^.*/,,'`; \
	    echo "/usr/bin/install -c -m 644 ./$f /Users/demo/lode/opt/share/doc/gettext/examples/$f"; \
	    /usr/bin/install -c -m 644 ./$f /Users/demo/lode/opt/share/doc/gettext/examples/$f; \
	  done; \
	done
/usr/bin/install -c -m 644 ./hello-c/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/af.po
/usr/bin/install -c -m 644 ./hello-c/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ast.po
/usr/bin/install -c -m 644 ./hello-c/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/bg.po
/usr/bin/install -c -m 644 ./hello-c/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ca.po
/usr/bin/install -c -m 644 ./hello-c/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/cs.po
/usr/bin/install -c -m 644 ./hello-c/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/da.po
/usr/bin/install -c -m 644 ./hello-c/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/de.po
/usr/bin/install -c -m 644 ./hello-c/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/el.po
/usr/bin/install -c -m 644 ./hello-c/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/eo.po
/usr/bin/install -c -m 644 ./hello-c/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/es.po
/usr/bin/install -c -m 644 ./hello-c/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/fi.po
/usr/bin/install -c -m 644 ./hello-c/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/fr.po
/usr/bin/install -c -m 644 ./hello-c/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ga.po
/usr/bin/install -c -m 644 ./hello-c/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/gl.po
/usr/bin/install -c -m 644 ./hello-c/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/hr.po
/usr/bin/install -c -m 644 ./hello-c/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/hu.po
/usr/bin/install -c -m 644 ./hello-c/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/id.po
/usr/bin/install -c -m 644 ./hello-c/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/it.po
/usr/bin/install -c -m 644 ./hello-c/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ja.po
/usr/bin/install -c -m 644 ./hello-c/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ky.po
/usr/bin/install -c -m 644 ./hello-c/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/lv.po
/usr/bin/install -c -m 644 ./hello-c/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ms.po
/usr/bin/install -c -m 644 ./hello-c/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/mt.po
/usr/bin/install -c -m 644 ./hello-c/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/nb.po
/usr/bin/install -c -m 644 ./hello-c/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/nl.po
/usr/bin/install -c -m 644 ./hello-c/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/pl.po
/usr/bin/install -c -m 644 ./hello-c/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/pt.po
/usr/bin/install -c -m 644 ./hello-c/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ro.po
/usr/bin/install -c -m 644 ./hello-c/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/ru.po
/usr/bin/install -c -m 644 ./hello-c/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/sk.po
/usr/bin/install -c -m 644 ./hello-c/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/sl.po
/usr/bin/install -c -m 644 ./hello-c/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/sr.po
/usr/bin/install -c -m 644 ./hello-c/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/sv.po
/usr/bin/install -c -m 644 ./hello-c/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/tr.po
/usr/bin/install -c -m 644 ./hello-c/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/uk.po
/usr/bin/install -c -m 644 ./hello-c/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/vi.po
/usr/bin/install -c -m 644 ./hello-c/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c-gnome/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/af.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ast.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/bg.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ca.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/cs.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/da.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/de.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/el.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/eo.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/es.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/fi.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/fr.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ga.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/gl.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/hr.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/hu.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/id.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/it.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ja.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ky.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/lv.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ms.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/mt.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/nb.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/nl.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/pl.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/pt.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ro.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/ru.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/sk.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/sl.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/sr.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/sv.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/tr.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/uk.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/vi.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c-gnome/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/af.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ast.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/bg.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ca.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/cs.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/da.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/de.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/el.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/eo.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/es.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/fi.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/fr.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ga.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/gl.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/hr.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/hu.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/id.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/it.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ja.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ky.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/lv.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ms.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/mt.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/nb.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/nl.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/pl.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/pt.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ro.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/ru.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/sk.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/sl.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/sr.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/sv.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/tr.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/uk.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/vi.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c-gnome3/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c-gnome3/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c++/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c++/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/af.po
/usr/bin/install -c -m 644 ./hello-c++/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ast.po
/usr/bin/install -c -m 644 ./hello-c++/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/bg.po
/usr/bin/install -c -m 644 ./hello-c++/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ca.po
/usr/bin/install -c -m 644 ./hello-c++/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/cs.po
/usr/bin/install -c -m 644 ./hello-c++/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/da.po
/usr/bin/install -c -m 644 ./hello-c++/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/de.po
/usr/bin/install -c -m 644 ./hello-c++/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/el.po
/usr/bin/install -c -m 644 ./hello-c++/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/eo.po
/usr/bin/install -c -m 644 ./hello-c++/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/es.po
/usr/bin/install -c -m 644 ./hello-c++/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/fi.po
/usr/bin/install -c -m 644 ./hello-c++/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/fr.po
/usr/bin/install -c -m 644 ./hello-c++/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ga.po
/usr/bin/install -c -m 644 ./hello-c++/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/gl.po
/usr/bin/install -c -m 644 ./hello-c++/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/hr.po
/usr/bin/install -c -m 644 ./hello-c++/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/hu.po
/usr/bin/install -c -m 644 ./hello-c++/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/id.po
/usr/bin/install -c -m 644 ./hello-c++/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/it.po
/usr/bin/install -c -m 644 ./hello-c++/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ja.po
/usr/bin/install -c -m 644 ./hello-c++/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ky.po
/usr/bin/install -c -m 644 ./hello-c++/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/lv.po
/usr/bin/install -c -m 644 ./hello-c++/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ms.po
/usr/bin/install -c -m 644 ./hello-c++/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/mt.po
/usr/bin/install -c -m 644 ./hello-c++/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/nb.po
/usr/bin/install -c -m 644 ./hello-c++/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/nl.po
/usr/bin/install -c -m 644 ./hello-c++/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/pl.po
/usr/bin/install -c -m 644 ./hello-c++/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/pt.po
/usr/bin/install -c -m 644 ./hello-c++/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c++/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ro.po
/usr/bin/install -c -m 644 ./hello-c++/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/ru.po
/usr/bin/install -c -m 644 ./hello-c++/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/sk.po
/usr/bin/install -c -m 644 ./hello-c++/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/sl.po
/usr/bin/install -c -m 644 ./hello-c++/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/sr.po
/usr/bin/install -c -m 644 ./hello-c++/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/sv.po
/usr/bin/install -c -m 644 ./hello-c++/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/tr.po
/usr/bin/install -c -m 644 ./hello-c++/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/uk.po
/usr/bin/install -c -m 644 ./hello-c++/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/vi.po
/usr/bin/install -c -m 644 ./hello-c++/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c++/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c++/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c++-qt/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/af.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ast.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/bg.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ca.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/cs.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/da.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/de.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/el.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/eo.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/es.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/fi.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/fr.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ga.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/gl.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/hr.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/hu.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/id.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/it.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ja.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ky.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/lv.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ms.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/mt.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/nb.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/nl.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/pl.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/pt.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ro.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/ru.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/sk.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/sl.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/sr.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/sv.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/tr.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/uk.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/vi.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c++-qt/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-qt/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c++-kde/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/af.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ast.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/bg.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ca.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/cs.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/da.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/de.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/el.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/eo.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/es.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/fi.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/fr.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ga.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/gl.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/hr.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/hu.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/id.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/it.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ja.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ky.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/lv.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ms.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/mt.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/nb.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/nl.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/pl.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/pt.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ro.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/ru.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/sk.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/sl.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/sr.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/sv.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/tr.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/uk.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/vi.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c++-kde/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-kde/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/af.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ast.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/bg.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ca.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/cs.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/da.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/de.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/el.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/eo.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/es.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/fi.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/fr.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ga.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/gl.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/hr.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/hu.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/id.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/it.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ja.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ky.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/lv.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ms.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/mt.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/nb.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/nl.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/pl.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/pt.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ro.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/ru.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/sk.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/sl.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/sr.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/sv.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/tr.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/uk.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/vi.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-gnome/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/af.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ast.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/bg.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ca.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/cs.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/da.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/de.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/el.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/eo.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/es.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/fi.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/fr.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ga.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/gl.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/hr.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/hu.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/id.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/it.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ja.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ky.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/lv.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ms.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/mt.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/nb.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/nl.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/pl.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/pt.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ro.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/ru.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/sk.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/sl.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/sr.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/sv.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/tr.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/uk.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/vi.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-objc/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-objc/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/af.po
/usr/bin/install -c -m 644 ./hello-objc/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ast.po
/usr/bin/install -c -m 644 ./hello-objc/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/bg.po
/usr/bin/install -c -m 644 ./hello-objc/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ca.po
/usr/bin/install -c -m 644 ./hello-objc/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/cs.po
/usr/bin/install -c -m 644 ./hello-objc/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/da.po
/usr/bin/install -c -m 644 ./hello-objc/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/de.po
/usr/bin/install -c -m 644 ./hello-objc/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/el.po
/usr/bin/install -c -m 644 ./hello-objc/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/eo.po
/usr/bin/install -c -m 644 ./hello-objc/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/es.po
/usr/bin/install -c -m 644 ./hello-objc/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/fi.po
/usr/bin/install -c -m 644 ./hello-objc/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/fr.po
/usr/bin/install -c -m 644 ./hello-objc/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ga.po
/usr/bin/install -c -m 644 ./hello-objc/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/gl.po
/usr/bin/install -c -m 644 ./hello-objc/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/hr.po
/usr/bin/install -c -m 644 ./hello-objc/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/hu.po
/usr/bin/install -c -m 644 ./hello-objc/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/id.po
/usr/bin/install -c -m 644 ./hello-objc/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/it.po
/usr/bin/install -c -m 644 ./hello-objc/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ja.po
/usr/bin/install -c -m 644 ./hello-objc/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ky.po
/usr/bin/install -c -m 644 ./hello-objc/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/lv.po
/usr/bin/install -c -m 644 ./hello-objc/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ms.po
/usr/bin/install -c -m 644 ./hello-objc/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/mt.po
/usr/bin/install -c -m 644 ./hello-objc/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/nb.po
/usr/bin/install -c -m 644 ./hello-objc/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/nl.po
/usr/bin/install -c -m 644 ./hello-objc/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/pl.po
/usr/bin/install -c -m 644 ./hello-objc/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/pt.po
/usr/bin/install -c -m 644 ./hello-objc/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-objc/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ro.po
/usr/bin/install -c -m 644 ./hello-objc/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/ru.po
/usr/bin/install -c -m 644 ./hello-objc/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/sk.po
/usr/bin/install -c -m 644 ./hello-objc/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/sl.po
/usr/bin/install -c -m 644 ./hello-objc/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/sr.po
/usr/bin/install -c -m 644 ./hello-objc/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/sv.po
/usr/bin/install -c -m 644 ./hello-objc/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/tr.po
/usr/bin/install -c -m 644 ./hello-objc/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/uk.po
/usr/bin/install -c -m 644 ./hello-objc/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/vi.po
/usr/bin/install -c -m 644 ./hello-objc/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-objc/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-objc/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/af.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ast.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/bg.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ca.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/cs.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/da.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/de.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/el.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/eo.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/es.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/fi.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/fr.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ga.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/gl.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/hr.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/hu.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/id.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/it.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ja.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ky.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/lv.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ms.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/mt.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/nb.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/nl.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/pl.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/pt.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ro.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/ru.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/sk.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/sl.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/sr.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/sv.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/tr.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/uk.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/vi.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnustep/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/af.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ast.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/bg.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ca.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/cs.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/da.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/de.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/el.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/eo.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/es.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/fi.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/fr.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ga.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/gl.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/hr.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/hu.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/id.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/it.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ja.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ky.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/lv.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ms.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/mt.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/nb.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/nl.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/pl.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/pt.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ro.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/ru.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/sk.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/sl.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/sr.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/sv.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/tr.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/uk.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/vi.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-objc-gnome/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-sh/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-sh/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/af.po
/usr/bin/install -c -m 644 ./hello-sh/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ast.po
/usr/bin/install -c -m 644 ./hello-sh/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/bg.po
/usr/bin/install -c -m 644 ./hello-sh/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ca.po
/usr/bin/install -c -m 644 ./hello-sh/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/cs.po
/usr/bin/install -c -m 644 ./hello-sh/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/da.po
/usr/bin/install -c -m 644 ./hello-sh/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/de.po
/usr/bin/install -c -m 644 ./hello-sh/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/el.po
/usr/bin/install -c -m 644 ./hello-sh/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/eo.po
/usr/bin/install -c -m 644 ./hello-sh/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/es.po
/usr/bin/install -c -m 644 ./hello-sh/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/fi.po
/usr/bin/install -c -m 644 ./hello-sh/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/fr.po
/usr/bin/install -c -m 644 ./hello-sh/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ga.po
/usr/bin/install -c -m 644 ./hello-sh/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/gl.po
/usr/bin/install -c -m 644 ./hello-sh/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/hr.po
/usr/bin/install -c -m 644 ./hello-sh/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/hu.po
/usr/bin/install -c -m 644 ./hello-sh/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/id.po
/usr/bin/install -c -m 644 ./hello-sh/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/it.po
/usr/bin/install -c -m 644 ./hello-sh/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ja.po
/usr/bin/install -c -m 644 ./hello-sh/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ky.po
/usr/bin/install -c -m 644 ./hello-sh/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/lv.po
/usr/bin/install -c -m 644 ./hello-sh/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ms.po
/usr/bin/install -c -m 644 ./hello-sh/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/mt.po
/usr/bin/install -c -m 644 ./hello-sh/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/nb.po
/usr/bin/install -c -m 644 ./hello-sh/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/nl.po
/usr/bin/install -c -m 644 ./hello-sh/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/pl.po
/usr/bin/install -c -m 644 ./hello-sh/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/pt.po
/usr/bin/install -c -m 644 ./hello-sh/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-sh/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ro.po
/usr/bin/install -c -m 644 ./hello-sh/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/ru.po
/usr/bin/install -c -m 644 ./hello-sh/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/sk.po
/usr/bin/install -c -m 644 ./hello-sh/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/sl.po
/usr/bin/install -c -m 644 ./hello-sh/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/sr.po
/usr/bin/install -c -m 644 ./hello-sh/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/sv.po
/usr/bin/install -c -m 644 ./hello-sh/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/tr.po
/usr/bin/install -c -m 644 ./hello-sh/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/uk.po
/usr/bin/install -c -m 644 ./hello-sh/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/vi.po
/usr/bin/install -c -m 644 ./hello-sh/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-sh/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-sh/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-sh/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-python/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-python/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/af.po
/usr/bin/install -c -m 644 ./hello-python/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ast.po
/usr/bin/install -c -m 644 ./hello-python/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/bg.po
/usr/bin/install -c -m 644 ./hello-python/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ca.po
/usr/bin/install -c -m 644 ./hello-python/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/cs.po
/usr/bin/install -c -m 644 ./hello-python/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/da.po
/usr/bin/install -c -m 644 ./hello-python/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/de.po
/usr/bin/install -c -m 644 ./hello-python/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/el.po
/usr/bin/install -c -m 644 ./hello-python/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/eo.po
/usr/bin/install -c -m 644 ./hello-python/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/es.po
/usr/bin/install -c -m 644 ./hello-python/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/fi.po
/usr/bin/install -c -m 644 ./hello-python/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/fr.po
/usr/bin/install -c -m 644 ./hello-python/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ga.po
/usr/bin/install -c -m 644 ./hello-python/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/gl.po
/usr/bin/install -c -m 644 ./hello-python/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/hr.po
/usr/bin/install -c -m 644 ./hello-python/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/hu.po
/usr/bin/install -c -m 644 ./hello-python/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/id.po
/usr/bin/install -c -m 644 ./hello-python/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/it.po
/usr/bin/install -c -m 644 ./hello-python/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ja.po
/usr/bin/install -c -m 644 ./hello-python/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ky.po
/usr/bin/install -c -m 644 ./hello-python/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/lv.po
/usr/bin/install -c -m 644 ./hello-python/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ms.po
/usr/bin/install -c -m 644 ./hello-python/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/mt.po
/usr/bin/install -c -m 644 ./hello-python/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/nb.po
/usr/bin/install -c -m 644 ./hello-python/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/nl.po
/usr/bin/install -c -m 644 ./hello-python/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/pl.po
/usr/bin/install -c -m 644 ./hello-python/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/pt.po
/usr/bin/install -c -m 644 ./hello-python/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-python/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ro.po
/usr/bin/install -c -m 644 ./hello-python/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/ru.po
/usr/bin/install -c -m 644 ./hello-python/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/sk.po
/usr/bin/install -c -m 644 ./hello-python/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/sl.po
/usr/bin/install -c -m 644 ./hello-python/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/sr.po
/usr/bin/install -c -m 644 ./hello-python/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/sv.po
/usr/bin/install -c -m 644 ./hello-python/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/tr.po
/usr/bin/install -c -m 644 ./hello-python/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/uk.po
/usr/bin/install -c -m 644 ./hello-python/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/vi.po
/usr/bin/install -c -m 644 ./hello-python/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-python/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-python/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-python/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-clisp/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-clisp/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/af.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ast.po
/usr/bin/install -c -m 644 ./hello-clisp/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/bg.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ca.po
/usr/bin/install -c -m 644 ./hello-clisp/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/cs.po
/usr/bin/install -c -m 644 ./hello-clisp/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/da.po
/usr/bin/install -c -m 644 ./hello-clisp/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/de.po
/usr/bin/install -c -m 644 ./hello-clisp/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/el.po
/usr/bin/install -c -m 644 ./hello-clisp/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/eo.po
/usr/bin/install -c -m 644 ./hello-clisp/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/es.po
/usr/bin/install -c -m 644 ./hello-clisp/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/fi.po
/usr/bin/install -c -m 644 ./hello-clisp/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/fr.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ga.po
/usr/bin/install -c -m 644 ./hello-clisp/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/gl.po
/usr/bin/install -c -m 644 ./hello-clisp/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/hr.po
/usr/bin/install -c -m 644 ./hello-clisp/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/hu.po
/usr/bin/install -c -m 644 ./hello-clisp/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/id.po
/usr/bin/install -c -m 644 ./hello-clisp/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/it.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ja.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ky.po
/usr/bin/install -c -m 644 ./hello-clisp/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/lv.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ms.po
/usr/bin/install -c -m 644 ./hello-clisp/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/mt.po
/usr/bin/install -c -m 644 ./hello-clisp/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/nb.po
/usr/bin/install -c -m 644 ./hello-clisp/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/nl.po
/usr/bin/install -c -m 644 ./hello-clisp/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/pl.po
/usr/bin/install -c -m 644 ./hello-clisp/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/pt.po
/usr/bin/install -c -m 644 ./hello-clisp/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ro.po
/usr/bin/install -c -m 644 ./hello-clisp/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/ru.po
/usr/bin/install -c -m 644 ./hello-clisp/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/sk.po
/usr/bin/install -c -m 644 ./hello-clisp/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/sl.po
/usr/bin/install -c -m 644 ./hello-clisp/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/sr.po
/usr/bin/install -c -m 644 ./hello-clisp/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/sv.po
/usr/bin/install -c -m 644 ./hello-clisp/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/tr.po
/usr/bin/install -c -m 644 ./hello-clisp/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/uk.po
/usr/bin/install -c -m 644 ./hello-clisp/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/vi.po
/usr/bin/install -c -m 644 ./hello-clisp/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-clisp/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-clisp/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-clisp/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-librep/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-librep/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/af.po
/usr/bin/install -c -m 644 ./hello-librep/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ast.po
/usr/bin/install -c -m 644 ./hello-librep/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/bg.po
/usr/bin/install -c -m 644 ./hello-librep/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ca.po
/usr/bin/install -c -m 644 ./hello-librep/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/cs.po
/usr/bin/install -c -m 644 ./hello-librep/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/da.po
/usr/bin/install -c -m 644 ./hello-librep/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/de.po
/usr/bin/install -c -m 644 ./hello-librep/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/el.po
/usr/bin/install -c -m 644 ./hello-librep/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/eo.po
/usr/bin/install -c -m 644 ./hello-librep/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/es.po
/usr/bin/install -c -m 644 ./hello-librep/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/fi.po
/usr/bin/install -c -m 644 ./hello-librep/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/fr.po
/usr/bin/install -c -m 644 ./hello-librep/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ga.po
/usr/bin/install -c -m 644 ./hello-librep/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/gl.po
/usr/bin/install -c -m 644 ./hello-librep/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/hr.po
/usr/bin/install -c -m 644 ./hello-librep/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/hu.po
/usr/bin/install -c -m 644 ./hello-librep/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/id.po
/usr/bin/install -c -m 644 ./hello-librep/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/it.po
/usr/bin/install -c -m 644 ./hello-librep/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ja.po
/usr/bin/install -c -m 644 ./hello-librep/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ky.po
/usr/bin/install -c -m 644 ./hello-librep/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/lv.po
/usr/bin/install -c -m 644 ./hello-librep/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ms.po
/usr/bin/install -c -m 644 ./hello-librep/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/mt.po
/usr/bin/install -c -m 644 ./hello-librep/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/nb.po
/usr/bin/install -c -m 644 ./hello-librep/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/nl.po
/usr/bin/install -c -m 644 ./hello-librep/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/pl.po
/usr/bin/install -c -m 644 ./hello-librep/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/pt.po
/usr/bin/install -c -m 644 ./hello-librep/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-librep/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ro.po
/usr/bin/install -c -m 644 ./hello-librep/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/ru.po
/usr/bin/install -c -m 644 ./hello-librep/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/sk.po
/usr/bin/install -c -m 644 ./hello-librep/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/sl.po
/usr/bin/install -c -m 644 ./hello-librep/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/sr.po
/usr/bin/install -c -m 644 ./hello-librep/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/sv.po
/usr/bin/install -c -m 644 ./hello-librep/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/tr.po
/usr/bin/install -c -m 644 ./hello-librep/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/uk.po
/usr/bin/install -c -m 644 ./hello-librep/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/vi.po
/usr/bin/install -c -m 644 ./hello-librep/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-librep/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-librep/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-librep/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-guile/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-guile/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/af.po
/usr/bin/install -c -m 644 ./hello-guile/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ast.po
/usr/bin/install -c -m 644 ./hello-guile/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/bg.po
/usr/bin/install -c -m 644 ./hello-guile/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ca.po
/usr/bin/install -c -m 644 ./hello-guile/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/cs.po
/usr/bin/install -c -m 644 ./hello-guile/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/da.po
/usr/bin/install -c -m 644 ./hello-guile/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/de.po
/usr/bin/install -c -m 644 ./hello-guile/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/el.po
/usr/bin/install -c -m 644 ./hello-guile/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/eo.po
/usr/bin/install -c -m 644 ./hello-guile/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/es.po
/usr/bin/install -c -m 644 ./hello-guile/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/fi.po
/usr/bin/install -c -m 644 ./hello-guile/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/fr.po
/usr/bin/install -c -m 644 ./hello-guile/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ga.po
/usr/bin/install -c -m 644 ./hello-guile/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/gl.po
/usr/bin/install -c -m 644 ./hello-guile/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/hr.po
/usr/bin/install -c -m 644 ./hello-guile/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/hu.po
/usr/bin/install -c -m 644 ./hello-guile/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/id.po
/usr/bin/install -c -m 644 ./hello-guile/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/it.po
/usr/bin/install -c -m 644 ./hello-guile/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ja.po
/usr/bin/install -c -m 644 ./hello-guile/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ky.po
/usr/bin/install -c -m 644 ./hello-guile/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/lv.po
/usr/bin/install -c -m 644 ./hello-guile/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ms.po
/usr/bin/install -c -m 644 ./hello-guile/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/mt.po
/usr/bin/install -c -m 644 ./hello-guile/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/nb.po
/usr/bin/install -c -m 644 ./hello-guile/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/nl.po
/usr/bin/install -c -m 644 ./hello-guile/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/pl.po
/usr/bin/install -c -m 644 ./hello-guile/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/pt.po
/usr/bin/install -c -m 644 ./hello-guile/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-guile/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ro.po
/usr/bin/install -c -m 644 ./hello-guile/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/ru.po
/usr/bin/install -c -m 644 ./hello-guile/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/sk.po
/usr/bin/install -c -m 644 ./hello-guile/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/sl.po
/usr/bin/install -c -m 644 ./hello-guile/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/sr.po
/usr/bin/install -c -m 644 ./hello-guile/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/sv.po
/usr/bin/install -c -m 644 ./hello-guile/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/tr.po
/usr/bin/install -c -m 644 ./hello-guile/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/uk.po
/usr/bin/install -c -m 644 ./hello-guile/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/vi.po
/usr/bin/install -c -m 644 ./hello-guile/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-guile/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-guile/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-guile/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-smalltalk/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/af.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ast.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/bg.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ca.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/cs.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/da.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/de.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/el.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/eo.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/es.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/fi.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/fr.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ga.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/gl.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/hr.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/hu.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/id.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/it.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ja.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ky.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/lv.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ms.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/mt.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/nb.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/nl.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/pl.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/pt.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ro.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/ru.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/sk.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/sl.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/sr.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/sv.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/tr.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/uk.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/vi.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-smalltalk/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-smalltalk/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-java/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-java/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/af.po
/usr/bin/install -c -m 644 ./hello-java/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ast.po
/usr/bin/install -c -m 644 ./hello-java/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/bg.po
/usr/bin/install -c -m 644 ./hello-java/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ca.po
/usr/bin/install -c -m 644 ./hello-java/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/cs.po
/usr/bin/install -c -m 644 ./hello-java/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/da.po
/usr/bin/install -c -m 644 ./hello-java/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/de.po
/usr/bin/install -c -m 644 ./hello-java/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/el.po
/usr/bin/install -c -m 644 ./hello-java/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/eo.po
/usr/bin/install -c -m 644 ./hello-java/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/es.po
/usr/bin/install -c -m 644 ./hello-java/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/fi.po
/usr/bin/install -c -m 644 ./hello-java/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/fr.po
/usr/bin/install -c -m 644 ./hello-java/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ga.po
/usr/bin/install -c -m 644 ./hello-java/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/gl.po
/usr/bin/install -c -m 644 ./hello-java/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/hr.po
/usr/bin/install -c -m 644 ./hello-java/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/hu.po
/usr/bin/install -c -m 644 ./hello-java/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/id.po
/usr/bin/install -c -m 644 ./hello-java/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/it.po
/usr/bin/install -c -m 644 ./hello-java/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ja.po
/usr/bin/install -c -m 644 ./hello-java/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ky.po
/usr/bin/install -c -m 644 ./hello-java/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/lv.po
/usr/bin/install -c -m 644 ./hello-java/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ms.po
/usr/bin/install -c -m 644 ./hello-java/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/mt.po
/usr/bin/install -c -m 644 ./hello-java/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/nb.po
/usr/bin/install -c -m 644 ./hello-java/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/nl.po
/usr/bin/install -c -m 644 ./hello-java/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/pl.po
/usr/bin/install -c -m 644 ./hello-java/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/pt.po
/usr/bin/install -c -m 644 ./hello-java/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-java/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ro.po
/usr/bin/install -c -m 644 ./hello-java/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/ru.po
/usr/bin/install -c -m 644 ./hello-java/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/sk.po
/usr/bin/install -c -m 644 ./hello-java/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/sl.po
/usr/bin/install -c -m 644 ./hello-java/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/sr.po
/usr/bin/install -c -m 644 ./hello-java/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/sv.po
/usr/bin/install -c -m 644 ./hello-java/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/tr.po
/usr/bin/install -c -m 644 ./hello-java/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/uk.po
/usr/bin/install -c -m 644 ./hello-java/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/vi.po
/usr/bin/install -c -m 644 ./hello-java/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-java/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-java/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-java-awt/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/af.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ast.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/bg.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ca.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/cs.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/da.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/de.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/el.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/eo.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/es.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/fi.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/fr.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ga.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/gl.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/hr.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/hu.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/id.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/it.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ja.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ky.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/lv.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ms.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/mt.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/nb.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/nl.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/pl.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/pt.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ro.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/ru.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/sk.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/sl.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/sr.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/sv.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/tr.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/uk.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/vi.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-java-awt/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-awt/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-java-swing/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/af.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ast.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/bg.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ca.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/cs.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/da.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/de.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/el.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/eo.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/es.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/fi.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/fr.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ga.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/gl.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/hr.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/hu.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/id.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/it.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ja.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ky.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/lv.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ms.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/mt.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/nb.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/nl.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/pl.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/pt.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ro.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/ru.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/sk.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/sl.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/sr.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/sv.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/tr.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/uk.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/vi.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-java-swing/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-swing/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/af.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ast.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/bg.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ca.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/cs.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/da.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/de.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/el.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/eo.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/es.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/fi.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/fr.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ga.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/gl.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/hr.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/hu.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/id.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/it.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ja.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ky.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/lv.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ms.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/mt.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/nb.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/nl.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/pl.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/pt.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ro.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/ru.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/sk.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/sl.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/sr.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/sv.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/tr.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/uk.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/vi.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-java-qtjambi/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-csharp/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-csharp/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/af.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ast.po
/usr/bin/install -c -m 644 ./hello-csharp/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/bg.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ca.po
/usr/bin/install -c -m 644 ./hello-csharp/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/cs.po
/usr/bin/install -c -m 644 ./hello-csharp/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/da.po
/usr/bin/install -c -m 644 ./hello-csharp/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/de.po
/usr/bin/install -c -m 644 ./hello-csharp/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/el.po
/usr/bin/install -c -m 644 ./hello-csharp/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/eo.po
/usr/bin/install -c -m 644 ./hello-csharp/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/es.po
/usr/bin/install -c -m 644 ./hello-csharp/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/fi.po
/usr/bin/install -c -m 644 ./hello-csharp/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/fr.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ga.po
/usr/bin/install -c -m 644 ./hello-csharp/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/gl.po
/usr/bin/install -c -m 644 ./hello-csharp/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/hr.po
/usr/bin/install -c -m 644 ./hello-csharp/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/hu.po
/usr/bin/install -c -m 644 ./hello-csharp/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/id.po
/usr/bin/install -c -m 644 ./hello-csharp/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/it.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ja.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ky.po
/usr/bin/install -c -m 644 ./hello-csharp/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/lv.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ms.po
/usr/bin/install -c -m 644 ./hello-csharp/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/mt.po
/usr/bin/install -c -m 644 ./hello-csharp/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/nb.po
/usr/bin/install -c -m 644 ./hello-csharp/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/nl.po
/usr/bin/install -c -m 644 ./hello-csharp/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/pl.po
/usr/bin/install -c -m 644 ./hello-csharp/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/pt.po
/usr/bin/install -c -m 644 ./hello-csharp/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ro.po
/usr/bin/install -c -m 644 ./hello-csharp/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/ru.po
/usr/bin/install -c -m 644 ./hello-csharp/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/sk.po
/usr/bin/install -c -m 644 ./hello-csharp/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/sl.po
/usr/bin/install -c -m 644 ./hello-csharp/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/sr.po
/usr/bin/install -c -m 644 ./hello-csharp/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/sv.po
/usr/bin/install -c -m 644 ./hello-csharp/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/tr.po
/usr/bin/install -c -m 644 ./hello-csharp/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/uk.po
/usr/bin/install -c -m 644 ./hello-csharp/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/vi.po
/usr/bin/install -c -m 644 ./hello-csharp/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-csharp/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-csharp/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/af.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ast.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/bg.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ca.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/cs.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/da.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/de.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/el.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/eo.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/es.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/fi.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/fr.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ga.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/gl.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/hr.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/hu.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/id.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/it.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ja.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ky.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/lv.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ms.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/mt.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/nb.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/nl.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/pl.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/pt.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ro.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/ru.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/sk.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/sl.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/sr.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/sv.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/tr.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/uk.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/vi.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-csharp-forms/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-gawk/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-gawk/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/af.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ast.po
/usr/bin/install -c -m 644 ./hello-gawk/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/bg.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ca.po
/usr/bin/install -c -m 644 ./hello-gawk/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/cs.po
/usr/bin/install -c -m 644 ./hello-gawk/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/da.po
/usr/bin/install -c -m 644 ./hello-gawk/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/de.po
/usr/bin/install -c -m 644 ./hello-gawk/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/el.po
/usr/bin/install -c -m 644 ./hello-gawk/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/eo.po
/usr/bin/install -c -m 644 ./hello-gawk/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/es.po
/usr/bin/install -c -m 644 ./hello-gawk/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/fi.po
/usr/bin/install -c -m 644 ./hello-gawk/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/fr.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ga.po
/usr/bin/install -c -m 644 ./hello-gawk/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/gl.po
/usr/bin/install -c -m 644 ./hello-gawk/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/hr.po
/usr/bin/install -c -m 644 ./hello-gawk/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/hu.po
/usr/bin/install -c -m 644 ./hello-gawk/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/id.po
/usr/bin/install -c -m 644 ./hello-gawk/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/it.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ja.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ky.po
/usr/bin/install -c -m 644 ./hello-gawk/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/lv.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ms.po
/usr/bin/install -c -m 644 ./hello-gawk/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/mt.po
/usr/bin/install -c -m 644 ./hello-gawk/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/nb.po
/usr/bin/install -c -m 644 ./hello-gawk/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/nl.po
/usr/bin/install -c -m 644 ./hello-gawk/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/pl.po
/usr/bin/install -c -m 644 ./hello-gawk/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/pt.po
/usr/bin/install -c -m 644 ./hello-gawk/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ro.po
/usr/bin/install -c -m 644 ./hello-gawk/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/ru.po
/usr/bin/install -c -m 644 ./hello-gawk/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/sk.po
/usr/bin/install -c -m 644 ./hello-gawk/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/sl.po
/usr/bin/install -c -m 644 ./hello-gawk/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/sr.po
/usr/bin/install -c -m 644 ./hello-gawk/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/sv.po
/usr/bin/install -c -m 644 ./hello-gawk/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/tr.po
/usr/bin/install -c -m 644 ./hello-gawk/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/uk.po
/usr/bin/install -c -m 644 ./hello-gawk/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/vi.po
/usr/bin/install -c -m 644 ./hello-gawk/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-gawk/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-gawk/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-gawk/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-pascal/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-pascal/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/af.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ast.po
/usr/bin/install -c -m 644 ./hello-pascal/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/bg.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ca.po
/usr/bin/install -c -m 644 ./hello-pascal/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/cs.po
/usr/bin/install -c -m 644 ./hello-pascal/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/da.po
/usr/bin/install -c -m 644 ./hello-pascal/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/de.po
/usr/bin/install -c -m 644 ./hello-pascal/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/el.po
/usr/bin/install -c -m 644 ./hello-pascal/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/eo.po
/usr/bin/install -c -m 644 ./hello-pascal/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/es.po
/usr/bin/install -c -m 644 ./hello-pascal/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/fi.po
/usr/bin/install -c -m 644 ./hello-pascal/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/fr.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ga.po
/usr/bin/install -c -m 644 ./hello-pascal/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/gl.po
/usr/bin/install -c -m 644 ./hello-pascal/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/hr.po
/usr/bin/install -c -m 644 ./hello-pascal/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/hu.po
/usr/bin/install -c -m 644 ./hello-pascal/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/id.po
/usr/bin/install -c -m 644 ./hello-pascal/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/it.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ja.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ky.po
/usr/bin/install -c -m 644 ./hello-pascal/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/lv.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ms.po
/usr/bin/install -c -m 644 ./hello-pascal/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/mt.po
/usr/bin/install -c -m 644 ./hello-pascal/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/nb.po
/usr/bin/install -c -m 644 ./hello-pascal/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/nl.po
/usr/bin/install -c -m 644 ./hello-pascal/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/pl.po
/usr/bin/install -c -m 644 ./hello-pascal/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/pt.po
/usr/bin/install -c -m 644 ./hello-pascal/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ro.po
/usr/bin/install -c -m 644 ./hello-pascal/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/ru.po
/usr/bin/install -c -m 644 ./hello-pascal/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/sk.po
/usr/bin/install -c -m 644 ./hello-pascal/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/sl.po
/usr/bin/install -c -m 644 ./hello-pascal/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/sr.po
/usr/bin/install -c -m 644 ./hello-pascal/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/sv.po
/usr/bin/install -c -m 644 ./hello-pascal/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/tr.po
/usr/bin/install -c -m 644 ./hello-pascal/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/uk.po
/usr/bin/install -c -m 644 ./hello-pascal/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/vi.po
/usr/bin/install -c -m 644 ./hello-pascal/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-pascal/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-pascal/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-pascal/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-ycp/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-ycp/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/af.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ast.po
/usr/bin/install -c -m 644 ./hello-ycp/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/bg.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ca.po
/usr/bin/install -c -m 644 ./hello-ycp/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/cs.po
/usr/bin/install -c -m 644 ./hello-ycp/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/da.po
/usr/bin/install -c -m 644 ./hello-ycp/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/de.po
/usr/bin/install -c -m 644 ./hello-ycp/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/el.po
/usr/bin/install -c -m 644 ./hello-ycp/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/eo.po
/usr/bin/install -c -m 644 ./hello-ycp/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/es.po
/usr/bin/install -c -m 644 ./hello-ycp/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/fi.po
/usr/bin/install -c -m 644 ./hello-ycp/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/fr.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ga.po
/usr/bin/install -c -m 644 ./hello-ycp/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/gl.po
/usr/bin/install -c -m 644 ./hello-ycp/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/hr.po
/usr/bin/install -c -m 644 ./hello-ycp/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/hu.po
/usr/bin/install -c -m 644 ./hello-ycp/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/id.po
/usr/bin/install -c -m 644 ./hello-ycp/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/it.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ja.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ky.po
/usr/bin/install -c -m 644 ./hello-ycp/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/lv.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ms.po
/usr/bin/install -c -m 644 ./hello-ycp/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/mt.po
/usr/bin/install -c -m 644 ./hello-ycp/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/nb.po
/usr/bin/install -c -m 644 ./hello-ycp/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/nl.po
/usr/bin/install -c -m 644 ./hello-ycp/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/pl.po
/usr/bin/install -c -m 644 ./hello-ycp/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/pt.po
/usr/bin/install -c -m 644 ./hello-ycp/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ro.po
/usr/bin/install -c -m 644 ./hello-ycp/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/ru.po
/usr/bin/install -c -m 644 ./hello-ycp/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/sk.po
/usr/bin/install -c -m 644 ./hello-ycp/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/sl.po
/usr/bin/install -c -m 644 ./hello-ycp/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/sr.po
/usr/bin/install -c -m 644 ./hello-ycp/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/sv.po
/usr/bin/install -c -m 644 ./hello-ycp/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/tr.po
/usr/bin/install -c -m 644 ./hello-ycp/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/uk.po
/usr/bin/install -c -m 644 ./hello-ycp/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/vi.po
/usr/bin/install -c -m 644 ./hello-ycp/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-ycp/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-ycp/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-ycp/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-tcl/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-tcl/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/af.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ast.po
/usr/bin/install -c -m 644 ./hello-tcl/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/bg.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ca.po
/usr/bin/install -c -m 644 ./hello-tcl/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/cs.po
/usr/bin/install -c -m 644 ./hello-tcl/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/da.po
/usr/bin/install -c -m 644 ./hello-tcl/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/de.po
/usr/bin/install -c -m 644 ./hello-tcl/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/el.po
/usr/bin/install -c -m 644 ./hello-tcl/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/eo.po
/usr/bin/install -c -m 644 ./hello-tcl/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/es.po
/usr/bin/install -c -m 644 ./hello-tcl/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/fi.po
/usr/bin/install -c -m 644 ./hello-tcl/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/fr.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ga.po
/usr/bin/install -c -m 644 ./hello-tcl/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/gl.po
/usr/bin/install -c -m 644 ./hello-tcl/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/hr.po
/usr/bin/install -c -m 644 ./hello-tcl/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/hu.po
/usr/bin/install -c -m 644 ./hello-tcl/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/id.po
/usr/bin/install -c -m 644 ./hello-tcl/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/it.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ja.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ky.po
/usr/bin/install -c -m 644 ./hello-tcl/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/lv.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ms.po
/usr/bin/install -c -m 644 ./hello-tcl/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/mt.po
/usr/bin/install -c -m 644 ./hello-tcl/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/nb.po
/usr/bin/install -c -m 644 ./hello-tcl/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/nl.po
/usr/bin/install -c -m 644 ./hello-tcl/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/pl.po
/usr/bin/install -c -m 644 ./hello-tcl/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/pt.po
/usr/bin/install -c -m 644 ./hello-tcl/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ro.po
/usr/bin/install -c -m 644 ./hello-tcl/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/ru.po
/usr/bin/install -c -m 644 ./hello-tcl/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/sk.po
/usr/bin/install -c -m 644 ./hello-tcl/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/sl.po
/usr/bin/install -c -m 644 ./hello-tcl/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/sr.po
/usr/bin/install -c -m 644 ./hello-tcl/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/sv.po
/usr/bin/install -c -m 644 ./hello-tcl/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/tr.po
/usr/bin/install -c -m 644 ./hello-tcl/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/uk.po
/usr/bin/install -c -m 644 ./hello-tcl/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/vi.po
/usr/bin/install -c -m 644 ./hello-tcl/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-tcl/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-tcl/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/af.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ast.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/bg.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ca.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/cs.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/da.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/de.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/el.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/eo.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/es.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/fi.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/fr.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ga.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/gl.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/hr.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/hu.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/id.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/it.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ja.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ky.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/lv.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ms.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/mt.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/nb.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/nl.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/pl.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/pt.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ro.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/ru.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/sk.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/sl.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/sr.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/sv.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/tr.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/uk.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/vi.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-tcl-tk/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-perl/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-perl/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/af.po
/usr/bin/install -c -m 644 ./hello-perl/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ast.po
/usr/bin/install -c -m 644 ./hello-perl/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/bg.po
/usr/bin/install -c -m 644 ./hello-perl/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ca.po
/usr/bin/install -c -m 644 ./hello-perl/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/cs.po
/usr/bin/install -c -m 644 ./hello-perl/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/da.po
/usr/bin/install -c -m 644 ./hello-perl/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/de.po
/usr/bin/install -c -m 644 ./hello-perl/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/el.po
/usr/bin/install -c -m 644 ./hello-perl/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/eo.po
/usr/bin/install -c -m 644 ./hello-perl/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/es.po
/usr/bin/install -c -m 644 ./hello-perl/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/fi.po
/usr/bin/install -c -m 644 ./hello-perl/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/fr.po
/usr/bin/install -c -m 644 ./hello-perl/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ga.po
/usr/bin/install -c -m 644 ./hello-perl/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/gl.po
/usr/bin/install -c -m 644 ./hello-perl/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/hr.po
/usr/bin/install -c -m 644 ./hello-perl/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/hu.po
/usr/bin/install -c -m 644 ./hello-perl/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/id.po
/usr/bin/install -c -m 644 ./hello-perl/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/it.po
/usr/bin/install -c -m 644 ./hello-perl/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ja.po
/usr/bin/install -c -m 644 ./hello-perl/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ky.po
/usr/bin/install -c -m 644 ./hello-perl/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/lv.po
/usr/bin/install -c -m 644 ./hello-perl/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ms.po
/usr/bin/install -c -m 644 ./hello-perl/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/mt.po
/usr/bin/install -c -m 644 ./hello-perl/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/nb.po
/usr/bin/install -c -m 644 ./hello-perl/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/nl.po
/usr/bin/install -c -m 644 ./hello-perl/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/pl.po
/usr/bin/install -c -m 644 ./hello-perl/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/pt.po
/usr/bin/install -c -m 644 ./hello-perl/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-perl/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ro.po
/usr/bin/install -c -m 644 ./hello-perl/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/ru.po
/usr/bin/install -c -m 644 ./hello-perl/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/sk.po
/usr/bin/install -c -m 644 ./hello-perl/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/sl.po
/usr/bin/install -c -m 644 ./hello-perl/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/sr.po
/usr/bin/install -c -m 644 ./hello-perl/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/sv.po
/usr/bin/install -c -m 644 ./hello-perl/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/tr.po
/usr/bin/install -c -m 644 ./hello-perl/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/uk.po
/usr/bin/install -c -m 644 ./hello-perl/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/vi.po
/usr/bin/install -c -m 644 ./hello-perl/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-perl/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-perl/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-perl/po/zh_TW.po
/usr/bin/install -c -m 644 ./hello-php/po/LINGUAS /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/LINGUAS
/usr/bin/install -c -m 644 ./hello-php/po/af.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/af.po
/usr/bin/install -c -m 644 ./hello-php/po/ast.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ast.po
/usr/bin/install -c -m 644 ./hello-php/po/bg.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/bg.po
/usr/bin/install -c -m 644 ./hello-php/po/ca.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ca.po
/usr/bin/install -c -m 644 ./hello-php/po/cs.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/cs.po
/usr/bin/install -c -m 644 ./hello-php/po/da.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/da.po
/usr/bin/install -c -m 644 ./hello-php/po/de.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/de.po
/usr/bin/install -c -m 644 ./hello-php/po/el.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/el.po
/usr/bin/install -c -m 644 ./hello-php/po/eo.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/eo.po
/usr/bin/install -c -m 644 ./hello-php/po/es.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/es.po
/usr/bin/install -c -m 644 ./hello-php/po/fi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/fi.po
/usr/bin/install -c -m 644 ./hello-php/po/fr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/fr.po
/usr/bin/install -c -m 644 ./hello-php/po/ga.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ga.po
/usr/bin/install -c -m 644 ./hello-php/po/gl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/gl.po
/usr/bin/install -c -m 644 ./hello-php/po/hr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/hr.po
/usr/bin/install -c -m 644 ./hello-php/po/hu.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/hu.po
/usr/bin/install -c -m 644 ./hello-php/po/id.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/id.po
/usr/bin/install -c -m 644 ./hello-php/po/it.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/it.po
/usr/bin/install -c -m 644 ./hello-php/po/ja.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ja.po
/usr/bin/install -c -m 644 ./hello-php/po/ky.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ky.po
/usr/bin/install -c -m 644 ./hello-php/po/lv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/lv.po
/usr/bin/install -c -m 644 ./hello-php/po/ms.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ms.po
/usr/bin/install -c -m 644 ./hello-php/po/mt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/mt.po
/usr/bin/install -c -m 644 ./hello-php/po/nb.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/nb.po
/usr/bin/install -c -m 644 ./hello-php/po/nl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/nl.po
/usr/bin/install -c -m 644 ./hello-php/po/pl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/pl.po
/usr/bin/install -c -m 644 ./hello-php/po/pt.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/pt.po
/usr/bin/install -c -m 644 ./hello-php/po/pt_BR.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/pt_BR.po
/usr/bin/install -c -m 644 ./hello-php/po/ro.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ro.po
/usr/bin/install -c -m 644 ./hello-php/po/ru.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/ru.po
/usr/bin/install -c -m 644 ./hello-php/po/sk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/sk.po
/usr/bin/install -c -m 644 ./hello-php/po/sl.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/sl.po
/usr/bin/install -c -m 644 ./hello-php/po/sr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/sr.po
/usr/bin/install -c -m 644 ./hello-php/po/sv.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/sv.po
/usr/bin/install -c -m 644 ./hello-php/po/tr.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/tr.po
/usr/bin/install -c -m 644 ./hello-php/po/uk.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/uk.po
/usr/bin/install -c -m 644 ./hello-php/po/vi.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/vi.po
/usr/bin/install -c -m 644 ./hello-php/po/zh_CN.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-php/po/zh_HK.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-php/po/zh_TW.po /Users/demo/lode/opt/share/doc/gettext/examples/hello-php/po/zh_TW.po
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/doc/gettext/examples'
 /usr/bin/install -c -m 644 installpaths '/Users/demo/lode/opt/share/doc/gettext/examples'
Making install in its
make[4]: Nothing to be done for `install-exec-am'.
 ../../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext-0.19.8/its'
 /usr/bin/install -c -m 644 glade.loc glade1.its glade2.its gtkbuilder.its gsettings.loc gsettings.its appdata.loc appdata.its '/Users/demo/lode/opt/share/gettext-0.19.8/its'
make[4]: Nothing to be done for `install-exec-am'.
 ../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/doc/gettext/examples/build-aux'
 /usr/bin/install -c -m 644 ../build-aux/javacomp.sh.in ../build-aux/javaexec.sh.in ../build-aux/csharpcomp.sh.in ../build-aux/csharpexec.sh.in '/Users/demo/lode/opt/share/doc/gettext/examples/build-aux'
 ../build-aux/install-sh -c -d '/Users/demo/lode/opt/share/gettext'
 /usr/bin/install -c ../build-aux/config.rpath '/Users/demo/lode/opt/share/gettext'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
gettext Installed
Check directory 'mirrors' ... : Created
Cloning into bare repository 'core.git'...
remote: Counting objects: 5078027, done.
remote: Compressing objects: 100% (1617062/1617062), done.
Receiving objects: 100% (5078027/5078027), 1.65 GiB | 2.30 MiB/s, done.
remote: Total 5078027 (delta 3849473), reused 4377684 (delta 3322620)
Resolving deltas: 100% (3849473/3849473), done.
Cloned mirror /Users/demo/lode/mirrors/core.git
Check directory 'dev' ... : Created
Cloning into 'core'...
Checking connectivity: 4459755, done.
Checking out files: 100% (77579/77579), done.
Cloned /Users/demo/lode/dev/core

   Done.
-------------- next part --------------

demos-MacBook-Air:core demo$ make 2>&1 | tee build.log
cd /Users/demo/lode/ext_tar/tmp && echo fetching libabw-0.1.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libabw-0.1.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "7a3d3415cf82ab9894f601d1b3057c4615060304d5279efdec6275e01b96a199"; then echo ERROR: expected checksum for libabw-0.1.1.tar.bz2 is 7a3d3415cf82ab9894f601d1b3057c4615060304d5279efdec6275e01b96a199 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libabw-0.1.1.tar.bz2 ../ 
fetching libabw-0.1.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  360k  100  360k    0     0   583k      0 --:--:-- --:--:-- --:--:--  582k
cd /Users/demo/lode/ext_tar/tmp && echo fetching commons-logging-1.2-src.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 commons-logging-1.2-src.tar.gz | sed "s/ .*//"` && if test "$SUM" != "49665da5a60d033e6dff40fe0a7f9173e886ae859ce6096c1afe34c48b677c81"; then echo ERROR: expected checksum for commons-logging-1.2-src.tar.gz is 49665da5a60d033e6dff40fe0a7f9173e886ae859ce6096c1afe34c48b677c81 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv commons-logging-1.2-src.tar.gz ../ 
fetching commons-logging-1.2-src.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  184k  100  184k    0     0   654k      0 --:--:-- --:--:-- --:--:--  655k
cd /Users/demo/lode/ext_tar/tmp && echo fetching boost_1_63_0.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/boost_1_63_0.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 boost_1_63_0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0"; then echo ERROR: expected checksum for boost_1_63_0.tar.bz2 is beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv boost_1_63_0.tar.bz2 ../ 
fetching boost_1_63_0.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 78.1M  100 78.1M    0     0  3937k      0  0:00:20  0:00:20 --:--:-- 4481k
cd /Users/demo/lode/ext_tar/tmp && echo fetching beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip | sed "s/ .*//"` && if test "$SUM" != "9e93c73e23aff644b17dfff656444474c14150e7f3b38b19635e622235e01c96"; then echo ERROR: expected checksum for beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip is 9e93c73e23aff644b17dfff656444474c14150e7f3b38b19635e622235e01c96 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip ../ 
fetching beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1950k  100 1950k    0     0  2888k      0 --:--:-- --:--:-- --:--:-- 2885k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libcdr-0.1.3.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libcdr-0.1.3.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libcdr-0.1.3.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "5160bbbfefe52bd4880840fad2b07a512813e37bfaf8ccac062fca238f230f4d"; then echo ERROR: expected checksum for libcdr-0.1.3.tar.bz2 is 5160bbbfefe52bd4880840fad2b07a512813e37bfaf8ccac062fca238f230f4d 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libcdr-0.1.3.tar.bz2 ../ 
fetching libcdr-0.1.3.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  714k  100  714k    0     0  1941k      0 --:--:-- --:--:-- --:--:-- 1941k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz | sed "s/ .*//"` && if test "$SUM" != "ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab"; then echo ERROR: expected checksum for 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz is ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz ../ 
fetching 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2188k  100 2188k    0     0  3224k      0 --:--:-- --:--:-- --:--:-- 3223k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libcmis-0.5.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libcmis-0.5.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libcmis-0.5.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e"; then echo ERROR: expected checksum for libcmis-0.5.1.tar.gz is 6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libcmis-0.5.1.tar.gz ../ 
fetching libcmis-0.5.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  749k  100  749k    0     0  2012k      0 --:--:-- --:--:-- --:--:-- 2015k
cd /Users/demo/lode/ext_tar/tmp && echo fetching CoinMP-1.7.6.tgz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 CoinMP-1.7.6.tgz | sed "s/ .*//"` && if test "$SUM" != "86c798780b9e1f5921fe4efe651a93cb420623b45aa1fdff57af8c37f116113f"; then echo ERROR: expected checksum for CoinMP-1.7.6.tgz is 86c798780b9e1f5921fe4efe651a93cb420623b45aa1fdff57af8c37f116113f 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv CoinMP-1.7.6.tgz ../ 
fetching CoinMP-1.7.6.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9.8M  100  9.8M    0     0  4244k      0  0:00:02  0:00:02 --:--:-- 4242k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "b0adb8e71aef80751b999c9c055e419a625c4a05184e407aef2aee28752ad8cb"; then echo ERROR: expected checksum for 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 is b0adb8e71aef80751b999c9c055e419a625c4a05184e407aef2aee28752ad8cb 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ../ 
fetching 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  542k  100  542k    0     0  1590k      0 --:--:-- --:--:-- --:--:-- 1594k
cd /Users/demo/lode/ext_tar/tmp && echo fetching cppunit-1.14.0.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/cppunit-1.14.0.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 cppunit-1.14.0.tar.gz | sed "s/ .*//"` && if test "$SUM" != "3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780"; then echo ERROR: expected checksum for cppunit-1.14.0.tar.gz is 3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv cppunit-1.14.0.tar.gz ../ 
fetching cppunit-1.14.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  937k  100  937k    0     0  2135k      0 --:--:-- --:--:-- --:--:-- 2134k
cd /Users/demo/lode/ext_tar/tmp && echo fetching curl-7.52.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/curl-7.52.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 curl-7.52.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "a8984e8b20880b621f61a62d95ff3c0763a3152093a9f9ce4287cfd614add6ae"; then echo ERROR: expected checksum for curl-7.52.1.tar.gz is a8984e8b20880b621f61a62d95ff3c0763a3152093a9f9ce4287cfd614add6ae 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv curl-7.52.1.tar.gz ../ 
fetching curl-7.52.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3422k  100 3422k    0     0  3555k      0 --:--:-- --:--:-- --:--:-- 3553k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libe-book-0.1.2.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libe-book-0.1.2.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libe-book-0.1.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "b710a57c633205b933015474d0ac0862253d1c52114d535dd09b20939a0d1850"; then echo ERROR: expected checksum for libe-book-0.1.2.tar.bz2 is b710a57c633205b933015474d0ac0862253d1c52114d535dd09b20939a0d1850 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libe-book-0.1.2.tar.bz2 ../ 
fetching libe-book-0.1.2.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  455k  100  455k    0     0  1387k      0 --:--:-- --:--:-- --:--:-- 1391k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libepubgen-0.0.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libepubgen-0.0.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libepubgen-0.0.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "eea910b042526ed52f7ab9292b7fa31fca32f9e042285818074ff33664db4fa2"; then echo ERROR: expected checksum for libepubgen-0.0.1.tar.bz2 is eea910b042526ed52f7ab9292b7fa31fca32f9e042285818074ff33664db4fa2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libepubgen-0.0.1.tar.bz2 ../ 
fetching libepubgen-0.0.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  368k  100  368k    0     0  1156k      0 --:--:-- --:--:-- --:--:-- 1153k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libetonyek-0.1.6.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libetonyek-0.1.6.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libetonyek-0.1.6.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "032f53e8d7691e48a73ddbe74fa84c906ff6ff32a33e6ee2a935b6fdb6aecb78"; then echo ERROR: expected checksum for libetonyek-0.1.6.tar.bz2 is 032f53e8d7691e48a73ddbe74fa84c906ff6ff32a33e6ee2a935b6fdb6aecb78 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libetonyek-0.1.6.tar.bz2 ../ 
fetching libetonyek-0.1.6.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1656k  100 1656k    0     0  2414k      0 --:--:-- --:--:-- --:--:-- 2415k
cd /Users/demo/lode/ext_tar/tmp && echo fetching expat-2.2.3.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/expat-2.2.3.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 expat-2.2.3.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f"; then echo ERROR: expected checksum for expat-2.2.3.tar.bz2 is b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv expat-2.2.3.tar.bz2 ../ 
fetching expat-2.2.3.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  425k  100  425k    0     0  1091k      0 --:--:-- --:--:-- --:--:-- 1090k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libfreehand-0.1.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libfreehand-0.1.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libfreehand-0.1.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "45dab0e5d632eb51eeb00847972ca03835d6791149e9e714f093a9df2b445877"; then echo ERROR: expected checksum for libfreehand-0.1.1.tar.bz2 is 45dab0e5d632eb51eeb00847972ca03835d6791149e9e714f093a9df2b445877 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libfreehand-0.1.1.tar.bz2 ../ 
fetching libfreehand-0.1.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  583k  100  583k    0     0  1394k      0 --:--:-- --:--:-- --:--:-- 1395k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libepoxy-1.3.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libepoxy-1.3.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libepoxy-1.3.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64"; then echo ERROR: expected checksum for libepoxy-1.3.1.tar.bz2 is 1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libepoxy-1.3.1.tar.bz2 ../ 
fetching libepoxy-1.3.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  800k  100  800k    0     0  1575k      0 --:--:-- --:--:-- --:--:-- 1573k
cd /Users/demo/lode/ext_tar/tmp && echo fetching bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip | sed "s/ .*//"` && if test "$SUM" != "d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a"; then echo ERROR: expected checksum for bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip is d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip ../ 
fetching bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5166k  100 5166k    0     0  3583k      0  0:00:01  0:00:01 --:--:-- 3585k
cd /Users/demo/lode/ext_tar/tmp && echo fetching graphite2-minimal-1.3.10.tgz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.10.tgz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 graphite2-minimal-1.3.10.tgz | sed "s/ .*//"` && if test "$SUM" != "aa5e58356cd084000609ebbd93fef456a1bc0ab9e46fea20e81552fb286232a9"; then echo ERROR: expected checksum for graphite2-minimal-1.3.10.tgz is aa5e58356cd084000609ebbd93fef456a1bc0ab9e46fea20e81552fb286232a9 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv graphite2-minimal-1.3.10.tgz ../ 
fetching graphite2-minimal-1.3.10.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  152k  100  152k    0     0   583k      0 --:--:-- --:--:-- --:--:--  584k
cd /Users/demo/lode/ext_tar/tmp && echo fetching harfbuzz-1.4.8.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/harfbuzz-1.4.8.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 harfbuzz-1.4.8.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "ccec4930ff0bb2d0c40aee203075447954b64a8c2695202413cc5e428c907131"; then echo ERROR: expected checksum for harfbuzz-1.4.8.tar.bz2 is ccec4930ff0bb2d0c40aee203075447954b64a8c2695202413cc5e428c907131 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv harfbuzz-1.4.8.tar.bz2 ../ 
fetching harfbuzz-1.4.8.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1550k  100 1550k    0     0  2486k      0 --:--:-- --:--:-- --:--:-- 2488k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip | sed "s/ .*//"` && if test "$SUM" != "d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370"; then echo ERROR: expected checksum for 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip is d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ../ 
fetching 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3436k  100 3436k    0     0  2446k      0  0:00:01  0:00:01 --:--:-- 2447k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz | sed "s/ .*//"` && if test "$SUM" != "512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2"; then echo ERROR: expected checksum for 047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz is 512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz ../ 
fetching 047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  682k  100  682k    0     0  1487k      0 --:--:-- --:--:-- --:--:-- 1487k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz | sed "s/ .*//"` && if test "$SUM" != "304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705"; then echo ERROR: expected checksum for 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz is 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz ../ 
fetching 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  623k  100  623k    0     0  1383k      0 --:--:-- --:--:-- --:--:-- 1385k
cd /Users/demo/lode/ext_tar/tmp && echo fetching icu4c-59_1-src.tgz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/icu4c-59_1-src.tgz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 icu4c-59_1-src.tgz | sed "s/ .*//"` && if test "$SUM" != "7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe"; then echo ERROR: expected checksum for icu4c-59_1-src.tgz is 7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv icu4c-59_1-src.tgz ../ 
fetching icu4c-59_1-src.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 21.6M  100 21.6M    0     0  2906k      0  0:00:07  0:00:07 --:--:-- 3066k
cd /Users/demo/lode/ext_tar/tmp && echo fetching icu4c-59_1-data.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/icu4c-59_1-data.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 icu4c-59_1-data.zip | sed "s/ .*//"` && if test "$SUM" != "38a84c1289c32a96924ff286a2f33edc97671b4cc90e8c99708553a6b5a9e70a"; then echo ERROR: expected checksum for icu4c-59_1-data.zip is 38a84c1289c32a96924ff286a2f33edc97671b4cc90e8c99708553a6b5a9e70a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv icu4c-59_1-data.zip ../ 
fetching icu4c-59_1-data.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 14.7M  100 14.7M    0     0  3478k      0  0:00:04  0:00:04 --:--:-- 3479k
cd /Users/demo/lode/ext_tar/tmp && echo fetching ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip | sed "s/ .*//"` && if test "$SUM" != "233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd"; then echo ERROR: expected checksum for ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip is 233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip ../ 
fetching ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  725k  100  725k    0     0  1193k      0 --:--:-- --:--:-- --:--:-- 1195k
cd /Users/demo/lode/ext_tar/tmp && echo fetching d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != "1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133"; then echo ERROR: expected checksum for d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip is 1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip ../ 
fetching d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  202k  100  202k    0     0   645k      0 --:--:-- --:--:-- --:--:--  645k
cd /Users/demo/lode/ext_tar/tmp && echo fetching eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != "75c80359c9ce343c20aab8a36a45cb3b9ee7c61cf92c13ae45399d854423a9ba"; then echo ERROR: expected checksum for eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip is 75c80359c9ce343c20aab8a36a45cb3b9ee7c61cf92c13ae45399d854423a9ba 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip ../ 
fetching eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  417k  100  417k    0     0  1043k      0 --:--:-- --:--:-- --:--:-- 1044k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != "e0531091787c0f16c83965fdcbc49162c059d7f0c64669e7f119699321549743"; then echo ERROR: expected checksum for 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip is e0531091787c0f16c83965fdcbc49162c059d7f0c64669e7f119699321549743 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip ../ 
fetching 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5615k  100 5615k    0     0  3267k      0  0:00:01  0:00:01 --:--:-- 3266k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip | sed "s/ .*//"` && if test "$SUM" != "5826d1551bf599b85742545f6e01a0079b93c1b2c8434bf409eddb3a29e4726b"; then echo ERROR: expected checksum for 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip is 5826d1551bf599b85742545f6e01a0079b93c1b2c8434bf409eddb3a29e4726b 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip ../ 
fetching 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1152k  100 1152k    0     0  2214k      0 --:--:-- --:--:-- --:--:-- 2217k
cd /Users/demo/lode/ext_tar/tmp && echo fetching db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip | sed "s/ .*//"` && if test "$SUM" != "e1fb87f3f7b980d33414473279615c4644027e013012d156efa538bc2b031772"; then echo ERROR: expected checksum for db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip is e1fb87f3f7b980d33414473279615c4644027e013012d156efa538bc2b031772 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip ../ 
fetching db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1363k  100 1363k    0     0  2499k      0 --:--:-- --:--:-- --:--:-- 2496k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != "3d853b19b1d94a6efa69e7af90f7f2b09ecf302913bee3da796c15ecfebcfac8"; then echo ERROR: expected checksum for 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip is 3d853b19b1d94a6efa69e7af90f7f2b09ecf302913bee3da796c15ecfebcfac8 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip ../ 
fetching 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2869k  100 2869k    0     0  3352k      0 --:--:-- --:--:-- --:--:-- 3352k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != "abe2c57ac12ba45d83563b02e240fa95d973376de2f720aab8fe11f2e621c095"; then echo ERROR: expected checksum for 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip is abe2c57ac12ba45d83563b02e240fa95d973376de2f720aab8fe11f2e621c095 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip ../ 
fetching 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  744k  100  744k    0     0  1901k      0 --:--:-- --:--:-- --:--:-- 1904k
cd /Users/demo/lode/ext_tar/tmp && echo fetching f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != "05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343"; then echo ERROR: expected checksum for f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip is 05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip ../ 
fetching f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  206k  100  206k    0     0   784k      0 --:--:-- --:--:-- --:--:--  783k
cd /Users/demo/lode/ext_tar/tmp && echo fetching ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip | sed "s/ .*//"` && if test "$SUM" != "7d2797fe9f79a77009721e3f14fa4a1dec17a6d706bdc93f85f1f01d124fab66"; then echo ERROR: expected checksum for ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip is 7d2797fe9f79a77009721e3f14fa4a1dec17a6d706bdc93f85f1f01d124fab66 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip ../ 
fetching ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2860k  100 2860k    0     0  3445k      0 --:--:-- --:--:-- --:--:-- 3442k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip | sed "s/ .*//"` && if test "$SUM" != "085f2112c51fa8c1783fac12fbd452650596415121348393bb51f0f7e85a9045"; then echo ERROR: expected checksum for 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip is 085f2112c51fa8c1783fac12fbd452650596415121348393bb51f0f7e85a9045 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip ../ 
fetching 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  149k  100  149k    0     0   588k      0 --:--:-- --:--:-- --:--:--  588k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libjpeg-turbo-1.5.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libjpeg-turbo-1.5.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c"; then echo ERROR: expected checksum for libjpeg-turbo-1.5.1.tar.gz is 41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libjpeg-turbo-1.5.1.tar.gz ../ 
fetching libjpeg-turbo-1.5.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1611k  100 1611k    0     0  2804k      0 --:--:-- --:--:-- --:--:-- 2803k
cd /Users/demo/lode/ext_tar/tmp && echo fetching lcms2-2.8.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/lcms2-2.8.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 lcms2-2.8.tar.gz | sed "s/ .*//"` && if test "$SUM" != "66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22"; then echo ERROR: expected checksum for lcms2-2.8.tar.gz is 66d02b229d2ea9474e62c2b6cd6720fde946155cd1d0d2bffdab829790a0fb22 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv lcms2-2.8.tar.gz ../ 
fetching lcms2-2.8.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 6530k  100 6530k    0     0  3130k      0  0:00:02  0:00:02 --:--:-- 3132k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "9595601c41051356d03d0a7d5dcad334fe1b420d221f6885d143c14bb8d62163"; then echo ERROR: expected checksum for 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 is 9595601c41051356d03d0a7d5dcad334fe1b420d221f6885d143c14bb8d62163 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 ../ 
fetching 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1102k  100 1102k    0     0  1664k      0 --:--:-- --:--:-- --:--:-- 1663k
cd /Users/demo/lode/ext_tar/tmp && echo fetching language-subtag-registry-2017-04-19.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/language-subtag-registry-2017-04-19.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 language-subtag-registry-2017-04-19.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "8333809eec6fce852a1d6de68859962106e13a84705417efb03452164da3ee7a"; then echo ERROR: expected checksum for language-subtag-registry-2017-04-19.tar.bz2 is 8333809eec6fce852a1d6de68859962106e13a84705417efb03452164da3ee7a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv language-subtag-registry-2017-04-19.tar.bz2 ../ 
fetching language-subtag-registry-2017-04-19.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 74240  100 74240    0     0   295k      0 --:--:-- --:--:-- --:--:--  297k
cd /Users/demo/lode/ext_tar/tmp && echo fetching liblangtag-0.6.2.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 liblangtag-0.6.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e"; then echo ERROR: expected checksum for liblangtag-0.6.2.tar.bz2 is d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv liblangtag-0.6.2.tar.bz2 ../ 
fetching liblangtag-0.6.2.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  748k  100  748k    0     0  1504k      0 --:--:-- --:--:-- --:--:-- 1505k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libpng-1.6.30.tar.xz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libpng-1.6.30.tar.xz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libpng-1.6.30.tar.xz | sed "s/ .*//"` && if test "$SUM" != "267c332ffff70cc599d3929207869f698798f1df143aa5f9597b007c14353666"; then echo ERROR: expected checksum for libpng-1.6.30.tar.xz is 267c332ffff70cc599d3929207869f698798f1df143aa5f9597b007c14353666 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libpng-1.6.30.tar.xz ../ 
fetching libpng-1.6.30.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  965k  100  965k    0     0  1487k      0 --:--:-- --:--:-- --:--:-- 1489k
cd /Users/demo/lode/ext_tar/tmp && echo fetching xmlsec1-1.2.24.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/xmlsec1-1.2.24.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 xmlsec1-1.2.24.tar.gz | sed "s/ .*//"` && if test "$SUM" != "99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc"; then echo ERROR: expected checksum for xmlsec1-1.2.24.tar.gz is 99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv xmlsec1-1.2.24.tar.gz ../ 
fetching xmlsec1-1.2.24.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1792k  100 1792k    0     0  2267k      0 --:--:-- --:--:-- --:--:-- 2266k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz | sed "s/ .*//"` && if test "$SUM" != "171816288f14215c69e730f7a4f1c325739873e21f946ff83884b350574e6695"; then echo ERROR: expected checksum for 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz is 171816288f14215c69e730f7a4f1c325739873e21f946ff83884b350574e6695 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz ../ 
fetching 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  751k  100  751k    0     0  1591k      0 --:--:-- --:--:-- --:--:-- 1591k
cd /Users/demo/lode/ext_tar/tmp && echo fetching mdds-1.2.3.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/mdds-1.2.3.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 mdds-1.2.3.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f"; then echo ERROR: expected checksum for mdds-1.2.3.tar.bz2 is 402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv mdds-1.2.3.tar.bz2 ../ 
fetching mdds-1.2.3.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  280k  100  280k    0     0   910k      0 --:--:-- --:--:-- --:--:--  913k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz | sed "s/ .*//"` && if test "$SUM" != "c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09"; then echo ERROR: expected checksum for 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz is c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz ../ 
fetching 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  110k  100  110k    0     0   438k      0 --:--:-- --:--:-- --:--:--  440k
cd /Users/demo/lode/ext_tar/tmp && echo fetching c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz | sed "s/ .*//"` && if test "$SUM" != "4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a"; then echo ERROR: expected checksum for c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz is 4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz ../ 
fetching c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1142k  100 1142k    0     0  2044k      0 --:--:-- --:--:-- --:--:-- 2043k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip | sed "s/ .*//"` && if test "$SUM" != "7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a"; then echo ERROR: expected checksum for 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip is 7576310b219e04159d35ff61dd4a4ec4cdba4f35c00e002a136f00e96a908b0a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip ../ 
fetching 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5393k  100 5393k    0     0  2179k      0  0:00:02  0:00:02 --:--:-- 2180k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip | sed "s/ .*//"` && if test "$SUM" != "2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc"; then echo ERROR: expected checksum for 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip is 2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip ../ 
fetching 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  792k  100  792k    0     0  1441k      0 --:--:-- --:--:-- --:--:-- 1443k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz | sed "s/ .*//"` && if test "$SUM" != "61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c"; then echo ERROR: expected checksum for 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz is 61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz ../ 
fetching 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1302k  100 1302k    0     0  1872k      0 --:--:-- --:--:-- --:--:-- 1871k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504"; then echo ERROR: expected checksum for 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz is 7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz ../ 
fetching 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2232k  100 2232k    0     0  2624k      0 --:--:-- --:--:-- --:--:-- 2623k
cd /Users/demo/lode/ext_tar/tmp && echo fetching e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip | sed "s/ .*//"` && if test "$SUM" != "54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5"; then echo ERROR: expected checksum for e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip is 54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip ../ 
fetching e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 6496k  100 6496k    0     0  2556k      0  0:00:02  0:00:02 --:--:-- 2556k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz | sed "s/ .*//"` && if test "$SUM" != "cc80fd415e57ecec067339beadd0eef9eaa45e65d3c51a922ba5f9172779bfb8"; then echo ERROR: expected checksum for 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz is cc80fd415e57ecec067339beadd0eef9eaa45e65d3c51a922ba5f9172779bfb8 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz ../ 
fetching 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  455k  100  455k    0     0  1400k      0 --:--:-- --:--:-- --:--:-- 1401k
cd /Users/demo/lode/ext_tar/tmp && echo fetching c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz | sed "s/ .*//"` && if test "$SUM" != "6757feb23f889a82df59679d02b8ee1f907df0a0ac1c49cdb48ed737b60e5dfa"; then echo ERROR: expected checksum for c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz is 6757feb23f889a82df59679d02b8ee1f907df0a0ac1c49cdb48ed737b60e5dfa 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz ../ 
fetching c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  697k  100  697k    0     0  1770k      0 --:--:-- --:--:-- --:--:-- 1774k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz | sed "s/ .*//"` && if test "$SUM" != "09466dce87653333f189acd8358c60c6736dcd95f042dee0b644bdcf65b6ae2f"; then echo ERROR: expected checksum for 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz is 09466dce87653333f189acd8358c60c6736dcd95f042dee0b644bdcf65b6ae2f 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz ../ 
fetching 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1307k  100 1307k    0     0  2434k      0 --:--:-- --:--:-- --:--:-- 2434k
cd /Users/demo/lode/ext_tar/tmp && echo fetching edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz | sed "s/ .*//"` && if test "$SUM" != "e7bc9a1fec787a529e49f5a26b93dcdcf41506449dfc70f92cdef6d17eb6fb61"; then echo ERROR: expected checksum for edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz is e7bc9a1fec787a529e49f5a26b93dcdcf41506449dfc70f92cdef6d17eb6fb61 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz ../ 
fetching edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1073k  100 1073k    0     0  2166k      0 --:--:-- --:--:-- --:--:-- 2163k
cd /Users/demo/lode/ext_tar/tmp && echo fetching EmojiOneColor-SVGinOT-1.3.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/EmojiOneColor-SVGinOT-1.3.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 EmojiOneColor-SVGinOT-1.3.tar.gz | sed "s/ .*//"` && if test "$SUM" != "d1a08f7c10589f22740231017694af0a7a270760c8dec33d8d1c038e2be0a0c7"; then echo ERROR: expected checksum for EmojiOneColor-SVGinOT-1.3.tar.gz is d1a08f7c10589f22740231017694af0a7a270760c8dec33d8d1c038e2be0a0c7 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv EmojiOneColor-SVGinOT-1.3.tar.gz ../ 
fetching EmojiOneColor-SVGinOT-1.3.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2892k  100 2892k    0     0  2440k      0  0:00:01  0:00:01 --:--:-- 2440k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libmspub-0.1.2.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libmspub-0.1.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "26d488527ffbb0b41686d4bab756e3e6aaeb99f88adeb169d0c16d2cde96859a"; then echo ERROR: expected checksum for libmspub-0.1.2.tar.bz2 is 26d488527ffbb0b41686d4bab756e3e6aaeb99f88adeb169d0c16d2cde96859a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libmspub-0.1.2.tar.bz2 ../ 
fetching libmspub-0.1.2.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  419k  100  419k    0     0  1273k      0 --:--:-- --:--:-- --:--:-- 1274k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libmwaw-0.3.12.tar.xz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libmwaw-0.3.12.tar.xz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libmwaw-0.3.12.tar.xz | sed "s/ .*//"` && if test "$SUM" != "7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7"; then echo ERROR: expected checksum for libmwaw-0.3.12.tar.xz is 7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libmwaw-0.3.12.tar.xz ../ 
fetching libmwaw-0.3.12.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1229k  100 1229k    0     0  1110k      0  0:00:01  0:00:01 --:--:-- 1110k
cd /Users/demo/lode/ext_tar/tmp && echo fetching a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz | sed "s/ .*//"` && if test "$SUM" != "1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f"; then echo ERROR: expected checksum for a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz is 1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz ../ 
fetching a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 4795k  100 4795k    0     0  3722k      0  0:00:01  0:00:01 --:--:-- 3725k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd"; then echo ERROR: expected checksum for 231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz is 00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz ../ 
fetching 231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  890k  100  890k    0     0  2196k      0 --:--:-- --:--:-- --:--:-- 2197k
cd /Users/demo/lode/ext_tar/tmp && echo fetching nss-3.29.5-with-nspr-4.13.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/nss-3.29.5-with-nspr-4.13.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 nss-3.29.5-with-nspr-4.13.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "8cb8624147737d1b4587c50bf058afbb6effc0f3c205d69b5ef4077b3bfed0e4"; then echo ERROR: expected checksum for nss-3.29.5-with-nspr-4.13.1.tar.gz is 8cb8624147737d1b4587c50bf058afbb6effc0f3c205d69b5ef4077b3bfed0e4 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv nss-3.29.5-with-nspr-4.13.1.tar.gz ../ 
fetching nss-3.29.5-with-nspr-4.13.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 8649k  100 8649k    0     0  4285k      0  0:00:02  0:00:02 --:--:-- 4286k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libodfgen-0.1.6.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libodfgen-0.1.6.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2"; then echo ERROR: expected checksum for libodfgen-0.1.6.tar.bz2 is 2c7b21892f84a4c67546f84611eccdad6259875c971e98ddb027da66ea0ac9c2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libodfgen-0.1.6.tar.bz2 ../ 
fetching libodfgen-0.1.6.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  436k  100  436k    0     0  1465k      0 --:--:-- --:--:-- --:--:-- 1468k
cd /Users/demo/lode/ext_tar/tmp && echo fetching OpenCOLLADA-master-6509aa13af.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 OpenCOLLADA-master-6509aa13af.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "8f25d429237cde289a448c82a0a830791354ccce5ee40d77535642e46367d6c4"; then echo ERROR: expected checksum for OpenCOLLADA-master-6509aa13af.tar.bz2 is 8f25d429237cde289a448c82a0a830791354ccce5ee40d77535642e46367d6c4 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv OpenCOLLADA-master-6509aa13af.tar.bz2 ../ 
fetching OpenCOLLADA-master-6509aa13af.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9464k  100 9464k    0     0  2289k      0  0:00:04  0:00:04 --:--:-- 2289k
cd /Users/demo/lode/ext_tar/tmp && echo fetching openldap-2.4.44.tgz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/openldap-2.4.44.tgz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 openldap-2.4.44.tgz | sed "s/ .*//"` && if test "$SUM" != "d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400"; then echo ERROR: expected checksum for openldap-2.4.44.tgz is d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv openldap-2.4.44.tgz ../ 
fetching openldap-2.4.44.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5526k  100 5526k    0     0  2975k      0  0:00:01  0:00:01 --:--:-- 2974k
cd /Users/demo/lode/ext_tar/tmp && echo fetching openssl-1.0.2k.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/openssl-1.0.2k.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 openssl-1.0.2k.tar.gz | sed "s/ .*//"` && if test "$SUM" != "6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0"; then echo ERROR: expected checksum for openssl-1.0.2k.tar.gz is 6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv openssl-1.0.2k.tar.gz ../ 
fetching openssl-1.0.2k.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5184k  100 5184k    0     0  3581k      0  0:00:01  0:00:01 --:--:-- 3580k
cd /Users/demo/lode/ext_tar/tmp && echo fetching liborcus-0.12.1.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/liborcus-0.12.1.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 liborcus-0.12.1.tar.gz | sed "s/ .*//"` && if test "$SUM" != "676b1fedd721f64489650f5e76d7f98b750439914d87cae505b8163d08447908"; then echo ERROR: expected checksum for liborcus-0.12.1.tar.gz is 676b1fedd721f64489650f5e76d7f98b750439914d87cae505b8163d08447908 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv liborcus-0.12.1.tar.gz ../ 
fetching liborcus-0.12.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2068k  100 2068k    0     0  2974k      0 --:--:-- --:--:-- --:--:-- 2975k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libpagemaker-0.0.3.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libpagemaker-0.0.3.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libpagemaker-0.0.3.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "3b5de037692f8e156777a75e162f6b110fa24c01749e4a66d7eb83f364e52a33"; then echo ERROR: expected checksum for libpagemaker-0.0.3.tar.bz2 is 3b5de037692f8e156777a75e162f6b110fa24c01749e4a66d7eb83f364e52a33 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libpagemaker-0.0.3.tar.bz2 ../ 
fetching libpagemaker-0.0.3.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  368k  100  368k    0     0  1264k      0 --:--:-- --:--:-- --:--:-- 1265k
cd /Users/demo/lode/ext_tar/tmp && echo fetching pdfium-3151.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/pdfium-3151.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 pdfium-3151.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "d24f41b65a797e545eeafc37106a85001437664267361a7576572b967d31ed6a"; then echo ERROR: expected checksum for pdfium-3151.tar.bz2 is d24f41b65a797e545eeafc37106a85001437664267361a7576572b967d31ed6a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv pdfium-3151.tar.bz2 ../ 
fetching pdfium-3151.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5655k  100 5655k    0     0  4017k      0  0:00:01  0:00:01 --:--:-- 4019k
cd /Users/demo/lode/ext_tar/tmp && echo fetching poppler-0.57.0.tar.xz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/poppler-0.57.0.tar.xz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 poppler-0.57.0.tar.xz | sed "s/ .*//"` && if test "$SUM" != "0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8"; then echo ERROR: expected checksum for poppler-0.57.0.tar.xz is 0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv poppler-0.57.0.tar.xz ../ 
fetching poppler-0.57.0.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1663k  100 1663k    0     0  2821k      0 --:--:-- --:--:-- --:--:-- 2819k
cd /Users/demo/lode/ext_tar/tmp && echo fetching c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461"; then echo ERROR: expected checksum for c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 is db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 ../ 
fetching c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.3M  100 15.3M    0     0  3559k      0  0:00:04  0:00:04 --:--:-- 3692k
cd /Users/demo/lode/ext_tar/tmp && echo fetching Python-3.5.4.tgz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/Python-3.5.4.tgz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 Python-3.5.4.tgz | sed "s/ .*//"` && if test "$SUM" != "6ed87a8b6c758cc3299a8b433e8a9a9122054ad5bc8aad43299cff3a53d8ca44"; then echo ERROR: expected checksum for Python-3.5.4.tgz is 6ed87a8b6c758cc3299a8b433e8a9a9122054ad5bc8aad43299cff3a53d8ca44 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv Python-3.5.4.tgz ../ 
fetching Python-3.5.4.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19.7M  100 19.7M    0     0  4154k      0  0:00:04  0:00:04 --:--:-- 4478k
cd /Users/demo/lode/ext_tar/tmp && echo fetching a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz | sed "s/ .*//"` && if test "$SUM" != "ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed"; then echo ERROR: expected checksum for a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz is ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz ../ 
fetching a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1842k  100 1842k    0     0  2425k      0 --:--:-- --:--:-- --:--:-- 2424k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz | sed "s/ .*//"` && if test "$SUM" != "6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c"; then echo ERROR: expected checksum for 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz is 6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz ../ 
fetching 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1558k  100 1558k    0     0  2493k      0 --:--:-- --:--:-- --:--:-- 2497k
cd /Users/demo/lode/ext_tar/tmp && echo fetching e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz | sed "s/ .*//"` && if test "$SUM" != "de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681"; then echo ERROR: expected checksum for e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz is de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz ../ 
fetching e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1583k  100 1583k    0     0  2521k      0 --:--:-- --:--:-- --:--:-- 2517k
cd /Users/demo/lode/ext_tar/tmp && echo fetching librevenge-0.0.4.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 librevenge-0.0.4.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "c51601cd08320b75702812c64aae0653409164da7825fd0f451ac2c5dbe77cbf"; then echo ERROR: expected checksum for librevenge-0.0.4.tar.bz2 is c51601cd08320b75702812c64aae0653409164da7825fd0f451ac2c5dbe77cbf 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv librevenge-0.0.4.tar.bz2 ../ 
fetching librevenge-0.0.4.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  517k  100  517k    0     0  1322k      0 --:--:-- --:--:-- --:--:-- 1323k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip | sed "s/ .*//"` && if test "$SUM" != "1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753"; then echo ERROR: expected checksum for 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip is 1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ../ 
fetching 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1486k  100 1486k    0     0  2357k      0 --:--:-- --:--:-- --:--:-- 2359k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip | sed "s/ .*//"` && if test "$SUM" != "64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1"; then echo ERROR: expected checksum for 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip is 64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ../ 
fetching 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9796  100  9796    0     0  26760      0 --:--:-- --:--:-- --:--:-- 26692
cd /Users/demo/lode/ext_tar/tmp && echo fetching libstaroffice-0.0.4.tar.xz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libstaroffice-0.0.4.tar.xz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libstaroffice-0.0.4.tar.xz | sed "s/ .*//"` && if test "$SUM" != "6e728784d002144716b10fe122973b3e4edda9004538386b0b58bb303404903a"; then echo ERROR: expected checksum for libstaroffice-0.0.4.tar.xz is 6e728784d002144716b10fe122973b3e4edda9004538386b0b58bb303404903a 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libstaroffice-0.0.4.tar.xz ../ 
fetching libstaroffice-0.0.4.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  665k  100  665k    0     0  1588k      0 --:--:-- --:--:-- --:--:-- 1589k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz | sed "s/ .*//"` && if test "$SUM" != "983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776"; then echo ERROR: expected checksum for 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz is 983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz ../ 
fetching 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 96939  100 96939    0     0   396k      0 --:--:-- --:--:-- --:--:--  397k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libvisio-0.1.5.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libvisio-0.1.5.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libvisio-0.1.5.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "b83b7991a40b4e7f07d0cac7bb46ddfac84dece705fd18e21bfd119a09be458e"; then echo ERROR: expected checksum for libvisio-0.1.5.tar.bz2 is b83b7991a40b4e7f07d0cac7bb46ddfac84dece705fd18e21bfd119a09be458e 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libvisio-0.1.5.tar.bz2 ../ 
fetching libvisio-0.1.5.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  588k  100  588k    0     0  1332k      0 --:--:-- --:--:-- --:--:-- 1334k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libwpd-0.10.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libwpd-0.10.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libwpd-0.10.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "efc20361d6e43f9ff74de5f4d86c2ce9c677693f5da08b0a88d603b7475a508d"; then echo ERROR: expected checksum for libwpd-0.10.1.tar.bz2 is efc20361d6e43f9ff74de5f4d86c2ce9c677693f5da08b0a88d603b7475a508d 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libwpd-0.10.1.tar.bz2 ../ 
fetching libwpd-0.10.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  641k  100  641k    0     0  1340k      0 --:--:-- --:--:-- --:--:-- 1339k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libwpg-0.3.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libwpg-0.3.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libwpg-0.3.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "29049b95895914e680390717a243b291448e76e0f82fb4d2479adee5330fbb59"; then echo ERROR: expected checksum for libwpg-0.3.1.tar.bz2 is 29049b95895914e680390717a243b291448e76e0f82fb4d2479adee5330fbb59 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libwpg-0.3.1.tar.bz2 ../ 
fetching libwpg-0.3.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  387k  100  387k    0     0  1098k      0 --:--:-- --:--:-- --:--:-- 1098k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libwps-0.4.7.tar.xz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libwps-0.4.7.tar.xz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libwps-0.4.7.tar.xz | sed "s/ .*//"` && if test "$SUM" != "2f2cab630bceace24f9dbb7d187cd6cd1f4c9f8a7b682c5f7e49c1e2cb58b217"; then echo ERROR: expected checksum for libwps-0.4.7.tar.xz is 2f2cab630bceace24f9dbb7d187cd6cd1f4c9f8a7b682c5f7e49c1e2cb58b217 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libwps-0.4.7.tar.xz ../ 
fetching libwps-0.4.7.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  581k  100  581k    0     0  1464k      0 --:--:-- --:--:-- --:--:-- 1465k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libzmf-0.0.1.tar.bz2 && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libzmf-0.0.1.tar.bz2 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libzmf-0.0.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "b69f7f6e94cf695c4b672ca65def4825490a1e7dee34c2126309b96d21a19e6b"; then echo ERROR: expected checksum for libzmf-0.0.1.tar.bz2 is b69f7f6e94cf695c4b672ca65def4825490a1e7dee34c2126309b96d21a19e6b 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libzmf-0.0.1.tar.bz2 ../ 
fetching libzmf-0.0.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  395k  100  395k    0     0  1166k      0 --:--:-- --:--:-- --:--:-- 1166k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 185d60944ea767075d27247c3162b3bc-unowinreg.dll && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 185d60944ea767075d27247c3162b3bc-unowinreg.dll | sed "s/ .*//"` && if test "$SUM" != "eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6"; then echo ERROR: expected checksum for 185d60944ea767075d27247c3162b3bc-unowinreg.dll is eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 185d60944ea767075d27247c3162b3bc-unowinreg.dll ../ 
fetching 185d60944ea767075d27247c3162b3bc-unowinreg.dll
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12288  100 12288    0     0  68420      0 --:--:-- --:--:-- --:--:-- 68648
cd /Users/demo/lode/ext_tar/tmp && echo fetching odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar | sed "s/ .*//"` && if test "$SUM" != "aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf"; then echo ERROR: expected checksum for odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar is aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar ../ 
fetching odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 22.8M  100 22.8M    0     0  4373k      0  0:00:05  0:00:05 --:--:-- 4604k
cd /Users/demo/lode/ext_tar/tmp && echo fetching 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar | sed "s/ .*//"` && if test "$SUM" != "f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770"; then echo ERROR: expected checksum for 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar is f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar ../ 
fetching 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2391k  100 2391k    0     0  3119k      0 --:--:-- --:--:-- --:--:-- 3117k
cd /Users/demo/lode/ext_tar/tmp && echo fetching libgltf-0.1.0.tar.gz && bash -c '/usr/bin/curl -O https://dev-www.libreoffice.org/src/libgltf/libgltf-0.1.0.tar.gz 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`shasum -a 256 libgltf-0.1.0.tar.gz | sed "s/ .*//"` && if test "$SUM" != "119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da"; then echo ERROR: expected checksum for libgltf-0.1.0.tar.gz is 119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da 2>&1 | tee -a /Users/demo/lode/ext_tar/fetch.log; false; fi && mv libgltf-0.1.0.tar.gz ../ 
fetching libgltf-0.1.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  718k  100  718k    0     0  1970k      0 --:--:-- --:--:-- --:--:-- 1975k
make -j 4  -rs -f /Users/demo/lode/dev/core/Makefile.gbuild    all
[build C  ] solenv/bin/concat-deps.c
[build LNK] Executable/concat-deps
ld: warning: directory not found for option '-L/Users/demo/lode/dev/core/workdir/LinkTarget/StaticLibrary'
ld: warning: directory not found for option '-L/Users/demo/lode/dev/core/workdir/LinkTarget/Library'
ld: warning: directory not found for option '-L/Users/demo/lode/dev/core/instdir/LibreOfficeDev.app/Contents/Frameworks'
ld: warning: directory not found for option '-L/Users/demo/lode/dev/core/instdir/LibreOfficeDev.app/Contents/Frameworks'
ld: warning: directory not found for option '-L/Users/demo/lode/dev/core/workdir/LinkTarget/Library'
[build DEP] LNK:Executable/pdfverify
[build DEP] LNK:CppunitTest/libtest_xmlsecurity_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_xmlsecurity_pdfsigning.dylib
[build DEP] LNK:CppunitTest/libtest_xmlsecurity_signing.dylib
[build DEP] LNK:Library/libxsec_xmlsec.dylib
[build DEP] LNK:Library/libxsec_fw.dylib
[build DEP] LNK:Library/libxmlsecurity.dylib
[build DEP] LNK:Library/libxmlscriptlo.dylib
[build DEP] LNK:Library/libxmlreaderlo.dylib
[build DEP] LNK:CppunitTest/libtest_xmloff_uxmloff.dylib
[build DEP] LNK:Library/libxoflo.dylib
[build DEP] LNK:Library/libxolo.dylib
[build DEP] LNK:Library/libucpchelp1.dylib
[build DEP] LNK:Library/libwpftqahelper.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_writer.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_impress.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_import.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_epubexport.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_draw.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_calc.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_wpftimport.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_stream.dylib
[build DEP] LNK:Library/libwriterperfectlo.dylib
[build DEP] LNK:Library/libwpftwriterlo.dylib
[build DEP] LNK:Library/libwpftimpresslo.dylib
[build DEP] LNK:Library/libwpftdrawlo.dylib
[build DEP] LNK:Library/libwpftcalclo.dylib
[build DEP] LNK:CppunitTest/libtest_writerfilter_misc.dylib
[build DEP] LNK:CppunitTest/libtest_writerfilter_rtftok.dylib
[build DEP] LNK:Library/libwriterfilterlo.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_timer.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_errorhandler.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_pdfexport.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_svm_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_jpeg_read_write_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_app_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_outdev.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_mnemonic.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_complextext.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_fontmetric.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_font.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_fontcharmap.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_bitmapprocessor_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_bitmap_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_lifecycle.dylib
[build DEP] LNK:Executable/svpclient
[build DEP] LNK:Executable/svptest
[build DEP] LNK:Executable/fftester
[build DEP] LNK:Executable/svdemo
[build DEP] LNK:Executable/mtfdemo
[build DEP] LNK:Executable/visualbackendtest
[build DEP] LNK:Executable/icontest
[build DEP] LNK:Executable/vcldemo
[build DEP] LNK:Executable/outdevgrind
[build DEP] LNK:Executable/ui-previewer
[build DEP] LNK:StaticLibrary/libvclmain.a
[build DEP] LNK:Library/libvcllo.dylib
[build DEP] LNK:Library/libmsformslo.dylib
[build DEP] LNK:Library/libvbahelperlo.dylib
[build DEP] LNK:CppunitTest/libtest_uui_dialogs_test.dylib
[build DEP] LNK:Library/libuuilo.dylib
[build DEP] LNK:CppunitTest/libtest_unoxml_domtest.dylib
[build DEP] LNK:Library/libunordflo.dylib
[build DEP] LNK:Library/libunoxmllo.dylib
[build DEP] LNK:CppunitTest/libtest_unotools_fontdefs.dylib
[build DEP] LNK:Library/libutllo.dylib
[build DEP] LNK:Library/libunotest.dylib
[build DEP] LNK:Library/unoexceptionprotector.dylib
[build DEP] LNK:Library/unobootstrapprotector.dylib
[build DEP] LNK:Executable/unoidl-write
[build DEP] LNK:Executable/unoidl-check
[build DEP] LNK:Library/libunoidllo.dylib
[build DEP] LNK:Executable/unoidl-read
[build DEP] LNK:Executable/uno-skeletonmaker
[build DEP] LNK:Library/libucbhelper.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_res_access.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_propfindcache.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_neon_opts.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_local_neon.dylib
[build DEP] LNK:Library/libucptdoc1lo.dylib
[build DEP] LNK:Library/libucppkg1.dylib
[build DEP] LNK:Library/libucpimagelo.dylib
[build DEP] LNK:Library/libucphier1.dylib
[build DEP] LNK:Library/libucpftp1.dylib
[build DEP] LNK:Library/libucpfile1.dylib
[build DEP] LNK:Library/libucpextlo.dylib
[build DEP] LNK:Library/libucpexpand1lo.dylib
[build DEP] LNK:Library/libucpdav1.dylib
[build DEP] LNK:Library/libucpcmis1lo.dylib
[build DEP] LNK:Library/libucb1.dylib
[build DEP] LNK:Library/libsrtrs1.dylib
[build DEP] LNK:Library/libcached1.dylib
[build DEP] LNK:CppunitTest/libtest_tools_test.dylib
[build DEP] LNK:Executable/bestreversemap
[build DEP] LNK:StaticLibrary/libooopathutils.a
[build DEP] LNK:Library/libtllo.dylib
[build DEP] LNK:Library/libtklo.dylib
[build DEP] LNK:Library/libtesttools_constructors.dylib
[build DEP] LNK:Library/libtesttools_bridgetest-common.dylib
[build DEP] LNK:Library/libtesttools_bridgetest.dylib
[build DEP] LNK:Library/libtesttools_cppobj.dylib
[build DEP] LNK:Library/libvclbootstrapprotector.dylib
[build DEP] LNK:Library/libsubsequenttest.dylib
[build DEP] LNK:Library/libtest-setupvcl.dylib
[build DEP] LNK:Library/libtest.dylib
[build DEP] LNK:CppunitTest/libtest_sw_dialogs_test2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_sw_globalfilter.dylib
[build DEP] LNK:CppunitTest/libtest_sw_mailmerge.dylib
[build DEP] LNK:CppunitTest/libtest_sw_uiwriter.dylib
[build DEP] LNK:CppunitTest/libtest_sw_txtexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_odfimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_odfexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport3.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ww8import.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ww8export2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ww8export.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlencryption.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlw14export.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlfieldexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport9.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport8.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport7.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport6.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport5.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport4.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport3.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_macros_test.dylib
[build DEP] LNK:CppunitTest/libtest_sw_htmlimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_htmlexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_docbookexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_uwriter.dylib
[build DEP] LNK:Library/libvbaswobjlo.dylib
[build DEP] LNK:Library/libswuilo.dylib
[build DEP] LNK:Library/libswdlo.dylib
[build DEP] LNK:Library/libswlo.dylib
[build DEP] LNK:Library/libmswordlo.dylib
[build DEP] LNK:Executable/pixelctl
[build DEP] LNK:Executable/gengal
[build DEP] LNK:CppunitTest/libtest_svx_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_svx_unit.dylib
[build DEP] LNK:Library/libtextconversiondlgslo.dylib
[build DEP] LNK:Library/libsvxcorelo.dylib
[build DEP] LNK:Library/libsvxlo.dylib
[build DEP] LNK:CppunitTest/libtest_svtools_dialogs_test.dylib
[build DEP] LNK:Executable/langsupport
[build DEP] LNK:CppunitTest/libtest_svtools_html.dylib
[build DEP] LNK:CppunitTest/libtest_svtools_graphic.dylib
[build DEP] LNK:Library/libsvtlo.dylib
[build DEP] LNK:CppunitTest/libtest_svl_urihelper.dylib
[build DEP] LNK:CppunitTest/libtest_svl_qa_cppunit.dylib
[build DEP] LNK:CppunitTest/libtest_svl_notify.dylib
[build DEP] LNK:CppunitTest/libtest_svl_lngmisc.dylib
[build DEP] LNK:CppunitTest/libtest_svl_items.dylib
[build DEP] LNK:CppunitTest/libtest_svl_itempool.dylib
[build DEP] LNK:CppunitTest/libtest_svl_inetcontenttype.dylib
[build DEP] LNK:Library/libsvllo.dylib
[build DEP] LNK:Library/libpasswordcontainerlo.dylib
[build DEP] LNK:Library/libfsstoragelo.dylib
[build DEP] LNK:CppunitTest/libtest_svgio.dylib
[build DEP] LNK:Library/libsvgiolo.dylib
[build DEP] LNK:Library/libstorelo.dylib
[build DEP] LNK:Library/libjavavmlo.dylib
[build DEP] LNK:Library/libjavaloaderlo.dylib
[build DEP] LNK:Library/libstocserviceslo.dylib
[build DEP] LNK:Library/libreflectionlo.dylib
[build DEP] LNK:Library/libproxyfaclo.dylib
[build DEP] LNK:Library/libnamingservicelo.dylib
[build DEP] LNK:Library/libinvocationlo.dylib
[build DEP] LNK:Library/libinvocadaptlo.dylib
[build DEP] LNK:Library/libintrospectionlo.dylib
[build DEP] LNK:Library/libbootstraplo.dylib
[build DEP] LNK:CppunitTest/libtest_starmath_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_starmath_qa_cppunit.dylib
[build DEP] LNK:CppunitTest/libtest_starmath_import.dylib
[build DEP] LNK:CppunitTest/libtest_starmath_export.dylib
[build DEP] LNK:Library/libsmdlo.dylib
[build DEP] LNK:Library/libsmlo.dylib
[build DEP] LNK:CppunitTest/libtest_sot_test_sot.dylib
[build DEP] LNK:Library/libsotlo.dylib
[build DEP] LNK:Executable/makedepend
[build DEP] LNK:Executable/cpp
[build DEP] LNK:Executable/gbuildtojson
[build DEP] LNK:Executable/concat-deps
[build DEP] LNK:CppunitTest/libtest_smoketest.dylib
[build DEP] LNK:Library/libsmoketest.dylib
[build DEP] LNK:Library/libOGLTranslo.dylib
[build DEP] LNK:Library/libslideshowlo.dylib
[build DEP] LNK:Library/libcmdmaillo.dylib
[build DEP] LNK:Executable/uri-encode
[build DEP] LNK:StaticLibrary/libshell_xmlparser.a
[build DEP] LNK:Library/libsysshlo.dylib
[build DEP] LNK:Executable/lngconvex
[build DEP] LNK:Library/libmacbe1lo.dylib
[build DEP] LNK:Library/liblocalebe1lo.dylib
[build DEP] LNK:CppunitTest/libtest_sfx2_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_sfx2_classification.dylib
[build DEP] LNK:CppunitTest/libtest_sfx2_controlleritem.dylib
[build DEP] LNK:CppunitTest/libtest_sfx2_metadatable.dylib
[build DEP] LNK:Library/libsfxlo.dylib
[build DEP] LNK:Executable/pdfunzip
[build DEP] LNK:Executable/pdf2xml
[build DEP] LNK:CppunitTest/libtest_sdext_pdfimport.dylib
[build DEP] LNK:Library/libpdfimportlo.dylib
[build DEP] LNK:Executable/xpdfimport
[build DEP] LNK:Library/libPresentationMinimizerlo.dylib
[build DEP] LNK:Library/libPresenterScreenlo.dylib
[build DEP] LNK:CppunitTest/libtest_sd_activex_controls_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_sd_html_export_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_misc_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_sd_export_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_export_ooxml2.dylib
[build DEP] LNK:CppunitTest/libtest_sd_export_ooxml1.dylib
[build DEP] LNK:CppunitTest/libtest_sd_import_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_uimpress.dylib
[build DEP] LNK:Library/libsduilo.dylib
[build DEP] LNK:Library/libsdfiltlo.dylib
[build DEP] LNK:Library/libsddlo.dylib
[build DEP] LNK:Library/libsdlo.dylib
[build DEP] LNK:Library/libvbaeventslo.dylib
[build DEP] LNK:Library/libstringresourcelo.dylib
[build DEP] LNK:Library/libscriptframe.dylib
[build DEP] LNK:Library/libprotocolhandlerlo.dylib
[build DEP] LNK:Library/libdlgprovlo.dylib
[build DEP] LNK:Library/libbasprovlo.dylib
[build DEP] LNK:CppunitTest/libtest_sccomp_lpsolver.dylib
[build DEP] LNK:Library/libsolverlo.dylib
[build DEP] LNK:Library/libpricinglo.dylib
[build DEP] LNK:Library/libdatelo.dylib
[build DEP] LNK:Library/libanalysislo.dylib
[build DEP] LNK:CppunitTest/libtest_sc_screenshots.dylib
[build DEP] LNK:CppunitTest/libtest_sc_arealinkobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_tabviewobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_cellcursorobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_cellobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_viewpaneobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_check_data_pilot_table.dylib
[build DEP] LNK:CppunitTest/libtest_sc_check_data_pilot_field.dylib
[build DEP] LNK:CppunitTest/libtest_sc_check_xcell_ranges_query.dylib
[build DEP] LNK:CppunitTest/libtest_sc_modelobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_editfieldobj_header.dylib
[build DEP] LNK:CppunitTest/libtest_sc_editfieldobj_cell.dylib
[build DEP] LNK:CppunitTest/libtest_sc_tablesheetsobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_tablesheetobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_namedrangesobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_namedrangeobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_macros_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_datapilotfieldobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_datapilottableobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_databaserangeobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_cellrangeobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_annotationsobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_annotationobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_recordchanges.dylib
[build DEP] LNK:CppunitTest/libtest_sc_styleloaderobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_outlineobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_annotationshapeobj.dylib
[build DEP] LNK:CppunitTest/libtest_sc_anchor_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_parallelism.dylib
[build DEP] LNK:CppunitTest/libtest_sc_opencl_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_text_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_statistical_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_spreadsheet_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_mathematical_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_logical_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_information_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_financial_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_datetime_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_addin_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_array_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_database_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_functions_test_old.dylib
[build DEP] LNK:CppunitTest/libtest_sc_copypaste.dylib
[build DEP] LNK:CppunitTest/libtest_sc_html_export_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_subsequent_export_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_subsequent_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_new_cond_format_api.dylib
[build DEP] LNK:CppunitTest/libtest_sc_condformats.dylib
[build DEP] LNK:CppunitTest/libtest_sc_cache_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_datatransformation.dylib
[build DEP] LNK:CppunitTest/libtest_sc_dataprovider.dylib
[build DEP] LNK:CppunitTest/libtest_sc_core.dylib
[build DEP] LNK:CppunitTest/libtest_sc_mark_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_range_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_rangelst_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_bugfix_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_ucalc.dylib
[build DEP] LNK:Library/libscqahelper.dylib
[build DEP] LNK:Library/libvbaobjlo.dylib
[build DEP] LNK:Library/libscuilo.dylib
[build DEP] LNK:Library/libscfiltlo.dylib
[build DEP] LNK:Library/libscdlo.dylib
[build DEP] LNK:Library/libsclo.dylib
[build DEP] LNK:CppunitTest/libtest_sax_xmlimport.dylib
[build DEP] LNK:CppunitTest/libtest_sax_parser.dylib
[build DEP] LNK:CppunitTest/libtest_sax_attributes.dylib
[build DEP] LNK:CppunitTest/libtest_sax.dylib
[build DEP] LNK:Library/libsaxlo.dylib
[build DEP] LNK:Library/libexpwraplo.dylib
[build DEP] LNK:CppunitTest/libtest_salhelper_testapi.dylib
[build DEP] LNK:Library/libuno_salhelpergcc3.dylib.3
[build DEP] LNK:CppunitTest/libtest_sal_types.dylib
[build DEP] LNK:CppunitTest/libtest_sal_rtl.dylib
[build DEP] LNK:CppunitTest/libtest_sal_osl.dylib
[build DEP] LNK:CppunitTest/libtest_sal_osl_security.dylib
[build DEP] LNK:CppunitTest/libtest_Module_DLL.dylib
[build DEP] LNK:Executable/osl_process_child
[build DEP] LNK:Library/libsal_textenclo.dylib
[build DEP] LNK:Library/libuno_sal.dylib.3
[build DEP] LNK:Executable/cppunittester
[build DEP] LNK:CppunitTest/libtest_reportdesign_dialogs_test.dylib
[build DEP] LNK:Library/librptxmllo.dylib
[build DEP] LNK:Library/librptuilo.dylib
[build DEP] LNK:Library/librptlo.dylib
[build DEP] LNK:Library/libuuresolverlo.dylib
[build DEP] LNK:StaticLibrary/libregistry_helper.a
[build DEP] LNK:Executable/regview
[build DEP] LNK:Executable/regmerge
[build DEP] LNK:Library/libreglo.dylib
[build DEP] LNK:Library/pyuno.so
[build DEP] LNK:Library/libpythonloaderlo.dylib
[build DEP] LNK:Library/libpyuno.dylib
[build DEP] LNK:CppunitTest/libtest_services.dylib
[build DEP] LNK:CppunitTest/libtest_package2_test.dylib
[build DEP] LNK:Library/libxstor.dylib
[build DEP] LNK:Library/libpackage2.dylib
[build DEP] LNK:Library/libopencllo.dylib
[build DEP] LNK:CppunitTest/libtest_oox_vba_encryption.dylib
[build DEP] LNK:CppunitTest/libtest_oox_vba_compression.dylib
[build DEP] LNK:CppunitTest/libtest_oox_tokenmap.dylib
[build DEP] LNK:Library/libooxlo.dylib
[build DEP] LNK:CppunitTest/libtest_officecfg_cppheader_test.dylib
[build DEP] LNK:CppunitTest/libtest_odk_checkapi.dylib
[build DEP] LNK:Executable/unoapploader
[build DEP] LNK:CppunitTest/libtest_o3tl_tests.dylib
[build DEP] LNK:CppunitTest/libtest_lotuswordpro_test_lotuswordpro.dylib
[build DEP] LNK:Library/liblwpftlo.dylib
[build DEP] LNK:Library/liblnglo.dylib
[build DEP] LNK:StaticLibrary/libulingu.a
[build DEP] LNK:Library/libspelllo.dylib
[build DEP] LNK:Library/libMacOSXSpelllo.dylib
[build DEP] LNK:Library/liblnthlo.dylib
[build DEP] LNK:Library/libhyphenlo.dylib
[build DEP] LNK:Library/libguesslanglo.dylib
[build DEP] LNK:StaticLibrary/libtransex.a
[build DEP] LNK:Executable/treex
[build DEP] LNK:Executable/propex
[build DEP] LNK:Executable/pocheck
[build DEP] LNK:Executable/localize
[build DEP] LNK:Executable/xrmex
[build DEP] LNK:Executable/cfgex
[build DEP] LNK:Executable/ulfex
[build DEP] LNK:Executable/idxdict
[build DEP] LNK:Executable/helpex
[build DEP] LNK:Library/libjvmfwklo.dylib
[build DEP] LNK:Library/libjvmaccesslo.dylib
[build DEP] LNK:Library/libjpipe.jnilib
[build DEP] LNK:Library/libjuhx.dylib
[build DEP] LNK:Library/libjuh.jnilib
[build DEP] LNK:CppunitTest/libtest_io_textinputstream.dylib
[build DEP] LNK:Library/libiolo.dylib
[build DEP] LNK:Executable/idlc
[build DEP] LNK:Executable/svidl
[build DEP] LNK:Library/libi18nutil.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_textsearch.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_ordinalsuffix.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_characterclassification.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_breakiterator.dylib
[build DEP] LNK:Executable/saxparser
[build DEP] LNK:Executable/genindex_data
[build DEP] LNK:Executable/gendict
[build DEP] LNK:Executable/genconv_dict
[build DEP] LNK:Executable/gencoll_rule
[build DEP] LNK:Library/libtextconv_dict.dylib
[build DEP] LNK:Library/liblocaledata_others.dylib
[build DEP] LNK:Library/liblocaledata_euro.dylib
[build DEP] LNK:Library/liblocaledata_es.dylib
[build DEP] LNK:Library/liblocaledata_en.dylib
[build DEP] LNK:Library/libindex_data.dylib
[build DEP] LNK:Library/libi18nsearchlo.dylib
[build DEP] LNK:Library/libi18npoollo.dylib
[build DEP] LNK:Library/libdict_zh.dylib
[build DEP] LNK:Library/libdict_ja.dylib
[build DEP] LNK:Library/libcollator_data.dylib
[build DEP] LNK:CppunitTest/libtest_i18nlangtag_test_languagetag.dylib
[build DEP] LNK:Library/libi18nlangtag.dylib
[build DEP] LNK:CppunitTest/libtest_hwpfilter_test_hwpfilter.dylib
[build DEP] LNK:Library/libhwplo.dylib
[build DEP] LNK:Library/libhelplinkerlo.dylib
[build DEP] LNK:Executable/HelpLinker
[build DEP] LNK:Executable/HelpIndexer
[build DEP] LNK:CppunitTest/libtest_framework_dispatch.dylib
[build DEP] LNK:Library/libfwmlo.dylib
[build DEP] LNK:Library/libfwllo.dylib
[build DEP] LNK:Library/libfwklo.dylib
[build DEP] LNK:Library/libfwilo.dylib
[build DEP] LNK:Library/libfwelo.dylib
[build DEP] LNK:CppunitTest/libtest_fpicker_dialogs_test.dylib
[build DEP] LNK:Library/libfps_aqualo.dylib
[build DEP] LNK:Library/libfps_officelo.dylib
[build DEP] LNK:CppunitTest/libtest_formula_dialogs_test.dylib
[build DEP] LNK:Library/libforuilo.dylib
[build DEP] LNK:Library/libforlo.dylib
[build DEP] LNK:Library/libfrmlo.dylib
[build DEP] LNK:CppunitTest/libtest_filter_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_filter_msfilter.dylib
[build DEP] LNK:CppunitTest/libtest_filter_priority.dylib
[build DEP] LNK:CppunitTest/libtest_filter_xslt.dylib
[build DEP] LNK:Executable/svg2odf
[build DEP] LNK:Library/libxsltfilterlo.dylib
[build DEP] LNK:Library/libxsltdlglo.dylib
[build DEP] LNK:Library/libxmlfdlo.dylib
[build DEP] LNK:Library/libxmlfalo.dylib
[build DEP] LNK:Library/libtextfdlo.dylib
[build DEP] LNK:Library/libt602filterlo.dylib
[build DEP] LNK:Library/libgraphicfilterlo.dylib
[build DEP] LNK:Library/libsvgfilterlo.dylib
[build DEP] LNK:Library/libstoragefdlo.dylib
[build DEP] LNK:Library/libpdffilterlo.dylib
[build DEP] LNK:Library/libodfflatxmllo.dylib
[build DEP] LNK:Library/libmsfilterlo.dylib
[build DEP] LNK:Library/libicglo.dylib
[build DEP] LNK:Library/libflashlo.dylib
[build DEP] LNK:Library/libfilterconfiglo.dylib
[build DEP] LNK:Library/libgielo.dylib
[build DEP] LNK:Executable/ucpp
[build DEP] LNK:Library/libpdfiumlo.dylib
[build DEP] LNK:StaticLibrary/libopencollada_parser.a
[build DEP] LNK:Library/libneon.dylib
[build DEP] LNK:StaticLibrary/libpng.a
[build DEP] LNK:StaticLibrary/libcmislib.a
[build DEP] LNK:StaticLibrary/libgraphite.a
[build DEP] LNK:StaticLibrary/libexpat.a
[build DEP] LNK:Library/libepoxy.dylib
[build DEP] LNK:StaticLibrary/libcollada2gltf.a
[build DEP] LNK:Library/libclucene.dylib
[build DEP] LNK:Library/libclewlo.dylib
[build DEP] LNK:StaticLibrary/libboost_iostreams.a
[build DEP] LNK:StaticLibrary/libboost_system.a
[build DEP] LNK:StaticLibrary/libboost_locale.a
[build DEP] LNK:StaticLibrary/libboost_filesystem.a
[build DEP] LNK:StaticLibrary/libboost_date_time.a
[build DEP] LNK:Library/libOOoSpotlightImporter.dylib
[build DEP] LNK:CppunitTest/libtest_extensions_test_update.dylib
[build DEP] LNK:Library/libupdchklo.dylib
[build DEP] LNK:Library/libupdatecheckuilo.dylib
[build DEP] LNK:Library/libupdatefeedlo.dylib
[build DEP] LNK:Library/libpcrlo.dylib
[build DEP] LNK:Library/libdbplo.dylib
[build DEP] LNK:Library/libbiblo.dylib
[build DEP] LNK:Library/libscnlo.dylib
[build DEP] LNK:Library/libloglo.dylib
[build DEP] LNK:Library/libldapbe2lo.dylib
[build DEP] LNK:Library/libabplo.dylib
[build DEP] LNK:Library/libevtattlo.dylib
[build DEP] LNK:CppunitTest/libtest_emfio_wmf.dylib
[build DEP] LNK:CppunitTest/libtest_emfio_emf.dylib
[build DEP] LNK:Library/libemfiolo.dylib
[build DEP] LNK:Library/libemboleobj.dylib
[build DEP] LNK:Library/libembobj.dylib
[build DEP] LNK:CppunitTest/libtest_editeng_lookuptree.dylib
[build DEP] LNK:CppunitTest/libtest_editeng_borderline.dylib
[build DEP] LNK:CppunitTest/libtest_editeng_core.dylib
[build DEP] LNK:Library/libeditenglo.dylib
[build DEP] LNK:Library/libmcnttype.dylib
[build DEP] LNK:CppunitTest/libtest_drawinglayer_border.dylib
[build DEP] LNK:Library/libdrawinglayerlo.dylib
[build DEP] LNK:CppunitTest/libtest_desktop_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_desktop_version.dylib
[build DEP] LNK:CppunitTest/libtest_desktop_app.dylib
[build DEP] LNK:Library/libunopkgapp.dylib
[build DEP] LNK:Library/libmigrationoo3lo.dylib
[build DEP] LNK:Library/libmigrationoo2lo.dylib
[build DEP] LNK:Executable/unopkg
[build DEP] LNK:Executable/soffice
[build DEP] LNK:Library/libspllo.dylib
[build DEP] LNK:Library/libsofficeapp.dylib
[build DEP] LNK:Library/liboffacclo.dylib
[build DEP] LNK:Library/libdeploymentmisclo.dylib
[build DEP] LNK:Library/libdeploymentgui.dylib
[build DEP] LNK:Library/libdeployment.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_hsqldb_test.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_RowSetClones.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_macros_test.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_nolib_save.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_empty_stdlib_save.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_dialog_save.dylib
[build DEP] LNK:Library/libsdbtlo.dylib
[build DEP] LNK:Library/libdbulo.dylib
[build DEP] LNK:Library/libdbmmlo.dylib
[build DEP] LNK:Library/libdbaxmllo.dylib
[build DEP] LNK:Library/libdbalo.dylib
[build DEP] LNK:CppunitTest/libtest_cui_dialogs_test4.dylib
[build DEP] LNK:CppunitTest/libtest_cui_dialogs_test3.dylib
[build DEP] LNK:CppunitTest/libtest_cui_dialogs_test2.dylib
[build DEP] LNK:CppunitTest/libtest_cui_dialogs_test.dylib
[build DEP] LNK:Library/libcuilo.dylib
[build DEP] LNK:Executable/uno
[build DEP] LNK:Executable/sp2bv
[build DEP] LNK:CppunitTest/libtest_cppuhelper_qa_weak.dylib
[build DEP] LNK:CppunitTest/libtest_cppuhelper_cppu_unourl.dylib
[build DEP] LNK:CppunitTest/libtest_cppuhelper_cppu_ifcontainer.dylib
[build DEP] LNK:StaticLibrary/libfindsofficepath.a
[build DEP] LNK:Library/libuno_cppuhelpergcc3.dylib.3
[build DEP] LNK:CppunitTest/libtest_cppu_test_cppumaker.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_unotype.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_reference.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_recursion.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_any.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_any-external.dylib
[build DEP] LNK:Library/libunsafe_uno_uno.dylib
[build DEP] LNK:Library/libuno_purpenvhelpergcc3.dylib.3
[build DEP] LNK:Library/liblog_uno_uno.dylib
[build DEP] LNK:Library/libuno_cppu.dylib.3
[build DEP] LNK:Library/libaffine_uno_uno.dylib
[build DEP] LNK:Library/libmtfrendererlo.dylib
[build DEP] LNK:Library/libcppcanvaslo.dylib
[build DEP] LNK:CppunitTest/libtest_connectivity_commontools.dylib
[build DEP] LNK:CppunitTest/libtest_connectivity_mork.dylib
[build DEP] LNK:Library/libmozbootstraplo.dylib
[build DEP] LNK:Library/libmorklo.dylib
[build DEP] LNK:Executable/mork_helper
[build DEP] LNK:Library/libpostgresql-sdbc-impllo.dylib
[build DEP] LNK:Library/libpostgresql-sdbclo.dylib
[build DEP] LNK:Library/libmacabdrv1.dylib
[build DEP] LNK:Library/libmacab1.dylib
[build DEP] LNK:Library/libjdbclo.dylib
[build DEP] LNK:Library/libhsqldb.jnilib
[build DEP] LNK:Library/libwriterlo.dylib
[build DEP] LNK:Library/libsdbc2.dylib
[build DEP] LNK:Library/libodbclo.dylib
[build DEP] LNK:Library/libmysqllo.dylib
[build DEP] LNK:Library/libflatlo.dylib
[build DEP] LNK:Library/libfilelo.dylib
[build DEP] LNK:Library/libdbpool2.dylib
[build DEP] LNK:Library/libdbaselo.dylib
[build DEP] LNK:Library/libcalclo.dylib
[build DEP] LNK:Library/libdbtoolslo.dylib
[build DEP] LNK:CppunitTest/libtest_configmgr_unit.dylib
[build DEP] LNK:Library/libconfigmgrlo.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_test.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_ifcontainer.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_variadictemplates_test.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_syntaxhighlight_test.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_threadpool_test.dylib
[build DEP] LNK:Library/libcomphelper.dylib
[build DEP] LNK:Executable/cppumaker
[build DEP] LNK:Executable/javamaker
[build DEP] LNK:StaticLibrary/libcodemaker_java.a
[build DEP] LNK:StaticLibrary/libcodemaker_cpp.a
[build DEP] LNK:StaticLibrary/libcodemaker.a
[build DEP] LNK:CppunitTest/libtest_chart2_dialogs_test.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_pivot_chart_test.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_dump.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_trendcalculators.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_import.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_export.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_common_functors.dylib
[build DEP] LNK:Library/libchartopengllo.dylib
[build DEP] LNK:Library/libchartcorelo.dylib
[build DEP] LNK:Library/libchartcontrollerlo.dylib
[build DEP] LNK:Library/liboglcanvaslo.dylib
[build DEP] LNK:Library/libvclcanvaslo.dylib
[build DEP] LNK:Library/libsimplecanvaslo.dylib
[build DEP] LNK:Library/libcanvastoolslo.dylib
[build DEP] LNK:Library/libcanvasfactorylo.dylib
[build DEP] LNK:Library/libjava_uno.dylib
[build DEP] LNK:Library/libgcc3_uno.dylib
[build DEP] LNK:CppunitTest/libtest_binaryurp_test-unmarshal.dylib
[build DEP] LNK:CppunitTest/libtest_binaryurp_test-cache.dylib
[build DEP] LNK:Library/libbinaryurplo.dylib
[build DEP] LNK:Library/libsblo.dylib
[build DEP] LNK:CppunitTest/libtest_basic_macros.dylib
[build DEP] LNK:CppunitTest/libtest_basic_scanner.dylib
[build DEP] LNK:CppunitTest/libtest_basegfx.dylib
[build DEP] LNK:Library/libbasegfxlo.dylib
[build DEP] LNK:CppunitTest/libtest_basctl_dialogs_test.dylib
[build DEP] LNK:Library/libbasctllo.dylib
[build DEP] LNK:Library/libavmediaogl.dylib
[build DEP] LNK:Library/libavmediaMacAVFlo.dylib
[build DEP] LNK:Library/libavmedialo.dylib
[build DEP] LNK:Library/libAppleRemotelo.dylib
[build DEP] LNK:Library/libanimcorelo.dylib
[build DEP] LNK:Library/libacclo.dylib
[build DEP] LNK:Library/libctllo.dylib
[build YAC] unoidl/source/sourceprovider-parser
[build LEX] unoidl/source/sourceprovider-scanner
[build CAT] officecfg_qa_allheaders.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Inet.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Interaction.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/LDAP.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Accelerators.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Addons.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/BasicIDE.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Calc.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/CalcAddIns.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Canvas.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Chart.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Commands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Common.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Compatibility.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/DataAccess.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/DataAccess/Drivers.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Draw.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Embedding.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Events.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ExtendedColorScheme.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ExtensionDependencies.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ExtensionManager.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/FormWizard.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Histories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Impress.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Java.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Jobs.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Labels.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Linguistic.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Logging.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Math.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/OptionsDialog.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Paths.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/PresentationMinimizer.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/PresenterScreen.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ProtocolHandler.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Recovery.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ReportDesign.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Scripting.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Security.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/TabBrowse.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/TableWizard.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/TypeDetection.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BaseWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BasicIDECommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BasicIDEWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BibliographyCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BibliographyWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/CalcCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/CalcWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Category.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ChartCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ChartWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Commands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Controller.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbBrowserWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbQueryWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbRelationWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbReportWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbTableDataWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbTableWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbuCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DrawImpressCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DrawWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Effects.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Factories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/GenericCategories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/GenericCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/GlobalSettings.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ImpressWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/MathCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/MathWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Notebookbar.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ReportCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Sidebar.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/StartModuleCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/StartModuleWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ToolbarMode.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WindowContentFactories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterFormWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterGlobalWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterReportWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterWebWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/XFormsWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Update.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Views.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Writer.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/WriterWeb.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Setup.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/System.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/Filter.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/GraphicFilter.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/Misc.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/Types.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/UISort.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/UserProfile.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/VCL.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/Configuration.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/Hierarchy.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/InteractionHandler.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/Store.hxx
[build C  ] external/clew/source/clew.c
[build OCC] apple_remote/source/KeyspanFrontRowControl.m
[build OCC] apple_remote/source/AppleRemote.m
[build OCC] apple_remote/source/RemoteControl.m
[build OCC] apple_remote/source/RemoteControlContainer.m
[build OCC] apple_remote/source/GlobalKeyboardDevice.m
[build OCC] apple_remote/source/HIDRemoteControlDevice.m
[build OCC] apple_remote/source/MultiClickRemoteBehavior.m
[build OCC] apple_remote/source/RemoteMainController.m
[build MOD] android
[build PRJ] epoxy
[build PRL] CustomTarget/xmloff/generated/xmloff/token/tokens.hxx
[build YAC] connectivity/source/parse/sqlbison
[build LEX] connectivity/source/parse/sqlflex
/Users/demo/lode/dev/core/connectivity/source/parse/sqlbison.y: conflicts: 13 shift/reduce, 15 reduce/reduce
[build MOD] bean
[build PRL] CustomTarget/oox/generated/oox/token/tokens.hxx
[build PRL] CustomTarget/oox/generated/oox/token/namespaces.hxx
[build PRL] CustomTarget/oox/generated/oox/token/properties.hxx
[build MOD] cli_ure
[build MOD] embedserv
[build XCS] org/openoffice/Office/Jobs.xcs
[build XCS] org/openoffice/Office/Addons.xcs
[build XSL] vi/WordExceptList.xml
[build CUS] extras/glade
[build FIF] fcfg_database_filters.xcu
[build FIO] fcfg_database_others.xcu
[build FIT] fcfg_database_types.xcu
[build XCS] org/openoffice/Office/Common.xcs
[build XCS] org/openoffice/Office/Embedding.xcs
[build XCS] org/openoffice/Setup.xcs
[build XCS] org/openoffice/Office/UI/CalcCommands.xcs
[build XCS] org/openoffice/Office/UI/CalcWindowState.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
[build FIF] fcfg_calc_filters.xcu
[build FIT] fcfg_calc_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-cjk.xcu
[build XCS] org/openoffice/Office/Writer.xcs
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-ctl.xcu
[build ECH] CustomTarget/postprocess/registry/ctlseqcheck.list
[build XCS] org/openoffice/Office/UI/DrawWindowState.xcs
[build FIF] fcfg_draw_filters.xcu
[build FIT] fcfg_draw_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-draw.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-draw.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-draw.xcu
[build FIF] fcfg_drawgraphics_filters.xcu
[build FIT] fcfg_drawgraphics_types.xcu
[build FIF] fcfg_impressgraphics_filters.xcu
[build FIT] fcfg_impressgraphics_types.xcu
[build FIF] fcfg_calcgraphics_filters.xcu
[build FIT] fcfg_calcgraphics_types.xcu
[build FIF] fcfg_writergraphics_filters.xcu
[build FIT] fcfg_writergraphics_types.xcu
[build XCS] org/openoffice/Office/PresentationMinimizer.xcs
[build XCS] org/openoffice/Office/PresenterScreen.xcs
[build XCS] org/openoffice/Office/UI/Effects.xcs
[build XCS] org/openoffice/Office/UI/ImpressWindowState.xcs
[build FIF] fcfg_impress_filters.xcu
[build FIT] fcfg_impress_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Jobs-impress.xcu
[build XCS] org/openoffice/Office/ProtocolHandler.xcs
[build XCM] officecfg/registry/data/org/openoffice/Setup-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Addons-librelogo.xcu
[build XCS] org/openoffice/Office/UI/WriterWindowState.xcs
[build ECH] CustomTarget/postprocess/registry/lingucomponent.list
[build XCS] org/openoffice/Inet.xcs
[build XCS] org/openoffice/Interaction.xcs
[build XCS] org/openoffice/LDAP.xcs
[build XCS] org/openoffice/Office/Accelerators.xcs
[build XCS] org/openoffice/Office/BasicIDE.xcs
[build XCS] org/openoffice/Office/Calc.xcs
[build XCS] org/openoffice/Office/CalcAddIns.xcs
[build XCS] org/openoffice/Office/Canvas.xcs
[build XCS] org/openoffice/Office/Chart.xcs
[build XCS] org/openoffice/Office/Commands.xcs
[build XCS] org/openoffice/Office/Compatibility.xcs
[build XCS] org/openoffice/Office/DataAccess.xcs
[build XCS] org/openoffice/Office/Draw.xcs
[build XCS] org/openoffice/Office/Events.xcs
[build XCS] org/openoffice/Office/ExtendedColorScheme.xcs
[build XCS] org/openoffice/Office/ExtensionDependencies.xcs
[build XCS] org/openoffice/Office/ExtensionManager.xcs
[build XCS] org/openoffice/Office/FormWizard.xcs
[build XCS] org/openoffice/Office/Histories.xcs
[build XCS] org/openoffice/Office/Impress.xcs
[build XCS] org/openoffice/Office/Java.xcs
[build XCS] org/openoffice/Office/Labels.xcs
[build XCS] org/openoffice/Office/Linguistic.xcs
[build XCS] org/openoffice/Office/Logging.xcs
[build XCS] org/openoffice/Office/Math.xcs
[build XCS] org/openoffice/Office/OptionsDialog.xcs
[build XCS] org/openoffice/Office/Paths.xcs
[build XCS] org/openoffice/Office/Recovery.xcs
[build XCS] org/openoffice/Office/Scripting.xcs
[build XCS] org/openoffice/Office/Security.xcs
[build XCS] org/openoffice/Office/TabBrowse.xcs
[build XCS] org/openoffice/Office/TableWizard.xcs
[build XCS] org/openoffice/Office/TypeDetection.xcs
[build XCS] org/openoffice/Office/UI/BaseWindowState.xcs
[build XCS] org/openoffice/Office/UI/BasicIDECommands.xcs
[build XCS] org/openoffice/Office/UI/BasicIDEWindowState.xcs
[build XCS] org/openoffice/Office/UI/BibliographyCommands.xcs
[build XCS] org/openoffice/Office/UI/BibliographyWindowState.xcs
[build XCS] org/openoffice/Office/UI/Category.xcs
[build XCS] org/openoffice/Office/UI/ChartCommands.xcs
[build XCS] org/openoffice/Office/UI/ChartWindowState.xcs
[build XCS] org/openoffice/Office/UI/Commands.xcs
[build XCS] org/openoffice/Office/UI/Controller.xcs
[build XCS] org/openoffice/Office/UI/DbBrowserWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbQueryWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbRelationWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbTableDataWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbTableWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbuCommands.xcs
[build XCS] org/openoffice/Office/UI/DrawImpressCommands.xcs
[build XCS] org/openoffice/Office/UI/Factories.xcs
[build XCS] org/openoffice/Office/UI/GenericCategories.xcs
[build XCS] org/openoffice/Office/UI/GenericCommands.xcs
[build XCS] org/openoffice/Office/UI/GlobalSettings.xcs
[build XCS] org/openoffice/Office/UI/Notebookbar.xcs
[build XCS] org/openoffice/Office/UI/Sidebar.xcs
[build XCS] org/openoffice/Office/UI/StartModuleCommands.xcs
[build XCS] org/openoffice/Office/UI/StartModuleWindowState.xcs
[build XCS] org/openoffice/Office/UI/ToolbarMode.xcs
[build XCS] org/openoffice/Office/UI/WindowContentFactories.xcs
[build XCS] org/openoffice/Office/UI/WindowState.xcs
[build XCS] org/openoffice/Office/UI.xcs
[build XCS] org/openoffice/Office/Update.xcs
[build XCS] org/openoffice/Office/Views.xcs
[build XCS] org/openoffice/Office/WriterWeb.xcs
[build XCS] org/openoffice/System.xcs
[build XCS] org/openoffice/TypeDetection/Filter.xcs
[build XCS] org/openoffice/TypeDetection/GraphicFilter.xcs
[build XCS] org/openoffice/TypeDetection/Misc.xcs
[build XCS] org/openoffice/TypeDetection/Types.xcs
[build XCS] org/openoffice/TypeDetection/UISort.xcs
[build XCS] org/openoffice/UserProfile.xcs
[build XCS] org/openoffice/VCL.xcs
[build XCS] org/openoffice/ucb/Configuration.xcs
[build XCS] org/openoffice/ucb/Hierarchy.xcs
[build XCS] org/openoffice/ucb/InteractionHandler.xcs
[build XCS] org/openoffice/ucb/Store.xcs
[build XCU] officecfg/registry/data/org/openoffice/Inet.xcu
[build XCU] officecfg/registry/data/org/openoffice/Interaction.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Calc.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Canvas.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Common.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Compatibility.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/DataAccess.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Embedding.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/FormWizard.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Histories.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Impress.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Jobs.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Logging.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Math.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Paths.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Scripting.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Security.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/TableWizard.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Views.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Writer.xcu
[build XCU] officecfg/registry/data/org/openoffice/Setup.xcu
[build XCU] officecfg/registry/data/org/openoffice/System.xcu
[build XCU] officecfg/registry/data/org/openoffice/TypeDetection/UISort.xcu
[build XCU] officecfg/registry/data/org/openoffice/UserProfile.xcu
[build XCU] officecfg/registry/data/org/openoffice/VCL.xcu
[build XCU] officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
[build FIF] fcfg_base_filters.xcu
[build FIO] fcfg_base_others.xcu
[build FIT] fcfg_base_types.xcu
[build FIF] fcfg_chart_filters.xcu
[build FIO] fcfg_chart_others.xcu
[build FIT] fcfg_chart_types.xcu
[build FII] fcfg_internalgraphics_filters.xcu
[build FIT] fcfg_internalgraphics_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-chart.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-start.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-draw.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-writer.xcu
[build XCM] officecfg/registry/data/org/openoffice/Inet-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Accelerators-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/ucb/Configuration-webdav.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-internallibexttextcatdata.xcu
[build XCS] org/openoffice/Office/UI/MathCommands.xcs
[build XCS] org/openoffice/Office/UI/MathWindowState.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu
[build FIF] fcfg_math_filters.xcu
[build FIT] fcfg_math_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Scripting-python.xcu
[build XCS] org/openoffice/Office/UI/WriterCommands.xcs
[build XCS] org/openoffice/Office/UI/WriterFormWindowState.xcs
[build XCS] org/openoffice/Office/UI/WriterGlobalWindowState.xcs
[build XCS] org/openoffice/Office/UI/WriterReportWindowState.xcs
[build XCS] org/openoffice/Office/UI/WriterWebWindowState.xcs
[build XCS] org/openoffice/Office/UI/XFormsWindowState.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu
[build FIF] fcfg_global_filters.xcu
[build FIT] fcfg_global_types.xcu
[build FIF] fcfg_web_filters.xcu
[build FIT] fcfg_web_types.xcu
[build FIF] fcfg_writer_filters.xcu
[build FIT] fcfg_writer_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-writer.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-writer.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-writer.xcu
[build FIF] fcfg_xslt_filters.xcu
[build FIT] fcfg_xslt_types.xcu
[build XCS] org/openoffice/Office/ReportDesign.xcs
[build XCS] org/openoffice/Office/UI/DbReportWindowState.xcs
[build XCS] org/openoffice/Office/UI/ReportCommands.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/ExtendedColorScheme.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ReportDesign.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu
[build FIF] fcfg_reportbuilder_filters.xcu
[build FIT] fcfg_reportbuilder_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Accelerators-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/DataAccess-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/UI/Controller-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Impress-ogltrans.xcu
[build ECH] CustomTarget/postprocess/registry/pdfimport.list
[build XCL] Langpack-en-US.xcu
[build FIU] XcuFilterUiTarget/filter_ui.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Linguistic.xcu
[build XCM] officecfg/registry/data/org/openoffice/Inet-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Inet-wnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-report.xcu
[build XCM] officecfg/registry/data/org/openoffice/UserProfile-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/VCL-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Accelerators-unxwnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-unx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-wnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-UseOOoFileDialogs.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-32bit.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-ctlseqcheck.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/DataAccess-evoab2.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-unxwnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-externallibexttextcatdata.xcu
[build XCM] officecfg/registry/data/org/openoffice/ucb/Configuration-gio.xcu
[build XCM] officecfg/registry/data/org/openoffice/ucb/Configuration-win.xcu
[build XCR] registry/en-US/org/openoffice/Setup.xcu
[build XCR] registry/en-US/org/openoffice/Office/Accelerators.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Addons.xcu
[build XCR] registry/en-US/org/openoffice/Office/Addons.xcu
[build XCR] registry/en-US/org/openoffice/Office/Common.xcu
[build XCR] registry/en-US/org/openoffice/Office/DataAccess.xcu
[build XCR] registry/en-US/org/openoffice/Office/PresentationMinimizer.xcu
[build XCR] registry/en-US/org/openoffice/Office/PresenterScreen.xcu
[build XCR] registry/en-US/org/openoffice/Office/TableWizard.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI.xcu
[build XCR] registry/en-US/org/openoffice/Office/Embedding.xcu
[build XCR] registry/en-US/org/openoffice/Office/ExtendedColorScheme.xcu
[build XCR] registry/en-US/org/openoffice/Office/FormWizard.xcu
[build XCR] registry/en-US/org/openoffice/Office/Writer.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BasicIDECommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BibliographyCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/CalcCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ChartCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ChartWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbuCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BaseWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterFormWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterReportWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbQueryWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbTableWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbRelationWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbReportWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbBrowserWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbTableDataWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DrawImpressCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/Effects.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/GenericCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/MathCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/StartModuleCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BasicIDEWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/CalcWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DrawWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ImpressWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/MathWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/Notebookbar.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ReportCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/Sidebar.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/StartModuleWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/XFormsWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterWebWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/GenericCategories.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ToolbarMode.xcu
[build CMP] xmerge/source/bridge/XMergeBridge
[build CMP] scripting/java/ScriptFramework
[build CMP] scripting/java/ScriptProviderForJava
[build CMP] smoketest/org/libreoffice/smoketest/smoketest
[build CMP] wizards/com/sun/star/wizards/form/form
[build CMP] wizards/com/sun/star/wizards/query/query
[build CMP] wizards/com/sun/star/wizards/report/report
[build CMP] wizards/com/sun/star/wizards/table/table
[build CMP] reportbuilder/java/reportbuilder
[build XSL] bg/crdbus50/BlockList.xml
[build XSL] bg/standard/+BCQEHQ-/styles.xml
[build XSL] bg/standard/BlockList.xml
[build XSL] bg/template/BlockList.xml
[build XSL] ca/standard/FN/styles.xml
[build XSL] cs/crdbus50/CON1/settings.xml
[build XSL] cs/crdbus50/CON1/styles.xml
[build XSL] da/standard/BlockList.xml
[build XSL] da/standard/FN/styles.xml
[build XSL] de/standard/BlockList.xml
[build XSL] en-GB/standard/BlockList.xml
[build XSL] en-US/standard/BlockList.xml
[build XSL] es/standard/BlockList.xml
[build XSL] es/standard/N+ANo-M/styles.xml
[build XSL] hu/standard/BlockList.xml
[build XSL] km/crdbus50/CON2/settings.xml
[build XSL] km/crdbus50/CON2/styles.xml
[build XSL] km/standard/BlockList.xml
[build XSL] ko/crdbus50/BlockList.xml
[build XSL] ko/standard/BlockList.xml
[build XSL] mn/crdbus50/BlockList.xml
[build XSL] mn/standard/BlockList.xml
[build XSL] mn/template/BlockList.xml
[build XSL] nl/crdbus50/BlockList.xml
[build XSL] nl/standard/BlockList.xml
[build XSL] pt-BR/standard/BlockList.xml
[build XSL] pt-BR/template/HB/styles.xml
[build XSL] pt/standard/BlockList.xml
[build XSL] ru/standard/BlockList.xml
[build XSL] sl/crdbus54/MOD1/settings.xml
[build XSL] sl/crdbus54/MOD1/styles.xml
[build XSL] sv/standard/BlockList.xml
[build YAC] idlc/source/parser
[build LEX] idlc/source/scanner
[build ECH] CustomTarget/instsetoo_native/setup/bootstraprc
[build ECH] CustomTarget/instsetoo_native/setup/setuprc
/Users/demo/lode/dev/core/idlc/source/parser.y: conflicts: 4 shift/reduce
[build ECH] CustomTarget/instsetoo_native/setup/sofficerc
[build ECH] CustomTarget/instsetoo_native/setup/versionrc
/bin/sh: bin/update/get_update_channel.py: /usr/bin/python3: bad interpreter: No such file or directory
[build LEX] l10ntools/source/cfglex
[build LEX] l10ntools/source/xrmlex
[build MOD] libreofficekit
[build BIN] o3tl
[build SED] examples/examples.html
[build SED] index.html
[build MOD] onlineupdate
[build SCT] scp2/source/templates/alllangmodules_calc
[build SCT] scp2/source/templates/alllangmodules_draw
[build SCT] scp2/source/templates/alllangmodules_impress
[build SCT] scp2/source/templates/alllangmodules_math
[build SCT] scp2/source/templates/allhelpmodules
[build SCT] scp2/source/templates/allhelpmodules_root
[build SCT] scp2/source/templates/alllangmodules
[build SCT] scp2/source/templates/alllangmodules_root
[build SCT] scp2/source/templates/alllangmodules_writer
[build CMP] scripting/java/ScriptProviderForBeanShell
[build CMP] scripting/java/ScriptProviderForJavaScript
[build MOD] swext
[build CMP] testtools/source/bridgetest/testComponent
[build MOD] uitest
[build MOD] winaccessibility
[build CUS] wizards/locproperties
[build LOC] UnoControls
[build LOC] android
[build LOC] animations
[build LOC] apple_remote
[build LOC] basegfx
[build LOC] bean
[build LOC] binaryurp
[build LOC] bridges
[build LOC] canvas
[build LOC] cli_ure
[build LOC] codemaker
[build LOC] comphelper
[build LOC] configmgr
[build LOC] cppcanvas
[build LOC] cppu
[build LOC] cppuhelper
[build LOC] cpputools
[build LOC] drawinglayer
[build LOC] dtrans
[build LOC] embeddedobj
[build LOC] embedserv
[build LOC] emfio
[build LOC] eventattacher
[build LOC] apache-commons
[build LOC] beanshell
[build LOC] boost
[build LOC] clew
[build LOC] clucene
[build LOC] coinmp
[build LOC] collada2gltf
[build LOC] cppunit
[build LOC] curl
[build LOC] epoxy
[build LOC] expat
[build LOC] glm
[build LOC] graphite
[build LOC] harfbuzz
[build LOC] hsqldb
[build LOC] hunspell
[build LOC] hyphen
[build LOC] icu
[build LOC] jfreereport
[build LOC] jpeg-turbo
[build LOC] lcms2
[build LOC] libabw
[build LOC] libcdr
[build LOC] libcmis
[build LOC] libebook
[build LOC] libepubgen
[build LOC] libetonyek
[build LOC] libexttextcat
[build LOC] libfreehand
[build LOC] libgltf
[build LOC] liblangtag
[build LOC] libmspub
[build LOC] libmwaw
[build LOC] libodfgen
[build LOC] liborcus
[build LOC] libpagemaker
[build LOC] libpng
[build LOC] librevenge
[build LOC] libstaroffice
[build LOC] libvisio
[build LOC] libwpd
[build LOC] libwpg
[build LOC] libwps
[build LOC] libxmlsec
[build LOC] libzmf
[build LOC] lpsolve
[build LOC] mdds
[build LOC] more_fonts
[build LOC] mythes
[build LOC] neon
[build LOC] nss
[build LOC] opencollada
[build LOC] openldap
[build LOC] openssl
[build LOC] pdfium
[build LOC] poppler
[build LOC] postgresql
[build LOC] python3
[build LOC] redland
[build LOC] rhino
[build LOC] ucpp
[build LOC] helpcompiler
[build LOC] hwpfilter
[build LOC] i18nlangtag
[build LOC] i18npool
[build LOC] i18nutil
[build LOC] idl
[build LOC] idlc
[build LOC] instsetoo_native
[build LOC] io
[build LOC] javaunohelper
[build LOC] jurt
[build LOC] jvmaccess
[build LOC] jvmfwk
[build LOC] l10ntools
[build LOC] librelogo
[build LOC] libreofficekit
[build LOC] lingucomponent
[build LOC] linguistic
[build LOC] lotuswordpro
[build LOC] o3tl
[build LOC] odk
[build LOC] offapi
[build LOC] officecfg
[build LOC] onlineupdate
[build LOC] oovbaapi
[build LOC] oox
[build LOC] opencl
[build LOC] package
[build LOC] pyuno
[build LOC] qadevOOo
[build LOC] readlicense_oo
[build LOC] registry
[build LOC] remotebridges
[build LOC] reportbuilder
[build LOC] ridljar
[build LOC] sal
[build LOC] salhelper
[build LOC] sax
[build LOC] scp2
[build LOC] scripting
[build LOC] sdext
[build LOC] setup_native
[build LOC] shell
[build LOC] slideshow
[build LOC] smoketest
[build LOC] solenv
[build LOC] soltools
[build LOC] sot
[build LOC] stoc
[build LOC] store
[build LOC] svgio
[build LOC] swext
[build LOC] sysui
[build LOC] test
[build LOC] testtools
[build LOC] toolkit
[build LOC] tools
[build LOC] ucb
[build LOC] ucbhelper
[build LOC] udkapi
[build LOC] uitest
[build LOC] unodevtools
[build LOC] unoidl
[build LOC] unoil
[build LOC] unotest
[build LOC] unotools
[build LOC] unoxml
[build LOC] ure
[build LOC] vbahelper
[build LOC] winaccessibility
[build LOC] writerfilter
[build LOC] xmerge
[build LOC] xmlhelp
[build LOC] xmloff
[build LOC] xmlreader
[build LOC] xmlscript
[build CHK] UnoControls
[build CHK] accessibility
[build CHK] android
[build CHK] animations
[build CHK] apple_remote
[build CHK] avmedia
[build CHK] basctl
[build CHK] bean
[build CHK] bridges
[build CHK] canvas
[build CHK] cli_ure
[build CHK] codemaker
[build CMP] CppunitTest/configmgr/source/configmgr
[build CHK] cppcanvas
[build CHK] cpputools
[build CHK] cui
[build CHK] drawinglayer
[build CHK] dtrans
[build CHK] embeddedobj
[build CHK] embedserv
[build CHK] eventattacher
[build CHK] apache-commons
[build CHK] beanshell
[build CHK] boost
[build CHK] clew
[build CHK] clucene
[build CHK] coinmp
[build CHK] collada2gltf
[build CHK] cppunit
[build CHK] curl
[build CHK] epoxy
[build CHK] expat
[build CHK] glm
[build CHK] graphite
[build CHK] harfbuzz
[build CHK] hsqldb
[build CHK] hunspell
[build CHK] hyphen
[build CHK] icu
[build CHK] jfreereport
[build CHK] jpeg-turbo
[build CHK] lcms2
[build CHK] libabw
[build CHK] libcdr
[build CHK] libcmis
[build CHK] libebook
[build CHK] libepubgen
[build CHK] libetonyek
[build CHK] libexttextcat
[build CHK] libfreehand
[build CHK] libgltf
[build CHK] liblangtag
[build CHK] libmspub
[build CHK] libmwaw
[build CHK] libodfgen
[build CHK] liborcus
[build CHK] libpagemaker
[build CHK] libpng
[build CHK] librevenge
[build CHK] libstaroffice
[build CHK] libvisio
[build CHK] libwpd
[build CHK] libwpg
[build CHK] libwps
[build CHK] libxmlsec
[build CHK] libzmf
[build CHK] lpsolve
[build CHK] mdds
[build CHK] more_fonts
[build CHK] mythes
[build CHK] neon
[build CHK] nss
[build CHK] opencollada
[build CHK] openldap
[build CHK] openssl
[build CHK] pdfium
[build CHK] poppler
[build CHK] postgresql
[build CHK] python3
[build CHK] redland
[build CHK] rhino
[build CHK] ucpp
[build CHK] extras
[build CHK] forms
[build CHK] formula
[build CHK] fpicker
[build CHK] framework
[build CHK] helpcompiler
[build CHK] i18nutil
[build CHK] idl
[build CHK] instsetoo_native
[build CHK] io
[build CHK] javaunohelper
[build CHK] jurt
[build CHK] jvmaccess
[build CHK] jvmfwk
[build CHK] l10ntools
[build CHK] librelogo
[build CHK] libreofficekit
[build CHK] lingucomponent
[build CHK] linguistic
[build CHK] offapi
[build CHK] onlineupdate
[build CHK] oovbaapi
[build CHK] opencl
[build CHK] pyuno
[build CHK] qadevOOo
[build CHK] readlicense_oo
[build CHK] remotebridges
[build CHK] reportbuilder
[build CHK] reportdesign
[build CHK] ridljar
[build CHK] scaddins
[build CHK] scp2
[build CHK] scripting
[build CHK] setup_native
[build CHK] shell
[build CHK] slideshow
[build CHK] smoketest
[build CHK] solenv
[build CHK] soltools
[build CHK] stoc
[build CHK] store
[build CMP] CppunitTest/svgio/svgio
[build CHK] sw
[build CHK] swext
[build CHK] sysui
[build CHK] test
[build CHK] toolkit
[build CHK] ucbhelper
[build CHK] udkapi
[build CHK] uitest
[build CHK] unodevtools
[build CHK] unoil
[build CHK] unotest
[build CHK] unoxml
[build CHK] ure
[build CHK] uui
[build CHK] vbahelper
[build CHK] winaccessibility
[build CHK] wizards
[build CHK] writerfilter
[build CHK] xmerge
[build CHK] xmlhelp
[build CHK] xmlreader
[build CHK] xmlscript
[build CHK] xmlsecurity
[build SLC] UnoControls
[build SLC] accessibility
[build SLC] android
[build SLC] animations
[build SLC] apple_remote
[build SLC] avmedia
[build SLC] basctl
[build SLC] basegfx
[build SLC] basic
[build SLC] bean
[build SLC] binaryurp
[build SLC] bridges
[build SLC] canvas
[build SLC] cli_ure
[build SLC] codemaker
[build SLC] comphelper
[build SLC] configmgr
[build SLC] connectivity
[build SLC] cppcanvas
[build SLC] cppu
[build SLC] cppuhelper
[build SLC] cpputools
[build SLC] cui
[build SLC] dbaccess
[build SLC] desktop
[build SLC] dtrans
[build SLC] editeng
[build SLC] embeddedobj
[build SLC] embedserv
[build SLC] emfio
[build SLC] eventattacher
[build SLC] extensions
[build SLC] apache-commons
[build SLC] beanshell
[build SLC] boost
[build SLC] clew
[build SLC] clucene
[build SLC] coinmp
[build SLC] collada2gltf
[build SLC] cppunit
[build SLC] curl
[build SLC] epoxy
[build SLC] expat
[build SLC] glm
[build SLC] graphite
[build SLC] harfbuzz
[build SLC] hsqldb
[build SLC] hunspell
[build SLC] hyphen
[build SLC] icu
[build SLC] jfreereport
[build SLC] jpeg-turbo
[build SLC] lcms2
[build SLC] libabw
[build SLC] libcdr
[build SLC] libcmis
[build SLC] libebook
[build SLC] libepubgen
[build SLC] libetonyek
[build SLC] libexttextcat
[build SLC] libfreehand
[build SLC] libgltf
[build SLC] liblangtag
[build SLC] libmspub
[build SLC] libmwaw
[build SLC] libodfgen
[build SLC] liborcus
[build SLC] libpagemaker
[build SLC] libpng
[build SLC] librevenge
[build SLC] libstaroffice
[build SLC] libvisio
[build SLC] libwpd
[build SLC] libwpg
[build SLC] libwps
[build SLC] libxmlsec
[build SLC] libzmf
[build SLC] lpsolve
[build SLC] mdds
[build SLC] more_fonts
[build SLC] mythes
[build SLC] neon
[build SLC] nss
[build SLC] opencollada
[build SLC] openldap
[build SLC] openssl
[build SLC] pdfium
[build SLC] poppler
[build SLC] postgresql
[build SLC] python3
[build SLC] redland
[build SLC] rhino
[build SLC] ucpp
[build SLC] extras
[build SLC] filter
[build SLC] forms
[build SLC] formula
[build SLC] fpicker
[build SLC] helpcompiler
[build SLC] hwpfilter
[build SLC] i18nlangtag
[build SLC] i18npool
[build SLC] i18nutil
[build SLC] idl
[build SLC] idlc
[build SLC] instsetoo_native
[build SLC] io
[build SLC] javaunohelper
[build SLC] jurt
[build SLC] jvmaccess
[build SLC] jvmfwk
[build SLC] l10ntools
[build SLC] librelogo
[build SLC] libreofficekit
[build SLC] lingucomponent
[build SLC] linguistic
[build SLC] lotuswordpro
[build SLC] o3tl
[build SLC] odk
[build SLC] offapi
[build SLC] officecfg
[build SLC] onlineupdate
[build SLC] oovbaapi
[build SLC] oox
[build SLC] opencl
[build SLC] package
[build SLC] postprocess
[build SLC] pyuno
[build SLC] qadevOOo
[build SLC] readlicense_oo
[build SLC] registry
[build SLC] remotebridges
[build SLC] reportbuilder
[build SLC] reportdesign
[build SLC] ridljar
[build SLC] sal
[build SLC] salhelper
[build SLC] sax
[build SLC] scaddins
[build SLC] sccomp
[build SLC] scp2
[build SLC] scripting
[build SLC] sd
[build SLC] sdext
[build SLC] setup_native
[build SLC] sfx2
[build SLC] shell
[build SLC] slideshow
[build SLC] smoketest
[build SLC] solenv
[build SLC] soltools
[build SLC] sot
[build SLC] starmath
[build SLC] stoc
[build SLC] store
[build SLC] svgio
[build SLC] svl
[build SLC] svtools
[build SLC] svx
[build SLC] swext
[build SLC] sysui
[build SLC] test
[build SLC] testtools
[build SLC] toolkit
[build SLC] tools
[build SLC] ucb
[build SLC] ucbhelper
[build SLC] udkapi
[build SLC] uitest
[build SLC] unodevtools
[build SLC] unoidl
[build SLC] unoil
[build SLC] unotest
[build SLC] unotools
[build SLC] ure
[build SLC] uui
[build SLC] vbahelper
[build SLC] vcl
[build SLC] winaccessibility
[build SLC] wizards
[build SLC] xmerge
[build SLC] xmlhelp
[build SLC] xmloff
[build SLC] xmlreader
[build SLC] xmlscript
[build CXX] sal/osl/all/compat.cxx
[build CXX] sal/osl/all/debugbase.cxx
[build CXX] sal/osl/all/filepath.cxx
[build CXX] sal/osl/all/loadmodulerelative.cxx
[build CXX] sal/osl/all/log.cxx
[build CXX] sal/osl/all/signalshared.cxx
[build CXX] sal/osl/all/utility.cxx
[build CXX] sal/rtl/alloc_arena.cxx
[build CXX] sal/rtl/alloc_cache.cxx
[build CXX] sal/rtl/alloc_fini.cxx
[build CXX] sal/rtl/alloc_global.cxx
[build CXX] sal/rtl/bootstrap.cxx
[build CXX] sal/rtl/byteseq.cxx
[build CXX] sal/rtl/cipher.cxx
[build CXX] sal/rtl/cmdargs.cxx
[build CXX] sal/rtl/crc.cxx
[build CXX] sal/rtl/digest.cxx
[build CXX] sal/rtl/hash.cxx
[build CXX] sal/rtl/locale.cxx
[build CXX] sal/rtl/math.cxx
[build CXX] sal/rtl/random.cxx
[build CXX] sal/rtl/rtl_process.cxx
[build CXX] sal/rtl/strbuf.cxx
[build CXX] sal/rtl/strimp.cxx
[build CXX] sal/rtl/string.cxx
[build CXX] sal/rtl/unload.cxx
[build CXX] sal/rtl/uri.cxx
[build CXX] sal/rtl/ustrbuf.cxx
[build CXX] sal/rtl/ustring.cxx
[build CXX] sal/rtl/uuid.cxx
[build CXX] sal/textenc/converter.cxx
[build CXX] sal/textenc/convertsimple.cxx
[build CXX] sal/textenc/handleundefinedunicodetotextchar.cxx
[build CXX] sal/textenc/tcvtutf8.cxx
[build CXX] sal/textenc/tencinfo.cxx
[build CXX] sal/textenc/textcvt.cxx
[build CXX] sal/textenc/textenc.cxx
[build CXX] sal/textenc/unichars.cxx
[build CXX] sal/osl/unx/backtraceapi.cxx
[build CXX] sal/osl/unx/conditn.cxx
[build CXX] sal/osl/unx/file.cxx
[build CXX] sal/osl/unx/file_error_transl.cxx
[build CXX] sal/osl/unx/file_misc.cxx
[build CXX] sal/osl/unx/file_path_helper.cxx
[build CXX] sal/osl/unx/file_stat.cxx
[build CXX] sal/osl/unx/file_url.cxx
[build CXX] sal/osl/unx/file_volume.cxx
[build CXX] sal/osl/unx/memory.cxx
[build CXX] sal/osl/unx/module.cxx
[build CXX] sal/osl/unx/mutex.cxx
[build CXX] sal/osl/unx/nlsupport.cxx
[build CXX] sal/osl/unx/pipe.cxx
[build CXX] sal/osl/unx/process.cxx
[build CXX] sal/osl/unx/process_impl.cxx
[build CXX] sal/osl/unx/profile.cxx
[build CXX] sal/osl/unx/random.cxx
[build CXX] sal/osl/unx/readwrite_helper.cxx
[build CXX] sal/osl/unx/security.cxx
[build CXX] sal/osl/unx/signal.cxx
[build CXX] sal/osl/unx/socket.cxx
[build CXX] sal/osl/unx/system.cxx
[build CXX] sal/osl/unx/tempfile.cxx
[build CXX] sal/osl/unx/thread.cxx
[build CXX] sal/osl/unx/time.cxx
[build CXX] sal/osl/unx/salinit.cxx
[build OCX] sal/osl/unx/uunxapi.mm
[build CXX] sal/osl/unx/osxlocale.cxx
[build C  ] sal/osl/unx/backtrace.c
[build CXX] sal/osl/unx/interlck.cxx
[build CXX] salhelper/source/condition.cxx
[build CXX] salhelper/source/dynload.cxx
[build CXX] salhelper/source/simplereferenceobject.cxx
[build CXX] salhelper/source/thread.cxx
[build CXX] salhelper/source/timer.cxx
[build CUS] officecfg/registry
[build C  ] cppuhelper/source/findsofficepath.c
[build CXX] tools/source/reversemap/bestreversemap.cxx
[build UPK] mdds-1.2.3.tar.bz2
[build UPK] libepoxy-1.3.1.tar.bz2
[build UPK] pdfium-3151.tar.bz2
[build UPK] bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
[build UPK] graphite2-minimal-1.3.10.tgz
[build DEP] LNK:Library/libclewlo.dylib
[build LNK] Library/libclewlo.dylib
[build DEP] LNK:Library/libAppleRemotelo.dylib
[build LNK] Library/libAppleRemotelo.dylib
[build LOC] accessibility
[build UPK] 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
[build UPK] OpenCOLLADA-master-6509aa13af.tar.bz2
[build UPK] libpng-1.6.30.tar.xz
[build LOC] avmedia
[build UIL] basctl/uiconfig/basicide/ui/basicmacrodialog
[build UIL] basctl/uiconfig/basicide/ui/breakpointmenus
[build UIL] basctl/uiconfig/basicide/ui/defaultlanguage
[build UIL] basctl/uiconfig/basicide/ui/deletelangdialog
[build UIL] basctl/uiconfig/basicide/ui/dialogpage
[build UIL] basctl/uiconfig/basicide/ui/exportdialog
[build UIL] basctl/uiconfig/basicide/ui/gotolinedialog
[build UIL] basctl/uiconfig/basicide/ui/importlibdialog
[build UIL] basctl/uiconfig/basicide/ui/libpage
[build UIL] basctl/uiconfig/basicide/ui/managebreakpoints
[build UIL] basctl/uiconfig/basicide/ui/managelanguages
[build UIL] basctl/uiconfig/basicide/ui/modulepage
[build UIL] basctl/uiconfig/basicide/ui/newlibdialog
[build UIL] basctl/uiconfig/basicide/ui/organizedialog
[build UIM] Resources/config/soffice.cfg/modules/BasicIDE/menubar/menubar
[build LOC] basctl
[build LOC] basic
[build JCS] Jar/unoloader
[build PKG] bridges_jnilib_java_uno
[build PRL] CustomTarget/oox/generated/misc/oox-drawingml-adj-names
[build PRL] CustomTarget/oox/generated/misc/vml-shape-types
[build UIL] chart2/uiconfig/ui/3dviewdialog
[build UIL] chart2/uiconfig/ui/attributedialog
[build UIL] chart2/uiconfig/ui/chardialog
[build UIL] chart2/uiconfig/ui/chartdatadialog
[build UIL] chart2/uiconfig/ui/charttypedialog
[build UIL] chart2/uiconfig/ui/datarangedialog
[build UIL] chart2/uiconfig/ui/dlg_DataLabel
[build UIL] chart2/uiconfig/ui/dlg_InsertErrorBars
[build UIL] chart2/uiconfig/ui/insertaxisdlg
[build UIL] chart2/uiconfig/ui/insertgriddlg
[build UIL] chart2/uiconfig/ui/inserttitledlg
[build UIL] chart2/uiconfig/ui/paradialog
[build UIL] chart2/uiconfig/ui/sidebaraxis
[build UIL] chart2/uiconfig/ui/sidebarelements
[build UIL] chart2/uiconfig/ui/sidebarerrorbar
[build UIL] chart2/uiconfig/ui/sidebarseries
[build UIL] chart2/uiconfig/ui/smoothlinesdlg
[build UIL] chart2/uiconfig/ui/steppedlinesdlg
[build UIL] chart2/uiconfig/ui/titlerotationtabpage
[build UIL] chart2/uiconfig/ui/dlg_InsertLegend
[build UIL] chart2/uiconfig/ui/tp_3D_SceneAppearance
[build UIL] chart2/uiconfig/ui/tp_3D_SceneGeometry
[build UIL] chart2/uiconfig/ui/tp_3D_SceneIllumination
[build UIL] chart2/uiconfig/ui/tp_axisLabel
[build UIL] chart2/uiconfig/ui/tp_AxisPositions
[build UIL] chart2/uiconfig/ui/tp_ChartType
[build UIL] chart2/uiconfig/ui/tp_DataLabel
[build UIL] chart2/uiconfig/ui/tp_DataSource
[build UIL] chart2/uiconfig/ui/tp_ErrorBars
[build UIL] chart2/uiconfig/ui/tp_LegendPosition
[build UIL] chart2/uiconfig/ui/tp_PolarOptions
[build UIL] chart2/uiconfig/ui/tp_RangeChooser
[build UIL] chart2/uiconfig/ui/tp_SeriesToAxis
[build UIL] chart2/uiconfig/ui/tp_Scale
[build UIL] chart2/uiconfig/ui/tp_Trendline
[build UIL] chart2/uiconfig/ui/wizelementspage
[build UIM] Resources/config/soffice.cfg/modules/schart/menubar/menubar
[build LOC] chart2
[build XCS] org/openoffice/Office/DataAccess/Drivers.xcs
[build LOC] connectivity
[build UIL] cui/uiconfig/ui/aboutdialog
[build UIL] cui/uiconfig/ui/aboutconfigdialog
[build UIL] cui/uiconfig/ui/aboutconfigvaluedialog
[build UIL] cui/uiconfig/ui/accelconfigpage
[build UIL] cui/uiconfig/ui/agingdialog
[build UIL] cui/uiconfig/ui/acorexceptpage
[build UIL] cui/uiconfig/ui/acoroptionspage
[build UIL] cui/uiconfig/ui/acorreplacepage
[build UIL] cui/uiconfig/ui/applyautofmtpage
[build UIL] cui/uiconfig/ui/applylocalizedpage
[build UIL] cui/uiconfig/ui/areadialog
[build UIL] cui/uiconfig/ui/areatabpage
[build UIL] cui/uiconfig/ui/asiantypography
[build UIL] cui/uiconfig/ui/assigncomponentdialog
[build UIL] cui/uiconfig/ui/autocorrectdialog
[build UIL] cui/uiconfig/ui/backgroundpage
[build UIL] cui/uiconfig/ui/baselinksdialog
[build UIL] cui/uiconfig/ui/bitmaptabpage
[build UIL] cui/uiconfig/ui/blackorwhitelistentrydialog
[build UIL] cui/uiconfig/ui/borderareatransparencydialog
[build UIL] cui/uiconfig/ui/borderbackgrounddialog
[build UIL] cui/uiconfig/ui/borderpage
[build UIL] cui/uiconfig/ui/breaknumberoption
[build UIL] cui/uiconfig/ui/calloutdialog
[build UIL] cui/uiconfig/ui/calloutpage
[build UIL] cui/uiconfig/ui/cellalignment
[build UIL] cui/uiconfig/ui/certdialog
[build UIL] cui/uiconfig/ui/charnamepage
[build UIL] cui/uiconfig/ui/colorconfigwin
[build UIL] cui/uiconfig/ui/colorpage
[build UIL] cui/uiconfig/ui/colorpickerdialog
[build UIL] cui/uiconfig/ui/comment
[build UIL] cui/uiconfig/ui/connectortabpage
[build UIL] cui/uiconfig/ui/connpooloptions
[build UIL] cui/uiconfig/ui/croppage
[build UIL] cui/uiconfig/ui/cuiimapdlg
[build UIL] cui/uiconfig/ui/databaselinkdialog
[build UIL] cui/uiconfig/ui/dimensionlinestabpage
[build UIL] cui/uiconfig/ui/editdictionarydialog
[build UIL] cui/uiconfig/ui/editmodulesdialog
[build UIL] cui/uiconfig/ui/embossdialog
[build UIL] cui/uiconfig/ui/eventassigndialog
[build UIL] cui/uiconfig/ui/eventassignpage
[build UIL] cui/uiconfig/ui/formatnumberdialog
[build UIL] cui/uiconfig/ui/fmsearchdialog
[build UIL] cui/uiconfig/ui/gradientpage
[build UIL] cui/uiconfig/ui/customizedialog
[build UIL] cui/uiconfig/ui/dbregisterpage
[build UIL] cui/uiconfig/ui/distributiondialog
[build UIL] cui/uiconfig/ui/distributionpage
[build UIL] cui/uiconfig/ui/effectspage
[build UIL] cui/uiconfig/ui/eventsconfigpage
[build UIL] cui/uiconfig/ui/formatcellsdialog
[build UIL] cui/uiconfig/ui/galleryapplyprogress
[build UIL] cui/uiconfig/ui/galleryfilespage
[build UIL] cui/uiconfig/ui/gallerygeneralpage
[build UIL] cui/uiconfig/ui/gallerysearchprogress
[build UIL] cui/uiconfig/ui/gallerythemedialog
[build UIL] cui/uiconfig/ui/gallerythemeiddialog
[build UIL] cui/uiconfig/ui/gallerytitledialog
[build UIL] cui/uiconfig/ui/galleryupdateprogress
[build UIL] cui/uiconfig/ui/hangulhanjaadddialog
[build UIL] cui/uiconfig/ui/hangulhanjaeditdictdialog
[build UIL] cui/uiconfig/ui/hangulhanjaconversiondialog
[build UIL] cui/uiconfig/ui/hangulhanjaoptdialog
[build UIL] cui/uiconfig/ui/hatchpage
[build UIL] cui/uiconfig/ui/hyperlinkdialog
[build UIL] cui/uiconfig/ui/hyperlinkdocpage
[build UIL] cui/uiconfig/ui/hyperlinkinternetpage
[build UIL] cui/uiconfig/ui/hyperlinkmarkdialog
[build UIL] cui/uiconfig/ui/hyperlinkmailpage
[build UIL] cui/uiconfig/ui/hyperlinknewdocpage
[build UIL] cui/uiconfig/ui/hyphenate
[build UIL] cui/uiconfig/ui/iconchangedialog
[build UIL] cui/uiconfig/ui/iconselectordialog
[build UIL] cui/uiconfig/ui/insertfloatingframe
[build UIL] cui/uiconfig/ui/insertoleobject
[build UIL] cui/uiconfig/ui/insertrowcolumn
[build UIL] cui/uiconfig/ui/javaclasspathdialog
[build UIL] cui/uiconfig/ui/javastartparametersdialog
[build UIL] cui/uiconfig/ui/linedialog
[build UIL] cui/uiconfig/ui/linetabpage
[build UIL] cui/uiconfig/ui/lineendstabpage
[build UIL] cui/uiconfig/ui/linestyletabpage
[build UIL] cui/uiconfig/ui/macroassigndialog
[build UIL] cui/uiconfig/ui/macroassignpage
[build UIL] cui/uiconfig/ui/macroselectordialog
[build UIL] cui/uiconfig/ui/menuassignpage
[build UIL] cui/uiconfig/ui/messbox
[build UIL] cui/uiconfig/ui/mosaicdialog
[build UIL] cui/uiconfig/ui/movemenu
[build UIL] cui/uiconfig/ui/multipathdialog
[build UIL] cui/uiconfig/ui/namedialog
[build UIL] cui/uiconfig/ui/newlibdialog
[build UIL] cui/uiconfig/ui/newtabledialog
[build UIL] cui/uiconfig/ui/newtoolbardialog
[build UIL] cui/uiconfig/ui/numberingformatpage
[build UIL] cui/uiconfig/ui/numberingoptionspage
[build UIL] cui/uiconfig/ui/numberingpositionpage
[build UIL] cui/uiconfig/ui/objectnamedialog
[build UIL] cui/uiconfig/ui/objecttitledescdialog
[build UIL] cui/uiconfig/ui/optaccessibilitypage
[build UIL] cui/uiconfig/ui/optadvancedpage
[build UIL] cui/uiconfig/ui/optappearancepage
[build UIL] cui/uiconfig/ui/optasianpage
[build UIL] cui/uiconfig/ui/optbasicidepage
[build UIL] cui/uiconfig/ui/optctlpage
[build UIL] cui/uiconfig/ui/optchartcolorspage
[build UIL] cui/uiconfig/ui/optemailpage
[build UIL] cui/uiconfig/ui/optfltrpage
[build UIL] cui/uiconfig/ui/optfltrembedpage
[build UIL] cui/uiconfig/ui/optfontspage
[build UIL] cui/uiconfig/ui/optgeneralpage
[build UIL] cui/uiconfig/ui/opthtmlpage
[build UIL] cui/uiconfig/ui/optionsdialog
[build UIL] cui/uiconfig/ui/optjsearchpage
[build UIL] cui/uiconfig/ui/optlanguagespage
[build UIL] cui/uiconfig/ui/optlingupage
[build UIL] cui/uiconfig/ui/optnewdictionarydialog
[build UIL] cui/uiconfig/ui/optonlineupdatepage
[build UIL] cui/uiconfig/ui/optopenclpage
[build UIL] cui/uiconfig/ui/optpathspage
[build UIL] cui/uiconfig/ui/optproxypage
[build UIL] cui/uiconfig/ui/optsavepage
[build UIL] cui/uiconfig/ui/optsecuritypage
[build UIL] cui/uiconfig/ui/optuserpage
[build UIL] cui/uiconfig/ui/optviewpage
[build UIL] cui/uiconfig/ui/pageformatpage
[build UIL] cui/uiconfig/ui/paragalignpage
[build UIL] cui/uiconfig/ui/paraindentspacing
[build UIL] cui/uiconfig/ui/paratabspage
[build UIL] cui/uiconfig/ui/password
[build UIL] cui/uiconfig/ui/screenshotannotationdialog
[build UIL] cui/uiconfig/ui/pastespecial
[build UIL] cui/uiconfig/ui/patterntabpage
[build UIL] cui/uiconfig/ui/percentdialog
[build UIL] cui/uiconfig/ui/personalization_tab
[build UIL] cui/uiconfig/ui/pickbulletpage
[build UIL] cui/uiconfig/ui/pickgraphicpage
[build UIL] cui/uiconfig/ui/picknumberingpage
[build UIL] cui/uiconfig/ui/pickoutlinepage
[build UIL] cui/uiconfig/ui/positionpage
[build UIL] cui/uiconfig/ui/positionsizedialog
[build UIL] cui/uiconfig/ui/possizetabpage
[build UIL] cui/uiconfig/ui/posterdialog
[build UIL] cui/uiconfig/ui/querychangelineenddialog
[build UIL] cui/uiconfig/ui/querydeletebitmapdialog
[build UIL] cui/uiconfig/ui/querydeletechartcolordialog
[build UIL] cui/uiconfig/ui/querydeletecolordialog
[build UIL] cui/uiconfig/ui/querydeletedictionarydialog
[build UIL] cui/uiconfig/ui/querydeletegradientdialog
[build UIL] cui/uiconfig/ui/querydeletehatchdialog
[build UIL] cui/uiconfig/ui/querydeletelineenddialog
[build UIL] cui/uiconfig/ui/querydeletelinestyledialog
[build UIL] cui/uiconfig/ui/queryduplicatedialog
[build UIL] cui/uiconfig/ui/querynoloadedfiledialog
[build UIL] cui/uiconfig/ui/querynosavefiledialog
[build UIL] cui/uiconfig/ui/querysavelistdialog
[build UIL] cui/uiconfig/ui/queryupdategalleryfilelistdialog
[build UIL] cui/uiconfig/ui/recordnumberdialog
[build UIL] cui/uiconfig/ui/rotationtabpage
[build UIL] cui/uiconfig/ui/scriptorganizer
[build UIL] cui/uiconfig/ui/searchattrdialog
[build UIL] cui/uiconfig/ui/searchformatdialog
[build UIL] cui/uiconfig/ui/securityoptionsdialog
[build UIL] cui/uiconfig/ui/select_persona_dialog
[build UIL] cui/uiconfig/ui/selectpathdialog
[build UIL] cui/uiconfig/ui/shadowtabpage
[build UIL] cui/uiconfig/ui/showcoldialog
[build UIL] cui/uiconfig/ui/similaritysearchdialog
[build UIL] cui/uiconfig/ui/slantcornertabpage
[build UIL] cui/uiconfig/ui/smarttagoptionspage
[build UIL] cui/uiconfig/ui/smoothdialog
[build UIL] cui/uiconfig/ui/solarizedialog
[build UIL] cui/uiconfig/ui/specialcharacters
[build UIL] cui/uiconfig/ui/spellingdialog
[build UIL] cui/uiconfig/ui/spelloptionsdialog
[build UIL] cui/uiconfig/ui/splitcellsdialog
[build UIL] cui/uiconfig/ui/storedwebconnectiondialog
[build UIL] cui/uiconfig/ui/swpossizepage
[build UIL] cui/uiconfig/ui/textattrtabpage
[build UIL] cui/uiconfig/ui/textanimtabpage
[build UIL] cui/uiconfig/ui/textdialog
[build UIL] cui/uiconfig/ui/textflowpage
[build UIL] cui/uiconfig/ui/thesaurus
[build UIL] cui/uiconfig/ui/transparencytabpage
[build UIL] cui/uiconfig/ui/tsaurldialog
[build UIL] cui/uiconfig/ui/twolinespage
[build UIL] cui/uiconfig/ui/wordcompletionpage
[build UIL] cui/uiconfig/ui/zoomdialog
[build LOC] cui
[build VAL] CustomTarget/writerfilter/source/ooxml/model.validated
[build UIL] dbaccess/uiconfig/ui/admindialog
[build UIL] dbaccess/uiconfig/ui/advancedsettingsdialog
[build UIL] dbaccess/uiconfig/ui/applycolpage
[build UIL] dbaccess/uiconfig/ui/authentificationpage
[build UIL] dbaccess/uiconfig/ui/autocharsetpage
[build UIL] dbaccess/uiconfig/ui/backuppage
[build UIL] dbaccess/uiconfig/ui/choosedatasourcedialog
[build UIL] dbaccess/uiconfig/ui/collectionviewdialog
[build UIL] dbaccess/uiconfig/ui/colwidthdialog
[build UIL] dbaccess/uiconfig/ui/connectionpage
[build UIL] dbaccess/uiconfig/ui/copytablepage
[build UIL] dbaccess/uiconfig/ui/dbaseindexdialog
[build UIL] dbaccess/uiconfig/ui/dbasepage
[build UIL] dbaccess/uiconfig/ui/dbwizconnectionpage
[build UIL] dbaccess/uiconfig/ui/dbwizmysqlintropage
[build UIL] dbaccess/uiconfig/ui/dbwizmysqlnativepage
[build UIL] dbaccess/uiconfig/ui/dbwizspreadsheetpage
[build UIL] dbaccess/uiconfig/ui/dbwiztextpage
[build UIL] dbaccess/uiconfig/ui/deleteallrowsdialog
[build UIL] dbaccess/uiconfig/ui/designsavemodifieddialog
[build UIL] dbaccess/uiconfig/ui/directsqldialog
[build UIL] dbaccess/uiconfig/ui/emptypage
[build UIL] dbaccess/uiconfig/ui/fielddialog
[build UIL] dbaccess/uiconfig/ui/finalpagewizard
[build UIL] dbaccess/uiconfig/ui/generalpagedialog
[build UIL] dbaccess/uiconfig/ui/generalpagewizard
[build UIL] dbaccess/uiconfig/ui/generalspecialjdbcdetailspage
[build UIL] dbaccess/uiconfig/ui/generatedvaluespage
[build UIL] dbaccess/uiconfig/ui/indexdesigndialog
[build UIL] dbaccess/uiconfig/ui/jdbcconnectionpage
[build UIL] dbaccess/uiconfig/ui/joindialog
[build UIL] dbaccess/uiconfig/ui/jointablemenu
[build UIL] dbaccess/uiconfig/ui/joinviewmenu
[build UIL] dbaccess/uiconfig/ui/keymenu
[build UIL] dbaccess/uiconfig/ui/ldapconnectionpage
[build UIL] dbaccess/uiconfig/ui/ldappage
[build UIL] dbaccess/uiconfig/ui/migratepage
[build UIL] dbaccess/uiconfig/ui/mysqlnativepage
[build UIL] dbaccess/uiconfig/ui/mysqlnativesettings
[build UIL] dbaccess/uiconfig/ui/namematchingpage
[build UIL] dbaccess/uiconfig/ui/odbcpage
[build UIL] dbaccess/uiconfig/ui/parametersdialog
[build UIL] dbaccess/uiconfig/ui/password
[build UIL] dbaccess/uiconfig/ui/preparepage
[build UIL] dbaccess/uiconfig/ui/querycolmenu
[build UIL] dbaccess/uiconfig/ui/queryfilterdialog
[build UIL] dbaccess/uiconfig/ui/queryfuncmenu
[build UIL] dbaccess/uiconfig/ui/querypropertiesdialog
[build UIL] dbaccess/uiconfig/ui/relationdialog
[build UIL] dbaccess/uiconfig/ui/rowheightdialog
[build UIL] dbaccess/uiconfig/ui/rtfcopytabledialog
[build UIL] dbaccess/uiconfig/ui/saveindexdialog
[build UIL] dbaccess/uiconfig/ui/savedialog
[build UIL] dbaccess/uiconfig/ui/savemodifieddialog
[build UIL] dbaccess/uiconfig/ui/specialjdbcconnectionpage
[build UIL] dbaccess/uiconfig/ui/specialsettingspage
[build UIL] dbaccess/uiconfig/ui/sortdialog
[build UIL] dbaccess/uiconfig/ui/sqlexception
[build UIL] dbaccess/uiconfig/ui/summarypage
[build UIL] dbaccess/uiconfig/ui/tabledesignrowmenu
[build UIL] dbaccess/uiconfig/ui/tabledesignsavemodifieddialog
[build UIL] dbaccess/uiconfig/ui/tablesfilterdialog
[build UIL] dbaccess/uiconfig/ui/tablesfilterpage
[build UIL] dbaccess/uiconfig/ui/tablesjoindialog
[build UIL] dbaccess/uiconfig/ui/textconnectionsettings
[build UIL] dbaccess/uiconfig/ui/textpage
[build UIL] dbaccess/uiconfig/ui/typeselectpage
[build UIL] dbaccess/uiconfig/ui/useradmindialog
[build UIL] dbaccess/uiconfig/ui/useradminpage
[build UIL] dbaccess/uiconfig/ui/userdetailspage
[build UIM] Resources/config/soffice.cfg/modules/dbapp/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/dbbrowser/menubar/compat
[build UIM] Resources/config/soffice.cfg/modules/dbquery/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/dbrelation/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/dbtable/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/dbtdata/menubar/menubar
[build LOC] dbaccess
[build UPK] 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
[build UIL] desktop/uiconfig/ui/dependenciesdialog
[build UIL] desktop/uiconfig/ui/extensionmanager
[build UIL] desktop/uiconfig/ui/installforalldialog
[build UIL] desktop/uiconfig/ui/licensedialog
[build UIL] desktop/uiconfig/ui/showlicensedialog
[build UIL] desktop/uiconfig/ui/updatedialog
[build UIL] desktop/uiconfig/ui/updateinstalldialog
[build UIL] desktop/uiconfig/ui/updaterequireddialog
[build LOC] desktop
[build UIL] editeng/uiconfig/ui/spellmenu
[build LOC] editeng
[build LOC] extensions
[build UIL] extensions/uiconfig/sabpilot/ui/contentfieldpage
[build UIL] extensions/uiconfig/sabpilot/ui/contenttablepage
[build UIL] extensions/uiconfig/sabpilot/ui/datasourcepage
[build UIL] extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage
[build UIL] extensions/uiconfig/sabpilot/ui/fieldassignpage
[build UIL] extensions/uiconfig/sabpilot/ui/fieldlinkpage
[build UIL] extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage
[build UIL] extensions/uiconfig/sabpilot/ui/groupradioselectionpage
[build UIL] extensions/uiconfig/sabpilot/ui/invokeadminpage
[build UIL] extensions/uiconfig/sabpilot/ui/optiondbfieldpage
[build UIL] extensions/uiconfig/sabpilot/ui/optionsfinalpage
[build UIL] extensions/uiconfig/sabpilot/ui/optionvaluespage
[build UIL] extensions/uiconfig/sabpilot/ui/selecttablepage
[build UIL] extensions/uiconfig/sabpilot/ui/selecttypepage
[build UIL] extensions/uiconfig/sabpilot/ui/tableselectionpage
[build UIL] extensions/uiconfig/scanner/ui/sanedialog
[build UIL] extensions/uiconfig/scanner/ui/griddialog
[build UIL] extensions/uiconfig/sbibliography/ui/choosedatasourcedialog
[build UIL] extensions/uiconfig/sbibliography/ui/generalpage
[build UIL] extensions/uiconfig/sbibliography/ui/mappingdialog
[build UIL] extensions/uiconfig/sbibliography/ui/toolbar
[build UIM] Resources/config/soffice.cfg/modules/sbibliography/menubar/menubar
[build UIL] extensions/uiconfig/spropctrlr/ui/controlfontdialog
[build UIL] extensions/uiconfig/spropctrlr/ui/datatypedialog
[build UIL] extensions/uiconfig/spropctrlr/ui/fieldlinkrow
[build UIL] extensions/uiconfig/spropctrlr/ui/formlinksdialog
[build UIL] extensions/uiconfig/spropctrlr/ui/labelselectiondialog
[build UIL] extensions/uiconfig/spropctrlr/ui/listselectdialog
[build UIL] extensions/uiconfig/spropctrlr/ui/taborder
[build XCM] extensions/source/update/check/org/openoffice/Office/Jobs-onlineupdate.xcu
[build XCM] extensions/source/update/check/org/openoffice/Office/Addons-onlineupdate.xcu
[build XCU] extensions/source/update/check/org/openoffice/Office/Addons.xcu
[build XCR] updchk/en-US/org/openoffice/Office/Addons.xcu
[build OCC] extensions/source/macosx/spotlight/GetMetadataForFile.m
[build OCC] extensions/source/macosx/spotlight/OOoContentDataParser.m
[build OCC] extensions/source/macosx/spotlight/OOoMetaDataParser.m
[build OCC] extensions/source/macosx/spotlight/OOoSpotlightImporter.m
[build OCC] extensions/source/macosx/spotlight/main.m
[build UPK] libcmis-0.5.1.tar.gz
[build UPK] 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz
[build UPK] c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz
[build UPK] 33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip
[build UPK] 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip
[build UPK] 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz
[build UPK] 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz
[build UPK] e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
[build UPK] 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz
[build UPK] c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz
[build UPK] 907d6e99f241876695c19ff3db0b8923-source-code-pro-2.030R-ro-1.050R-it.tar.gz
[build UPK] edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
[build UPK] EmojiOneColor-SVGinOT-1.3.tar.gz
[build UPK] 231adebe5c2f78fded3e3df6e958878e-neon-0.30.1.tar.gz
[build UPK] 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
[build CPY] af-ZA/mimetype
[build XSL] af-ZA/DocumentList.xml
[build XSL] af-ZA/META-INF/manifest.xml
[build XSL] af-ZA/SentenceExceptList.xml
[build XSL] af-ZA/WordExceptList.xml
[build CPY] bg/mimetype
[build XSL] bg/DocumentList.xml
[build XSL] bg/META-INF/manifest.xml
[build XSL] bg/SentenceExceptList.xml
[build XSL] bg/WordExceptList.xml
[build CPY] ca/mimetype
[build XSL] ca/BlockList.xml
[build XSL] ca/DocumentList.xml
[build XSL] ca/META-INF/manifest.xml
[build XSL] ca/SentenceExceptList.xml
[build XSL] ca/WordExceptList.xml
[build CPY] cs/mimetype
[build XSL] cs/BlockList.xml
[build XSL] cs/DocumentList.xml
[build XSL] cs/META-INF/manifest.xml
[build CPY] da/mimetype
[build XSL] da/BlockList.xml
[build XSL] da/DocumentList.xml
[build XSL] da/META-INF/manifest.xml
[build XSL] da/SentenceExceptList.xml
[build XSL] da/WordExceptList.xml
[build CPY] de/mimetype
[build XSL] de/BlockList.xml
[build XSL] de/DocumentList.xml
[build XSL] de/META-INF/manifest.xml
[build XSL] de/SentenceExceptList.xml
[build XSL] de/WordExceptList.xml
[build CPY] en-AU/mimetype
[build XSL] en-AU/BlockList.xml
[build XSL] en-AU/DocumentList.xml
[build XSL] en-AU/META-INF/manifest.xml
[build XSL] en-AU/SentenceExceptList.xml
[build XSL] en-AU/WordExceptList.xml
[build CPY] en-GB/mimetype
[build XSL] en-GB/BlockList.xml
[build XSL] en-GB/DocumentList.xml
[build XSL] en-GB/META-INF/manifest.xml
[build XSL] en-GB/SentenceExceptList.xml
[build XSL] en-GB/WordExceptList.xml
[build CPY] en-US/mimetype
[build XSL] en-US/BlockList.xml
[build XSL] en-US/DocumentList.xml
[build XSL] en-US/META-INF/manifest.xml
[build XSL] en-US/SentenceExceptList.xml
[build XSL] en-US/WordExceptList.xml
[build CPY] en-ZA/mimetype
[build XSL] en-ZA/DocumentList.xml
[build XSL] en-ZA/META-INF/manifest.xml
[build XSL] en-ZA/SentenceExceptList.xml
[build XSL] en-ZA/WordExceptList.xml
[build CPY] es/mimetype
[build XSL] es/BlockList.xml
[build XSL] es/DocumentList.xml
[build XSL] es/META-INF/manifest.xml
[build XSL] es/SentenceExceptList.xml
[build XSL] es/WordExceptList.xml
[build CPY] fa/mimetype
[build XSL] fa/DocumentList.xml
[build XSL] fa/META-INF/manifest.xml
[build CPY] fi/mimetype
[build XSL] fi/BlockList.xml
[build XSL] fi/DocumentList.xml
[build XSL] fi/META-INF/manifest.xml
[build XSL] fi/SentenceExceptList.xml
[build XSL] fi/WordExceptList.xml
[build CPY] fr/mimetype
[build XSL] fr/DocumentList.xml
[build XSL] fr/META-INF/manifest.xml
[build XSL] fr/SentenceExceptList.xml
[build XSL] fr/WordExceptList.xml
[build CPY] ga-IE/mimetype
[build XSL] ga-IE/DocumentList.xml
[build XSL] ga-IE/META-INF/manifest.xml
[build XSL] ga-IE/SentenceExceptList.xml
[build XSL] ga-IE/WordExceptList.xml
[build CPY] hr/mimetype
[build XSL] hr/DocumentList.xml
[build XSL] hr/META-INF/manifest.xml
[build XSL] hr/SentenceExceptList.xml
[build XSL] hr/WordExceptList.xml
[build CPY] hu/mimetype
[build XSL] hu/BlockList.xml
[build XSL] hu/DocumentList.xml
[build XSL] hu/META-INF/manifest.xml
[build XSL] hu/SentenceExceptList.xml
[build XSL] hu/WordExceptList.xml
[build CPY] is/mimetype
[build XSL] is/META-INF/manifest.xml
[build XSL] is/SentenceExceptList.xml
[build CPY] it/mimetype
[build XSL] it/BlockList.xml
[build XSL] it/DocumentList.xml
[build XSL] it/META-INF/manifest.xml
[build XSL] it/SentenceExceptList.xml
[build XSL] it/WordExceptList.xml
[build CPY] ja/mimetype
[build XSL] ja/DocumentList.xml
[build XSL] ja/META-INF/manifest.xml
[build XSL] ja/SentenceExceptList.xml
[build CPY] ko/mimetype
[build XSL] ko/DocumentList.xml
[build XSL] ko/META-INF/manifest.xml
[build XSL] ko/SentenceExceptList.xml
[build CPY] lb-LU/mimetype
[build XSL] lb-LU/DocumentList.xml
[build XSL] lb-LU/META-INF/manifest.xml
[build CPY] lt/mimetype
[build XSL] lt/BlockList.xml
[build XSL] lt/DocumentList.xml
[build XSL] lt/META-INF/manifest.xml
[build XSL] lt/SentenceExceptList.xml
[build XSL] lt/WordExceptList.xml
[build CPY] mn/mimetype
[build XSL] mn/DocumentList.xml
[build XSL] mn/META-INF/manifest.xml
[build XSL] mn/SentenceExceptList.xml
[build XSL] mn/WordExceptList.xml
[build CPY] nl/mimetype
[build XSL] nl/BlockList.xml
[build XSL] nl/DocumentList.xml
[build XSL] nl/META-INF/manifest.xml
[build XSL] nl/SentenceExceptList.xml
[build XSL] nl/WordExceptList.xml
[build CPY] nl-BE/mimetype
[build XSL] nl-BE/BlockList.xml
[build XSL] nl-BE/DocumentList.xml
[build XSL] nl-BE/META-INF/manifest.xml
[build XSL] nl-BE/SentenceExceptList.xml
[build XSL] nl-BE/WordExceptList.xml
[build CPY] pl/mimetype
[build XSL] pl/DocumentList.xml
[build XSL] pl/META-INF/manifest.xml
[build XSL] pl/SentenceExceptList.xml
[build XSL] pl/WordExceptList.xml
[build CPY] pt/mimetype
[build XSL] pt/BlockList.xml
[build XSL] pt/DocumentList.xml
[build XSL] pt/META-INF/manifest.xml
[build XSL] pt/SentenceExceptList.xml
[build XSL] pt/WordExceptList.xml
[build CPY] pt-BR/mimetype
[build XSL] pt-BR/BlockList.xml
[build XSL] pt-BR/DocumentList.xml
[build XSL] pt-BR/META-INF/manifest.xml
[build XSL] pt-BR/SentenceExceptList.xml
[build XSL] pt-BR/WordExceptList.xml
[build CPY] ro/mimetype
[build XSL] ro/BlockList.xml
[build XSL] ro/DocumentList.xml
[build XSL] ro/META-INF/manifest.xml
[build XSL] ro/SentenceExceptList.xml
[build XSL] ro/WordExceptList.xml
[build CPY] ru/mimetype
[build XSL] ru/BlockList.xml
[build XSL] ru/DocumentList.xml
[build XSL] ru/META-INF/manifest.xml
[build XSL] ru/SentenceExceptList.xml
[build XSL] ru/WordExceptList.xml
[build CPY] sk/mimetype
[build XSL] sk/DocumentList.xml
[build XSL] sk/META-INF/manifest.xml
[build XSL] sk/SentenceExceptList.xml
[build XSL] sk/WordExceptList.xml
[build CPY] sl/mimetype
[build XSL] sl/DocumentList.xml
[build XSL] sl/META-INF/manifest.xml
[build XSL] sl/SentenceExceptList.xml
[build XSL] sl/WordExceptList.xml
[build CPY] sr-CS/mimetype
[build XSL] sr-CS/DocumentList.xml
[build XSL] sr-CS/META-INF/manifest.xml
[build XSL] sr-CS/SentenceExceptList.xml
[build XSL] sr-CS/WordExceptList.xml
[build CPY] sr-Latn-CS/mimetype
[build XSL] sr-Latn-CS/DocumentList.xml
[build XSL] sr-Latn-CS/META-INF/manifest.xml
[build XSL] sr-Latn-CS/SentenceExceptList.xml
[build XSL] sr-Latn-CS/WordExceptList.xml
[build CPY] sr-Latn-ME/mimetype
[build XSL] sr-Latn-ME/DocumentList.xml
[build XSL] sr-Latn-ME/META-INF/manifest.xml
[build XSL] sr-Latn-ME/SentenceExceptList.xml
[build XSL] sr-Latn-ME/WordExceptList.xml
[build CPY] sr-Latn-RS/mimetype
[build XSL] sr-Latn-RS/DocumentList.xml
[build XSL] sr-Latn-RS/META-INF/manifest.xml
[build XSL] sr-Latn-RS/SentenceExceptList.xml
[build XSL] sr-Latn-RS/WordExceptList.xml
[build CPY] sr-ME/mimetype
[build XSL] sr-ME/DocumentList.xml
[build XSL] sr-ME/META-INF/manifest.xml
[build XSL] sr-ME/SentenceExceptList.xml
[build XSL] sr-ME/WordExceptList.xml
[build CPY] sr-RS/mimetype
[build XSL] sr-RS/DocumentList.xml
[build XSL] sr-RS/META-INF/manifest.xml
[build XSL] sr-RS/SentenceExceptList.xml
[build XSL] sr-RS/WordExceptList.xml
[build CPY] sv/mimetype
[build XSL] sv/BlockList.xml
[build XSL] sv/DocumentList.xml
[build XSL] sv/META-INF/manifest.xml
[build XSL] sv/SentenceExceptList.xml
[build XSL] sv/WordExceptList.xml
[build CPY] tr/mimetype
[build XSL] tr/DocumentList.xml
[build XSL] tr/META-INF/manifest.xml
[build XSL] tr/SentenceExceptList.xml
[build XSL] tr/WordExceptList.xml
[build CPY] vi/mimetype
[build XSL] vi/DocumentList.xml
[build XSL] vi/META-INF/manifest.xml
[build CPY] zh-CN/mimetype
[build XSL] zh-CN/DocumentList.xml
[build XSL] zh-CN/META-INF/manifest.xml
[build XSL] zh-CN/SentenceExceptList.xml
[build CPY] zh-TW/mimetype
[build XSL] zh-TW/DocumentList.xml
[build XSL] zh-TW/META-INF/manifest.xml
[build XSL] zh-TW/SentenceExceptList.xml
[build CPY] mytexts/mimetype
[build XSL] mytexts/BlockList.xml
[build XSL] mytexts/META-INF/manifest.xml
[build XSLT] CustomTarget/extras/source/glade/libreoffice-catalog.xml
[build UIL] filter/uiconfig/ui/impswfdialog
[build UIL] filter/uiconfig/ui/pdfgeneralpage
[build UIL] filter/uiconfig/ui/pdflinkspage
[build UIL] filter/uiconfig/ui/pdfoptionsdialog
[build UIL] filter/uiconfig/ui/pdfsecuritypage
[build UIL] filter/uiconfig/ui/pdfsignpage
[build UIL] filter/uiconfig/ui/pdfuserinterfacepage
[build UIL] filter/uiconfig/ui/pdfviewpage
[build UIL] filter/uiconfig/ui/testxmlfilter
[build UIL] filter/uiconfig/ui/warnpdfdialog
[build UIL] filter/uiconfig/ui/xmlfiltersettings
[build UIL] filter/uiconfig/ui/xmlfiltertabpagegeneral
[build UIL] filter/uiconfig/ui/xmlfiltertabpagetransformation
[build UIL] filter/uiconfig/ui/xsltfilterdialog
[build UIL] formula/uiconfig/ui/formuladialog
[build UIL] formula/uiconfig/ui/functionpage
[build UIL] formula/uiconfig/ui/structpage
[build UIL] formula/uiconfig/ui/parameter
[build UIL] fpicker/uiconfig/ui/explorerfiledialog
[build UIL] fpicker/uiconfig/ui/foldernamedialog
[build UIL] fpicker/uiconfig/ui/remotefilesdialog
[build PKG] UIConfig/modules/StartModule
[build UIM] Resources/config/soffice.cfg/modules/StartModule/menubar/menubar
[build UIL] reportdesign/uiconfig/dbreport/ui/backgrounddialog
[build UIL] reportdesign/uiconfig/dbreport/ui/chardialog
[build UIL] reportdesign/uiconfig/dbreport/ui/condformatdialog
[build UIL] reportdesign/uiconfig/dbreport/ui/conditionwin
[build UIL] reportdesign/uiconfig/dbreport/ui/datetimedialog
[build UIL] reportdesign/uiconfig/dbreport/ui/floatingfield
[build UIL] reportdesign/uiconfig/dbreport/ui/floatingnavigator
[build UIL] reportdesign/uiconfig/dbreport/ui/floatingsort
[build UIL] reportdesign/uiconfig/dbreport/ui/groupsortmenu
[build UIL] reportdesign/uiconfig/dbreport/ui/navigatormenu
[build UIL] reportdesign/uiconfig/dbreport/ui/pagedialog
[build UIL] reportdesign/uiconfig/dbreport/ui/pagenumberdialog
[build UIM] Resources/config/soffice.cfg/modules/dbreport/menubar/menubar
[build UIL] sc/uiconfig/scalc/ui/advancedfilterdialog
[build UIL] sc/uiconfig/scalc/ui/allheaderfooterdialog
[build UIL] sc/uiconfig/scalc/ui/analysisofvariancedialog
[build UIL] sc/uiconfig/scalc/ui/autoformattable
[build UIL] sc/uiconfig/scalc/ui/cellprotectionpage
[build UIL] sc/uiconfig/scalc/ui/changesourcedialog
[build UIL] sc/uiconfig/scalc/ui/chardialog
[build UIL] sc/uiconfig/scalc/ui/chisquaretestdialog
[build UIL] sc/uiconfig/scalc/ui/colorrowdialog
[build UIL] sc/uiconfig/scalc/ui/colwidthdialog
[build UIL] sc/uiconfig/scalc/ui/condformatmanager
[build UIL] sc/uiconfig/scalc/ui/conditionalformatdialog
[build UIL] sc/uiconfig/scalc/ui/conditionalentry
[build UIL] sc/uiconfig/scalc/ui/conditionaliconset
[build UIL] sc/uiconfig/scalc/ui/conflictsdialog
[build UIL] sc/uiconfig/scalc/ui/consolidatedialog
[build UIL] sc/uiconfig/scalc/ui/correlationdialog
[build UIL] sc/uiconfig/scalc/ui/covariancedialog
[build UIL] sc/uiconfig/scalc/ui/createnamesdialog
[build UIL] sc/uiconfig/scalc/ui/dapiservicedialog
[build UIL] sc/uiconfig/scalc/ui/databaroptions
[build UIL] sc/uiconfig/scalc/ui/datafielddialog
[build UIL] sc/uiconfig/scalc/ui/datafieldoptionsdialog
[build UIL] sc/uiconfig/scalc/ui/dataform
[build UIL] sc/uiconfig/scalc/ui/datastreams
[build UIL] sc/uiconfig/scalc/ui/dataprovider
[build UIL] sc/uiconfig/scalc/ui/definedatabaserangedialog
[build UIL] sc/uiconfig/scalc/ui/definename
[build UIL] sc/uiconfig/scalc/ui/deletecells
[build UIL] sc/uiconfig/scalc/ui/deletecontents
[build UIL] sc/uiconfig/scalc/ui/descriptivestatisticsdialog
[build UIL] sc/uiconfig/scalc/ui/dropmenu
[build UIL] sc/uiconfig/scalc/ui/doubledialog
[build UIL] sc/uiconfig/scalc/ui/erroralerttabpage
[build UIL] sc/uiconfig/scalc/ui/externaldata
[build UIL] sc/uiconfig/scalc/ui/exponentialsmoothingdialog
[build UIL] sc/uiconfig/scalc/ui/filldlg
[build UIL] sc/uiconfig/scalc/ui/footerdialog
[build UIL] sc/uiconfig/scalc/ui/formatcellsdialog
[build UIL] sc/uiconfig/scalc/ui/formulacalculationoptions
[build UIL] sc/uiconfig/scalc/ui/floatingborderstyle
[build UIL] sc/uiconfig/scalc/ui/floatinglinestyle
[build UIL] sc/uiconfig/scalc/ui/functionpanel
[build UIL] sc/uiconfig/scalc/ui/goalseekdlg
[build UIL] sc/uiconfig/scalc/ui/groupdialog
[build UIL] sc/uiconfig/scalc/ui/groupbydate
[build UIL] sc/uiconfig/scalc/ui/groupbynumber
[build UIL] sc/uiconfig/scalc/ui/headerdialog
[build UIL] sc/uiconfig/scalc/ui/headerfootercontent
[build UIL] sc/uiconfig/scalc/ui/headerfooterdialog
[build UIL] sc/uiconfig/scalc/ui/imoptdialog
[build UIL] sc/uiconfig/scalc/ui/inputstringdialog
[build UIL] sc/uiconfig/scalc/ui/insertcells
[build UIL] sc/uiconfig/scalc/ui/insertname
[build UIL] sc/uiconfig/scalc/ui/insertsheet
[build UIL] sc/uiconfig/scalc/ui/integerdialog
[build UIL] sc/uiconfig/scalc/ui/leftfooterdialog
[build UIL] sc/uiconfig/scalc/ui/leftheaderdialog
[build UIL] sc/uiconfig/scalc/ui/namerangesdialog
[build UIL] sc/uiconfig/scalc/ui/notebookbar
[build UIL] sc/uiconfig/scalc/ui/notebookbar_groups
[build UIL] sc/uiconfig/scalc/ui/managenamesdialog
[build UIL] sc/uiconfig/scalc/ui/mergecellsdialog
[build UIL] sc/uiconfig/scalc/ui/movecopysheet
[build UIL] sc/uiconfig/scalc/ui/movingaveragedialog
[build UIL] sc/uiconfig/scalc/ui/multipleoperationsdialog
[build UIL] sc/uiconfig/scalc/ui/navigatorpanel
[build UIL] sc/uiconfig/scalc/ui/nosolutiondialog
[build UIL] sc/uiconfig/scalc/ui/optcalculatepage
[build UIL] sc/uiconfig/scalc/ui/optchangespage
[build UIL] sc/uiconfig/scalc/ui/optcompatibilitypage
[build UIL] sc/uiconfig/scalc/ui/optdefaultpage
[build UIL] sc/uiconfig/scalc/ui/optdlg
[build UIL] sc/uiconfig/scalc/ui/optformula
[build UIL] sc/uiconfig/scalc/ui/optimalcolwidthdialog
[build UIL] sc/uiconfig/scalc/ui/optimalrowheightdialog
[build UIL] sc/uiconfig/scalc/ui/optsortlists
[build UIL] sc/uiconfig/scalc/ui/pagetemplatedialog
[build UIL] sc/uiconfig/scalc/ui/pastespecial
[build UIL] sc/uiconfig/scalc/ui/paradialog
[build UIL] sc/uiconfig/scalc/ui/paratemplatedialog
[build UIL] sc/uiconfig/scalc/ui/pivotfielddialog
[build UIL] sc/uiconfig/scalc/ui/pivotfilterdialog
[build UIL] sc/uiconfig/scalc/ui/pivottablelayoutdialog
[build UIL] sc/uiconfig/scalc/ui/printareasdialog
[build UIL] sc/uiconfig/scalc/ui/printeroptions
[build UIL] sc/uiconfig/scalc/ui/protectsheetdlg
[build UIL] sc/uiconfig/scalc/ui/queryrunstreamscriptdialog
[build UIL] sc/uiconfig/scalc/ui/randomnumbergenerator
[build UIL] sc/uiconfig/scalc/ui/regressiondialog
[build UIL] sc/uiconfig/scalc/ui/retypepassdialog
[build UIL] sc/uiconfig/scalc/ui/retypepassworddialog
[build UIL] sc/uiconfig/scalc/ui/rightfooterdialog
[build UIL] sc/uiconfig/scalc/ui/rightheaderdialog
[build UIL] sc/uiconfig/scalc/ui/rowheightdialog
[build UIL] sc/uiconfig/scalc/ui/samplingdialog
[build UIL] sc/uiconfig/scalc/ui/standardfilterdialog
[build UIL] sc/uiconfig/scalc/ui/scenariodialog
[build UIL] sc/uiconfig/scalc/ui/scenariomenu
[build UIL] sc/uiconfig/scalc/ui/scgeneralpage
[build UIL] sc/uiconfig/scalc/ui/searchresults
[build UIL] sc/uiconfig/scalc/ui/selectdatasource
[build UIL] sc/uiconfig/scalc/ui/selectrange
[build UIL] sc/uiconfig/scalc/ui/selectsource
[build UIL] sc/uiconfig/scalc/ui/sheetprintpage
[build UIL] sc/uiconfig/scalc/ui/sharedocumentdlg
[build UIL] sc/uiconfig/scalc/ui/sharedfooterdialog
[build UIL] sc/uiconfig/scalc/ui/sharedheaderdialog
[build UIL] sc/uiconfig/scalc/ui/showchangesdialog
[build UIL] sc/uiconfig/scalc/ui/showdetaildialog
[build UIL] sc/uiconfig/scalc/ui/showsheetdialog
[build UIL] sc/uiconfig/scalc/ui/sidebaralignment
[build UIL] sc/uiconfig/scalc/ui/sidebarnumberformat
[build UIL] sc/uiconfig/scalc/ui/sidebarcellappearance
[build UIL] sc/uiconfig/scalc/ui/simplerefdialog
[build UIL] sc/uiconfig/scalc/ui/solverdlg
[build UIL] sc/uiconfig/scalc/ui/solveroptionsdialog
[build UIL] sc/uiconfig/scalc/ui/solverprogressdialog
[build UIL] sc/uiconfig/scalc/ui/solversuccessdialog
[build UIL] sc/uiconfig/scalc/ui/sortcriteriapage
[build UIL] sc/uiconfig/scalc/ui/sortdialog
[build UIL] sc/uiconfig/scalc/ui/sortkey
[build UIL] sc/uiconfig/scalc/ui/sortoptionspage
[build UIL] sc/uiconfig/scalc/ui/sortwarning
[build UIL] sc/uiconfig/scalc/ui/subtotaldialog
[build UIL] sc/uiconfig/scalc/ui/subtotaloptionspage
[build UIL] sc/uiconfig/scalc/ui/subtotalgrppage
[build UIL] sc/uiconfig/scalc/ui/statisticsinfopage
[build UIL] sc/uiconfig/scalc/ui/tabcolordialog
[build UIL] sc/uiconfig/scalc/ui/textimportoptions
[build UIL] sc/uiconfig/scalc/ui/textimportcsv
[build UIL] sc/uiconfig/scalc/ui/tpviewpage
[build UIL] sc/uiconfig/scalc/ui/ttestdialog
[build UIL] sc/uiconfig/scalc/ui/ungroupdialog
[build UIL] sc/uiconfig/scalc/ui/validationdialog
[build UIL] sc/uiconfig/scalc/ui/validationcriteriapage
[build UIL] sc/uiconfig/scalc/ui/validationhelptabpage
[build UIL] sc/uiconfig/scalc/ui/xmlsourcedialog
[build UIL] sc/uiconfig/scalc/ui/ztestdialog
[build UIM] Resources/config/soffice.cfg/modules/scalc/menubar/menubar
[build UIL] sd/uiconfig/sdraw/ui/breakdialog
[build UIL] sd/uiconfig/sdraw/ui/bulletsandnumbering
[build UIL] sd/uiconfig/sdraw/ui/crossfadedialog
[build UIL] sd/uiconfig/sdraw/ui/dlgsnap
[build UIL] sd/uiconfig/sdraw/ui/copydlg
[build UIL] sd/uiconfig/sdraw/ui/drawchardialog
[build UIL] sd/uiconfig/sdraw/ui/drawprinteroptions
[build UIL] sd/uiconfig/sdraw/ui/drawparadialog
[build UIL] sd/uiconfig/sdraw/ui/drawpagedialog
[build UIL] sd/uiconfig/sdraw/ui/drawprtldialog
[build UIL] sd/uiconfig/sdraw/ui/insertlayer
[build UIL] sd/uiconfig/sdraw/ui/insertslidesdialog
[build UIL] sd/uiconfig/sdraw/ui/namedesign
[build UIL] sd/uiconfig/sdraw/ui/paranumberingtab
[build UIL] sd/uiconfig/sdraw/ui/queryunlinkimagedialog
[build UIL] sd/uiconfig/sdraw/ui/tabledesigndialog
[build UIL] sd/uiconfig/sdraw/ui/vectorize
[build UIM] Resources/config/soffice.cfg/modules/sdraw/menubar/menubar
[build UIL] sd/uiconfig/simpress/ui/annotationmenu
[build UIL] sd/uiconfig/simpress/ui/annotationtagmenu
[build UIL] sd/uiconfig/simpress/ui/currentmastermenu
[build UIL] sd/uiconfig/simpress/ui/customanimationspanel
[build UIL] sd/uiconfig/simpress/ui/customanimationspanelhorizontal
[build UIL] sd/uiconfig/simpress/ui/customanimationproperties
[build UIL] sd/uiconfig/simpress/ui/customanimationeffecttab
[build UIL] sd/uiconfig/simpress/ui/customanimationtimingtab
[build UIL] sd/uiconfig/simpress/ui/customanimationtexttab
[build UIL] sd/uiconfig/simpress/ui/customslideshows
[build UIL] sd/uiconfig/simpress/ui/definecustomslideshow
[build UIL] sd/uiconfig/simpress/ui/dlgfield
[build UIL] sd/uiconfig/simpress/ui/dockinganimation
[build UIL] sd/uiconfig/simpress/ui/effectmenu
[build UIL] sd/uiconfig/simpress/ui/fontsizemenu
[build UIL] sd/uiconfig/simpress/ui/fontstylemenu
[build UIL] sd/uiconfig/simpress/ui/headerfooterdialog
[build UIL] sd/uiconfig/simpress/ui/headerfootertab
[build UIL] sd/uiconfig/simpress/ui/impressprinteroptions
[build UIL] sd/uiconfig/simpress/ui/insertslides
[build UIL] sd/uiconfig/simpress/ui/interactiondialog
[build UIL] sd/uiconfig/simpress/ui/interactionpage
[build UIL] sd/uiconfig/simpress/ui/layoutmenu
[build UIL] sd/uiconfig/simpress/ui/masterlayoutdlg
[build UIL] sd/uiconfig/simpress/ui/mastermenu
[build UIL] sd/uiconfig/simpress/ui/navigatorpanel
[build UIL] sd/uiconfig/simpress/ui/notebookbar
[build UIL] sd/uiconfig/simpress/ui/notebookbar_groups
[build UIL] sd/uiconfig/simpress/ui/optimpressgeneralpage
[build UIL] sd/uiconfig/simpress/ui/photoalbum
[build UIL] sd/uiconfig/simpress/ui/presentationdialog
[build UIL] sd/uiconfig/simpress/ui/prntopts
[build UIL] sd/uiconfig/simpress/ui/publishingdialog
[build UIL] sd/uiconfig/simpress/ui/remotedialog
[build UIL] sd/uiconfig/simpress/ui/rotatemenu
[build UIL] sd/uiconfig/simpress/ui/scalemenu
[build UIL] sd/uiconfig/simpress/ui/sdviewpage
[build UIL] sd/uiconfig/simpress/ui/sidebarslidebackground
[build UIL] sd/uiconfig/simpress/ui/slidecontextmenu
[build UIL] sd/uiconfig/simpress/ui/slidedesigndialog
[build UIL] sd/uiconfig/simpress/ui/slidetransitionspanel
[build UIL] sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal
[build UIL] sd/uiconfig/simpress/ui/tabledesignpanel
[build UIL] sd/uiconfig/simpress/ui/tabledesignpanelhorizontal
[build UIL] sd/uiconfig/simpress/ui/templatedialog
[build UIM] Resources/config/soffice.cfg/modules/simpress/menubar/menubar
[build UIL] sfx2/uiconfig/ui/alienwarndialog
[build UIL] sfx2/uiconfig/ui/bookmarkdialog
[build UIL] sfx2/uiconfig/ui/bookmarkmenu
[build UIL] sfx2/uiconfig/ui/charmapcontrol
[build UIL] sfx2/uiconfig/ui/checkin
[build UIL] sfx2/uiconfig/ui/cmisinfopage
[build UIL] sfx2/uiconfig/ui/cmisline
[build UIL] sfx2/uiconfig/ui/custominfopage
[build UIL] sfx2/uiconfig/ui/descriptioninfopage
[build UIL] sfx2/uiconfig/ui/documentfontspage
[build UIL] sfx2/uiconfig/ui/documentinfopage
[build UIL] sfx2/uiconfig/ui/documentpropertiesdialog
[build UIL] sfx2/uiconfig/ui/editdocumentdialog
[build UIL] sfx2/uiconfig/ui/editdurationdialog
[build UIL] sfx2/uiconfig/ui/emojicontrol
[build UIL] sfx2/uiconfig/ui/errorfindemaildialog
[build UIL] sfx2/uiconfig/ui/floatingrecord
[build UIL] sfx2/uiconfig/ui/helpbookmarkpage
[build UIL] sfx2/uiconfig/ui/helpcontrol
[build UIL] sfx2/uiconfig/ui/helpcontentpage
[build UIL] sfx2/uiconfig/ui/helpindexpage
[build UIL] sfx2/uiconfig/ui/helpmanual
[build UIL] sfx2/uiconfig/ui/helpsearchpage
[build UIL] sfx2/uiconfig/ui/inputdialog
[build UIL] sfx2/uiconfig/ui/licensedialog
[build UIL] sfx2/uiconfig/ui/linkeditdialog
[build UIL] sfx2/uiconfig/ui/loadtemplatedialog
[build UIL] sfx2/uiconfig/ui/managestylepage
[build UIL] sfx2/uiconfig/ui/newstyle
[build UIL] sfx2/uiconfig/ui/notebookbar
[build UIL] sfx2/uiconfig/ui/optprintpage
[build UIL] sfx2/uiconfig/ui/password
[build UIL] sfx2/uiconfig/ui/notebookbarpopup
[build UIL] sfx2/uiconfig/ui/printeroptionsdialog
[build UIL] sfx2/uiconfig/ui/querysavedialog
[build UIL] sfx2/uiconfig/ui/safemodequerydialog
[build UIL] sfx2/uiconfig/ui/searchdialog
[build UIL] sfx2/uiconfig/ui/securityinfopage
[build UIL] sfx2/uiconfig/ui/singletabdialog
[build UIL] sfx2/uiconfig/ui/startcenter
[build UIL] sfx2/uiconfig/ui/stylecontextmenu
[build UIL] sfx2/uiconfig/ui/templatedlg
[build UIL] sfx2/uiconfig/ui/saveastemplatedlg
[build UIL] sfx2/uiconfig/ui/templatecategorydlg
[build UIL] sfx2/uiconfig/ui/versionsofdialog
[build UIL] sfx2/uiconfig/ui/versioncommentdialog
[build UIL] sfx2/uiconfig/ui/versionscmis
[build UIL] starmath/uiconfig/smath/ui/alignmentdialog
[build UIL] starmath/uiconfig/smath/ui/catalogdialog
[build UIL] starmath/uiconfig/smath/ui/dockingelements
[build UIL] starmath/uiconfig/smath/ui/fontdialog
[build UIL] starmath/uiconfig/smath/ui/fontsizedialog
[build UIL] starmath/uiconfig/smath/ui/fonttypedialog
[build UIL] starmath/uiconfig/smath/ui/printeroptions
[build UIL] starmath/uiconfig/smath/ui/savedefaultsdialog
[build UIL] starmath/uiconfig/smath/ui/smathsettings
[build UIL] starmath/uiconfig/smath/ui/spacingdialog
[build UIL] starmath/uiconfig/smath/ui/symdefinedialog
[build UIM] Resources/config/soffice.cfg/modules/smath/menubar/menubar
[build UIL] svtools/uiconfig/ui/addresstemplatedialog
[build UIL] svtools/uiconfig/ui/fileviewmenu
[build UIL] svtools/uiconfig/ui/graphicexport
[build UIL] svtools/uiconfig/ui/GraphicExportOptionsDialog
[build UIL] svtools/uiconfig/ui/javadisableddialog
[build UIL] svtools/uiconfig/ui/placeedit
[build UIL] svtools/uiconfig/ui/printersetupdialog
[build UIL] svtools/uiconfig/ui/querydeletedialog
[build UIL] svtools/uiconfig/ui/restartdialog
[build UIL] svtools/uiconfig/ui/wizarddialog
[build UIL] svx/uiconfig/ui/acceptrejectchangesdialog
[build UIL] svx/uiconfig/ui/addconditiondialog
[build UIL] svx/uiconfig/ui/adddataitemdialog
[build UIL] svx/uiconfig/ui/addinstancedialog
[build UIL] svx/uiconfig/ui/addmodeldialog
[build UIL] svx/uiconfig/ui/addnamespacedialog
[build UIL] svx/uiconfig/ui/addsubmissiondialog
[build UIL] svx/uiconfig/ui/asianphoneticguidedialog
[build UIL] svx/uiconfig/ui/cellmenu
[build UIL] svx/uiconfig/ui/chineseconversiondialog
[build UIL] svx/uiconfig/ui/chinesedictionary
[build UIL] svx/uiconfig/ui/colorwindow
[build UIL] svx/uiconfig/ui/colsmenu
[build UIL] svx/uiconfig/ui/compressgraphicdialog
[build UIL] svx/uiconfig/ui/convertmenu
[build UIL] svx/uiconfig/ui/crashreportdlg
[build UIL] svx/uiconfig/ui/datanavigator
[build UIL] svx/uiconfig/ui/defaultshapespanel
[build UIL] svx/uiconfig/ui/deleteheaderdialog
[build UIL] svx/uiconfig/ui/deletefooterdialog
[build UIL] svx/uiconfig/ui/docking3deffects
[build UIL] svx/uiconfig/ui/dockingcolorreplace
[build UIL] svx/uiconfig/ui/dockingfontwork
[build UIL] svx/uiconfig/ui/docrecoverybrokendialog
[build UIL] svx/uiconfig/ui/docrecoveryprogressdialog
[build UIL] svx/uiconfig/ui/docrecoveryrecoverdialog
[build UIL] svx/uiconfig/ui/docrecoverysavedialog
[build UIL] svx/uiconfig/ui/extrustiondepthdialog
[build UIL] svx/uiconfig/ui/filtermenu
[build UIL] svx/uiconfig/ui/findreplacedialog
[build UIL] svx/uiconfig/ui/floatingareastyle
[build UIL] svx/uiconfig/ui/floatingcontour
[build UIL] svx/uiconfig/ui/floatinglineproperty
[build UIL] svx/uiconfig/ui/floatingundoredo
[build UIL] svx/uiconfig/ui/fontworkgallerydialog
[build UIL] svx/uiconfig/ui/fontworkspacingdialog
[build UIL] svx/uiconfig/ui/formdatamenu
[build UIL] svx/uiconfig/ui/formlinkwarndialog
[build UIL] svx/uiconfig/ui/formnavimenu
[build UIL] svx/uiconfig/ui/functionmenu
[build UIL] svx/uiconfig/ui/gallerymenu1
[build UIL] svx/uiconfig/ui/gallerymenu2
[build UIL] svx/uiconfig/ui/headfootformatpage
[build UIL] svx/uiconfig/ui/imapdialog
[build UIL] svx/uiconfig/ui/imapmenu
[build UIL] svx/uiconfig/ui/linkwarndialog
[build UIL] svx/uiconfig/ui/mediaplayback
[build UIL] svx/uiconfig/ui/namespacedialog
[build UIL] svx/uiconfig/ui/optgridpage
[build UIL] svx/uiconfig/ui/paralinespacingcontrol
[build UIL] svx/uiconfig/ui/paralrspacing
[build UIL] svx/uiconfig/ui/paraulspacing
[build UIL] svx/uiconfig/ui/passwd
[build UIL] svx/uiconfig/ui/presetmenu
[build UIL] svx/uiconfig/ui/profileexporteddialog
[build UIL] svx/uiconfig/ui/querydeletecontourdialog
[build UIL] svx/uiconfig/ui/querydeleteobjectdialog
[build UIL] svx/uiconfig/ui/querydeletethemedialog
[build UIL] svx/uiconfig/ui/querymodifyimagemapchangesdialog
[build UIL] svx/uiconfig/ui/querynewcontourdialog
[build UIL] svx/uiconfig/ui/querysavecontchangesdialog
[build UIL] svx/uiconfig/ui/querysaveimagemapchangesdialog
[build UIL] svx/uiconfig/ui/queryunlinkgraphicsdialog
[build UIL] svx/uiconfig/ui/redlinecontrol
[build UIL] svx/uiconfig/ui/redlinefilterpage
[build UIL] svx/uiconfig/ui/redlineviewpage
[build UIL] svx/uiconfig/ui/rowsmenu
[build UIL] svx/uiconfig/ui/rulermenu
[build UIL] svx/uiconfig/ui/safemodedialog
[build UIL] svx/uiconfig/ui/savemodifieddialog
[build UIL] svx/uiconfig/ui/selectionmenu
[build UIL] svx/uiconfig/ui/sidebararea
[build UIL] svx/uiconfig/ui/sidebarshadow
[build UIL] svx/uiconfig/ui/sidebargraphic
[build UIL] svx/uiconfig/ui/sidebarline
[build UIL] svx/uiconfig/ui/sidebarparagraph
[build UIL] svx/uiconfig/ui/sidebarpossize
[build UIL] svx/uiconfig/ui/sidebarstylespanel
[build UIL] svx/uiconfig/ui/sidebartextpanel
[build UIL] svx/uiconfig/ui/stylemenu
[build UIL] svx/uiconfig/ui/textcharacterspacingcontrol
[build UIL] svx/uiconfig/ui/textcontrolchardialog
[build UIL] svx/uiconfig/ui/textcontrolparadialog
[build UIL] svx/uiconfig/ui/textunderlinecontrol
[build UIL] svx/uiconfig/ui/xmlsecstatmenu
[build UIL] svx/uiconfig/ui/xformspage
[build UIL] svx/uiconfig/ui/zoommenu
[build UIM] Resources/config/soffice.cfg/modules/sglobal/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/sweb/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/swform/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/swreport/menubar/menubar
[build UIL] sw/uiconfig/swriter/ui/abstractdialog
[build UIL] sw/uiconfig/swriter/ui/addentrydialog
[build UIL] sw/uiconfig/swriter/ui/addressblockdialog
[build UIL] sw/uiconfig/swriter/ui/alreadyexistsdialog
[build UIL] sw/uiconfig/swriter/ui/annotationmenu
[build UIL] sw/uiconfig/swriter/ui/asciifilterdialog
[build UIL] sw/uiconfig/swriter/ui/asksearchdialog
[build UIL] sw/uiconfig/swriter/ui/assignfieldsdialog
[build UIL] sw/uiconfig/swriter/ui/assignstylesdialog
[build UIL] sw/uiconfig/swriter/ui/attachnamedialog
[build UIL] sw/uiconfig/swriter/ui/authenticationsettingsdialog
[build UIL] sw/uiconfig/swriter/ui/autoformattable
[build UIL] sw/uiconfig/swriter/ui/autotext
[build UIL] sw/uiconfig/swriter/ui/bibliographyentry
[build UIL] sw/uiconfig/swriter/ui/bulletsandnumbering
[build UIL] sw/uiconfig/swriter/ui/businessdatapage
[build UIL] sw/uiconfig/swriter/ui/cannotsavelabeldialog
[build UIL] sw/uiconfig/swriter/ui/captiondialog
[build UIL] sw/uiconfig/swriter/ui/captionoptions
[build UIL] sw/uiconfig/swriter/ui/cardformatpage
[build UIL] sw/uiconfig/swriter/ui/cardmediumpage
[build UIL] sw/uiconfig/swriter/ui/ccdialog
[build UIL] sw/uiconfig/swriter/ui/characterproperties
[build UIL] sw/uiconfig/swriter/ui/charurlpage
[build UIL] sw/uiconfig/swriter/ui/columndialog
[build UIL] sw/uiconfig/swriter/ui/columnpage
[build UIL] sw/uiconfig/swriter/ui/columnwidth
[build UIL] sw/uiconfig/swriter/ui/conditionpage
[build UIL] sw/uiconfig/swriter/ui/converttexttable
[build UIL] sw/uiconfig/swriter/ui/createaddresslist
[build UIL] sw/uiconfig/swriter/ui/createauthorentry
[build UIL] sw/uiconfig/swriter/ui/createautomarkdialog
[build UIL] sw/uiconfig/swriter/ui/customizeaddrlistdialog
[build UIL] sw/uiconfig/swriter/ui/datasourcesunavailabledialog
[build UIL] sw/uiconfig/swriter/ui/dropcapspage
[build UIL] sw/uiconfig/swriter/ui/dropdownfielddialog
[build UIL] sw/uiconfig/swriter/ui/editcategories
[build UIL] sw/uiconfig/swriter/ui/editfielddialog
[build UIL] sw/uiconfig/swriter/ui/editsectiondialog
[build UIL] sw/uiconfig/swriter/ui/endnotepage
[build UIL] sw/uiconfig/swriter/ui/envaddresspage
[build UIL] sw/uiconfig/swriter/ui/envdialog
[build UIL] sw/uiconfig/swriter/ui/envformatpage
[build UIL] sw/uiconfig/swriter/ui/envprinterpage
[build UIL] sw/uiconfig/swriter/ui/exchangedatabases
[build UIL] sw/uiconfig/swriter/ui/fielddialog
[build UIL] sw/uiconfig/swriter/ui/findentrydialog
[build UIL] sw/uiconfig/swriter/ui/flddbpage
[build UIL] sw/uiconfig/swriter/ui/flddocinfopage
[build UIL] sw/uiconfig/swriter/ui/flddocumentpage
[build UIL] sw/uiconfig/swriter/ui/fldfuncpage
[build UIL] sw/uiconfig/swriter/ui/fldrefpage
[build UIL] sw/uiconfig/swriter/ui/fldvarpage
[build UIL] sw/uiconfig/swriter/ui/floatingnavigation
[build UIL] sw/uiconfig/swriter/ui/floatingsync
[build UIL] sw/uiconfig/swriter/ui/formatsectiondialog
[build UIL] sw/uiconfig/swriter/ui/formattablepage
[build UIL] sw/uiconfig/swriter/ui/footendnotedialog
[build UIL] sw/uiconfig/swriter/ui/footnotepage
[build UIL] sw/uiconfig/swriter/ui/footnoteareapage
[build UIL] sw/uiconfig/swriter/ui/footnotesendnotestabpage
[build UIL] sw/uiconfig/swriter/ui/framedialog
[build UIL] sw/uiconfig/swriter/ui/frmaddpage
[build UIL] sw/uiconfig/swriter/ui/frmtypepage
[build UIL] sw/uiconfig/swriter/ui/frmurlpage
[build UIL] sw/uiconfig/swriter/ui/gotopagedialog
[build UIL] sw/uiconfig/swriter/ui/headerfootermenu
[build UIL] sw/uiconfig/swriter/ui/indexentry
[build UIL] sw/uiconfig/swriter/ui/inputfielddialog
[build UIL] sw/uiconfig/swriter/ui/inputwinmenu
[build UIL] sw/uiconfig/swriter/ui/indentpage
[build UIL] sw/uiconfig/swriter/ui/infonotfounddialog
[build UIL] sw/uiconfig/swriter/ui/inforeadonlydialog
[build UIL] sw/uiconfig/swriter/ui/insertautotextdialog
[build UIL] sw/uiconfig/swriter/ui/insertbookmark
[build UIL] sw/uiconfig/swriter/ui/insertbreak
[build UIL] sw/uiconfig/swriter/ui/insertcaption
[build UIL] sw/uiconfig/swriter/ui/insertdbcolumnsdialog
[build UIL] sw/uiconfig/swriter/ui/insertfootnote
[build UIL] sw/uiconfig/swriter/ui/insertsectiondialog
[build UIL] sw/uiconfig/swriter/ui/insertscript
[build UIL] sw/uiconfig/swriter/ui/inserttable
[build UIL] sw/uiconfig/swriter/ui/labeldialog
[build UIL] sw/uiconfig/swriter/ui/labelformatpage
[build UIL] sw/uiconfig/swriter/ui/labeloptionspage
[build UIL] sw/uiconfig/swriter/ui/linenumbering
[build UIL] sw/uiconfig/swriter/ui/mailconfigpage
[build UIL] sw/uiconfig/swriter/ui/mailmergedialog
[build UIL] sw/uiconfig/swriter/ui/mergeconnectdialog
[build UIL] sw/uiconfig/swriter/ui/mergetabledialog
[build UIL] sw/uiconfig/swriter/ui/newuserindexdialog
[build UIL] sw/uiconfig/swriter/ui/numparapage
[build UIL] sw/uiconfig/swriter/ui/numberingnamedialog
[build UIL] sw/uiconfig/swriter/ui/objectdialog
[build UIL] sw/uiconfig/swriter/ui/optcomparison
[build UIL] sw/uiconfig/swriter/ui/optcompatpage
[build UIL] sw/uiconfig/swriter/ui/optcaptionpage
[build UIL] sw/uiconfig/swriter/ui/optfonttabpage
[build UIL] sw/uiconfig/swriter/ui/optformataidspage
[build UIL] sw/uiconfig/swriter/ui/optgeneralpage
[build UIL] sw/uiconfig/swriter/ui/optredlinepage
[build UIL] sw/uiconfig/swriter/ui/opttablepage
[build UIL] sw/uiconfig/swriter/ui/opttestpage
[build UIL] sw/uiconfig/swriter/ui/outlinenumbering
[build UIL] sw/uiconfig/swriter/ui/outlinenumberingpage
[build UIL] sw/uiconfig/swriter/ui/outlinepositionpage
[build UIL] sw/uiconfig/swriter/ui/querycontinuebegindialog
[build UIL] sw/uiconfig/swriter/ui/querycontinueenddialog
[build UIL] sw/uiconfig/swriter/ui/querydefaultcompatdialog
[build UIL] sw/uiconfig/swriter/ui/queryrotateintostandarddialog
[build UIL] sw/uiconfig/swriter/ui/querysavelabeldialog
[build UIL] sw/uiconfig/swriter/ui/queryshowchangesdialog
[build UIL] sw/uiconfig/swriter/ui/mailmerge
[build UIL] sw/uiconfig/swriter/ui/managechangessidebar
[build UIL] sw/uiconfig/swriter/ui/mmaddressblockpage
[build UIL] sw/uiconfig/swriter/ui/mmcreatingdialog
[build UIL] sw/uiconfig/swriter/ui/mmlayoutpage
[build UIL] sw/uiconfig/swriter/ui/mmmailbody
[build UIL] sw/uiconfig/swriter/ui/mmoutputtypepage
[build UIL] sw/uiconfig/swriter/ui/mmresultemaildialog
[build UIL] sw/uiconfig/swriter/ui/mmresultprintdialog
[build UIL] sw/uiconfig/swriter/ui/mmresultsavedialog
[build UIL] sw/uiconfig/swriter/ui/mmselectpage
[build UIL] sw/uiconfig/swriter/ui/mmsendmails
[build UIL] sw/uiconfig/swriter/ui/mmsalutationpage
[build UIL] sw/uiconfig/swriter/ui/navigatorpanel
[build UIL] sw/uiconfig/swriter/ui/notebookbar
[build UIL] sw/uiconfig/swriter/ui/notebookbar_groups
[build UIL] sw/uiconfig/swriter/ui/notebookbar_single
[build UIL] sw/uiconfig/swriter/ui/notebookbar_groupedbar_full
[build UIL] sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact
[build UIL] sw/uiconfig/swriter/ui/pagebreakmenu
[build UIL] sw/uiconfig/swriter/ui/pagecolumncontrol
[build UIL] sw/uiconfig/swriter/ui/pagemargincontrol
[build UIL] sw/uiconfig/swriter/ui/pageorientationcontrol
[build UIL] sw/uiconfig/swriter/ui/pagesizecontrol
[build UIL] sw/uiconfig/swriter/ui/paradialog
[build UIL] sw/uiconfig/swriter/ui/picturedialog
[build UIL] sw/uiconfig/swriter/ui/picturepage
[build UIL] sw/uiconfig/swriter/ui/previewzoomdialog
[build UIL] sw/uiconfig/swriter/ui/printeroptions
[build UIL] sw/uiconfig/swriter/ui/printmergedialog
[build UIL] sw/uiconfig/swriter/ui/printmonitordialog
[build UIL] sw/uiconfig/swriter/ui/printoptionspage
[build UIL] sw/uiconfig/swriter/ui/privateuserpage
[build UIL] sw/uiconfig/swriter/ui/readonlymenu
[build UIL] sw/uiconfig/swriter/ui/renameautotextdialog
[build UIL] sw/uiconfig/swriter/ui/renameentrydialog
[build UIL] sw/uiconfig/swriter/ui/renameobjectdialog
[build UIL] sw/uiconfig/swriter/ui/rowheight
[build UIL] sw/uiconfig/swriter/ui/saveashtmldialog
[build UIL] sw/uiconfig/swriter/ui/savelabeldialog
[build UIL] sw/uiconfig/swriter/ui/sectionpage
[build UIL] sw/uiconfig/swriter/ui/selectaddressdialog
[build UIL] sw/uiconfig/swriter/ui/selectautotextdialog
[build UIL] sw/uiconfig/swriter/ui/selectblockdialog
[build UIL] sw/uiconfig/swriter/ui/selectindexdialog
[build UIL] sw/uiconfig/swriter/ui/selecttabledialog
[build UIL] sw/uiconfig/swriter/ui/sidebarpage
[build UIL] sw/uiconfig/swriter/ui/pageformatpanel
[build UIL] sw/uiconfig/swriter/ui/pagestylespanel
[build UIL] sw/uiconfig/swriter/ui/pageheaderpanel
[build UIL] sw/uiconfig/swriter/ui/pagefooterpanel
[build UIL] sw/uiconfig/swriter/ui/sidebarwrap
[build UIL] sw/uiconfig/swriter/ui/sidebarstylepresets
[build UIL] sw/uiconfig/swriter/ui/sidebartheme
[build UIL] sw/uiconfig/swriter/ui/sortdialog
[build UIL] sw/uiconfig/swriter/ui/spellmenu
[build UIL] sw/uiconfig/swriter/ui/splittable
[build UIL] sw/uiconfig/swriter/ui/statisticsinfopage
[build UIL] sw/uiconfig/swriter/ui/stringinput
[build UIL] sw/uiconfig/swriter/ui/subjectdialog
[build UIL] sw/uiconfig/swriter/ui/testmailsettings
[build UIL] sw/uiconfig/swriter/ui/tocdialog
[build UIL] sw/uiconfig/swriter/ui/tocentriespage
[build UIL] sw/uiconfig/swriter/ui/tocindexpage
[build UIL] sw/uiconfig/swriter/ui/tocstylespage
[build UIL] sw/uiconfig/swriter/ui/tablecolumnpage
[build UIL] sw/uiconfig/swriter/ui/tablepreviewdialog
[build UIL] sw/uiconfig/swriter/ui/tableproperties
[build UIL] sw/uiconfig/swriter/ui/tabletextflowpage
[build UIL] sw/uiconfig/swriter/ui/templatedialog1
[build UIL] sw/uiconfig/swriter/ui/templatedialog2
[build UIL] sw/uiconfig/swriter/ui/templatedialog4
[build UIL] sw/uiconfig/swriter/ui/templatedialog8
[build UIL] sw/uiconfig/swriter/ui/templatedialog16
[build UIL] sw/uiconfig/swriter/ui/textgridpage
[build UIL] sw/uiconfig/swriter/ui/titlepage
[build UIL] sw/uiconfig/swriter/ui/tokenwidget
[build UIL] sw/uiconfig/swriter/ui/viewoptionspage
[build UIL] sw/uiconfig/swriter/ui/warndatasourcedialog
[build UIL] sw/uiconfig/swriter/ui/warnemaildialog
[build UIL] sw/uiconfig/swriter/ui/watermarkdialog
[build UIL] sw/uiconfig/swriter/ui/wordcount
[build UIL] sw/uiconfig/swriter/ui/wrapdialog
[build UIL] sw/uiconfig/swriter/ui/wrappage
[build UIM] Resources/config/soffice.cfg/modules/swriter/menubar/menubar
[build UIM] Resources/config/soffice.cfg/modules/swxform/menubar/menubar
[build UIL] uui/uiconfig/ui/filterselect
[build UIL] uui/uiconfig/ui/authfallback
[build UIL] uui/uiconfig/ui/logindialog
[build UIL] uui/uiconfig/ui/macrowarnmedium
[build UIL] uui/uiconfig/ui/masterpassworddlg
[build UIL] uui/uiconfig/ui/password
[build UIL] uui/uiconfig/ui/setmasterpassworddlg
[build UIL] uui/uiconfig/ui/simplenameclash
[build UIL] uui/uiconfig/ui/sslwarndialog
[build UIL] uui/uiconfig/ui/unknownauthdialog
[build UIL] vcl/uiconfig/ui/cupspassworddialog
[build UIL] vcl/uiconfig/ui/editmenu
[build UIL] vcl/uiconfig/ui/errornocontentdialog
[build UIL] vcl/uiconfig/ui/errornoprinterdialog
[build UIL] vcl/uiconfig/ui/printdialog
[build UIL] vcl/uiconfig/ui/printerdevicepage
[build UIL] vcl/uiconfig/ui/printerpaperpage
[build UIL] vcl/uiconfig/ui/printerpropertiesdialog
[build UIL] vcl/uiconfig/ui/printprogressdialog
[build UIL] vcl/uiconfig/ui/querydialog
[build UIL] writerperfect/uiconfig/ui/wpftencodingdialog
[build UIL] xmlsecurity/uiconfig/ui/certpage
[build UIL] xmlsecurity/uiconfig/ui/certdetails
[build UIL] xmlsecurity/uiconfig/ui/certgeneral
[build UIL] xmlsecurity/uiconfig/ui/digitalsignaturesdialog
[build UIL] xmlsecurity/uiconfig/ui/securitylevelpage
[build UIL] xmlsecurity/uiconfig/ui/securitytrustpage
[build UIL] xmlsecurity/uiconfig/ui/selectcertificatedialog
[build UIL] xmlsecurity/uiconfig/ui/macrosecuritydialog
[build UIL] xmlsecurity/uiconfig/ui/viewcertdialog
[build PRL] CustomTarget/postprocess/images/commandimagelist.ilst
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-base.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-base.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-base.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Writer-cjk.xcu
[build ECH] CustomTarget/postprocess/registry/ctl.list
[build XCD] ctlseqcheck
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
[build ECH] CustomTarget/postprocess/registry/graphicfilter.list
[build XCU] officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/ProtocolHandler-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState-librelogo.xcu
[build XCD] lingucomponent
[build ECH] CustomTarget/postprocess/registry/math.list
[build ECH] CustomTarget/postprocess/registry/pyuno.list
[build ECH] CustomTarget/postprocess/registry/xsltfilter.list
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu
[build ECH] CustomTarget/postprocess/registry/onlineupdate.list
[build ECH] CustomTarget/postprocess/registry/ogltrans.list
[build XCD] pdfimport
[build ECH] CustomTarget/postprocess/registry/Langpack-en-US.list
[build XCU] en-US
[build ECH] CustomTarget/instsetoo_native/setup/unorc
[build ECH] CustomTarget/instsetoo_native/setup/fundamentalrc
[build ECH] CustomTarget/instsetoo_native/setup/lounorc
[build GPF] CustomTarget/filter/source/svg/tokens.gperf
[build PY ] CustomTarget/filter/source/svg/svgscript.hxx
[build ECH] CustomTarget/i18npool/collator/lrl_include.hxx
[build GPF] CustomTarget/sdext/pdfimport/hash.cxx
[build CPY] af-ZA/standard/mimetype
[build XSL] af-ZA/standard/BlockList.xml
[build XSL] af-ZA/standard/FN/content.xml
[build CPY] af-ZA/standard/FN/manifest.rdf
[build XSL] af-ZA/standard/FN/Object_1/content.xml
[build XSL] af-ZA/standard/FN/Object_1/settings.xml
[build XSL] af-ZA/standard/FN/styles.xml
[build XSL] af-ZA/standard/LOREM/LOREM.xml
[build XSL] af-ZA/standard/META-INF/manifest.xml
[build CPY] bg/crdbus50/mimetype
[build XSL] bg/crdbus50/+BBUEGwQV-1/atevent.xml
[build XSL] bg/crdbus50/+BBUEGwQV-1/content.xml
[build CPY] bg/crdbus50/+BBUEGwQV-1/manifest.rdf
[build XSL] bg/crdbus50/+BBUEGwQV-1/meta.xml
[build XSL] bg/crdbus50/+BBUEGwQV-1/settings.xml
[build XSL] bg/crdbus50/+BBUEGwQV-1/styles.xml
[build XSL] bg/crdbus50/+BBUEGwQV-2/atevent.xml
[build XSL] bg/crdbus50/+BBUEGwQV-2/content.xml
[build CPY] bg/crdbus50/+BBUEGwQV-2/manifest.rdf
[build XSL] bg/crdbus50/+BBUEGwQV-2/meta.xml
[build XSL] bg/crdbus50/+BBUEGwQV-2/settings.xml
[build XSL] bg/crdbus50/+BBUEGwQV-2/styles.xml
[build XSL] bg/crdbus50/+BBUEGwQV-3/atevent.xml
[build XSL] bg/crdbus50/+BBUEGwQV-3/content.xml
[build CPY] bg/crdbus50/+BBUEGwQV-3/manifest.rdf
[build XSL] bg/crdbus50/+BBUEGwQV-3/meta.xml
[build XSL] bg/crdbus50/+BBUEGwQV-3/settings.xml
[build XSL] bg/crdbus50/+BBUEGwQV-3/styles.xml
[build XSL] bg/crdbus50/+BCEEKgQS-1/atevent.xml
[build XSL] bg/crdbus50/+BCEEKgQS-1/content.xml
[build CPY] bg/crdbus50/+BCEEKgQS-1/manifest.rdf
[build XSL] bg/crdbus50/+BCEEKgQS-1/meta.xml
[build CPY] bg/crdbus50/+BCEEKgQS-1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] bg/crdbus50/+BCEEKgQS-1/settings.xml
[build XSL] bg/crdbus50/+BCEEKgQS-1/styles.xml
[build XSL] bg/crdbus50/+BCEEKgQS-2/atevent.xml
[build XSL] bg/crdbus50/+BCEEKgQS-2/content.xml
[build CPY] bg/crdbus50/+BCEEKgQS-2/manifest.rdf
[build XSL] bg/crdbus50/+BCEEKgQS-2/meta.xml
[build CPY] bg/crdbus50/+BCEEKgQS-2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] bg/crdbus50/+BCEEKgQS-2/settings.xml
[build XSL] bg/crdbus50/+BCEEKgQS-2/styles.xml
[build XSL] bg/crdbus50/META-INF/manifest.xml
[build CPY] bg/standard/mimetype
[build XSL] bg/standard/+BB0-2/content.xml
[build CPY] bg/standard/+BB0-2/manifest.rdf
[build XSL] bg/standard/+BB0-2/styles.xml
[build XSL] bg/standard/+BCQEHQ-/content.xml
[build CPY] bg/standard/+BCQEHQ-/manifest.rdf
[build XSL] bg/standard/+BCQEHQ-/Object_1/content.xml
[build XSL] bg/standard/+BCQEHQ-/Object_1/settings.xml
[build XSL] bg/standard/A/A.xml
[build XSL] bg/standard/A/atevent.xml
[build XSL] bg/standard/AR/AR.xml
[build XSL] bg/standard/AR/atevent.xml
[build XSL] bg/standard/BW/atevent.xml
[build XSL] bg/standard/BW/BW.xml
[build XSL] bg/standard/C/atevent.xml
[build XSL] bg/standard/C/C.xml
[build XSL] bg/standard/CAN/atevent.xml
[build XSL] bg/standard/CAN/content.xml
[build CPY] bg/standard/CAN/manifest.rdf
[build XSL] bg/standard/CAN/meta.xml
[build XSL] bg/standard/CAN/settings.xml
[build XSL] bg/standard/CAN/styles.xml
[build XSL] bg/standard/CD/atevent.xml
[build XSL] bg/standard/CD/CD.xml
[build XSL] bg/standard/CM/atevent.xml
[build XSL] bg/standard/CM/CM.xml
[build XSL] bg/standard/CNL/atevent.xml
[build XSL] bg/standard/CNL/CNL.xml
[build XSL] bg/standard/DMS/atevent.xml
[build XSL] bg/standard/DMS/content.xml
[build CPY] bg/standard/DMS/manifest.rdf
[build XSL] bg/standard/DMS/meta.xml
[build XSL] bg/standard/DMS/settings.xml
[build XSL] bg/standard/DMS/styles.xml
[build XSL] bg/standard/DT/atevent.xml
[build XSL] bg/standard/DT/DT.xml
[build XSL] bg/standard/E/E.xml
[build XSL] bg/standard/FN/content.xml
[build XSL] bg/standard/FN/Obj0012D655/content.xml
[build XSL] bg/standard/FN/Obj0012D655/meta.xml
[build XSL] bg/standard/FN/Obj0012D655/settings.xml
[build XSL] bg/standard/FN/styles.xml
[build XSL] bg/standard/I/I.xml
[build XSL] bg/standard/IRT/atevent.xml
[build XSL] bg/standard/IRT/IRT.xml
[build XSL] bg/standard/J/atevent.xml
[build XSL] bg/standard/J/content.xml
[build CPY] bg/standard/J/manifest.rdf
[build XSL] bg/standard/J/meta.xml
[build XSL] bg/standard/J/settings.xml
[build XSL] bg/standard/J/styles.xml
[build XSL] bg/standard/JACL/atevent.xml
[build XSL] bg/standard/JACL/content.xml
[build CPY] bg/standard/JACL/manifest.rdf
[build XSL] bg/standard/JACL/meta.xml
[build XSL] bg/standard/JACL/settings.xml
[build XSL] bg/standard/JACL/styles.xml
[build XSL] bg/standard/JACR/atevent.xml
[build XSL] bg/standard/JACR/content.xml
[build CPY] bg/standard/JACR/manifest.rdf
[build XSL] bg/standard/JACR/meta.xml
[build XSL] bg/standard/JACR/settings.xml
[build XSL] bg/standard/JACR/styles.xml
[build XSL] bg/standard/JAINV/atevent.xml
[build XSL] bg/standard/JAINV/content.xml
[build CPY] bg/standard/JAINV/manifest.rdf
[build XSL] bg/standard/JAINV/meta.xml
[build XSL] bg/standard/JAINV/settings.xml
[build XSL] bg/standard/JAINV/styles.xml
[build XSL] bg/standard/JARL/atevent.xml
[build XSL] bg/standard/JARL/content.xml
[build CPY] bg/standard/JARL/manifest.rdf
[build XSL] bg/standard/JARL/meta.xml
[build XSL] bg/standard/JARL/settings.xml
[build XSL] bg/standard/JARL/styles.xml
[build XSL] bg/standard/LAG/atevent.xml
[build XSL] bg/standard/LAG/LAG.xml
[build XSL] bg/standard/LOREM/LOREM.xml
[build XSL] bg/standard/META-INF/manifest.xml
[build XSL] bg/standard/O/atevent.xml
[build XSL] bg/standard/O/O.xml
[build XSL] bg/standard/P/atevent.xml
[build XSL] bg/standard/P/P.xml
[build XSL] bg/standard/Q/atevent.xml
[build XSL] bg/standard/Q/Q.xml
[build XSL] bg/standard/R1/atevent.xml
[build XSL] bg/standard/R1/content.xml
[build CPY] bg/standard/R1/manifest.rdf
[build XSL] bg/standard/R1/meta.xml
[build XSL] bg/standard/R1/settings.xml
[build XSL] bg/standard/R1/styles.xml
[build XSL] bg/standard/R2/atevent.xml
[build XSL] bg/standard/R2/content.xml
[build CPY] bg/standard/R2/manifest.rdf
[build XSL] bg/standard/R2/meta.xml
[build XSL] bg/standard/R2/settings.xml
[build XSL] bg/standard/R2/styles.xml
[build XSL] bg/standard/RE/atevent.xml
[build XSL] bg/standard/RE/RE.xml
[build XSL] bg/standard/RF/atevent.xml
[build XSL] bg/standard/RF/RF.xml
[build XSL] bg/standard/RG/atevent.xml
[build XSL] bg/standard/RG/RG.xml
[build XSL] bg/standard/RM/atevent.xml
[build XSL] bg/standard/RM/RM.xml
[build XSL] bg/standard/S/atevent.xml
[build XSL] bg/standard/S/S.xml
[build XSL] bg/standard/SD/atevent.xml
[build XSL] bg/standard/SD/SD.xml
[build XSL] bg/standard/SI/atevent.xml
[build XSL] bg/standard/SI/SI.xml
[build XSL] bg/standard/TC/atevent.xml
[build XSL] bg/standard/TC/TC.xml
[build XSL] bg/standard/TOP/atevent.xml
[build XSL] bg/standard/TOP/TOP.xml
[build XSL] bg/standard/TWIMC/atevent.xml
[build XSL] bg/standard/TWIMC/TWIMC.xml
[build XSL] bg/standard/TY/atevent.xml
[build XSL] bg/standard/TY/TY.xml
[build XSL] bg/standard/VA/atevent.xml
[build XSL] bg/standard/VA/VA.xml
[build XSL] bg/standard/VOM/atevent.xml
[build XSL] bg/standard/VOM/VOM.xml
[build XSL] bg/standard/YT/atevent.xml
[build XSL] bg/standard/YT/content.xml
[build CPY] bg/standard/YT/manifest.rdf
[build XSL] bg/standard/YT/meta.xml
[build XSL] bg/standard/YT/settings.xml
[build XSL] bg/standard/YT/styles.xml
[build CPY] bg/template/mimetype
[build XSL] bg/template/+BB8EIA-1/content.xml
[build CPY] bg/template/+BB8EIA-1/manifest.rdf
[build XSL] bg/template/+BB8EIA-1/styles.xml
[build XSL] bg/template/+BB8EIA-2/content.xml
[build CPY] bg/template/+BB8EIA-2/manifest.rdf
[build XSL] bg/template/+BB8EIA-2/styles.xml
[build XSL] bg/template/+BBoEEgQf-/content.xml
[build CPY] bg/template/+BBoEEgQf-/manifest.rdf
[build XSL] bg/template/+BBoEEgQf-/styles.xml
[build XSL] bg/template/+BBoEEgQf-1/content.xml
[build CPY] bg/template/+BBoEEgQf-1/manifest.rdf
[build XSL] bg/template/+BBoEEgQf-1/styles.xml
[build XSL] bg/template/+BBoEEgQfBBQ-/content.xml
[build CPY] bg/template/+BBoEEgQfBBQ-/manifest.rdf
[build XSL] bg/template/+BBoEEgQfBBQ-/styles.xml
[build XSL] bg/template/+BBoEEgQfBBs-/content.xml
[build CPY] bg/template/+BBoEEgQfBBs-/manifest.rdf
[build XSL] bg/template/+BBoEEgQfBBs-/styles.xml
[build XSL] bg/template/+BBoEEQQg-/content.xml
[build CPY] bg/template/+BBoEEQQg-/manifest.rdf
[build CPY] bg/template/+BBoEEQQg-/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] bg/template/+BBoEEQQg-/styles.xml
[build XSL] bg/template/+BBoEEQQg-1/content.xml
[build CPY] bg/template/+BBoEEQQg-1/manifest.rdf
[build CPY] bg/template/+BBoEEQQg-1/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] bg/template/+BBoEEQQg-1/styles.xml
[build XSL] bg/template/+BBoEEQQgBBQ-/content.xml
[build CPY] bg/template/+BBoEEQQgBBQ-/manifest.rdf
[build CPY] bg/template/+BBoEEQQgBBQ-/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] bg/template/+BBoEEQQgBBQ-/styles.xml
[build XSL] bg/template/+BBoEEQQgBBs-/content.xml
[build CPY] bg/template/+BBoEEQQgBBs-/manifest.rdf
[build XSL] bg/template/+BBoEEQQgBBs-/styles.xml
[build XSL] bg/template/+BBoEGAQR-/content.xml
[build CPY] bg/template/+BBoEGAQR-/manifest.rdf
[build XSL] bg/template/+BBoEGAQR-/styles.xml
[build XSL] bg/template/+BBoEGAQR-1/content.xml
[build CPY] bg/template/+BBoEGAQR-1/manifest.rdf
[build XSL] bg/template/+BBoEGAQR-1/styles.xml
[build XSL] bg/template/+BBoEGAQRBBQ-/content.xml
[build CPY] bg/template/+BBoEGAQRBBQ-/manifest.rdf
[build XSL] bg/template/+BBoEGAQRBBQ-/styles.xml
[build XSL] bg/template/+BBoEGAQRBBs-/content.xml
[build CPY] bg/template/+BBoEGAQRBBs-/manifest.rdf
[build XSL] bg/template/+BBoEGAQRBBs-/styles.xml
[build XSL] bg/template/META-INF/manifest.xml
[build CPY] ca/standard/mimetype
[build XSL] ca/standard/BlockList.xml
[build XSL] ca/standard/FN/content.xml
[build CPY] ca/standard/FN/manifest.rdf
[build XSL] ca/standard/FN/Object_1/content.xml
[build XSL] ca/standard/FN/Object_1/settings.xml
[build XSL] ca/standard/LOREM/LOREM.xml
[build XSL] ca/standard/META-INF/manifest.xml
[build CPY] cs/crdbus50/mimetype
[build XSL] cs/crdbus50/BlockList.xml
[build XSL] cs/crdbus50/CON1/atevent.xml
[build XSL] cs/crdbus50/CON1/content.xml
[build XSL] cs/crdbus50/CON1/meta.xml
[build CPY] cs/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] cs/crdbus50/CON2/atevent.xml
[build XSL] cs/crdbus50/CON2/content.xml
[build XSL] cs/crdbus50/CON2/meta.xml
[build CPY] cs/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] cs/crdbus50/CON2/settings.xml
[build XSL] cs/crdbus50/CON2/styles.xml
[build XSL] cs/crdbus50/ELE1/atevent.xml
[build XSL] cs/crdbus50/ELE1/content.xml
[build XSL] cs/crdbus50/ELE1/meta.xml
[build XSL] cs/crdbus50/ELE1/settings.xml
[build XSL] cs/crdbus50/ELE1/styles.xml
[build XSL] cs/crdbus50/ELE2/atevent.xml
[build XSL] cs/crdbus50/ELE2/content.xml
[build XSL] cs/crdbus50/ELE2/meta.xml
[build XSL] cs/crdbus50/ELE2/settings.xml
[build XSL] cs/crdbus50/ELE2/styles.xml
[build XSL] cs/crdbus50/ELE3/atevent.xml
[build XSL] cs/crdbus50/ELE3/content.xml
[build XSL] cs/crdbus50/ELE3/meta.xml
[build XSL] cs/crdbus50/ELE3/settings.xml
[build XSL] cs/crdbus50/ELE3/styles.xml
[build XSL] cs/crdbus50/META-INF/manifest.xml
[build CPY] cs/crdbus54/mimetype
[build XSL] cs/crdbus54/BlockList.xml
[build XSL] cs/crdbus54/ELE1/atevent.xml
[build XSL] cs/crdbus54/ELE1/content.xml
[build XSL] cs/crdbus54/ELE1/meta.xml
[build XSL] cs/crdbus54/ELE1/settings.xml
[build XSL] cs/crdbus54/ELE1/styles.xml
[build XSL] cs/crdbus54/ELE2/atevent.xml
[build XSL] cs/crdbus54/ELE2/content.xml
[build XSL] cs/crdbus54/ELE2/meta.xml
[build XSL] cs/crdbus54/ELE2/settings.xml
[build XSL] cs/crdbus54/ELE2/styles.xml
[build XSL] cs/crdbus54/ELE3/atevent.xml
[build XSL] cs/crdbus54/ELE3/content.xml
[build XSL] cs/crdbus54/ELE3/meta.xml
[build XSL] cs/crdbus54/ELE3/settings.xml
[build XSL] cs/crdbus54/ELE3/styles.xml
[build XSL] cs/crdbus54/META-INF/manifest.xml
[build XSL] cs/crdbus54/MOD1/atevent.xml
[build XSL] cs/crdbus54/MOD1/content.xml
[build XSL] cs/crdbus54/MOD1/meta.xml
[build CPY] cs/crdbus54/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] cs/crdbus54/MOD1/settings.xml
[build XSL] cs/crdbus54/MOD1/styles.xml
[build XSL] cs/crdbus54/MOD2/atevent.xml
[build XSL] cs/crdbus54/MOD2/content.xml
[build XSL] cs/crdbus54/MOD2/meta.xml
[build CPY] cs/crdbus54/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] cs/crdbus54/MOD2/settings.xml
[build XSL] cs/crdbus54/MOD2/styles.xml
[build CPY] cs/standard/mimetype
[build XSL] cs/standard/A/A.xml
[build XSL] cs/standard/A/atevent.xml
[build XSL] cs/standard/BlockList.xml
[build XSL] cs/standard/BW/atevent.xml
[build XSL] cs/standard/BW/BW.xml
[build XSL] cs/standard/C/atevent.xml
[build XSL] cs/standard/C/C.xml
[build XSL] cs/standard/CAN/atevent.xml
[build XSL] cs/standard/CAN/content.xml
[build XSL] cs/standard/CAN/meta.xml
[build XSL] cs/standard/CAN/settings.xml
[build XSL] cs/standard/CAN/styles.xml
[build XSL] cs/standard/CD/atevent.xml
[build XSL] cs/standard/CD/CD.xml
[build XSL] cs/standard/CM/atevent.xml
[build XSL] cs/standard/CM/CM.xml
[build XSL] cs/standard/CNL/atevent.xml
[build XSL] cs/standard/CNL/CNL.xml
[build XSL] cs/standard/DMS/atevent.xml
[build XSL] cs/standard/DMS/content.xml
[build XSL] cs/standard/DMS/meta.xml
[build XSL] cs/standard/DMS/settings.xml
[build XSL] cs/standard/DMS/styles.xml
[build XSL] cs/standard/DT/atevent.xml
[build XSL] cs/standard/DT/content.xml
[build XSL] cs/standard/DT/DT.xml
[build XSL] cs/standard/DT/styles.xml
[build XSL] cs/standard/FN/content.xml
[build CPY] cs/standard/FN/manifest.rdf
[build XSL] cs/standard/FN/Object_1/content.xml
[build XSL] cs/standard/FN/Object_1/settings.xml
[build XSL] cs/standard/FN/styles.xml
[build XSL] cs/standard/IRT/atevent.xml
[build XSL] cs/standard/IRT/IRT.xml
[build XSL] cs/standard/J/atevent.xml
[build XSL] cs/standard/J/content.xml
[build XSL] cs/standard/J/meta.xml
[build XSL] cs/standard/J/settings.xml
[build XSL] cs/standard/J/styles.xml
[build XSL] cs/standard/JACL/atevent.xml
[build XSL] cs/standard/JACL/content.xml
[build XSL] cs/standard/JACL/meta.xml
[build XSL] cs/standard/JACL/settings.xml
[build XSL] cs/standard/JACL/styles.xml
[build XSL] cs/standard/JACR/atevent.xml
[build XSL] cs/standard/JACR/content.xml
[build XSL] cs/standard/JACR/meta.xml
[build XSL] cs/standard/JACR/settings.xml
[build XSL] cs/standard/JACR/styles.xml
[build XSL] cs/standard/JAINV/atevent.xml
[build XSL] cs/standard/JAINV/content.xml
[build XSL] cs/standard/JAINV/meta.xml
[build XSL] cs/standard/JAINV/settings.xml
[build XSL] cs/standard/JAINV/styles.xml
[build XSL] cs/standard/JARL/atevent.xml
[build XSL] cs/standard/JARL/content.xml
[build XSL] cs/standard/JARL/meta.xml
[build XSL] cs/standard/JARL/settings.xml
[build XSL] cs/standard/JARL/styles.xml
[build XSL] cs/standard/LAG/atevent.xml
[build XSL] cs/standard/LAG/LAG.xml
[build XSL] cs/standard/LIC/atevent.xml
[build XSL] cs/standard/LIC/content.xml
[build XSL] cs/standard/LIC/meta.xml
[build XSL] cs/standard/LIC/settings.xml
[build XSL] cs/standard/LIC/styles.xml
[build XSL] cs/standard/LOREM/LOREM.xml
[build XSL] cs/standard/META-INF/manifest.xml
[build XSL] cs/standard/P/atevent.xml
[build XSL] cs/standard/P/P.xml
[build XSL] cs/standard/R1/atevent.xml
[build XSL] cs/standard/R1/content.xml
[build XSL] cs/standard/R1/meta.xml
[build XSL] cs/standard/R1/settings.xml
[build XSL] cs/standard/R1/styles.xml
[build XSL] cs/standard/R2/atevent.xml
[build XSL] cs/standard/R2/content.xml
[build XSL] cs/standard/R2/meta.xml
[build XSL] cs/standard/R2/settings.xml
[build XSL] cs/standard/R2/styles.xml
[build XSL] cs/standard/RE/atevent.xml
[build XSL] cs/standard/RE/RE.xml
[build XSL] cs/standard/RF/atevent.xml
[build XSL] cs/standard/RF/RF.xml
[build XSL] cs/standard/RG/atevent.xml
[build XSL] cs/standard/RG/RG.xml
[build XSL] cs/standard/RM/atevent.xml
[build XSL] cs/standard/RM/RM.xml
[build XSL] cs/standard/S/atevent.xml
[build XSL] cs/standard/S/S.xml
[build XSL] cs/standard/SD/atevent.xml
[build XSL] cs/standard/SD/SD.xml
[build XSL] cs/standard/SI/atevent.xml
[build XSL] cs/standard/SI/SI.xml
[build XSL] cs/standard/TC/atevent.xml
[build XSL] cs/standard/TC/TC.xml
[build XSL] cs/standard/TOP/atevent.xml
[build XSL] cs/standard/TOP/TOP.xml
[build XSL] cs/standard/TWIMC/atevent.xml
[build XSL] cs/standard/TWIMC/TWIMC.xml
[build XSL] cs/standard/TY/atevent.xml
[build XSL] cs/standard/TY/TY.xml
[build XSL] cs/standard/VA/atevent.xml
[build XSL] cs/standard/VA/VA.xml
[build XSL] cs/standard/VOM/atevent.xml
[build XSL] cs/standard/VOM/VOM.xml
[build XSL] cs/standard/YT/atevent.xml
[build XSL] cs/standard/YT/content.xml
[build XSL] cs/standard/YT/meta.xml
[build XSL] cs/standard/YT/settings.xml
[build XSL] cs/standard/YT/styles.xml
[build CPY] cs/template/mimetype
[build XSL] cs/template/BlockList.xml
[build XSL] cs/template/H1B/content.xml
[build CPY] cs/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] cs/template/H1B/styles.xml
[build XSL] cs/template/H1C/content.xml
[build XSL] cs/template/H1C/styles.xml
[build XSL] cs/template/H1N/content.xml
[build XSL] cs/template/H1N/styles.xml
[build XSL] cs/template/HB/content.xml
[build CPY] cs/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] cs/template/HB/styles.xml
[build XSL] cs/template/HC/content.xml
[build XSL] cs/template/HC/styles.xml
[build XSL] cs/template/HLB/content.xml
[build XSL] cs/template/HLB/styles.xml
[build XSL] cs/template/HLC/content.xml
[build XSL] cs/template/HLC/styles.xml
[build XSL] cs/template/HLN/content.xml
[build XSL] cs/template/HLN/styles.xml
[build XSL] cs/template/HN/content.xml
[build XSL] cs/template/HN/styles.xml
[build XSL] cs/template/HRB/content.xml
[build CPY] cs/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] cs/template/HRB/styles.xml
[build XSL] cs/template/HRC/content.xml
[build XSL] cs/template/HRC/styles.xml
[build XSL] cs/template/HRN/content.xml
[build XSL] cs/template/HRN/styles.xml
[build XSL] cs/template/META-INF/manifest.xml
[build XSL] cs/template/PT1/content.xml
[build XSL] cs/template/PT1/styles.xml
[build XSL] cs/template/PT2/content.xml
[build XSL] cs/template/PT2/styles.xml
[build CPY] da/crdbus50/mimetype
[build XSL] da/crdbus50/BlockList.xml
[build XSL] da/crdbus50/CON1/atevent.xml
[build XSL] da/crdbus50/CON1/content.xml
[build XSL] da/crdbus50/CON1/meta.xml
[build CPY] da/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] da/crdbus50/CON1/settings.xml
[build XSL] da/crdbus50/CON1/styles.xml
[build XSL] da/crdbus50/CON2/atevent.xml
[build XSL] da/crdbus50/CON2/content.xml
[build XSL] da/crdbus50/CON2/meta.xml
[build CPY] da/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] da/crdbus50/CON2/settings.xml
[build XSL] da/crdbus50/CON2/styles.xml
[build XSL] da/crdbus50/ELE1/atevent.xml
[build XSL] da/crdbus50/ELE1/content.xml
[build XSL] da/crdbus50/ELE1/meta.xml
[build XSL] da/crdbus50/ELE1/settings.xml
[build XSL] da/crdbus50/ELE1/styles.xml
[build XSL] da/crdbus50/ELE2/atevent.xml
[build XSL] da/crdbus50/ELE2/content.xml
[build XSL] da/crdbus50/ELE2/meta.xml
[build XSL] da/crdbus50/ELE2/settings.xml
[build XSL] da/crdbus50/ELE2/styles.xml
[build XSL] da/crdbus50/ELE3/atevent.xml
[build XSL] da/crdbus50/ELE3/content.xml
[build XSL] da/crdbus50/ELE3/meta.xml
[build XSL] da/crdbus50/ELE3/settings.xml
[build XSL] da/crdbus50/ELE3/styles.xml
[build XSL] da/crdbus50/META-INF/manifest.xml
[build CPY] da/standard/mimetype
[build XSL] da/standard/A/A.xml
[build XSL] da/standard/A/atevent.xml
[build XSL] da/standard/AR/AR.xml
[build XSL] da/standard/AR/atevent.xml
[build XSL] da/standard/BW/atevent.xml
[build XSL] da/standard/BW/BW.xml
[build XSL] da/standard/C/atevent.xml
[build XSL] da/standard/C/C.xml
[build XSL] da/standard/CAN/atevent.xml
[build XSL] da/standard/CAN/content.xml
[build XSL] da/standard/CAN/meta.xml
[build XSL] da/standard/CAN/settings.xml
[build XSL] da/standard/CAN/styles.xml
[build XSL] da/standard/CD/atevent.xml
[build XSL] da/standard/CD/CD.xml
[build XSL] da/standard/CM/atevent.xml
[build XSL] da/standard/CM/CM.xml
[build XSL] da/standard/CNL/atevent.xml
[build XSL] da/standard/CNL/CNL.xml
[build XSL] da/standard/DMS/atevent.xml
[build XSL] da/standard/DMS/content.xml
[build XSL] da/standard/DMS/meta.xml
[build XSL] da/standard/DMS/settings.xml
[build XSL] da/standard/DMS/styles.xml
[build XSL] da/standard/DT/atevent.xml
[build XSL] da/standard/DT/DT.xml
[build XSL] da/standard/E/E.xml
[build XSL] da/standard/FN/content.xml
[build CPY] da/standard/FN/manifest.rdf
[build XSL] da/standard/FN/Object_1/content.xml
[build XSL] da/standard/FN/Object_1/settings.xml
[build XSL] da/standard/I/I.xml
[build XSL] da/standard/IRT/atevent.xml
[build XSL] da/standard/IRT/IRT.xml
[build XSL] da/standard/J/atevent.xml
[build XSL] da/standard/J/content.xml
[build XSL] da/standard/J/meta.xml
[build XSL] da/standard/J/settings.xml
[build XSL] da/standard/J/styles.xml
[build XSL] da/standard/JACL/atevent.xml
[build XSL] da/standard/JACL/content.xml
[build XSL] da/standard/JACL/meta.xml
[build XSL] da/standard/JACL/settings.xml
[build XSL] da/standard/JACL/styles.xml
[build XSL] da/standard/JACR/atevent.xml
[build XSL] da/standard/JACR/content.xml
[build XSL] da/standard/JACR/meta.xml
[build XSL] da/standard/JACR/settings.xml
[build XSL] da/standard/JACR/styles.xml
[build XSL] da/standard/JAINV/atevent.xml
[build XSL] da/standard/JAINV/content.xml
[build XSL] da/standard/JAINV/meta.xml
[build XSL] da/standard/JAINV/settings.xml
[build XSL] da/standard/JAINV/styles.xml
[build XSL] da/standard/JARL/atevent.xml
[build XSL] da/standard/JARL/content.xml
[build XSL] da/standard/JARL/meta.xml
[build XSL] da/standard/JARL/settings.xml
[build XSL] da/standard/JARL/styles.xml
[build XSL] da/standard/LAG/atevent.xml
[build XSL] da/standard/LAG/LAG.xml
[build XSL] da/standard/LOREM/LOREM.xml
[build XSL] da/standard/META-INF/manifest.xml
[build XSL] da/standard/O/atevent.xml
[build XSL] da/standard/O/O.xml
[build XSL] da/standard/P/atevent.xml
[build XSL] da/standard/P/P.xml
[build XSL] da/standard/Q/atevent.xml
[build XSL] da/standard/Q/Q.xml
[build XSL] da/standard/R1/atevent.xml
[build XSL] da/standard/R1/content.xml
[build XSL] da/standard/R1/meta.xml
[build XSL] da/standard/R1/settings.xml
[build XSL] da/standard/R1/styles.xml
[build XSL] da/standard/R2/atevent.xml
[build XSL] da/standard/R2/content.xml
[build XSL] da/standard/R2/meta.xml
[build XSL] da/standard/R2/settings.xml
[build XSL] da/standard/R2/styles.xml
[build XSL] da/standard/RE/atevent.xml
[build XSL] da/standard/RE/RE.xml
[build XSL] da/standard/RF/atevent.xml
[build XSL] da/standard/RF/RF.xml
[build XSL] da/standard/RG/atevent.xml
[build XSL] da/standard/RG/RG.xml
[build XSL] da/standard/RM/atevent.xml
[build XSL] da/standard/RM/RM.xml
[build XSL] da/standard/S/atevent.xml
[build XSL] da/standard/S/S.xml
[build XSL] da/standard/SD/atevent.xml
[build XSL] da/standard/SD/SD.xml
[build XSL] da/standard/SI/atevent.xml
[build XSL] da/standard/SI/SI.xml
[build XSL] da/standard/TC/atevent.xml
[build XSL] da/standard/TC/TC.xml
[build XSL] da/standard/TOP/atevent.xml
[build XSL] da/standard/TOP/TOP.xml
[build XSL] da/standard/TWIMC/atevent.xml
[build XSL] da/standard/TWIMC/TWIMC.xml
[build XSL] da/standard/TY/atevent.xml
[build XSL] da/standard/TY/TY.xml
[build XSL] da/standard/VA/atevent.xml
[build XSL] da/standard/VA/VA.xml
[build XSL] da/standard/VOM/atevent.xml
[build XSL] da/standard/VOM/VOM.xml
[build XSL] da/standard/YT/atevent.xml
[build XSL] da/standard/YT/content.xml
[build XSL] da/standard/YT/meta.xml
[build XSL] da/standard/YT/settings.xml
[build XSL] da/standard/YT/styles.xml
[build CPY] da/template/mimetype
[build XSL] da/template/BlockList.xml
[build XSL] da/template/H1B/content.xml
[build CPY] da/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] da/template/H1B/styles.xml
[build XSL] da/template/H1C/content.xml
[build XSL] da/template/H1C/styles.xml
[build XSL] da/template/H1N/content.xml
[build XSL] da/template/H1N/styles.xml
[build XSL] da/template/HB/content.xml
[build CPY] da/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] da/template/HB/styles.xml
[build XSL] da/template/HC/content.xml
[build XSL] da/template/HC/styles.xml
[build XSL] da/template/HLB/content.xml
[build XSL] da/template/HLB/styles.xml
[build XSL] da/template/HLC/content.xml
[build XSL] da/template/HLC/styles.xml
[build XSL] da/template/HLN/content.xml
[build XSL] da/template/HLN/styles.xml
[build XSL] da/template/HN/content.xml
[build XSL] da/template/HN/styles.xml
[build XSL] da/template/HRB/content.xml
[build CPY] da/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] da/template/HRB/styles.xml
[build XSL] da/template/HRC/content.xml
[build XSL] da/template/HRC/styles.xml
[build XSL] da/template/HRN/content.xml
[build XSL] da/template/HRN/styles.xml
[build XSL] da/template/META-INF/manifest.xml
[build XSL] da/template/PT1/content.xml
[build XSL] da/template/PT1/styles.xml
[build XSL] da/template/PT2/content.xml
[build XSL] da/template/PT2/styles.xml
[build CPY] de/crdbus50/mimetype
[build XSL] de/crdbus50/BlockList.xml
[build XSL] de/crdbus50/KLA1/content.xml
[build XSL] de/crdbus50/KLA1/meta.xml
[build XSL] de/crdbus50/KLA1/settings.xml
[build XSL] de/crdbus50/KLA1/styles.xml
[build XSL] de/crdbus50/KLA2/content.xml
[build XSL] de/crdbus50/KLA2/meta.xml
[build XSL] de/crdbus50/KLA2/settings.xml
[build XSL] de/crdbus50/KLA2/styles.xml
[build XSL] de/crdbus50/KLA3/content.xml
[build XSL] de/crdbus50/KLA3/meta.xml
[build XSL] de/crdbus50/KLA3/settings.xml
[build XSL] de/crdbus50/KLA3/styles.xml
[build XSL] de/crdbus50/META-INF/manifest.xml
[build XSL] de/crdbus50/MOD1/content.xml
[build XSL] de/crdbus50/MOD1/meta.xml
[build XSL] de/crdbus50/MOD1/settings.xml
[build XSL] de/crdbus50/MOD1/styles.xml
[build XSL] de/crdbus50/MOD2/content.xml
[build XSL] de/crdbus50/MOD2/meta.xml
[build XSL] de/crdbus50/MOD2/settings.xml
[build XSL] de/crdbus50/MOD2/styles.xml
[build CPY] de/standard/mimetype
[build XSL] de/standard/AF/AF.xml
[build XSL] de/standard/AG/AG.xml
[build XSL] de/standard/AG/atevent.xml
[build XSL] de/standard/AL/AL.xml
[build XSL] de/standard/BEW/atevent.xml
[build XSL] de/standard/BEW/content.xml
[build XSL] de/standard/BEW/meta.xml
[build XSL] de/standard/BEW/settings.xml
[build XSL] de/standard/BEW/styles.xml
[build XSL] de/standard/BEWABS/atevent.xml
[build XSL] de/standard/BEWABS/content.xml
[build XSL] de/standard/BEWABS/meta.xml
[build XSL] de/standard/BEWABS/settings.xml
[build XSL] de/standard/BEWABS/styles.xml
[build XSL] de/standard/BEWEIN/atevent.xml
[build XSL] de/standard/BEWEIN/content.xml
[build XSL] de/standard/BEWEIN/meta.xml
[build XSL] de/standard/BEWEIN/settings.xml
[build XSL] de/standard/BEWEIN/styles.xml
[build XSL] de/standard/BEWUNT/atevent.xml
[build XSL] de/standard/BEWUNT/content.xml
[build XSL] de/standard/BEWUNT/meta.xml
[build XSL] de/standard/BEWUNT/settings.xml
[build XSL] de/standard/BEWUNT/styles.xml
[build XSL] de/standard/BEWVOR/atevent.xml
[build XSL] de/standard/BEWVOR/content.xml
[build XSL] de/standard/BEWVOR/meta.xml
[build XSL] de/standard/BEWVOR/settings.xml
[build XSL] de/standard/BEWVOR/styles.xml
[build XSL] de/standard/BS/atevent.xml
[build XSL] de/standard/BS/BS.xml
[build XSL] de/standard/BT/atevent.xml
[build XSL] de/standard/BT/BT.xml
[build XSL] de/standard/EB/atevent.xml
[build XSL] de/standard/EB/EB.xml
[build XSL] de/standard/FN/content.xml
[build CPY] de/standard/FN/manifest.rdf
[build XSL] de/standard/FN/Object_1/content.xml
[build XSL] de/standard/FN/Object_1/settings.xml
[build XSL] de/standard/FN/styles.xml
[build XSL] de/standard/K+ANw-/atevent.xml
[build XSL] de/standard/K+ANw-/content.xml
[build XSL] de/standard/K+ANw-/meta.xml
[build XSL] de/standard/K+ANw-/settings.xml
[build XSL] de/standard/K+ANw-/styles.xml
[build XSL] de/standard/LOREM/LOREM.xml
[build XSL] de/standard/M1/atevent.xml
[build XSL] de/standard/M1/content.xml
[build XSL] de/standard/M1/meta.xml
[build XSL] de/standard/M1/settings.xml
[build XSL] de/standard/M1/styles.xml
[build XSL] de/standard/M2/atevent.xml
[build XSL] de/standard/M2/content.xml
[build XSL] de/standard/M2/meta.xml
[build XSL] de/standard/M2/settings.xml
[build XSL] de/standard/M2/styles.xml
[build XSL] de/standard/META-INF/manifest.xml
[build XSL] de/standard/MFG/atevent.xml
[build XSL] de/standard/MFG/content.xml
[build XSL] de/standard/MFG/meta.xml
[build XSL] de/standard/MFG/settings.xml
[build XSL] de/standard/MFG/styles.xml
[build XSL] de/standard/SGDH/atevent.xml
[build XSL] de/standard/SGDH/content.xml
[build XSL] de/standard/SGDH/meta.xml
[build XSL] de/standard/SGDH/settings.xml
[build XSL] de/standard/SGDH/styles.xml
[build XSL] de/standard/UL/atevent.xml
[build XSL] de/standard/UL/UL.xml
[build XSL] de/standard/ZBED/atevent.xml
[build XSL] de/standard/ZBED/ZBED.xml
[build CPY] de/template/mimetype
[build XSL] de/template/BlockList.xml
[build XSL] de/template/H1B/atevent.xml
[build XSL] de/template/H1B/content.xml
[build CPY] de/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] de/template/H1B/styles.xml
[build XSL] de/template/H1C/content.xml
[build XSL] de/template/H1C/styles.xml
[build XSL] de/template/H1N/atevent.xml
[build XSL] de/template/H1N/content.xml
[build XSL] de/template/H1N/styles.xml
[build XSL] de/template/HB/atevent.xml
[build XSL] de/template/HB/content.xml
[build CPY] de/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] de/template/HB/styles.xml
[build XSL] de/template/HC/atevent.xml
[build XSL] de/template/HC/content.xml
[build XSL] de/template/HC/styles.xml
[build XSL] de/template/HLB/atevent.xml
[build XSL] de/template/HLB/content.xml
[build XSL] de/template/HLB/styles.xml
[build XSL] de/template/HLC/atevent.xml
[build XSL] de/template/HLC/content.xml
[build XSL] de/template/HLC/styles.xml
[build XSL] de/template/HLN/atevent.xml
[build XSL] de/template/HLN/content.xml
[build XSL] de/template/HLN/styles.xml
[build XSL] de/template/HN/atevent.xml
[build XSL] de/template/HN/content.xml
[build XSL] de/template/HN/styles.xml
[build XSL] de/template/HRB/atevent.xml
[build XSL] de/template/HRB/content.xml
[build CPY] de/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] de/template/HRB/styles.xml
[build XSL] de/template/HRC/atevent.xml
[build XSL] de/template/HRC/content.xml
[build XSL] de/template/HRC/styles.xml
[build XSL] de/template/HRN/atevent.xml
[build XSL] de/template/HRN/content.xml
[build XSL] de/template/HRN/styles.xml
[build XSL] de/template/META-INF/manifest.xml
[build XSL] de/template/PT1/atevent.xml
[build XSL] de/template/PT1/content.xml
[build XSL] de/template/PT1/styles.xml
[build XSL] de/template/PT2/atevent.xml
[build XSL] de/template/PT2/content.xml
[build XSL] de/template/PT2/styles.xml
[build CPY] en-AU/standard/mimetype
[build XSL] en-AU/standard/BlockList.xml
[build XSL] en-AU/standard/FN/content.xml
[build CPY] en-AU/standard/FN/manifest.rdf
[build XSL] en-AU/standard/FN/Object_1/content.xml
[build XSL] en-AU/standard/FN/Object_1/settings.xml
[build XSL] en-AU/standard/FN/styles.xml
[build XSL] en-AU/standard/LOREM/LOREM.xml
[build XSL] en-AU/standard/META-INF/manifest.xml
[build CPY] en-GB/crdbus50/mimetype
[build XSL] en-GB/crdbus50/BlockList.xml
[build XSL] en-GB/crdbus50/CON1/atevent.xml
[build XSL] en-GB/crdbus50/CON1/content.xml
[build XSL] en-GB/crdbus50/CON1/meta.xml
[build CPY] en-GB/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] en-GB/crdbus50/CON1/settings.xml
[build XSL] en-GB/crdbus50/CON1/styles.xml
[build XSL] en-GB/crdbus50/CON2/atevent.xml
[build XSL] en-GB/crdbus50/CON2/content.xml
[build XSL] en-GB/crdbus50/CON2/meta.xml
[build CPY] en-GB/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] en-GB/crdbus50/CON2/settings.xml
[build XSL] en-GB/crdbus50/CON2/styles.xml
[build XSL] en-GB/crdbus50/ELE1/atevent.xml
[build XSL] en-GB/crdbus50/ELE1/content.xml
[build XSL] en-GB/crdbus50/ELE1/meta.xml
[build XSL] en-GB/crdbus50/ELE1/settings.xml
[build XSL] en-GB/crdbus50/ELE1/styles.xml
[build XSL] en-GB/crdbus50/ELE2/atevent.xml
[build XSL] en-GB/crdbus50/ELE2/content.xml
[build XSL] en-GB/crdbus50/ELE2/meta.xml
[build XSL] en-GB/crdbus50/ELE2/settings.xml
[build XSL] en-GB/crdbus50/ELE2/styles.xml
[build XSL] en-GB/crdbus50/ELE3/atevent.xml
[build XSL] en-GB/crdbus50/ELE3/content.xml
[build XSL] en-GB/crdbus50/ELE3/meta.xml
[build XSL] en-GB/crdbus50/ELE3/settings.xml
[build XSL] en-GB/crdbus50/ELE3/styles.xml
[build XSL] en-GB/crdbus50/META-INF/manifest.xml
[build CPY] en-GB/standard/mimetype
[build XSL] en-GB/standard/A/A.xml
[build XSL] en-GB/standard/A/atevent.xml
[build XSL] en-GB/standard/AR/AR.xml
[build XSL] en-GB/standard/AR/atevent.xml
[build XSL] en-GB/standard/AR/content.xml
[build XSL] en-GB/standard/AR/styles.xml
[build XSL] en-GB/standard/BW/atevent.xml
[build XSL] en-GB/standard/BW/BW.xml
[build XSL] en-GB/standard/C/atevent.xml
[build XSL] en-GB/standard/C/C.xml
[build XSL] en-GB/standard/CAN/atevent.xml
[build XSL] en-GB/standard/CAN/content.xml
[build XSL] en-GB/standard/CAN/meta.xml
[build XSL] en-GB/standard/CAN/settings.xml
[build XSL] en-GB/standard/CAN/styles.xml
[build XSL] en-GB/standard/CD/atevent.xml
[build XSL] en-GB/standard/CD/CD.xml
[build XSL] en-GB/standard/CM/atevent.xml
[build XSL] en-GB/standard/CM/CM.xml
[build XSL] en-GB/standard/CNL/atevent.xml
[build XSL] en-GB/standard/CNL/CNL.xml
[build XSL] en-GB/standard/DMS/atevent.xml
[build XSL] en-GB/standard/DMS/content.xml
[build XSL] en-GB/standard/DMS/meta.xml
[build XSL] en-GB/standard/DMS/settings.xml
[build XSL] en-GB/standard/DMS/styles.xml
[build XSL] en-GB/standard/DT/atevent.xml
[build XSL] en-GB/standard/DT/content.xml
[build XSL] en-GB/standard/DT/DT.xml
[build XSL] en-GB/standard/DT/styles.xml
[build XSL] en-GB/standard/E/E.xml
[build XSL] en-GB/standard/FN/content.xml
[build CPY] en-GB/standard/FN/manifest.rdf
[build XSL] en-GB/standard/FN/Object_1/content.xml
[build XSL] en-GB/standard/FN/Object_1/settings.xml
[build XSL] en-GB/standard/FN/styles.xml
[build XSL] en-GB/standard/I/I.xml
[build XSL] en-GB/standard/IRT/atevent.xml
[build XSL] en-GB/standard/IRT/IRT.xml
[build XSL] en-GB/standard/J/atevent.xml
[build XSL] en-GB/standard/J/content.xml
[build XSL] en-GB/standard/J/meta.xml
[build XSL] en-GB/standard/J/settings.xml
[build XSL] en-GB/standard/J/styles.xml
[build XSL] en-GB/standard/JACL/atevent.xml
[build XSL] en-GB/standard/JACL/content.xml
[build XSL] en-GB/standard/JACL/meta.xml
[build XSL] en-GB/standard/JACL/settings.xml
[build XSL] en-GB/standard/JACL/styles.xml
[build XSL] en-GB/standard/JACR/atevent.xml
[build XSL] en-GB/standard/JACR/content.xml
[build XSL] en-GB/standard/JACR/meta.xml
[build XSL] en-GB/standard/JACR/settings.xml
[build XSL] en-GB/standard/JACR/styles.xml
[build XSL] en-GB/standard/JAINV/atevent.xml
[build XSL] en-GB/standard/JAINV/content.xml
[build XSL] en-GB/standard/JAINV/meta.xml
[build XSL] en-GB/standard/JAINV/settings.xml
[build XSL] en-GB/standard/JAINV/styles.xml
[build XSL] en-GB/standard/JARL/atevent.xml
[build XSL] en-GB/standard/JARL/content.xml
[build XSL] en-GB/standard/JARL/meta.xml
[build XSL] en-GB/standard/JARL/settings.xml
[build XSL] en-GB/standard/JARL/styles.xml
[build XSL] en-GB/standard/LAG/atevent.xml
[build XSL] en-GB/standard/LAG/LAG.xml
[build XSL] en-GB/standard/LOREM/LOREM.xml
[build XSL] en-GB/standard/META-INF/manifest.xml
[build XSL] en-GB/standard/O/atevent.xml
[build XSL] en-GB/standard/O/content.xml
[build XSL] en-GB/standard/O/O.xml
[build XSL] en-GB/standard/O/styles.xml
[build XSL] en-GB/standard/P/atevent.xml
[build XSL] en-GB/standard/P/P.xml
[build XSL] en-GB/standard/Q/atevent.xml
[build XSL] en-GB/standard/Q/content.xml
[build XSL] en-GB/standard/Q/Q.xml
[build XSL] en-GB/standard/Q/styles.xml
[build XSL] en-GB/standard/R1/atevent.xml
[build XSL] en-GB/standard/R1/content.xml
[build XSL] en-GB/standard/R1/meta.xml
[build XSL] en-GB/standard/R1/settings.xml
[build XSL] en-GB/standard/R1/styles.xml
[build XSL] en-GB/standard/R2/atevent.xml
[build XSL] en-GB/standard/R2/content.xml
[build XSL] en-GB/standard/R2/meta.xml
[build XSL] en-GB/standard/R2/settings.xml
[build XSL] en-GB/standard/R2/styles.xml
[build XSL] en-GB/standard/RE/atevent.xml
[build XSL] en-GB/standard/RE/RE.xml
[build XSL] en-GB/standard/RF/atevent.xml
[build XSL] en-GB/standard/RF/RF.xml
[build XSL] en-GB/standard/RG/atevent.xml
[build XSL] en-GB/standard/RG/RG.xml
[build XSL] en-GB/standard/RM/atevent.xml
[build XSL] en-GB/standard/RM/RM.xml
[build XSL] en-GB/standard/S/atevent.xml
[build XSL] en-GB/standard/S/S.xml
[build XSL] en-GB/standard/SD/atevent.xml
[build XSL] en-GB/standard/SD/SD.xml
[build XSL] en-GB/standard/SI/atevent.xml
[build XSL] en-GB/standard/SI/SI.xml
[build XSL] en-GB/standard/TC/atevent.xml
[build XSL] en-GB/standard/TC/TC.xml
[build XSL] en-GB/standard/TOP/atevent.xml
[build XSL] en-GB/standard/TOP/TOP.xml
[build XSL] en-GB/standard/TWIMC/atevent.xml
[build XSL] en-GB/standard/TWIMC/TWIMC.xml
[build XSL] en-GB/standard/TY/atevent.xml
[build XSL] en-GB/standard/TY/TY.xml
[build XSL] en-GB/standard/VA/atevent.xml
[build XSL] en-GB/standard/VA/VA.xml
[build XSL] en-GB/standard/VOM/atevent.xml
[build XSL] en-GB/standard/VOM/VOM.xml
[build XSL] en-GB/standard/YT/atevent.xml
[build XSL] en-GB/standard/YT/content.xml
[build XSL] en-GB/standard/YT/meta.xml
[build XSL] en-GB/standard/YT/settings.xml
[build XSL] en-GB/standard/YT/styles.xml
[build CPY] en-GB/template/mimetype
[build XSL] en-GB/template/BlockList.xml
[build XSL] en-GB/template/H1B/content.xml
[build CPY] en-GB/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] en-GB/template/H1B/styles.xml
[build XSL] en-GB/template/H1C/content.xml
[build XSL] en-GB/template/H1C/styles.xml
[build XSL] en-GB/template/H1N/content.xml
[build XSL] en-GB/template/H1N/styles.xml
[build XSL] en-GB/template/HB/content.xml
[build CPY] en-GB/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] en-GB/template/HB/styles.xml
[build XSL] en-GB/template/HC/content.xml
[build XSL] en-GB/template/HC/styles.xml
[build XSL] en-GB/template/HLB/content.xml
[build XSL] en-GB/template/HLB/styles.xml
[build XSL] en-GB/template/HLC/content.xml
[build XSL] en-GB/template/HLC/styles.xml
[build XSL] en-GB/template/HLN/content.xml
[build XSL] en-GB/template/HLN/styles.xml
[build XSL] en-GB/template/HN/content.xml
[build XSL] en-GB/template/HN/styles.xml
[build XSL] en-GB/template/HRB/content.xml
[build CPY] en-GB/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] en-GB/template/HRB/styles.xml
[build XSL] en-GB/template/HRC/content.xml
[build XSL] en-GB/template/HRC/styles.xml
[build XSL] en-GB/template/HRN/content.xml
[build XSL] en-GB/template/HRN/styles.xml
[build XSL] en-GB/template/META-INF/manifest.xml
[build XSL] en-GB/template/PT1/content.xml
[build XSL] en-GB/template/PT1/styles.xml
[build XSL] en-GB/template/PT2/content.xml
[build XSL] en-GB/template/PT2/styles.xml
[build CPY] en-US/crdbus50/mimetype
[build XSL] en-US/crdbus50/BlockList.xml
[build XSL] en-US/crdbus50/CON1/atevent.xml
[build XSL] en-US/crdbus50/CON1/content.xml
[build XSL] en-US/crdbus50/CON1/meta.xml
[build CPY] en-US/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] en-US/crdbus50/CON1/settings.xml
[build XSL] en-US/crdbus50/CON1/styles.xml
[build XSL] en-US/crdbus50/CON2/atevent.xml
[build XSL] en-US/crdbus50/CON2/content.xml
[build XSL] en-US/crdbus50/CON2/meta.xml
[build CPY] en-US/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] en-US/crdbus50/CON2/settings.xml
[build XSL] en-US/crdbus50/CON2/styles.xml
[build XSL] en-US/crdbus50/ELE1/atevent.xml
[build XSL] en-US/crdbus50/ELE1/content.xml
[build XSL] en-US/crdbus50/ELE1/meta.xml
[build XSL] en-US/crdbus50/ELE1/settings.xml
[build XSL] en-US/crdbus50/ELE1/styles.xml
[build XSL] en-US/crdbus50/ELE2/atevent.xml
[build XSL] en-US/crdbus50/ELE2/content.xml
[build XSL] en-US/crdbus50/ELE2/meta.xml
[build XSL] en-US/crdbus50/ELE2/settings.xml
[build XSL] en-US/crdbus50/ELE2/styles.xml
[build XSL] en-US/crdbus50/ELE3/atevent.xml
[build XSL] en-US/crdbus50/ELE3/content.xml
[build XSL] en-US/crdbus50/ELE3/meta.xml
[build XSL] en-US/crdbus50/ELE3/settings.xml
[build XSL] en-US/crdbus50/ELE3/styles.xml
[build XSL] en-US/crdbus50/META-INF/manifest.xml
[build CPY] en-US/standard/mimetype
[build XSL] en-US/standard/A/A.xml
[build XSL] en-US/standard/A/atevent.xml
[build XSL] en-US/standard/AR/AR.xml
[build XSL] en-US/standard/AR/atevent.xml
[build XSL] en-US/standard/BW/atevent.xml
[build XSL] en-US/standard/BW/BW.xml
[build XSL] en-US/standard/C/atevent.xml
[build XSL] en-US/standard/C/C.xml
[build XSL] en-US/standard/CAN/atevent.xml
[build XSL] en-US/standard/CAN/content.xml
[build XSL] en-US/standard/CAN/meta.xml
[build XSL] en-US/standard/CAN/settings.xml
[build XSL] en-US/standard/CAN/styles.xml
[build XSL] en-US/standard/CD/atevent.xml
[build XSL] en-US/standard/CD/CD.xml
[build XSL] en-US/standard/CM/atevent.xml
[build XSL] en-US/standard/CM/CM.xml
[build XSL] en-US/standard/CNL/atevent.xml
[build XSL] en-US/standard/CNL/CNL.xml
[build XSL] en-US/standard/DMS/atevent.xml
[build XSL] en-US/standard/DMS/content.xml
[build XSL] en-US/standard/DMS/meta.xml
[build XSL] en-US/standard/DMS/settings.xml
[build XSL] en-US/standard/DMS/styles.xml
[build XSL] en-US/standard/DT/atevent.xml
[build XSL] en-US/standard/DT/DT.xml
[build XSL] en-US/standard/E/E.xml
[build XSL] en-US/standard/FN/content.xml
[build CPY] en-US/standard/FN/manifest.rdf
[build XSL] en-US/standard/FN/Object_1/content.xml
[build XSL] en-US/standard/FN/Object_1/settings.xml
[build XSL] en-US/standard/FN/styles.xml
[build XSL] en-US/standard/I/I.xml
[build XSL] en-US/standard/IRT/atevent.xml
[build XSL] en-US/standard/IRT/IRT.xml
[build XSL] en-US/standard/J/atevent.xml
[build XSL] en-US/standard/J/content.xml
[build XSL] en-US/standard/J/meta.xml
[build XSL] en-US/standard/J/settings.xml
[build XSL] en-US/standard/J/styles.xml
[build XSL] en-US/standard/JACL/atevent.xml
[build XSL] en-US/standard/JACL/content.xml
[build XSL] en-US/standard/JACL/meta.xml
[build XSL] en-US/standard/JACL/settings.xml
[build XSL] en-US/standard/JACL/styles.xml
[build XSL] en-US/standard/JACR/atevent.xml
[build XSL] en-US/standard/JACR/content.xml
[build XSL] en-US/standard/JACR/meta.xml
[build XSL] en-US/standard/JACR/settings.xml
[build XSL] en-US/standard/JACR/styles.xml
[build XSL] en-US/standard/JAINV/atevent.xml
[build XSL] en-US/standard/JAINV/content.xml
[build XSL] en-US/standard/JAINV/meta.xml
[build XSL] en-US/standard/JAINV/settings.xml
[build XSL] en-US/standard/JAINV/styles.xml
[build XSL] en-US/standard/JARL/atevent.xml
[build XSL] en-US/standard/JARL/content.xml
[build XSL] en-US/standard/JARL/meta.xml
[build XSL] en-US/standard/JARL/settings.xml
[build XSL] en-US/standard/JARL/styles.xml
[build XSL] en-US/standard/LAG/atevent.xml
[build XSL] en-US/standard/LAG/LAG.xml
[build XSL] en-US/standard/LOREM/LOREM.xml
[build XSL] en-US/standard/META-INF/manifest.xml
[build XSL] en-US/standard/O/atevent.xml
[build XSL] en-US/standard/O/O.xml
[build XSL] en-US/standard/P/atevent.xml
[build XSL] en-US/standard/P/P.xml
[build XSL] en-US/standard/Q/atevent.xml
[build XSL] en-US/standard/Q/Q.xml
[build XSL] en-US/standard/R1/atevent.xml
[build XSL] en-US/standard/R1/content.xml
[build XSL] en-US/standard/R1/meta.xml
[build XSL] en-US/standard/R1/settings.xml
[build XSL] en-US/standard/R1/styles.xml
[build XSL] en-US/standard/R2/atevent.xml
[build XSL] en-US/standard/R2/content.xml
[build XSL] en-US/standard/R2/meta.xml
[build XSL] en-US/standard/R2/settings.xml
[build XSL] en-US/standard/R2/styles.xml
[build XSL] en-US/standard/RE/atevent.xml
[build XSL] en-US/standard/RE/RE.xml
[build XSL] en-US/standard/RF/atevent.xml
[build XSL] en-US/standard/RF/RF.xml
[build XSL] en-US/standard/RG/atevent.xml
[build XSL] en-US/standard/RG/RG.xml
[build XSL] en-US/standard/RM/atevent.xml
[build XSL] en-US/standard/RM/RM.xml
[build XSL] en-US/standard/S/atevent.xml
[build XSL] en-US/standard/S/S.xml
[build XSL] en-US/standard/SD/atevent.xml
[build XSL] en-US/standard/SD/SD.xml
[build XSL] en-US/standard/SI/atevent.xml
[build XSL] en-US/standard/SI/SI.xml
[build XSL] en-US/standard/TC/atevent.xml
[build XSL] en-US/standard/TC/TC.xml
[build XSL] en-US/standard/TOP/atevent.xml
[build XSL] en-US/standard/TOP/TOP.xml
[build XSL] en-US/standard/TWIMC/atevent.xml
[build XSL] en-US/standard/TWIMC/TWIMC.xml
[build XSL] en-US/standard/TY/atevent.xml
[build XSL] en-US/standard/TY/TY.xml
[build XSL] en-US/standard/VA/atevent.xml
[build XSL] en-US/standard/VA/VA.xml
[build XSL] en-US/standard/VOM/atevent.xml
[build XSL] en-US/standard/VOM/VOM.xml
[build XSL] en-US/standard/YT/atevent.xml
[build XSL] en-US/standard/YT/content.xml
[build XSL] en-US/standard/YT/meta.xml
[build XSL] en-US/standard/YT/settings.xml
[build XSL] en-US/standard/YT/styles.xml
[build CPY] en-US/template/mimetype
[build XSL] en-US/template/BlockList.xml
[build XSL] en-US/template/H1B/content.xml
[build CPY] en-US/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] en-US/template/H1B/styles.xml
[build XSL] en-US/template/H1C/content.xml
[build XSL] en-US/template/H1C/styles.xml
[build XSL] en-US/template/H1N/content.xml
[build XSL] en-US/template/H1N/styles.xml
[build XSL] en-US/template/HB/content.xml
[build CPY] en-US/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] en-US/template/HB/styles.xml
[build XSL] en-US/template/HC/content.xml
[build XSL] en-US/template/HC/styles.xml
[build XSL] en-US/template/HLB/content.xml
[build XSL] en-US/template/HLB/styles.xml
[build XSL] en-US/template/HLC/content.xml
[build XSL] en-US/template/HLC/styles.xml
[build XSL] en-US/template/HLN/content.xml
[build XSL] en-US/template/HLN/styles.xml
[build XSL] en-US/template/HN/content.xml
[build XSL] en-US/template/HN/styles.xml
[build XSL] en-US/template/HRB/content.xml
[build CPY] en-US/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] en-US/template/HRB/styles.xml
[build XSL] en-US/template/HRC/content.xml
[build XSL] en-US/template/HRC/styles.xml
[build XSL] en-US/template/HRN/content.xml
[build XSL] en-US/template/HRN/styles.xml
[build XSL] en-US/template/META-INF/manifest.xml
[build XSL] en-US/template/PT1/content.xml
[build XSL] en-US/template/PT1/styles.xml
[build XSL] en-US/template/PT2/content.xml
[build XSL] en-US/template/PT2/styles.xml
[build CPY] en-ZA/standard/mimetype
[build XSL] en-ZA/standard/BlockList.xml
[build XSL] en-ZA/standard/FN/content.xml
[build CPY] en-ZA/standard/FN/manifest.rdf
[build XSL] en-ZA/standard/FN/Object_1/content.xml
[build XSL] en-ZA/standard/FN/Object_1/settings.xml
[build XSL] en-ZA/standard/FN/styles.xml
[build XSL] en-ZA/standard/LOREM/LOREM.xml
[build XSL] en-ZA/standard/META-INF/manifest.xml
[build CPY] es/crdbus50/mimetype
[build XSL] es/crdbus50/BlockList.xml
[build XSL] es/crdbus50/CLA1/atevent.xml
[build XSL] es/crdbus50/CLA1/content.xml
[build XSL] es/crdbus50/CLA1/meta.xml
[build XSL] es/crdbus50/CLA1/settings.xml
[build XSL] es/crdbus50/CLA1/styles.xml
[build XSL] es/crdbus50/CLA2/atevent.xml
[build XSL] es/crdbus50/CLA2/content.xml
[build XSL] es/crdbus50/CLA2/meta.xml
[build XSL] es/crdbus50/CLA2/settings.xml
[build XSL] es/crdbus50/CLA2/styles.xml
[build XSL] es/crdbus50/CLA3/atevent.xml
[build XSL] es/crdbus50/CLA3/content.xml
[build XSL] es/crdbus50/CLA3/meta.xml
[build XSL] es/crdbus50/CLA3/settings.xml
[build XSL] es/crdbus50/CLA3/styles.xml
[build XSL] es/crdbus50/META-INF/manifest.xml
[build XSL] es/crdbus50/MOD1/atevent.xml
[build XSL] es/crdbus50/MOD1/content.xml
[build XSL] es/crdbus50/MOD1/meta.xml
[build CPY] es/crdbus50/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] es/crdbus50/MOD1/settings.xml
[build XSL] es/crdbus50/MOD1/styles.xml
[build XSL] es/crdbus50/MOD2/atevent.xml
[build XSL] es/crdbus50/MOD2/content.xml
[build XSL] es/crdbus50/MOD2/meta.xml
[build CPY] es/crdbus50/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] es/crdbus50/MOD2/settings.xml
[build XSL] es/crdbus50/MOD2/styles.xml
[build CPY] es/standard/mimetype
[build XSL] es/standard/A/A.xml
[build XSL] es/standard/AR/AR.xml
[build XSL] es/standard/AR/atevent.xml
[build XSL] es/standard/ATEN/atevent.xml
[build XSL] es/standard/ATEN/content.xml
[build XSL] es/standard/ATEN/meta.xml
[build XSL] es/standard/ATEN/settings.xml
[build XSL] es/standard/ATEN/styles.xml
[build XSL] es/standard/AV1/atevent.xml
[build XSL] es/standard/AV1/content.xml
[build XSL] es/standard/AV1/meta.xml
[build XSL] es/standard/AV1/settings.xml
[build XSL] es/standard/AV1/styles.xml
[build XSL] es/standard/AV2/atevent.xml
[build XSL] es/standard/AV2/content.xml
[build XSL] es/standard/AV2/meta.xml
[build XSL] es/standard/AV2/settings.xml
[build XSL] es/standard/AV2/styles.xml
[build XSL] es/standard/CDP/atevent.xml
[build XSL] es/standard/CDP/CDP.xml
[build XSL] es/standard/DA/atevent.xml
[build XSL] es/standard/DA/DA.xml
[build XSL] es/standard/ESYS/atevent.xml
[build XSL] es/standard/ESYS/content.xml
[build XSL] es/standard/ESYS/meta.xml
[build XSL] es/standard/ESYS/settings.xml
[build XSL] es/standard/ESYS/styles.xml
[build XSL] es/standard/LOREM/LOREM.xml
[build XSL] es/standard/META-INF/manifest.xml
[build XSL] es/standard/N+ANo-M/content.xml
[build CPY] es/standard/N+ANo-M/manifest.rdf
[build XSL] es/standard/N+ANo-M/Object_1/content.xml
[build XSL] es/standard/N+ANo-M/Object_1/settings.xml
[build XSL] es/standard/O/atevent.xml
[build XSL] es/standard/O/O.xml
[build XSL] es/standard/P/atevent.xml
[build XSL] es/standard/P/P.xml
[build XSL] es/standard/RE/atevent.xml
[build XSL] es/standard/RE/content.xml
[build XSL] es/standard/RE/meta.xml
[build XSL] es/standard/RE/settings.xml
[build XSL] es/standard/RE/styles.xml
[build XSL] es/standard/S/S.xml
[build XSL] es/standard/SENT/atevent.xml
[build XSL] es/standard/SENT/SENT.xml
[build XSL] es/standard/SINV/atevent.xml
[build XSL] es/standard/SINV/content.xml
[build XSL] es/standard/SINV/meta.xml
[build XSL] es/standard/SINV/settings.xml
[build XSL] es/standard/SINV/styles.xml
[build XSL] es/standard/SMAN/atevent.xml
[build XSL] es/standard/SMAN/SMAN.xml
[build XSL] es/standard/SOL/atevent.xml
[build XSL] es/standard/SOL/content.xml
[build XSL] es/standard/SOL/meta.xml
[build XSL] es/standard/SOL/settings.xml
[build XSL] es/standard/SOL/styles.xml
[build XSL] es/standard/SRECH/atevent.xml
[build XSL] es/standard/SRECH/content.xml
[build XSL] es/standard/SRECH/meta.xml
[build XSL] es/standard/SRECH/settings.xml
[build XSL] es/standard/SRECH/styles.xml
[build XSL] es/standard/TE/atevent.xml
[build XSL] es/standard/TE/TE.xml
[build CPY] es/template/mimetype
[build XSL] es/template/BlockList.xml
[build XSL] es/template/H1B/content.xml
[build CPY] es/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] es/template/H1B/styles.xml
[build XSL] es/template/H1C/content.xml
[build XSL] es/template/H1C/styles.xml
[build XSL] es/template/H1N/content.xml
[build XSL] es/template/H1N/styles.xml
[build XSL] es/template/HB/content.xml
[build CPY] es/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] es/template/HB/styles.xml
[build XSL] es/template/HC/content.xml
[build XSL] es/template/HC/styles.xml
[build XSL] es/template/HLB/content.xml
[build XSL] es/template/HLB/styles.xml
[build XSL] es/template/HLC/content.xml
[build XSL] es/template/HLC/styles.xml
[build XSL] es/template/HLN/content.xml
[build XSL] es/template/HLN/styles.xml
[build XSL] es/template/HN/content.xml
[build XSL] es/template/HN/styles.xml
[build XSL] es/template/HRB/content.xml
[build CPY] es/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] es/template/HRB/styles.xml
[build XSL] es/template/HRC/content.xml
[build XSL] es/template/HRC/styles.xml
[build XSL] es/template/HRN/content.xml
[build XSL] es/template/HRN/styles.xml
[build XSL] es/template/META-INF/manifest.xml
[build XSL] es/template/PT1/content.xml
[build XSL] es/template/PT1/styles.xml
[build XSL] es/template/PT2/content.xml
[build XSL] es/template/PT2/styles.xml
[build CPY] fa/standard/mimetype
[build XSL] fa/standard/BlockList.xml
[build XSL] fa/standard/FN/content.xml
[build CPY] fa/standard/FN/manifest.rdf
[build XSL] fa/standard/FN/Object_1/content.xml
[build XSL] fa/standard/FN/Object_1/settings.xml
[build XSL] fa/standard/FN/styles.xml
[build XSL] fa/standard/LOREM/LOREM.xml
[build XSL] fa/standard/META-INF/manifest.xml
[build CPY] fi/standard/mimetype
[build XSL] fi/standard/BlockList.xml
[build XSL] fi/standard/FN/content.xml
[build CPY] fi/standard/FN/manifest.rdf
[build XSL] fi/standard/FN/Object_1/content.xml
[build XSL] fi/standard/FN/Object_1/settings.xml
[build XSL] fi/standard/FN/styles.xml
[build XSL] fi/standard/LOREM/LOREM.xml
[build XSL] fi/standard/META-INF/manifest.xml
[build CPY] fr/crdbus50/mimetype
[build XSL] fr/crdbus50/BlockList.xml
[build XSL] fr/crdbus50/CLA1/atevent.xml
[build XSL] fr/crdbus50/CLA1/content.xml
[build XSL] fr/crdbus50/CLA1/meta.xml
[build XSL] fr/crdbus50/CLA1/settings.xml
[build XSL] fr/crdbus50/CLA1/styles.xml
[build XSL] fr/crdbus50/CLA2/atevent.xml
[build XSL] fr/crdbus50/CLA2/content.xml
[build XSL] fr/crdbus50/CLA2/meta.xml
[build XSL] fr/crdbus50/CLA2/settings.xml
[build XSL] fr/crdbus50/CLA2/styles.xml
[build XSL] fr/crdbus50/CLA3/atevent.xml
[build XSL] fr/crdbus50/CLA3/content.xml
[build XSL] fr/crdbus50/CLA3/meta.xml
[build XSL] fr/crdbus50/CLA3/settings.xml
[build XSL] fr/crdbus50/CLA3/styles.xml
[build XSL] fr/crdbus50/META-INF/manifest.xml
[build XSL] fr/crdbus50/MOD1/atevent.xml
[build XSL] fr/crdbus50/MOD1/content.xml
[build XSL] fr/crdbus50/MOD1/meta.xml
[build CPY] fr/crdbus50/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] fr/crdbus50/MOD1/settings.xml
[build XSL] fr/crdbus50/MOD1/styles.xml
[build XSL] fr/crdbus50/MOD2/atevent.xml
[build XSL] fr/crdbus50/MOD2/content.xml
[build XSL] fr/crdbus50/MOD2/meta.xml
[build CPY] fr/crdbus50/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] fr/crdbus50/MOD2/settings.xml
[build XSL] fr/crdbus50/MOD2/styles.xml
[build CPY] fr/standard/mimetype
[build XSL] fr/standard/AR/AR.xml
[build XSL] fr/standard/AR/atevent.xml
[build XSL] fr/standard/BlockList.xml
[build XSL] fr/standard/C/atevent.xml
[build XSL] fr/standard/C/C.xml
[build XSL] fr/standard/CDOS/atevent.xml
[build XSL] fr/standard/CDOS/content.xml
[build CPY] fr/standard/CDOS/manifest.rdf
[build XSL] fr/standard/CDOS/meta.xml
[build XSL] fr/standard/CDOS/settings.xml
[build XSL] fr/standard/CDOS/styles.xml
[build XSL] fr/standard/CINVI/atevent.xml
[build XSL] fr/standard/CINVI/content.xml
[build CPY] fr/standard/CINVI/manifest.rdf
[build XSL] fr/standard/CINVI/styles.xml
[build XSL] fr/standard/CLET/atevent.xml
[build XSL] fr/standard/CLET/content.xml
[build CPY] fr/standard/CLET/manifest.rdf
[build XSL] fr/standard/CLET/styles.xml
[build XSL] fr/standard/CNON/atevent.xml
[build XSL] fr/standard/CNON/content.xml
[build CPY] fr/standard/CNON/manifest.rdf
[build XSL] fr/standard/CNON/styles.xml
[build XSL] fr/standard/COP/atevent.xml
[build XSL] fr/standard/COP/COP.xml
[build XSL] fr/standard/CREC/atevent.xml
[build XSL] fr/standard/CREC/content.xml
[build CPY] fr/standard/CREC/manifest.rdf
[build XSL] fr/standard/CREC/meta.xml
[build XSL] fr/standard/CREC/settings.xml
[build XSL] fr/standard/CREC/styles.xml
[build XSL] fr/standard/D/D.xml
[build XSL] fr/standard/LOREM/LOREM.xml
[build XSL] fr/standard/META-INF/manifest.xml
[build XSL] fr/standard/MM/atevent.xml
[build XSL] fr/standard/MM/content.xml
[build XSL] fr/standard/MM/meta.xml
[build XSL] fr/standard/MM/settings.xml
[build XSL] fr/standard/MM/styles.xml
[build XSL] fr/standard/NF/content.xml
[build CPY] fr/standard/NF/manifest.rdf
[build XSL] fr/standard/NF/Object_1/content.xml
[build XSL] fr/standard/NF/Object_1/settings.xml
[build XSL] fr/standard/NF/styles.xml
[build XSL] fr/standard/O/atevent.xml
[build XSL] fr/standard/O/O.xml
[build XSL] fr/standard/P/P.xml
[build XSL] fr/standard/PAI/atevent.xml
[build XSL] fr/standard/PAI/PAI.xml
[build XSL] fr/standard/R1/atevent.xml
[build XSL] fr/standard/R1/content.xml
[build CPY] fr/standard/R1/manifest.rdf
[build XSL] fr/standard/R1/meta.xml
[build XSL] fr/standard/R1/settings.xml
[build XSL] fr/standard/R1/styles.xml
[build XSL] fr/standard/R2/atevent.xml
[build XSL] fr/standard/R2/content.xml
[build CPY] fr/standard/R2/manifest.rdf
[build XSL] fr/standard/R2/meta.xml
[build XSL] fr/standard/R2/settings.xml
[build XSL] fr/standard/R2/styles.xml
[build XSL] fr/standard/RESI/atevent.xml
[build XSL] fr/standard/RESI/content.xml
[build CPY] fr/standard/RESI/manifest.rdf
[build XSL] fr/standard/RESI/meta.xml
[build XSL] fr/standard/RESI/settings.xml
[build XSL] fr/standard/RESI/styles.xml
[build XSL] fr/standard/SALU/atevent.xml
[build XSL] fr/standard/SALU/content.xml
[build XSL] fr/standard/SALU/meta.xml
[build XSL] fr/standard/SALU/settings.xml
[build XSL] fr/standard/SALU/styles.xml
[build XSL] fr/standard/TEX/atevent.xml
[build XSL] fr/standard/TEX/TEX.xml
[build CPY] fr/template/mimetype
[build XSL] fr/template/BlockList.xml
[build XSL] fr/template/H1B/content.xml
[build CPY] fr/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] fr/template/H1B/styles.xml
[build XSL] fr/template/H1C/content.xml
[build XSL] fr/template/H1C/styles.xml
[build XSL] fr/template/H1N/content.xml
[build XSL] fr/template/H1N/styles.xml
[build XSL] fr/template/HB/content.xml
[build CPY] fr/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] fr/template/HB/styles.xml
[build XSL] fr/template/HC/content.xml
[build XSL] fr/template/HC/styles.xml
[build XSL] fr/template/HLB/content.xml
[build XSL] fr/template/HLB/styles.xml
[build XSL] fr/template/HLC/content.xml
[build XSL] fr/template/HLC/styles.xml
[build XSL] fr/template/HLN/content.xml
[build XSL] fr/template/HLN/styles.xml
[build XSL] fr/template/HN/content.xml
[build XSL] fr/template/HN/styles.xml
[build XSL] fr/template/HRB/content.xml
[build CPY] fr/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] fr/template/HRB/styles.xml
[build XSL] fr/template/HRC/content.xml
[build XSL] fr/template/HRC/styles.xml
[build XSL] fr/template/HRN/content.xml
[build XSL] fr/template/HRN/styles.xml
[build XSL] fr/template/META-INF/manifest.xml
[build XSL] fr/template/PT1/content.xml
[build XSL] fr/template/PT1/styles.xml
[build XSL] fr/template/PT2/content.xml
[build XSL] fr/template/PT2/styles.xml
[build CPY] ga-IE/standard/mimetype
[build XSL] ga-IE/standard/BlockList.xml
[build XSL] ga-IE/standard/FN/content.xml
[build CPY] ga-IE/standard/FN/manifest.rdf
[build XSL] ga-IE/standard/FN/Object_1/content.xml
[build XSL] ga-IE/standard/FN/Object_1/settings.xml
[build XSL] ga-IE/standard/FN/styles.xml
[build XSL] ga-IE/standard/LOREM/LOREM.xml
[build XSL] ga-IE/standard/META-INF/manifest.xml
[build CPY] hr/standard/mimetype
[build XSL] hr/standard/BlockList.xml
[build XSL] hr/standard/FN/content.xml
[build CPY] hr/standard/FN/manifest.rdf
[build XSL] hr/standard/FN/Object_1/content.xml
[build XSL] hr/standard/FN/Object_1/settings.xml
[build XSL] hr/standard/FN/styles.xml
[build XSL] hr/standard/LOREM/LOREM.xml
[build XSL] hr/standard/META-INF/manifest.xml
[build CPY] hu/crdbus50/mimetype
[build XSL] hu/crdbus50/BlockList.xml
[build XSL] hu/crdbus50/CLE1/atevent.xml
[build XSL] hu/crdbus50/CLE1/content.xml
[build XSL] hu/crdbus50/CLE1/meta.xml
[build XSL] hu/crdbus50/CLE1/settings.xml
[build XSL] hu/crdbus50/CLE1/styles.xml
[build XSL] hu/crdbus50/CLE2/atevent.xml
[build XSL] hu/crdbus50/CLE2/content.xml
[build XSL] hu/crdbus50/CLE2/meta.xml
[build XSL] hu/crdbus50/CLE2/settings.xml
[build XSL] hu/crdbus50/CLE2/styles.xml
[build XSL] hu/crdbus50/CLE3/atevent.xml
[build XSL] hu/crdbus50/CLE3/content.xml
[build XSL] hu/crdbus50/CLE3/meta.xml
[build XSL] hu/crdbus50/CLE3/settings.xml
[build XSL] hu/crdbus50/CLE3/styles.xml
[build XSL] hu/crdbus50/CON1/atevent.xml
[build XSL] hu/crdbus50/CON1/content.xml
[build XSL] hu/crdbus50/CON1/meta.xml
[build CPY] hu/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] hu/crdbus50/CON1/settings.xml
[build XSL] hu/crdbus50/CON1/styles.xml
[build XSL] hu/crdbus50/CON2/atevent.xml
[build XSL] hu/crdbus50/CON2/content.xml
[build XSL] hu/crdbus50/CON2/meta.xml
[build CPY] hu/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] hu/crdbus50/CON2/settings.xml
[build XSL] hu/crdbus50/CON2/styles.xml
[build XSL] hu/crdbus50/META-INF/manifest.xml
[build CPY] hu/crdbus54/mimetype
[build XSL] hu/crdbus54/BlockList.xml
[build XSL] hu/crdbus54/ELE1/atevent.xml
[build XSL] hu/crdbus54/ELE1/content.xml
[build XSL] hu/crdbus54/ELE1/meta.xml
[build XSL] hu/crdbus54/ELE1/settings.xml
[build XSL] hu/crdbus54/ELE1/styles.xml
[build XSL] hu/crdbus54/ELE2/atevent.xml
[build XSL] hu/crdbus54/ELE2/content.xml
[build XSL] hu/crdbus54/ELE2/meta.xml
[build XSL] hu/crdbus54/ELE2/settings.xml
[build XSL] hu/crdbus54/ELE2/styles.xml
[build XSL] hu/crdbus54/ELE3/atevent.xml
[build XSL] hu/crdbus54/ELE3/content.xml
[build XSL] hu/crdbus54/ELE3/meta.xml
[build XSL] hu/crdbus54/ELE3/settings.xml
[build XSL] hu/crdbus54/ELE3/styles.xml
[build XSL] hu/crdbus54/META-INF/manifest.xml
[build XSL] hu/crdbus54/MOD1/atevent.xml
[build XSL] hu/crdbus54/MOD1/content.xml
[build XSL] hu/crdbus54/MOD1/meta.xml
[build CPY] hu/crdbus54/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] hu/crdbus54/MOD1/settings.xml
[build XSL] hu/crdbus54/MOD1/styles.xml
[build XSL] hu/crdbus54/MOD2/atevent.xml
[build XSL] hu/crdbus54/MOD2/content.xml
[build XSL] hu/crdbus54/MOD2/meta.xml
[build CPY] hu/crdbus54/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] hu/crdbus54/MOD2/settings.xml
[build XSL] hu/crdbus54/MOD2/styles.xml
[build CPY] hu/standard/mimetype
[build XSL] hu/standard/2016/content.xml
[build XSL] hu/standard/2016/styles.xml
[build XSL] hu/standard/AL/AL.xml
[build XSL] hu/standard/AL/atevent.xml
[build XSL] hu/standard/B/atevent.xml
[build XSL] hu/standard/B/B.xml
[build XSL] hu/standard/EL/atevent.xml
[build XSL] hu/standard/EL/EL.xml
[build XSL] hu/standard/EX/atevent.xml
[build XSL] hu/standard/EX/EX.xml
[build XSL] hu/standard/FN/content.xml
[build CPY] hu/standard/FN/manifest.rdf
[build XSL] hu/standard/FN/Object_1/content.xml
[build XSL] hu/standard/FN/Object_1/settings.xml
[build XSL] hu/standard/FN/styles.xml
[build XSL] hu/standard/HI/atevent.xml
[build XSL] hu/standard/HI/HI.xml
[build XSL] hu/standard/I/atevent.xml
[build XSL] hu/standard/I/I.xml
[build XSL] hu/standard/K/atevent.xml
[build XSL] hu/standard/K/K.xml
[build XSL] hu/standard/KH/atevent.xml
[build XSL] hu/standard/KH/content.xml
[build XSL] hu/standard/KH/meta.xml
[build XSL] hu/standard/KH/settings.xml
[build XSL] hu/standard/KH/styles.xml
[build XSL] hu/standard/KHU/atevent.xml
[build XSL] hu/standard/KHU/content.xml
[build XSL] hu/standard/KHU/meta.xml
[build XSL] hu/standard/KHU/settings.xml
[build XSL] hu/standard/KHU/styles.xml
[build XSL] hu/standard/KU/atevent.xml
[build XSL] hu/standard/KU/content.xml
[build XSL] hu/standard/KU/meta.xml
[build XSL] hu/standard/KU/settings.xml
[build XSL] hu/standard/KU/styles.xml
[build XSL] hu/standard/LOREM/LOREM.xml
[build XSL] hu/standard/LP/atevent.xml
[build XSL] hu/standard/LP/LP.xml
[build XSL] hu/standard/META-INF/manifest.xml
[build XSL] hu/standard/MJ/atevent.xml
[build XSL] hu/standard/MJ/MJ.xml
[build XSL] hu/standard/ML/atevent.xml
[build XSL] hu/standard/ML/ML.xml
[build XSL] hu/standard/PL/atevent.xml
[build XSL] hu/standard/PL/PL.xml
[build XSL] hu/standard/SZ/atevent.xml
[build XSL] hu/standard/SZ/SZ.xml
[build XSL] hu/standard/T/atevent.xml
[build XSL] hu/standard/T/T.xml
[build XSL] hu/standard/TC/atevent.xml
[build XSL] hu/standard/TC/TC.xml
[build XSL] hu/standard/TH/atevent.xml
[build XSL] hu/standard/TH/content.xml
[build XSL] hu/standard/TH/meta.xml
[build XSL] hu/standard/TH/settings.xml
[build XSL] hu/standard/TH/styles.xml
[build XSL] hu/standard/THU/atevent.xml
[build XSL] hu/standard/THU/content.xml
[build XSL] hu/standard/THU/meta.xml
[build XSL] hu/standard/THU/settings.xml
[build XSL] hu/standard/THU/styles.xml
[build XSL] hu/standard/TI/atevent.xml
[build XSL] hu/standard/TI/TI.xml
[build XSL] hu/standard/TL/atevent.xml
[build XSL] hu/standard/TL/TL.xml
[build XSL] hu/standard/TU/atevent.xml
[build XSL] hu/standard/TU/content.xml
[build XSL] hu/standard/TU/meta.xml
[build XSL] hu/standard/TU/settings.xml
[build XSL] hu/standard/TU/styles.xml
[build XSL] hu/standard/U/atevent.xml
[build XSL] hu/standard/U/U.xml
[build CPY] hu/template/mimetype
[build XSL] hu/template/BlockList.xml
[build XSL] hu/template/H1B/content.xml
[build CPY] hu/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] hu/template/H1B/styles.xml
[build XSL] hu/template/H1C/content.xml
[build XSL] hu/template/H1C/styles.xml
[build XSL] hu/template/H1N/content.xml
[build XSL] hu/template/H1N/styles.xml
[build XSL] hu/template/HB/content.xml
[build CPY] hu/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] hu/template/HB/styles.xml
[build XSL] hu/template/HC/content.xml
[build XSL] hu/template/HC/styles.xml
[build XSL] hu/template/HLB/content.xml
[build XSL] hu/template/HLB/styles.xml
[build XSL] hu/template/HLC/content.xml
[build XSL] hu/template/HLC/styles.xml
[build XSL] hu/template/HLN/content.xml
[build XSL] hu/template/HLN/styles.xml
[build XSL] hu/template/HN/content.xml
[build XSL] hu/template/HN/styles.xml
[build XSL] hu/template/HRB/content.xml
[build CPY] hu/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] hu/template/HRB/styles.xml
[build XSL] hu/template/HRC/content.xml
[build XSL] hu/template/HRC/styles.xml
[build XSL] hu/template/HRN/content.xml
[build XSL] hu/template/HRN/styles.xml
[build XSL] hu/template/META-INF/manifest.xml
[build XSL] hu/template/PT1/content.xml
[build XSL] hu/template/PT1/styles.xml
[build XSL] hu/template/PT2/content.xml
[build XSL] hu/template/PT2/styles.xml
[build CPY] is/standard/mimetype
[build XSL] is/standard/BlockList.xml
[build XSL] is/standard/FN/content.xml
[build CPY] is/standard/FN/manifest.rdf
[build XSL] is/standard/FN/Object_1/content.xml
[build XSL] is/standard/FN/Object_1/settings.xml
[build XSL] is/standard/FN/styles.xml
[build XSL] is/standard/LOREM/LOREM.xml
[build XSL] is/standard/META-INF/manifest.xml
[build CPY] it/crdbus50/mimetype
[build XSL] it/crdbus50/BlockList.xml
[build XSL] it/crdbus50/CLA1/atevent.xml
[build XSL] it/crdbus50/CLA1/content.xml
[build XSL] it/crdbus50/CLA1/meta.xml
[build XSL] it/crdbus50/CLA1/settings.xml
[build XSL] it/crdbus50/CLA1/styles.xml
[build XSL] it/crdbus50/CLA2/atevent.xml
[build XSL] it/crdbus50/CLA2/content.xml
[build XSL] it/crdbus50/CLA2/meta.xml
[build XSL] it/crdbus50/CLA2/settings.xml
[build XSL] it/crdbus50/CLA2/styles.xml
[build XSL] it/crdbus50/CLA3/atevent.xml
[build XSL] it/crdbus50/CLA3/content.xml
[build XSL] it/crdbus50/CLA3/meta.xml
[build XSL] it/crdbus50/CLA3/settings.xml
[build XSL] it/crdbus50/CLA3/styles.xml
[build XSL] it/crdbus50/META-INF/manifest.xml
[build XSL] it/crdbus50/MOD1/atevent.xml
[build XSL] it/crdbus50/MOD1/content.xml
[build XSL] it/crdbus50/MOD1/meta.xml
[build CPY] it/crdbus50/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] it/crdbus50/MOD1/settings.xml
[build XSL] it/crdbus50/MOD1/styles.xml
[build XSL] it/crdbus50/MOD2/atevent.xml
[build XSL] it/crdbus50/MOD2/content.xml
[build XSL] it/crdbus50/MOD2/meta.xml
[build CPY] it/crdbus50/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] it/crdbus50/MOD2/settings.xml
[build XSL] it/crdbus50/MOD2/styles.xml
[build CPY] it/standard/mimetype
[build XSL] it/standard/A/A.xml
[build XSL] it/standard/BlockList.xml
[build XSL] it/standard/CP/atevent.xml
[build XSL] it/standard/CP/CP.xml
[build XSL] it/standard/CR/atevent.xml
[build XSL] it/standard/CR/CR.xml
[build XSL] it/standard/CS/atevent.xml
[build XSL] it/standard/CS/content.xml
[build XSL] it/standard/CS/meta.xml
[build XSL] it/standard/CS/settings.xml
[build XSL] it/standard/CS/styles.xml
[build XSL] it/standard/DA/atevent.xml
[build XSL] it/standard/DA/DA.xml
[build XSL] it/standard/DG/atevent.xml
[build XSL] it/standard/DG/content.xml
[build XSL] it/standard/DG/meta.xml
[build XSL] it/standard/DG/settings.xml
[build XSL] it/standard/DG/styles.xml
[build XSL] it/standard/DIRIF/atevent.xml
[build XSL] it/standard/DIRIF/content.xml
[build XSL] it/standard/DIRIF/meta.xml
[build XSL] it/standard/DIRIF/settings.xml
[build XSL] it/standard/DIRIF/styles.xml
[build XSL] it/standard/FN/content.xml
[build CPY] it/standard/FN/manifest.rdf
[build XSL] it/standard/FN/Object_1/content.xml
[build XSL] it/standard/FN/Object_1/settings.xml
[build XSL] it/standard/FN/styles.xml
[build XSL] it/standard/ICOLL/atevent.xml
[build XSL] it/standard/ICOLL/content.xml
[build XSL] it/standard/ICOLL/meta.xml
[build XSL] it/standard/ICOLL/settings.xml
[build XSL] it/standard/ICOLL/styles.xml
[build XSL] it/standard/IDOC/atevent.xml
[build XSL] it/standard/IDOC/content.xml
[build XSL] it/standard/IDOC/meta.xml
[build XSL] it/standard/IDOC/settings.xml
[build XSL] it/standard/IDOC/styles.xml
[build XSL] it/standard/IMP/atevent.xml
[build XSL] it/standard/IMP/content.xml
[build XSL] it/standard/IMP/meta.xml
[build XSL] it/standard/IMP/settings.xml
[build XSL] it/standard/IMP/styles.xml
[build XSL] it/standard/IRIC/atevent.xml
[build XSL] it/standard/IRIC/IRIC.xml
[build XSL] it/standard/LOREM/LOREM.xml
[build XSL] it/standard/META-INF/manifest.xml
[build XSL] it/standard/O/atevent.xml
[build XSL] it/standard/O/O.xml
[build XSL] it/standard/P/atevent.xml
[build XSL] it/standard/P/P.xml
[build XSL] it/standard/R/R.xml
[build XSL] it/standard/S1/atevent.xml
[build XSL] it/standard/S1/content.xml
[build XSL] it/standard/S1/meta.xml
[build XSL] it/standard/S1/settings.xml
[build XSL] it/standard/S1/styles.xml
[build XSL] it/standard/S2/atevent.xml
[build XSL] it/standard/S2/content.xml
[build XSL] it/standard/S2/meta.xml
[build XSL] it/standard/S2/settings.xml
[build XSL] it/standard/S2/styles.xml
[build XSL] it/standard/SD/atevent.xml
[build XSL] it/standard/SD/content.xml
[build XSL] it/standard/SD/meta.xml
[build XSL] it/standard/SD/settings.xml
[build XSL] it/standard/SD/styles.xml
[build XSL] it/standard/TE/atevent.xml
[build XSL] it/standard/TE/TE.xml
[build CPY] it/template/mimetype
[build XSL] it/template/BlockList.xml
[build XSL] it/template/H1B/content.xml
[build CPY] it/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] it/template/H1B/styles.xml
[build XSL] it/template/H1C/content.xml
[build XSL] it/template/H1C/styles.xml
[build XSL] it/template/H1N/content.xml
[build XSL] it/template/H1N/styles.xml
[build XSL] it/template/HB/content.xml
[build CPY] it/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] it/template/HB/styles.xml
[build XSL] it/template/HC/content.xml
[build XSL] it/template/HC/styles.xml
[build XSL] it/template/HLB/content.xml
[build XSL] it/template/HLB/styles.xml
[build XSL] it/template/HLC/content.xml
[build XSL] it/template/HLC/styles.xml
[build XSL] it/template/HLN/content.xml
[build XSL] it/template/HLN/styles.xml
[build XSL] it/template/HN/content.xml
[build XSL] it/template/HN/styles.xml
[build XSL] it/template/HRB/content.xml
[build CPY] it/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] it/template/HRB/styles.xml
[build XSL] it/template/HRC/content.xml
[build XSL] it/template/HRC/styles.xml
[build XSL] it/template/HRN/content.xml
[build XSL] it/template/HRN/styles.xml
[build XSL] it/template/META-INF/manifest.xml
[build XSL] it/template/PT1/content.xml
[build XSL] it/template/PT1/styles.xml
[build XSL] it/template/PT2/content.xml
[build XSL] it/template/PT2/styles.xml
[build CPY] ja/crdbus50/mimetype
[build XSL] ja/crdbus50/BlockList.xml
[build XSL] ja/crdbus50/CLA1/content.xml
[build XSL] ja/crdbus50/CLA1/styles.xml
[build XSL] ja/crdbus50/CLA2/content.xml
[build XSL] ja/crdbus50/CLA2/styles.xml
[build XSL] ja/crdbus50/CLA3/content.xml
[build XSL] ja/crdbus50/CLA3/styles.xml
[build XSL] ja/crdbus50/META-INF/manifest.xml
[build XSL] ja/crdbus50/MOD1/content.xml
[build XSL] ja/crdbus50/MOD1/styles.xml
[build XSL] ja/crdbus50/MOD2/content.xml
[build XSL] ja/crdbus50/MOD2/styles.xml
[build CPY] ja/standard/mimetype
[build XSL] ja/standard/AR/AR.xml
[build XSL] ja/standard/AR/atevent.xml
[build XSL] ja/standard/BlockList.xml
[build XSL] ja/standard/CAN/atevent.xml
[build XSL] ja/standard/CAN/content.xml
[build XSL] ja/standard/CAN/styles.xml
[build XSL] ja/standard/CP/content.xml
[build XSL] ja/standard/CP/styles.xml
[build XSL] ja/standard/DT/content.xml
[build XSL] ja/standard/DT/styles.xml
[build XSL] ja/standard/E/E.xml
[build XSL] ja/standard/FN/content.xml
[build CPY] ja/standard/FN/manifest.rdf
[build XSL] ja/standard/FN/Object_1/content.xml
[build XSL] ja/standard/FN/Object_1/settings.xml
[build XSL] ja/standard/FN/styles.xml
[build XSL] ja/standard/HK/content.xml
[build XSL] ja/standard/HK/styles.xml
[build XSL] ja/standard/I/I.xml
[build XSL] ja/standard/JACL/atevent.xml
[build XSL] ja/standard/JACL/content.xml
[build XSL] ja/standard/JACL/styles.xml
[build XSL] ja/standard/JAINV/atevent.xml
[build XSL] ja/standard/JAINV/content.xml
[build XSL] ja/standard/JAINV/styles.xml
[build XSL] ja/standard/JARL/atevent.xml
[build XSL] ja/standard/JARL/content.xml
[build XSL] ja/standard/JARL/styles.xml
[build XSL] ja/standard/JARWPR/content.xml
[build XSL] ja/standard/JARWPR/styles.xml
[build XSL] ja/standard/KG/content.xml
[build XSL] ja/standard/KG/styles.xml
[build XSL] ja/standard/LOREM/LOREM.xml
[build XSL] ja/standard/META-INF/manifest.xml
[build XSL] ja/standard/O/atevent.xml
[build XSL] ja/standard/O/O.xml
[build XSL] ja/standard/Q/atevent.xml
[build XSL] ja/standard/Q/Q.xml
[build XSL] ja/standard/R1/atevent.xml
[build XSL] ja/standard/R1/content.xml
[build XSL] ja/standard/R1/styles.xml
[build XSL] ja/standard/R2/atevent.xml
[build XSL] ja/standard/R2/content.xml
[build XSL] ja/standard/R2/styles.xml
[build XSL] ja/standard/TOP/content.xml
[build XSL] ja/standard/TOP/styles.xml
[build CPY] ja/template/mimetype
[build XSL] ja/template/BlockList.xml
[build XSL] ja/template/H1B/content.xml
[build CPY] ja/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ja/template/H1B/styles.xml
[build XSL] ja/template/H1C/content.xml
[build XSL] ja/template/H1C/styles.xml
[build XSL] ja/template/H1N/content.xml
[build XSL] ja/template/H1N/styles.xml
[build XSL] ja/template/HB/content.xml
[build CPY] ja/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ja/template/HB/styles.xml
[build XSL] ja/template/HC/content.xml
[build XSL] ja/template/HC/styles.xml
[build XSL] ja/template/HLB/content.xml
[build XSL] ja/template/HLB/styles.xml
[build XSL] ja/template/HLC/content.xml
[build XSL] ja/template/HLC/styles.xml
[build XSL] ja/template/HLN/content.xml
[build XSL] ja/template/HLN/styles.xml
[build XSL] ja/template/HN/content.xml
[build XSL] ja/template/HN/styles.xml
[build XSL] ja/template/HRB/content.xml
[build CPY] ja/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ja/template/HRB/styles.xml
[build XSL] ja/template/HRC/content.xml
[build XSL] ja/template/HRC/styles.xml
[build XSL] ja/template/HRN/content.xml
[build XSL] ja/template/HRN/styles.xml
[build XSL] ja/template/META-INF/manifest.xml
[build XSL] ja/template/PT1/content.xml
[build XSL] ja/template/PT1/styles.xml
[build XSL] ja/template/PT2/content.xml
[build XSL] ja/template/PT2/styles.xml
[build CPY] km/crdbus50/mimetype
[build XSL] km/crdbus50/BlockList.xml
[build XSL] km/crdbus50/CON1/atevent.xml
[build XSL] km/crdbus50/CON1/content.xml
[build XSL] km/crdbus50/CON1/meta.xml
[build CPY] km/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] km/crdbus50/CON1/settings.xml
[build XSL] km/crdbus50/CON1/styles.xml
[build XSL] km/crdbus50/CON2/atevent.xml
[build XSL] km/crdbus50/CON2/content.xml
[build XSL] km/crdbus50/CON2/meta.xml
[build CPY] km/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] km/crdbus50/ELE1/atevent.xml
[build XSL] km/crdbus50/ELE1/content.xml
[build XSL] km/crdbus50/ELE1/meta.xml
[build XSL] km/crdbus50/ELE1/settings.xml
[build XSL] km/crdbus50/ELE1/styles.xml
[build XSL] km/crdbus50/ELE2/atevent.xml
[build XSL] km/crdbus50/ELE2/content.xml
[build XSL] km/crdbus50/ELE2/meta.xml
[build XSL] km/crdbus50/ELE2/settings.xml
[build XSL] km/crdbus50/ELE2/styles.xml
[build XSL] km/crdbus50/ELE3/atevent.xml
[build XSL] km/crdbus50/ELE3/content.xml
[build XSL] km/crdbus50/ELE3/meta.xml
[build XSL] km/crdbus50/ELE3/settings.xml
[build XSL] km/crdbus50/ELE3/styles.xml
[build XSL] km/crdbus50/META-INF/manifest.xml
[build CPY] km/standard/mimetype
[build XSL] km/standard/A/A.xml
[build XSL] km/standard/A/atevent.xml
[build XSL] km/standard/AR/AR.xml
[build XSL] km/standard/AR/atevent.xml
[build XSL] km/standard/BW/atevent.xml
[build XSL] km/standard/BW/BW.xml
[build XSL] km/standard/C/atevent.xml
[build XSL] km/standard/C/C.xml
[build XSL] km/standard/CAN/atevent.xml
[build XSL] km/standard/CAN/content.xml
[build XSL] km/standard/CAN/meta.xml
[build XSL] km/standard/CAN/settings.xml
[build XSL] km/standard/CAN/styles.xml
[build XSL] km/standard/CD/atevent.xml
[build XSL] km/standard/CD/CD.xml
[build XSL] km/standard/CM/atevent.xml
[build XSL] km/standard/CM/CM.xml
[build XSL] km/standard/CNL/atevent.xml
[build XSL] km/standard/CNL/CNL.xml
[build XSL] km/standard/DMS/atevent.xml
[build XSL] km/standard/DMS/content.xml
[build XSL] km/standard/DMS/meta.xml
[build XSL] km/standard/DMS/settings.xml
[build XSL] km/standard/DMS/styles.xml
[build XSL] km/standard/DT/atevent.xml
[build XSL] km/standard/DT/DT.xml
[build XSL] km/standard/E/E.xml
[build XSL] km/standard/FN/content.xml
[build CPY] km/standard/FN/manifest.rdf
[build XSL] km/standard/FN/Object_1/content.xml
[build XSL] km/standard/FN/Object_1/settings.xml
[build XSL] km/standard/FN/styles.xml
[build XSL] km/standard/I/I.xml
[build XSL] km/standard/IRT/atevent.xml
[build XSL] km/standard/IRT/IRT.xml
[build XSL] km/standard/J/atevent.xml
[build XSL] km/standard/J/content.xml
[build XSL] km/standard/J/meta.xml
[build XSL] km/standard/J/settings.xml
[build XSL] km/standard/J/styles.xml
[build XSL] km/standard/JACL/atevent.xml
[build XSL] km/standard/JACL/content.xml
[build XSL] km/standard/JACL/meta.xml
[build XSL] km/standard/JACL/settings.xml
[build XSL] km/standard/JACL/styles.xml
[build XSL] km/standard/JACR/atevent.xml
[build XSL] km/standard/JACR/content.xml
[build XSL] km/standard/JACR/meta.xml
[build XSL] km/standard/JACR/settings.xml
[build XSL] km/standard/JACR/styles.xml
[build XSL] km/standard/JAINV/atevent.xml
[build XSL] km/standard/JAINV/content.xml
[build XSL] km/standard/JAINV/meta.xml
[build XSL] km/standard/JAINV/settings.xml
[build XSL] km/standard/JAINV/styles.xml
[build XSL] km/standard/JARL/atevent.xml
[build XSL] km/standard/JARL/content.xml
[build XSL] km/standard/JARL/meta.xml
[build XSL] km/standard/JARL/settings.xml
[build XSL] km/standard/JARL/styles.xml
[build XSL] km/standard/LAG/atevent.xml
[build XSL] km/standard/LAG/LAG.xml
[build XSL] km/standard/LOREM/LOREM.xml
[build XSL] km/standard/META-INF/manifest.xml
[build XSL] km/standard/O/atevent.xml
[build XSL] km/standard/O/O.xml
[build XSL] km/standard/P/atevent.xml
[build XSL] km/standard/P/P.xml
[build XSL] km/standard/Q/atevent.xml
[build XSL] km/standard/Q/Q.xml
[build XSL] km/standard/R1/atevent.xml
[build XSL] km/standard/R1/content.xml
[build XSL] km/standard/R1/meta.xml
[build XSL] km/standard/R1/settings.xml
[build XSL] km/standard/R1/styles.xml
[build XSL] km/standard/R2/atevent.xml
[build XSL] km/standard/R2/content.xml
[build XSL] km/standard/R2/meta.xml
[build XSL] km/standard/R2/settings.xml
[build XSL] km/standard/R2/styles.xml
[build XSL] km/standard/RE/atevent.xml
[build XSL] km/standard/RE/RE.xml
[build XSL] km/standard/RF/atevent.xml
[build XSL] km/standard/RF/RF.xml
[build XSL] km/standard/RG/atevent.xml
[build XSL] km/standard/RG/RG.xml
[build XSL] km/standard/RM/atevent.xml
[build XSL] km/standard/RM/RM.xml
[build XSL] km/standard/S/atevent.xml
[build XSL] km/standard/S/S.xml
[build XSL] km/standard/SD/atevent.xml
[build XSL] km/standard/SD/SD.xml
[build XSL] km/standard/SI/atevent.xml
[build XSL] km/standard/SI/SI.xml
[build XSL] km/standard/TC/atevent.xml
[build XSL] km/standard/TC/TC.xml
[build XSL] km/standard/TOP/atevent.xml
[build XSL] km/standard/TOP/TOP.xml
[build XSL] km/standard/TWIMC/atevent.xml
[build XSL] km/standard/TWIMC/TWIMC.xml
[build XSL] km/standard/TY/atevent.xml
[build XSL] km/standard/TY/TY.xml
[build XSL] km/standard/VA/atevent.xml
[build XSL] km/standard/VA/VA.xml
[build XSL] km/standard/VOM/atevent.xml
[build XSL] km/standard/VOM/VOM.xml
[build XSL] km/standard/YT/atevent.xml
[build XSL] km/standard/YT/content.xml
[build XSL] km/standard/YT/meta.xml
[build XSL] km/standard/YT/settings.xml
[build XSL] km/standard/YT/styles.xml
[build CPY] km/template/mimetype
[build XSL] km/template/BlockList.xml
[build XSL] km/template/H1B/content.xml
[build CPY] km/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] km/template/H1B/styles.xml
[build XSL] km/template/H1C/content.xml
[build XSL] km/template/H1C/styles.xml
[build XSL] km/template/H1N/content.xml
[build XSL] km/template/H1N/styles.xml
[build XSL] km/template/HB/content.xml
[build CPY] km/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] km/template/HB/styles.xml
[build XSL] km/template/HC/content.xml
[build XSL] km/template/HC/styles.xml
[build XSL] km/template/HLB/content.xml
[build XSL] km/template/HLB/styles.xml
[build XSL] km/template/HLC/content.xml
[build XSL] km/template/HLC/styles.xml
[build XSL] km/template/HLN/content.xml
[build XSL] km/template/HLN/styles.xml
[build XSL] km/template/HN/content.xml
[build XSL] km/template/HN/styles.xml
[build XSL] km/template/HRB/content.xml
[build CPY] km/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] km/template/HRB/styles.xml
[build XSL] km/template/HRC/content.xml
[build XSL] km/template/HRC/styles.xml
[build XSL] km/template/HRN/content.xml
[build XSL] km/template/HRN/styles.xml
[build XSL] km/template/META-INF/manifest.xml
[build XSL] km/template/PT1/content.xml
[build XSL] km/template/PT1/styles.xml
[build XSL] km/template/PT2/content.xml
[build XSL] km/template/PT2/styles.xml
[build CPY] ko/crdbus50/mimetype
[build XSL] ko/crdbus50/+1gSzAA-1/content.xml
[build XSL] ko/crdbus50/+1gSzAA-1/styles.xml
[build XSL] ko/crdbus50/+1gSzAA-2/content.xml
[build XSL] ko/crdbus50/+1gSzAA-2/styles.xml
[build XSL] ko/crdbus50/+rODIBA-1/content.xml
[build XSL] ko/crdbus50/+rODIBA-1/styles.xml
[build XSL] ko/crdbus50/+rODIBA-2/content.xml
[build XSL] ko/crdbus50/+rODIBA-2/styles.xml
[build XSL] ko/crdbus50/+rODIBA-3/content.xml
[build XSL] ko/crdbus50/+rODIBA-3/styles.xml
[build XSL] ko/crdbus50/META-INF/manifest.xml
[build CPY] ko/standard/mimetype
[build XSL] ko/standard/AR/AR.xml
[build XSL] ko/standard/AR/atevent.xml
[build XSL] ko/standard/BEW/atevent.xml
[build XSL] ko/standard/BEW/content.xml
[build XSL] ko/standard/BEW/styles.xml
[build XSL] ko/standard/BEWABS/content.xml
[build XSL] ko/standard/BEWABS/styles.xml
[build XSL] ko/standard/BEWEIN/content.xml
[build XSL] ko/standard/BEWEIN/styles.xml
[build XSL] ko/standard/BEWUNT/atevent.xml
[build XSL] ko/standard/BEWUNT/content.xml
[build XSL] ko/standard/BEWUNT/styles.xml
[build XSL] ko/standard/BEWVOR/atevent.xml
[build XSL] ko/standard/BEWVOR/content.xml
[build XSL] ko/standard/BEWVOR/styles.xml
[build XSL] ko/standard/BT/content.xml
[build XSL] ko/standard/BT/styles.xml
[build XSL] ko/standard/E/E.xml
[build XSL] ko/standard/FN/content.xml
[build CPY] ko/standard/FN/manifest.rdf
[build XSL] ko/standard/FN/Object_1/content.xml
[build XSL] ko/standard/FN/Object_1/settings.xml
[build XSL] ko/standard/FN/styles.xml
[build XSL] ko/standard/I/I.xml
[build XSL] ko/standard/K_/atevent.xml
[build XSL] ko/standard/K_/content.xml
[build XSL] ko/standard/K_/styles.xml
[build XSL] ko/standard/KU/atevent.xml
[build XSL] ko/standard/KU/KU.xml
[build XSL] ko/standard/LOREM/LOREM.xml
[build XSL] ko/standard/M1/atevent.xml
[build XSL] ko/standard/M1/content.xml
[build XSL] ko/standard/M1/styles.xml
[build XSL] ko/standard/M2/atevent.xml
[build XSL] ko/standard/M2/content.xml
[build XSL] ko/standard/M2/styles.xml
[build XSL] ko/standard/META-INF/manifest.xml
[build XSL] ko/standard/MFG/content.xml
[build XSL] ko/standard/MFG/styles.xml
[build XSL] ko/standard/O/atevent.xml
[build XSL] ko/standard/O/O.xml
[build XSL] ko/standard/Q/atevent.xml
[build XSL] ko/standard/Q/Q.xml
[build XSL] ko/standard/SGDH/content.xml
[build XSL] ko/standard/SGDH/styles.xml
[build XSL] ko/standard/UL/content.xml
[build XSL] ko/standard/UL/styles.xml
[build XSL] ko/standard/ZBED/content.xml
[build XSL] ko/standard/ZBED/styles.xml
[build CPY] ko/template/mimetype
[build XSL] ko/template/BlockList.xml
[build XSL] ko/template/H1B/content.xml
[build CPY] ko/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ko/template/H1B/styles.xml
[build XSL] ko/template/H1C/content.xml
[build XSL] ko/template/H1C/styles.xml
[build XSL] ko/template/H1N/content.xml
[build XSL] ko/template/H1N/styles.xml
[build XSL] ko/template/HB/content.xml
[build CPY] ko/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ko/template/HB/styles.xml
[build XSL] ko/template/HC/content.xml
[build XSL] ko/template/HC/styles.xml
[build XSL] ko/template/HLB/content.xml
[build XSL] ko/template/HLB/styles.xml
[build XSL] ko/template/HLC/content.xml
[build XSL] ko/template/HLC/styles.xml
[build XSL] ko/template/HLN/content.xml
[build XSL] ko/template/HLN/styles.xml
[build XSL] ko/template/HN/content.xml
[build XSL] ko/template/HN/styles.xml
[build XSL] ko/template/HRB/content.xml
[build CPY] ko/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ko/template/HRB/styles.xml
[build XSL] ko/template/HRC/content.xml
[build XSL] ko/template/HRC/styles.xml
[build XSL] ko/template/HRN/content.xml
[build XSL] ko/template/HRN/styles.xml
[build XSL] ko/template/META-INF/manifest.xml
[build XSL] ko/template/PT1/content.xml
[build XSL] ko/template/PT1/styles.xml
[build XSL] ko/template/PT2/content.xml
[build XSL] ko/template/PT2/styles.xml
[build CPY] lb-LU/standard/mimetype
[build XSL] lb-LU/standard/BlockList.xml
[build XSL] lb-LU/standard/FN/content.xml
[build CPY] lb-LU/standard/FN/manifest.rdf
[build XSL] lb-LU/standard/FN/Object_1/content.xml
[build XSL] lb-LU/standard/FN/Object_1/settings.xml
[build XSL] lb-LU/standard/FN/styles.xml
[build XSL] lb-LU/standard/LOREM/LOREM.xml
[build XSL] lb-LU/standard/META-INF/manifest.xml
[build CPY] lt/standard/mimetype
[build XSL] lt/standard/BlockList.xml
[build XSL] lt/standard/FN/content.xml
[build CPY] lt/standard/FN/manifest.rdf
[build XSL] lt/standard/FN/Object_1/content.xml
[build XSL] lt/standard/FN/Object_1/settings.xml
[build XSL] lt/standard/FN/styles.xml
[build XSL] lt/standard/LOREM/LOREM.xml
[build XSL] lt/standard/META-INF/manifest.xml
[build CPY] mn/crdbus50/mimetype
[build XSL] mn/crdbus50/+BCEEHgQd-1/atevent.xml
[build XSL] mn/crdbus50/+BCEEHgQd-1/content.xml
[build XSL] mn/crdbus50/+BCEEHgQd-1/meta.xml
[build XSL] mn/crdbus50/+BCEEHgQd-1/settings.xml
[build XSL] mn/crdbus50/+BCEEHgQd-1/styles.xml
[build XSL] mn/crdbus50/+BCEEHgQd-2/atevent.xml
[build XSL] mn/crdbus50/+BCEEHgQd-2/content.xml
[build XSL] mn/crdbus50/+BCEEHgQd-2/meta.xml
[build XSL] mn/crdbus50/+BCEEHgQd-2/settings.xml
[build XSL] mn/crdbus50/+BCEEHgQd-2/styles.xml
[build XSL] mn/crdbus50/+BCEEHgQd-3/atevent.xml
[build XSL] mn/crdbus50/+BCEEHgQd-3/content.xml
[build XSL] mn/crdbus50/+BCEEHgQd-3/meta.xml
[build XSL] mn/crdbus50/+BCEEHgQd-3/settings.xml
[build XSL] mn/crdbus50/+BCEEHgQd-3/styles.xml
[build XSL] mn/crdbus50/+BCgEGAQd-1/atevent.xml
[build XSL] mn/crdbus50/+BCgEGAQd-1/content.xml
[build XSL] mn/crdbus50/+BCgEGAQd-1/meta.xml
[build CPY] mn/crdbus50/+BCgEGAQd-1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] mn/crdbus50/+BCgEGAQd-1/settings.xml
[build XSL] mn/crdbus50/+BCgEGAQd-1/styles.xml
[build XSL] mn/crdbus50/+BCgEGAQd-2/atevent.xml
[build XSL] mn/crdbus50/+BCgEGAQd-2/content.xml
[build XSL] mn/crdbus50/+BCgEGAQd-2/meta.xml
[build CPY] mn/crdbus50/+BCgEGAQd-2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] mn/crdbus50/+BCgEGAQd-2/settings.xml
[build XSL] mn/crdbus50/+BCgEGAQd-2/styles.xml
[build XSL] mn/crdbus50/META-INF/manifest.xml
[build CPY] mn/standard/mimetype
[build XSL] mn/standard/+BB0E6AQo-/+BB0E6AQo-.xml
[build XSL] mn/standard/+BB0E6AQo-/atevent.xml
[build XSL] mn/standard/+BBA-/+BBA-.xml
[build XSL] mn/standard/+BBA-/atevent.xml
[build XSL] mn/standard/+BBAE6AQi-/atevent.xml
[build XSL] mn/standard/+BBAE6AQi-/content.xml
[build XSL] mn/standard/+BBAE6AQi-/meta.xml
[build XSL] mn/standard/+BBAE6AQi-/settings.xml
[build XSL] mn/standard/+BBAE6AQi-/styles.xml
[build XSL] mn/standard/+BBAE6AQiBBE-/atevent.xml
[build XSL] mn/standard/+BBAE6AQiBBE-/content.xml
[build XSL] mn/standard/+BBAE6AQiBBE-/meta.xml
[build XSL] mn/standard/+BBAE6AQiBBE-/settings.xml
[build XSL] mn/standard/+BBAE6AQiBBE-/styles.xml
[build XSL] mn/standard/+BBAE6AQlBBAEEQ-/atevent.xml
[build XSL] mn/standard/+BBAE6AQlBBAEEQ-/content.xml
[build XSL] mn/standard/+BBAE6AQlBBAEEQ-/meta.xml
[build XSL] mn/standard/+BBAE6AQlBBAEEQ-/settings.xml
[build XSL] mn/standard/+BBAE6AQlBBAEEQ-/styles.xml
[build XSL] mn/standard/+BBAE6AQR-/atevent.xml
[build XSL] mn/standard/+BBAE6AQR-/content.xml
[build XSL] mn/standard/+BBAE6AQR-/meta.xml
[build XSL] mn/standard/+BBAE6AQR-/settings.xml
[build XSL] mn/standard/+BBAE6AQR-/styles.xml
[build XSL] mn/standard/+BBAE6AQvBCM-/atevent.xml
[build XSL] mn/standard/+BBAE6AQvBCM-/content.xml
[build XSL] mn/standard/+BBAE6AQvBCM-/meta.xml
[build XSL] mn/standard/+BBAE6AQvBCM-/settings.xml
[build XSL] mn/standard/+BBAE6AQvBCM-/styles.xml
[build XSL] mn/standard/+BBAEKA-/+BBAEKA-.xml
[build XSL] mn/standard/+BBAEKA-/atevent.xml
[build XSL] mn/standard/+BBEEKA-/+BBEEKA-.xml
[build XSL] mn/standard/+BBEEKA-/atevent.xml
[build XSL] mn/standard/+BBEELw-/+BBEELw-.xml
[build XSL] mn/standard/+BBEELw-/atevent.xml
[build XSL] mn/standard/+BBg-/+BBg-.xml
[build XSL] mn/standard/+BBg-/atevent.xml
[build XSL] mn/standard/+BBMEJQ-/atevent.xml
[build XSL] mn/standard/+BBMEJQ-/content.xml
[build XSL] mn/standard/+BBMEJQ-/meta.xml
[build XSL] mn/standard/+BBMEJQ-/settings.xml
[build XSL] mn/standard/+BBMEJQ-/styles.xml
[build XSL] mn/standard/+BBsEEA-/+BBsEEA-.xml
[build XSL] mn/standard/+BBsEEA-/atevent.xml
[build XSL] mn/standard/+BC0EJQQd-/atevent.xml
[build XSL] mn/standard/+BC0EJQQd-/content.xml
[build XSL] mn/standard/+BC0EJQQd-/meta.xml
[build XSL] mn/standard/+BC0EJQQd-/settings.xml
[build XSL] mn/standard/+BC0EJQQd-/styles.xml
[build XSL] mn/standard/+BCE-/+BCE-.xml
[build XSL] mn/standard/+BCE-/atevent.xml
[build XSL] mn/standard/+BCE-1/atevent.xml
[build XSL] mn/standard/+BCE-1/content.xml
[build XSL] mn/standard/+BCE-1/meta.xml
[build XSL] mn/standard/+BCE-1/settings.xml
[build XSL] mn/standard/+BCE-1/styles.xml
[build XSL] mn/standard/+BCE-2/atevent.xml
[build XSL] mn/standard/+BCE-2/content.xml
[build XSL] mn/standard/+BCE-2/meta.xml
[build XSL] mn/standard/+BCE-2/settings.xml
[build XSL] mn/standard/+BCE-2/styles.xml
[build XSL] mn/standard/+BCEEIQQl-/+BCEEIQQl-.xml
[build XSL] mn/standard/+BCEEIQQl-/atevent.xml
[build XSL] mn/standard/+BCIEHQ-/+BCIEHQ-.xml
[build XSL] mn/standard/+BCIEHQ-/atevent.xml
[build XSL] mn/standard/+BCIEHQQY-/+BCIEHQQY-.xml
[build XSL] mn/standard/+BCIEHQQY-/atevent.xml
[build XSL] mn/standard/+BCU-/+BCU-.xml
[build XSL] mn/standard/+BCU-/atevent.xml
[build XSL] mn/standard/+BCUEEAQg-/+BCUEEAQg-.xml
[build XSL] mn/standard/+BCUEEAQg-/atevent.xml
[build XSL] mn/standard/+BCUEEAQR-/+BCUEEAQR-.xml
[build XSL] mn/standard/+BCUEEAQR-/atevent.xml
[build XSL] mn/standard/+BCUEEQ-/+BCUEEQ-.xml
[build XSL] mn/standard/+BCUEEQ-/atevent.xml
[build XSL] mn/standard/+BCUEEQQd-/+BCUEEQQd-.xml
[build XSL] mn/standard/+BCUEEQQd-/atevent.xml
[build XSL] mn/standard/+BCUEHQ-/+BCUEHQ-.xml
[build XSL] mn/standard/+BCUEHQ-/atevent.xml
[build XSL] mn/standard/+BCYEFQ-/atevent.xml
[build XSL] mn/standard/+BCYEFQ-/content.xml
[build XSL] mn/standard/+BCYEFQ-/meta.xml
[build XSL] mn/standard/+BCYEFQ-/settings.xml
[build XSL] mn/standard/+BCYEFQ-/styles.xml
[build XSL] mn/standard/C/atevent.xml
[build XSL] mn/standard/C/C.xml
[build XSL] mn/standard/CD/atevent.xml
[build XSL] mn/standard/CD/CD.xml
[build XSL] mn/standard/CNL/atevent.xml
[build XSL] mn/standard/CNL/CNL.xml
[build XSL] mn/standard/E/E.xml
[build XSL] mn/standard/FN/content.xml
[build CPY] mn/standard/FN/manifest.rdf
[build XSL] mn/standard/FN/Object_1/content.xml
[build XSL] mn/standard/FN/Object_1/settings.xml
[build XSL] mn/standard/FN/styles.xml
[build XSL] mn/standard/I/I.xml
[build XSL] mn/standard/LOREM/LOREM.xml
[build XSL] mn/standard/META-INF/manifest.xml
[build XSL] mn/standard/O/atevent.xml
[build XSL] mn/standard/O/O.xml
[build XSL] mn/standard/RF/atevent.xml
[build XSL] mn/standard/RF/RF.xml
[build XSL] mn/standard/RM/atevent.xml
[build XSL] mn/standard/RM/RM.xml
[build XSL] mn/standard/SI/atevent.xml
[build XSL] mn/standard/SI/SI.xml
[build XSL] mn/standard/TC/atevent.xml
[build XSL] mn/standard/TC/TC.xml
[build XSL] mn/standard/TWIMC/atevent.xml
[build XSL] mn/standard/TWIMC/TWIMC.xml
[build CPY] mn/template/mimetype
[build XSL] mn/template/+BBcEHAQdBCI-/content.xml
[build XSL] mn/template/+BBcEHAQdBCI-/styles.xml
[build XSL] mn/template/+BBcEHAQi-/content.xml
[build XSL] mn/template/+BBcEHAQi-/styles.xml
[build XSL] mn/template/+BBcEHAQiBBc-/content.xml
[build XSL] mn/template/+BBcEHAQiBBc-/styles.xml
[build XSL] mn/template/+BBcEHAQiBBE-/content.xml
[build XSL] mn/template/+BBcEHAQiBBE-/styles.xml
[build XSL] mn/template/+BBQEHQQi-/content.xml
[build XSL] mn/template/+BBQEHQQi-/styles.xml
[build XSL] mn/template/+BBQEIg-/content.xml
[build XSL] mn/template/+BBQEIg-/styles.xml
[build XSL] mn/template/+BBQEIgQR-/content.xml
[build XSL] mn/template/+BBQEIgQR-/styles.xml
[build XSL] mn/template/+BBQEIgQX-/content.xml
[build XSL] mn/template/+BBQEIgQX-/styles.xml
[build XSL] mn/template/+BCIEHg-/content.xml
[build CPY] mn/template/+BCIEHg-/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] mn/template/+BCIEHg-/styles.xml
[build XSL] mn/template/+BCIEHgQR-/content.xml
[build CPY] mn/template/+BCIEHgQR-/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] mn/template/+BCIEHgQR-/styles.xml
[build XSL] mn/template/+BCIEHgQX-/content.xml
[build XSL] mn/template/+BCIEHgQX-/styles.xml
[build XSL] mn/template/+BCIEHQQi-/content.xml
[build CPY] mn/template/+BCIEHQQi-/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] mn/template/+BCIEHQQi-/styles.xml
[build XSL] mn/template/META-INF/manifest.xml
[build XSL] mn/template/PT1/content.xml
[build XSL] mn/template/PT1/styles.xml
[build XSL] mn/template/PT2/content.xml
[build XSL] mn/template/PT2/styles.xml
[build CPY] nl-BE/standard/mimetype
[build XSL] nl-BE/standard/BlockList.xml
[build XSL] nl-BE/standard/FN/content.xml
[build CPY] nl-BE/standard/FN/manifest.rdf
[build XSL] nl-BE/standard/FN/Object_1/content.xml
[build XSL] nl-BE/standard/FN/Object_1/settings.xml
[build XSL] nl-BE/standard/FN/styles.xml
[build XSL] nl-BE/standard/LOREM/LOREM.xml
[build XSL] nl-BE/standard/META-INF/manifest.xml
[build CPY] nl/crdbus50/mimetype
[build XSL] nl/crdbus50/ACT1/atevent.xml
[build XSL] nl/crdbus50/ACT1/content.xml
[build CPY] nl/crdbus50/ACT1/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] nl/crdbus50/ACT1/styles.xml
[build XSL] nl/crdbus50/ACT2/atevent.xml
[build XSL] nl/crdbus50/ACT2/content.xml
[build CPY] nl/crdbus50/ACT2/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] nl/crdbus50/ACT2/styles.xml
[build XSL] nl/crdbus50/ELEG1/atevent.xml
[build XSL] nl/crdbus50/ELEG1/content.xml
[build CPY] nl/crdbus50/ELEG1/Pictures/2000000D00000434000006FD09D5CC61.svm
[build XSL] nl/crdbus50/ELEG1/styles.xml
[build XSL] nl/crdbus50/ELEG2/atevent.xml
[build XSL] nl/crdbus50/ELEG2/content.xml
[build CPY] nl/crdbus50/ELEG2/Pictures/2000000D00000434000006FD09D5CC61.svm
[build XSL] nl/crdbus50/ELEG2/styles.xml
[build XSL] nl/crdbus50/ELEG3/atevent.xml
[build XSL] nl/crdbus50/ELEG3/content.xml
[build CPY] nl/crdbus50/ELEG3/Pictures/2000000D00000434000006FD09D5CC61.svm
[build XSL] nl/crdbus50/ELEG3/styles.xml
[build XSL] nl/crdbus50/META-INF/manifest.xml
[build XSL] nl/crdbus50/PRO1/atevent.xml
[build XSL] nl/crdbus50/PRO1/content.xml
[build XSL] nl/crdbus50/PRO1/styles.xml
[build XSL] nl/crdbus50/PRO2/atevent.xml
[build XSL] nl/crdbus50/PRO2/content.xml
[build XSL] nl/crdbus50/PRO2/styles.xml
[build XSL] nl/crdbus50/PRO3/atevent.xml
[build XSL] nl/crdbus50/PRO3/content.xml
[build XSL] nl/crdbus50/PRO3/styles.xml
[build CPY] nl/standard/mimetype
[build XSL] nl/standard/A/A.xml
[build XSL] nl/standard/A1/atevent.xml
[build XSL] nl/standard/A1/content.xml
[build XSL] nl/standard/A1/styles.xml
[build XSL] nl/standard/A2/atevent.xml
[build XSL] nl/standard/A2/content.xml
[build XSL] nl/standard/A2/styles.xml
[build XSL] nl/standard/AL/AL.xml
[build XSL] nl/standard/AL/atevent.xml
[build XSL] nl/standard/AL/content.xml
[build XSL] nl/standard/AL/styles.xml
[build XSL] nl/standard/B/B.xml
[build XSL] nl/standard/BETV/atevent.xml
[build XSL] nl/standard/BETV/BETV.xml
[build XSL] nl/standard/BO/atevent.xml
[build XSL] nl/standard/BO/BO.xml
[build XSL] nl/standard/BS/atevent.xml
[build XSL] nl/standard/BS/BS.xml
[build XSL] nl/standard/BT/atevent.xml
[build XSL] nl/standard/BT/BT.xml
[build XSL] nl/standard/FN/content.xml
[build CPY] nl/standard/FN/manifest.rdf
[build XSL] nl/standard/FN/Object_1/content.xml
[build XSL] nl/standard/FN/Object_1/settings.xml
[build XSL] nl/standard/FN/styles.xml
[build XSL] nl/standard/GDH/atevent.xml
[build XSL] nl/standard/GDH/content.xml
[build XSL] nl/standard/GDH/styles.xml
[build XSL] nl/standard/LIC/atevent.xml
[build XSL] nl/standard/LIC/content.xml
[build XSL] nl/standard/LIC/styles.xml
[build XSL] nl/standard/LOREM/LOREM.xml
[build XSL] nl/standard/META-INF/manifest.xml
[build XSL] nl/standard/MVG/atevent.xml
[build XSL] nl/standard/MVG/content.xml
[build XSL] nl/standard/MVG/styles.xml
[build XSL] nl/standard/O/atevent.xml
[build XSL] nl/standard/O/O.xml
[build XSL] nl/standard/OP/atevent.xml
[build XSL] nl/standard/OP/content.xml
[build XSL] nl/standard/OP/styles.xml
[build XSL] nl/standard/SOL/atevent.xml
[build XSL] nl/standard/SOL/content.xml
[build XSL] nl/standard/SOL/styles.xml
[build XSL] nl/standard/SOLAFZ/atevent.xml
[build XSL] nl/standard/SOLAFZ/content.xml
[build XSL] nl/standard/SOLAFZ/styles.xml
[build XSL] nl/standard/SOLDOC/atevent.xml
[build XSL] nl/standard/SOLDOC/content.xml
[build XSL] nl/standard/SOLDOC/styles.xml
[build XSL] nl/standard/SOLONT/atevent.xml
[build XSL] nl/standard/SOLONT/SOLONT.xml
[build XSL] nl/standard/SOLUIT/atevent.xml
[build XSL] nl/standard/SOLUIT/content.xml
[build XSL] nl/standard/SOLUIT/styles.xml
[build CPY] nl/template/mimetype
[build XSL] nl/template/BlockList.xml
[build XSL] nl/template/H1B/content.xml
[build XSL] nl/template/H1B/styles.xml
[build XSL] nl/template/H1C/content.xml
[build XSL] nl/template/H1C/styles.xml
[build XSL] nl/template/H1N/content.xml
[build XSL] nl/template/H1N/styles.xml
[build XSL] nl/template/HB/content.xml
[build XSL] nl/template/HB/styles.xml
[build XSL] nl/template/HC/content.xml
[build XSL] nl/template/HC/styles.xml
[build XSL] nl/template/HLB/content.xml
[build XSL] nl/template/HLB/styles.xml
[build XSL] nl/template/HLC/content.xml
[build XSL] nl/template/HLC/styles.xml
[build XSL] nl/template/HLN/content.xml
[build XSL] nl/template/HLN/styles.xml
[build XSL] nl/template/HN/content.xml
[build XSL] nl/template/HN/styles.xml
[build XSL] nl/template/HRB/content.xml
[build XSL] nl/template/HRB/styles.xml
[build XSL] nl/template/HRC/content.xml
[build XSL] nl/template/HRC/styles.xml
[build XSL] nl/template/HRN/content.xml
[build XSL] nl/template/HRN/styles.xml
[build XSL] nl/template/META-INF/manifest.xml
[build XSL] nl/template/PT1/content.xml
[build XSL] nl/template/PT1/styles.xml
[build XSL] nl/template/PT2/content.xml
[build XSL] nl/template/PT2/styles.xml
[build CPY] pl/crdbus50/mimetype
[build XSL] pl/crdbus50/BlockList.xml
[build XSL] pl/crdbus50/KLAS1/content.xml
[build XSL] pl/crdbus50/KLAS1/styles.xml
[build XSL] pl/crdbus50/KLAS2/content.xml
[build XSL] pl/crdbus50/KLAS2/styles.xml
[build XSL] pl/crdbus50/KLAS3/content.xml
[build XSL] pl/crdbus50/KLAS3/styles.xml
[build XSL] pl/crdbus50/META-INF/manifest.xml
[build XSL] pl/crdbus50/WSP1/content.xml
[build XSL] pl/crdbus50/WSP1/styles.xml
[build XSL] pl/crdbus50/WSP2/content.xml
[build XSL] pl/crdbus50/WSP2/styles.xml
[build CPY] pl/standard/mimetype
[build XSL] pl/standard/APA/content.xml
[build XSL] pl/standard/APA/styles.xml
[build XSL] pl/standard/BlockList.xml
[build XSL] pl/standard/FN/content.xml
[build CPY] pl/standard/FN/manifest.rdf
[build XSL] pl/standard/FN/Object_1/content.xml
[build XSL] pl/standard/FN/Object_1/settings.xml
[build XSL] pl/standard/FN/styles.xml
[build XSL] pl/standard/LOREM/LOREM.xml
[build XSL] pl/standard/META-INF/manifest.xml
[build XSL] pl/standard/O/atevent.xml
[build XSL] pl/standard/O/O.xml
[build XSL] pl/standard/PO/atevent.xml
[build XSL] pl/standard/PO/PO.xml
[build XSL] pl/standard/POD/atevent.xml
[build XSL] pl/standard/POD/POD.xml
[build XSL] pl/standard/PODDOK/atevent.xml
[build XSL] pl/standard/PODDOK/PODDOK.xml
[build XSL] pl/standard/PODODM/atevent.xml
[build XSL] pl/standard/PODODM/PODODM.xml
[build XSL] pl/standard/PODPOTW/content.xml
[build XSL] pl/standard/PODPOTW/styles.xml
[build XSL] pl/standard/PODZAPR/atevent.xml
[build XSL] pl/standard/PODZAPR/PODZAPR.xml
[build XSL] pl/standard/SZPA/content.xml
[build XSL] pl/standard/SZPA/styles.xml
[build XSL] pl/standard/TW/content.xml
[build XSL] pl/standard/TW/styles.xml
[build XSL] pl/standard/U1/atevent.xml
[build XSL] pl/standard/U1/U1.xml
[build XSL] pl/standard/U2/atevent.xml
[build XSL] pl/standard/U2/U2.xml
[build XSL] pl/standard/WP+AUE-A/WP+AUE-A.xml
[build XSL] pl/standard/WYP/atevent.xml
[build XSL] pl/standard/WYP/WYP.xml
[build XSL] pl/standard/Z/content.xml
[build XSL] pl/standard/Z/styles.xml
[build XSL] pl/standard/ZA/atevent.xml
[build XSL] pl/standard/ZA/ZA.xml
[build XSL] pl/standard/ZO/atevent.xml
[build XSL] pl/standard/ZO/content.xml
[build XSL] pl/standard/ZO/styles.xml
[build XSL] pl/standard/ZPO/content.xml
[build XSL] pl/standard/ZPO/styles.xml
[build CPY] pl/template/mimetype
[build XSL] pl/template/BlockList.xml
[build XSL] pl/template/META-INF/manifest.xml
[build XSL] pl/template/PT1/atevent.xml
[build XSL] pl/template/PT1/content.xml
[build XSL] pl/template/PT1/styles.xml
[build XSL] pl/template/PT2/content.xml
[build XSL] pl/template/PT2/styles.xml
[build CPY] pt-BR/crdbus50/mimetype
[build XSL] pt-BR/crdbus50/BlockList.xml
[build XSL] pt-BR/crdbus50/ELE1/content.xml
[build XSL] pt-BR/crdbus50/ELE1/styles.xml
[build XSL] pt-BR/crdbus50/ELE2/content.xml
[build XSL] pt-BR/crdbus50/ELE2/styles.xml
[build XSL] pt-BR/crdbus50/ELE3/content.xml
[build XSL] pt-BR/crdbus50/ELE3/styles.xml
[build XSL] pt-BR/crdbus50/META-INF/manifest.xml
[build XSL] pt-BR/crdbus50/MOD1/content.xml
[build XSL] pt-BR/crdbus50/MOD1/styles.xml
[build XSL] pt-BR/crdbus50/MOD2/content.xml
[build XSL] pt-BR/crdbus50/MOD2/styles.xml
[build CPY] pt-BR/standard/mimetype
[build XSL] pt-BR/standard/A/content.xml
[build XSL] pt-BR/standard/A/styles.xml
[build XSL] pt-BR/standard/AN/AN.xml
[build XSL] pt-BR/standard/CAN/atevent.xml
[build XSL] pt-BR/standard/CAN/content.xml
[build XSL] pt-BR/standard/CAN/styles.xml
[build XSL] pt-BR/standard/CDP/content.xml
[build XSL] pt-BR/standard/CDP/styles.xml
[build XSL] pt-BR/standard/CR/atevent.xml
[build XSL] pt-BR/standard/CR/CR.xml
[build XSL] pt-BR/standard/FN/content.xml
[build CPY] pt-BR/standard/FN/manifest.rdf
[build XSL] pt-BR/standard/FN/Object_1/content.xml
[build XSL] pt-BR/standard/FN/Object_1/settings.xml
[build XSL] pt-BR/standard/FN/styles.xml
[build XSL] pt-BR/standard/L1/atevent.xml
[build XSL] pt-BR/standard/L1/content.xml
[build XSL] pt-BR/standard/L1/styles.xml
[build XSL] pt-BR/standard/L2/atevent.xml
[build XSL] pt-BR/standard/L2/content.xml
[build XSL] pt-BR/standard/L2/styles.xml
[build XSL] pt-BR/standard/LDA/content.xml
[build XSL] pt-BR/standard/LDA/styles.xml
[build XSL] pt-BR/standard/LOREM/LOREM.xml
[build XSL] pt-BR/standard/META-INF/manifest.xml
[build XSL] pt-BR/standard/OC/atevent.xml
[build XSL] pt-BR/standard/OC/OC.xml
[build XSL] pt-BR/standard/P/atevent.xml
[build XSL] pt-BR/standard/P/P.xml
[build XSL] pt-BR/standard/PC/PC.xml
[build XSL] pt-BR/standard/PECA/atevent.xml
[build XSL] pt-BR/standard/PECA/content.xml
[build XSL] pt-BR/standard/PECA/styles.xml
[build XSL] pt-BR/standard/PECE/atevent.xml
[build XSL] pt-BR/standard/PECE/content.xml
[build XSL] pt-BR/standard/PECE/styles.xml
[build XSL] pt-BR/standard/PECR/content.xml
[build XSL] pt-BR/standard/PECR/styles.xml
[build XSL] pt-BR/standard/PECRE/content.xml
[build XSL] pt-BR/standard/PECRE/styles.xml
[build XSL] pt-BR/standard/PERGF/atevent.xml
[build XSL] pt-BR/standard/PERGF/PERGF.xml
[build XSL] pt-BR/standard/PSS/content.xml
[build XSL] pt-BR/standard/PSS/styles.xml
[build XSL] pt-BR/standard/TP/content.xml
[build XSL] pt-BR/standard/TP/styles.xml
[build CPY] pt-BR/template/mimetype
[build XSL] pt-BR/template/BlockList.xml
[build XSL] pt-BR/template/H1B/content.xml
[build CPY] pt-BR/template/H1B/Pictures/2000001B00000CD200000CEDFB14A12B.svm
[build XSL] pt-BR/template/H1B/styles.xml
[build XSL] pt-BR/template/H1C/content.xml
[build XSL] pt-BR/template/H1C/styles.xml
[build XSL] pt-BR/template/H1N/content.xml
[build XSL] pt-BR/template/H1N/styles.xml
[build XSL] pt-BR/template/HB/content.xml
[build CPY] pt-BR/template/HB/Pictures/2000001B00000CD200000CEDFB14A12B.svm
[build XSL] pt-BR/template/HC/content.xml
[build XSL] pt-BR/template/HC/styles.xml
[build XSL] pt-BR/template/HLB/content.xml
[build XSL] pt-BR/template/HLB/styles.xml
[build XSL] pt-BR/template/HLC/content.xml
[build XSL] pt-BR/template/HLC/styles.xml
[build XSL] pt-BR/template/HLN/content.xml
[build XSL] pt-BR/template/HLN/styles.xml
[build XSL] pt-BR/template/HN/content.xml
[build XSL] pt-BR/template/HN/styles.xml
[build XSL] pt-BR/template/HRB/content.xml
[build CPY] pt-BR/template/HRB/Pictures/2000001B00000CD200000CEDFB14A12B.svm
[build XSL] pt-BR/template/HRB/styles.xml
[build XSL] pt-BR/template/HRC/content.xml
[build XSL] pt-BR/template/HRC/styles.xml
[build XSL] pt-BR/template/HRN/content.xml
[build XSL] pt-BR/template/HRN/styles.xml
[build XSL] pt-BR/template/META-INF/manifest.xml
[build XSL] pt-BR/template/PT1/content.xml
[build XSL] pt-BR/template/PT1/styles.xml
[build XSL] pt-BR/template/PT2/content.xml
[build XSL] pt-BR/template/PT2/styles.xml
[build CPY] pt/crdbus50/mimetype
[build XSL] pt/crdbus50/BlockList.xml
[build XSL] pt/crdbus50/CSL/atevent.xml
[build XSL] pt/crdbus50/CSL/content.xml
[build CPY] pt/crdbus50/CSL/Pictures/10000000000000400000004077CDC8F9.png
[build XSL] pt/crdbus50/CSL/styles.xml
[build XSL] pt/crdbus50/ELCN/atevent.xml
[build XSL] pt/crdbus50/ELCN/content.xml
[build XSL] pt/crdbus50/ELCN/meta.xml
[build XSL] pt/crdbus50/ELCN/settings.xml
[build XSL] pt/crdbus50/ELCN/styles.xml
[build XSL] pt/crdbus50/ELEA/atevent.xml
[build XSL] pt/crdbus50/ELEA/content.xml
[build XSL] pt/crdbus50/ELEA/meta.xml
[build XSL] pt/crdbus50/ELEA/settings.xml
[build XSL] pt/crdbus50/ELEA/styles.xml
[build XSL] pt/crdbus50/ELSS/atevent.xml
[build XSL] pt/crdbus50/ELSS/content.xml
[build XSL] pt/crdbus50/ELSS/meta.xml
[build XSL] pt/crdbus50/ELSS/settings.xml
[build XSL] pt/crdbus50/ELSS/styles.xml
[build XSL] pt/crdbus50/MCN/atevent.xml
[build XSL] pt/crdbus50/MCN/content.xml
[build XSL] pt/crdbus50/MCN/meta.xml
[build CPY] pt/crdbus50/MCN/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] pt/crdbus50/MCN/settings.xml
[build XSL] pt/crdbus50/MCN/styles.xml
[build XSL] pt/crdbus50/MEA/atevent.xml
[build XSL] pt/crdbus50/MEA/content.xml
[build XSL] pt/crdbus50/MEA/meta.xml
[build CPY] pt/crdbus50/MEA/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] pt/crdbus50/MEA/settings.xml
[build XSL] pt/crdbus50/MEA/styles.xml
[build XSL] pt/crdbus50/META-INF/manifest.xml
[build CPY] pt/standard/mimetype
[build XSL] pt/standard/_CON/_CON.xml
[build XSL] pt/standard/_CON/atevent.xml
[build XSL] pt/standard/1L/atevent.xml
[build XSL] pt/standard/1L/content.xml
[build XSL] pt/standard/1L/meta.xml
[build XSL] pt/standard/1L/settings.xml
[build XSL] pt/standard/1L/styles.xml
[build XSL] pt/standard/2L/atevent.xml
[build XSL] pt/standard/2L/content.xml
[build XSL] pt/standard/2L/meta.xml
[build XSL] pt/standard/2L/settings.xml
[build XSL] pt/standard/2L/styles.xml
[build XSL] pt/standard/AG/AG.xml
[build XSL] pt/standard/AG/atevent.xml
[build XSL] pt/standard/ANE/ANE.xml
[build XSL] pt/standard/AQPD/AQPD.xml
[build XSL] pt/standard/AQPD/atevent.xml
[build XSL] pt/standard/AS/AS.xml
[build XSL] pt/standard/AS/atevent.xml
[build XSL] pt/standard/AT/AT.xml
[build XSL] pt/standard/AT/atevent.xml
[build XSL] pt/standard/ATE/atevent.xml
[build XSL] pt/standard/ATE/content.xml
[build XSL] pt/standard/ATE/meta.xml
[build XSL] pt/standard/ATE/settings.xml
[build XSL] pt/standard/ATE/styles.xml
[build XSL] pt/standard/AV/atevent.xml
[build XSL] pt/standard/AV/AV.xml
[build XSL] pt/standard/CCE/atevent.xml
[build XSL] pt/standard/CCE/CCE.xml
[build XSL] pt/standard/CGE/atevent.xml
[build XSL] pt/standard/CGE/content.xml
[build XSL] pt/standard/CGE/meta.xml
[build XSL] pt/standard/CGE/settings.xml
[build XSL] pt/standard/CGE/styles.xml
[build XSL] pt/standard/CI/atevent.xml
[build XSL] pt/standard/CI/CI.xml
[build XSL] pt/standard/CO/atevent.xml
[build XSL] pt/standard/CO/CO.xml
[build XSL] pt/standard/COR/atevent.xml
[build XSL] pt/standard/COR/COR.xml
[build XSL] pt/standard/CR/atevent.xml
[build XSL] pt/standard/CR/CR.xml
[build XSL] pt/standard/CRMC/atevent.xml
[build XSL] pt/standard/CRMC/content.xml
[build XSL] pt/standard/CRMC/meta.xml
[build XSL] pt/standard/CRMC/settings.xml
[build XSL] pt/standard/CRMC/styles.xml
[build XSL] pt/standard/CSS/atevent.xml
[build XSL] pt/standard/CSS/content.xml
[build XSL] pt/standard/CSS/meta.xml
[build XSL] pt/standard/CSS/settings.xml
[build XSL] pt/standard/CSS/styles.xml
[build XSL] pt/standard/CTC/atevent.xml
[build XSL] pt/standard/CTC/content.xml
[build XSL] pt/standard/CTC/meta.xml
[build XSL] pt/standard/CTC/settings.xml
[build XSL] pt/standard/CTC/styles.xml
[build XSL] pt/standard/CTCE/atevent.xml
[build XSL] pt/standard/CTCE/content.xml
[build XSL] pt/standard/CTCE/meta.xml
[build XSL] pt/standard/CTCE/settings.xml
[build XSL] pt/standard/CTCE/styles.xml
[build XSL] pt/standard/CTCR/atevent.xml
[build XSL] pt/standard/CTCR/content.xml
[build XSL] pt/standard/CTCR/meta.xml
[build XSL] pt/standard/CTCR/settings.xml
[build XSL] pt/standard/CTCR/styles.xml
[build XSL] pt/standard/CTCRE/atevent.xml
[build XSL] pt/standard/CTCRE/content.xml
[build XSL] pt/standard/CTCRE/meta.xml
[build XSL] pt/standard/CTCRE/settings.xml
[build XSL] pt/standard/CTCRE/styles.xml
[build XSL] pt/standard/EE/atevent.xml
[build XSL] pt/standard/EE/EE.xml
[build XSL] pt/standard/EN/atevent.xml
[build XSL] pt/standard/EN/EN.xml
[build XSL] pt/standard/ERA/atevent.xml
[build XSL] pt/standard/ERA/ERA.xml
[build XSL] pt/standard/INQ/INQ.xml
[build XSL] pt/standard/LAC/atevent.xml
[build XSL] pt/standard/LAC/LAC.xml
[build XSL] pt/standard/LOREM/LOREM.xml
[build XSL] pt/standard/MC/atevent.xml
[build XSL] pt/standard/MC/MC.xml
[build XSL] pt/standard/ME/atevent.xml
[build XSL] pt/standard/ME/ME.xml
[build XSL] pt/standard/META-INF/manifest.xml
[build XSL] pt/standard/NF/content.xml
[build CPY] pt/standard/NF/manifest.rdf
[build XSL] pt/standard/NF/Object_1/content.xml
[build XSL] pt/standard/NF/Object_1/settings.xml
[build XSL] pt/standard/NF/styles.xml
[build XSL] pt/standard/OB/atevent.xml
[build XSL] pt/standard/OB/OB.xml
[build XSL] pt/standard/PCA/atevent.xml
[build XSL] pt/standard/PCA/PCA.xml
[build XSL] pt/standard/PCN/atevent.xml
[build XSL] pt/standard/PCN/PCN.xml
[build XSL] pt/standard/PE/atevent.xml
[build XSL] pt/standard/PE/PE.xml
[build XSL] pt/standard/REF/atevent.xml
[build XSL] pt/standard/REF/REF.xml
[build XSL] pt/standard/RES/atevent.xml
[build XSL] pt/standard/RES/RES.xml
[build XSL] pt/standard/SIN/atevent.xml
[build XSL] pt/standard/SIN/SIN.xml
[build XSL] pt/standard/SS/atevent.xml
[build XSL] pt/standard/SS/SS.xml
[build XSL] pt/standard/TE/atevent.xml
[build XSL] pt/standard/TE/TE.xml
[build XSL] pt/standard/TP/atevent.xml
[build XSL] pt/standard/TP/TP.xml
[build CPY] pt/template/mimetype
[build XSL] pt/template/BlockList.xml
[build XSL] pt/template/META-INF/manifest.xml
[build XSL] pt/template/PT1/content.xml
[build XSL] pt/template/PT1/styles.xml
[build XSL] pt/template/PT2/content.xml
[build XSL] pt/template/PT2/styles.xml
[build CPY] ro/standard/mimetype
[build XSL] ro/standard/BlockList.xml
[build XSL] ro/standard/FN/content.xml
[build CPY] ro/standard/FN/manifest.rdf
[build XSL] ro/standard/FN/Object_1/content.xml
[build XSL] ro/standard/FN/Object_1/settings.xml
[build XSL] ro/standard/FN/styles.xml
[build XSL] ro/standard/LOREM/LOREM.xml
[build XSL] ro/standard/META-INF/manifest.xml
[build CPY] ru/crdbus50/mimetype
[build XSL] ru/crdbus50/BlockList.xml
[build XSL] ru/crdbus50/CON1/atevent.xml
[build XSL] ru/crdbus50/CON1/content.xml
[build XSL] ru/crdbus50/CON1/meta.xml
[build CPY] ru/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] ru/crdbus50/CON1/settings.xml
[build XSL] ru/crdbus50/CON1/styles.xml
[build XSL] ru/crdbus50/CON2/atevent.xml
[build XSL] ru/crdbus50/CON2/content.xml
[build XSL] ru/crdbus50/CON2/meta.xml
[build CPY] ru/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] ru/crdbus50/CON2/settings.xml
[build XSL] ru/crdbus50/CON2/styles.xml
[build XSL] ru/crdbus50/ELE1/atevent.xml
[build XSL] ru/crdbus50/ELE1/content.xml
[build XSL] ru/crdbus50/ELE1/meta.xml
[build XSL] ru/crdbus50/ELE1/settings.xml
[build XSL] ru/crdbus50/ELE1/styles.xml
[build XSL] ru/crdbus50/ELE2/atevent.xml
[build XSL] ru/crdbus50/ELE2/content.xml
[build XSL] ru/crdbus50/ELE2/meta.xml
[build XSL] ru/crdbus50/ELE2/settings.xml
[build XSL] ru/crdbus50/ELE2/styles.xml
[build XSL] ru/crdbus50/ELE3/atevent.xml
[build XSL] ru/crdbus50/ELE3/content.xml
[build XSL] ru/crdbus50/ELE3/meta.xml
[build XSL] ru/crdbus50/ELE3/settings.xml
[build XSL] ru/crdbus50/ELE3/styles.xml
[build XSL] ru/crdbus50/META-INF/manifest.xml
[build CPY] ru/standard/mimetype
[build XSL] ru/standard/A/A.xml
[build XSL] ru/standard/A/atevent.xml
[build XSL] ru/standard/AR/AR.xml
[build XSL] ru/standard/AR/atevent.xml
[build XSL] ru/standard/BW/atevent.xml
[build XSL] ru/standard/BW/BW.xml
[build XSL] ru/standard/C/atevent.xml
[build XSL] ru/standard/C/C.xml
[build XSL] ru/standard/CAN/atevent.xml
[build XSL] ru/standard/CAN/content.xml
[build XSL] ru/standard/CAN/meta.xml
[build XSL] ru/standard/CAN/settings.xml
[build XSL] ru/standard/CAN/styles.xml
[build XSL] ru/standard/CD/atevent.xml
[build XSL] ru/standard/CD/CD.xml
[build XSL] ru/standard/CM/atevent.xml
[build XSL] ru/standard/CM/CM.xml
[build XSL] ru/standard/CNL/atevent.xml
[build XSL] ru/standard/CNL/CNL.xml
[build XSL] ru/standard/DMS/atevent.xml
[build XSL] ru/standard/DMS/content.xml
[build XSL] ru/standard/DMS/meta.xml
[build XSL] ru/standard/DMS/settings.xml
[build XSL] ru/standard/DMS/styles.xml
[build XSL] ru/standard/DT/atevent.xml
[build XSL] ru/standard/DT/DT.xml
[build XSL] ru/standard/E/E.xml
[build XSL] ru/standard/FN/content.xml
[build CPY] ru/standard/FN/manifest.rdf
[build XSL] ru/standard/FN/Object_1/content.xml
[build XSL] ru/standard/FN/Object_1/settings.xml
[build XSL] ru/standard/FN/styles.xml
[build XSL] ru/standard/I/I.xml
[build XSL] ru/standard/IRT/atevent.xml
[build XSL] ru/standard/IRT/IRT.xml
[build XSL] ru/standard/J/atevent.xml
[build XSL] ru/standard/J/content.xml
[build XSL] ru/standard/J/meta.xml
[build XSL] ru/standard/J/settings.xml
[build XSL] ru/standard/J/styles.xml
[build XSL] ru/standard/JACL/atevent.xml
[build XSL] ru/standard/JACL/content.xml
[build XSL] ru/standard/JACL/meta.xml
[build XSL] ru/standard/JACL/settings.xml
[build XSL] ru/standard/JACL/styles.xml
[build XSL] ru/standard/JACR/atevent.xml
[build XSL] ru/standard/JACR/content.xml
[build XSL] ru/standard/JACR/meta.xml
[build XSL] ru/standard/JACR/settings.xml
[build XSL] ru/standard/JACR/styles.xml
[build XSL] ru/standard/JAINV/atevent.xml
[build XSL] ru/standard/JAINV/content.xml
[build XSL] ru/standard/JAINV/meta.xml
[build XSL] ru/standard/JAINV/settings.xml
[build XSL] ru/standard/JAINV/styles.xml
[build XSL] ru/standard/JARL/atevent.xml
[build XSL] ru/standard/JARL/content.xml
[build XSL] ru/standard/JARL/meta.xml
[build XSL] ru/standard/JARL/settings.xml
[build XSL] ru/standard/JARL/styles.xml
[build XSL] ru/standard/LAG/atevent.xml
[build XSL] ru/standard/LAG/LAG.xml
[build XSL] ru/standard/LOREM/LOREM.xml
[build XSL] ru/standard/META-INF/manifest.xml
[build XSL] ru/standard/O/atevent.xml
[build XSL] ru/standard/O/O.xml
[build XSL] ru/standard/P/atevent.xml
[build XSL] ru/standard/P/P.xml
[build XSL] ru/standard/Q/atevent.xml
[build XSL] ru/standard/Q/Q.xml
[build XSL] ru/standard/R1/atevent.xml
[build XSL] ru/standard/R1/content.xml
[build XSL] ru/standard/R1/meta.xml
[build XSL] ru/standard/R1/settings.xml
[build XSL] ru/standard/R1/styles.xml
[build XSL] ru/standard/R2/atevent.xml
[build XSL] ru/standard/R2/content.xml
[build XSL] ru/standard/R2/meta.xml
[build XSL] ru/standard/R2/settings.xml
[build XSL] ru/standard/R2/styles.xml
[build XSL] ru/standard/RE/atevent.xml
[build XSL] ru/standard/RE/RE.xml
[build XSL] ru/standard/RF/atevent.xml
[build XSL] ru/standard/RF/RF.xml
[build XSL] ru/standard/RG/atevent.xml
[build XSL] ru/standard/RG/RG.xml
[build XSL] ru/standard/RM/atevent.xml
[build XSL] ru/standard/RM/RM.xml
[build XSL] ru/standard/S/atevent.xml
[build XSL] ru/standard/S/S.xml
[build XSL] ru/standard/SD/atevent.xml
[build XSL] ru/standard/SD/SD.xml
[build XSL] ru/standard/SI/atevent.xml
[build XSL] ru/standard/SI/SI.xml
[build XSL] ru/standard/TC/atevent.xml
[build XSL] ru/standard/TC/TC.xml
[build XSL] ru/standard/TOP/atevent.xml
[build XSL] ru/standard/TOP/TOP.xml
[build XSL] ru/standard/TWIMC/atevent.xml
[build XSL] ru/standard/TWIMC/TWIMC.xml
[build XSL] ru/standard/TY/atevent.xml
[build XSL] ru/standard/TY/TY.xml
[build XSL] ru/standard/VA/atevent.xml
[build XSL] ru/standard/VA/VA.xml
[build XSL] ru/standard/VOM/atevent.xml
[build XSL] ru/standard/VOM/VOM.xml
[build XSL] ru/standard/YT/atevent.xml
[build XSL] ru/standard/YT/content.xml
[build XSL] ru/standard/YT/meta.xml
[build XSL] ru/standard/YT/settings.xml
[build XSL] ru/standard/YT/styles.xml
[build CPY] ru/template/mimetype
[build XSL] ru/template/BlockList.xml
[build XSL] ru/template/H1B/content.xml
[build CPY] ru/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ru/template/H1B/styles.xml
[build XSL] ru/template/H1C/content.xml
[build XSL] ru/template/H1C/styles.xml
[build XSL] ru/template/H1N/content.xml
[build XSL] ru/template/H1N/styles.xml
[build XSL] ru/template/HB/content.xml
[build CPY] ru/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ru/template/HB/styles.xml
[build XSL] ru/template/HC/content.xml
[build XSL] ru/template/HC/styles.xml
[build XSL] ru/template/HLB/content.xml
[build XSL] ru/template/HLB/styles.xml
[build XSL] ru/template/HLC/content.xml
[build XSL] ru/template/HLC/styles.xml
[build XSL] ru/template/HLN/content.xml
[build XSL] ru/template/HLN/styles.xml
[build XSL] ru/template/HN/content.xml
[build XSL] ru/template/HN/styles.xml
[build XSL] ru/template/HRB/content.xml
[build CPY] ru/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] ru/template/HRB/styles.xml
[build XSL] ru/template/HRC/content.xml
[build XSL] ru/template/HRC/styles.xml
[build XSL] ru/template/HRN/content.xml
[build XSL] ru/template/HRN/styles.xml
[build XSL] ru/template/META-INF/manifest.xml
[build XSL] ru/template/PT1/content.xml
[build XSL] ru/template/PT1/styles.xml
[build XSL] ru/template/PT2/content.xml
[build XSL] ru/template/PT2/styles.xml
[build CPY] sk/crdbus50/mimetype
[build XSL] sk/crdbus50/BlockList.xml
[build XSL] sk/crdbus50/CON1/atevent.xml
[build XSL] sk/crdbus50/CON1/content.xml
[build XSL] sk/crdbus50/CON1/meta.xml
[build CPY] sk/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sk/crdbus50/CON1/settings.xml
[build XSL] sk/crdbus50/CON1/styles.xml
[build XSL] sk/crdbus50/CON2/atevent.xml
[build XSL] sk/crdbus50/CON2/content.xml
[build XSL] sk/crdbus50/CON2/meta.xml
[build CPY] sk/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sk/crdbus50/CON2/settings.xml
[build XSL] sk/crdbus50/CON2/styles.xml
[build XSL] sk/crdbus50/ELE1/atevent.xml
[build XSL] sk/crdbus50/ELE1/content.xml
[build XSL] sk/crdbus50/ELE1/meta.xml
[build XSL] sk/crdbus50/ELE1/settings.xml
[build XSL] sk/crdbus50/ELE1/styles.xml
[build XSL] sk/crdbus50/ELE2/atevent.xml
[build XSL] sk/crdbus50/ELE2/content.xml
[build XSL] sk/crdbus50/ELE2/meta.xml
[build XSL] sk/crdbus50/ELE2/settings.xml
[build XSL] sk/crdbus50/ELE2/styles.xml
[build XSL] sk/crdbus50/ELE3/atevent.xml
[build XSL] sk/crdbus50/ELE3/content.xml
[build XSL] sk/crdbus50/ELE3/meta.xml
[build XSL] sk/crdbus50/ELE3/settings.xml
[build XSL] sk/crdbus50/ELE3/styles.xml
[build XSL] sk/crdbus50/META-INF/manifest.xml
[build CPY] sk/crdbus54/mimetype
[build XSL] sk/crdbus54/BlockList.xml
[build XSL] sk/crdbus54/ELE1/atevent.xml
[build XSL] sk/crdbus54/ELE1/content.xml
[build XSL] sk/crdbus54/ELE1/meta.xml
[build XSL] sk/crdbus54/ELE1/settings.xml
[build XSL] sk/crdbus54/ELE1/styles.xml
[build XSL] sk/crdbus54/ELE2/atevent.xml
[build XSL] sk/crdbus54/ELE2/content.xml
[build XSL] sk/crdbus54/ELE2/meta.xml
[build XSL] sk/crdbus54/ELE2/settings.xml
[build XSL] sk/crdbus54/ELE2/styles.xml
[build XSL] sk/crdbus54/ELE3/atevent.xml
[build XSL] sk/crdbus54/ELE3/content.xml
[build XSL] sk/crdbus54/ELE3/meta.xml
[build XSL] sk/crdbus54/ELE3/settings.xml
[build XSL] sk/crdbus54/ELE3/styles.xml
[build XSL] sk/crdbus54/META-INF/manifest.xml
[build XSL] sk/crdbus54/MOD1/atevent.xml
[build XSL] sk/crdbus54/MOD1/content.xml
[build XSL] sk/crdbus54/MOD1/meta.xml
[build CPY] sk/crdbus54/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sk/crdbus54/MOD1/settings.xml
[build XSL] sk/crdbus54/MOD1/styles.xml
[build XSL] sk/crdbus54/MOD2/atevent.xml
[build XSL] sk/crdbus54/MOD2/content.xml
[build XSL] sk/crdbus54/MOD2/meta.xml
[build CPY] sk/crdbus54/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sk/crdbus54/MOD2/settings.xml
[build XSL] sk/crdbus54/MOD2/styles.xml
[build CPY] sk/standard/mimetype
[build XSL] sk/standard/A/A.xml
[build XSL] sk/standard/A/atevent.xml
[build XSL] sk/standard/BlockList.xml
[build XSL] sk/standard/BW/atevent.xml
[build XSL] sk/standard/BW/BW.xml
[build XSL] sk/standard/C/atevent.xml
[build XSL] sk/standard/C/C.xml
[build XSL] sk/standard/CAN/atevent.xml
[build XSL] sk/standard/CAN/content.xml
[build XSL] sk/standard/CAN/meta.xml
[build XSL] sk/standard/CAN/settings.xml
[build XSL] sk/standard/CAN/styles.xml
[build XSL] sk/standard/CD/atevent.xml
[build XSL] sk/standard/CD/CD.xml
[build XSL] sk/standard/CM/atevent.xml
[build XSL] sk/standard/CM/CM.xml
[build XSL] sk/standard/CNL/atevent.xml
[build XSL] sk/standard/CNL/CNL.xml
[build XSL] sk/standard/DMS/atevent.xml
[build XSL] sk/standard/DMS/content.xml
[build XSL] sk/standard/DMS/meta.xml
[build XSL] sk/standard/DMS/settings.xml
[build XSL] sk/standard/DMS/styles.xml
[build XSL] sk/standard/DT/atevent.xml
[build XSL] sk/standard/DT/DT.xml
[build XSL] sk/standard/FN/content.xml
[build CPY] sk/standard/FN/manifest.rdf
[build XSL] sk/standard/FN/Object_1/content.xml
[build XSL] sk/standard/FN/Object_1/settings.xml
[build XSL] sk/standard/FN/styles.xml
[build XSL] sk/standard/IRT/atevent.xml
[build XSL] sk/standard/IRT/IRT.xml
[build XSL] sk/standard/J/atevent.xml
[build XSL] sk/standard/J/content.xml
[build XSL] sk/standard/J/meta.xml
[build XSL] sk/standard/J/settings.xml
[build XSL] sk/standard/J/styles.xml
[build XSL] sk/standard/JACL/atevent.xml
[build XSL] sk/standard/JACL/content.xml
[build XSL] sk/standard/JACL/meta.xml
[build XSL] sk/standard/JACL/settings.xml
[build XSL] sk/standard/JACL/styles.xml
[build XSL] sk/standard/JACR/atevent.xml
[build XSL] sk/standard/JACR/content.xml
[build XSL] sk/standard/JACR/meta.xml
[build XSL] sk/standard/JACR/settings.xml
[build XSL] sk/standard/JACR/styles.xml
[build XSL] sk/standard/JAINV/atevent.xml
[build XSL] sk/standard/JAINV/content.xml
[build XSL] sk/standard/JAINV/meta.xml
[build XSL] sk/standard/JAINV/settings.xml
[build XSL] sk/standard/JAINV/styles.xml
[build XSL] sk/standard/JARL/atevent.xml
[build XSL] sk/standard/JARL/content.xml
[build XSL] sk/standard/JARL/meta.xml
[build XSL] sk/standard/JARL/settings.xml
[build XSL] sk/standard/JARL/styles.xml
[build XSL] sk/standard/LAG/atevent.xml
[build XSL] sk/standard/LAG/LAG.xml
[build XSL] sk/standard/LIC/atevent.xml
[build XSL] sk/standard/LIC/content.xml
[build XSL] sk/standard/LIC/meta.xml
[build XSL] sk/standard/LIC/settings.xml
[build XSL] sk/standard/LIC/styles.xml
[build XSL] sk/standard/LOREM/LOREM.xml
[build XSL] sk/standard/META-INF/manifest.xml
[build XSL] sk/standard/P/atevent.xml
[build XSL] sk/standard/P/P.xml
[build XSL] sk/standard/R1/atevent.xml
[build XSL] sk/standard/R1/content.xml
[build XSL] sk/standard/R1/meta.xml
[build XSL] sk/standard/R1/settings.xml
[build XSL] sk/standard/R1/styles.xml
[build XSL] sk/standard/R2/atevent.xml
[build XSL] sk/standard/R2/content.xml
[build XSL] sk/standard/R2/meta.xml
[build XSL] sk/standard/R2/settings.xml
[build XSL] sk/standard/R2/styles.xml
[build XSL] sk/standard/RE/atevent.xml
[build XSL] sk/standard/RE/RE.xml
[build XSL] sk/standard/RF/atevent.xml
[build XSL] sk/standard/RF/RF.xml
[build XSL] sk/standard/RG/atevent.xml
[build XSL] sk/standard/RG/RG.xml
[build XSL] sk/standard/RM/atevent.xml
[build XSL] sk/standard/RM/RM.xml
[build XSL] sk/standard/S/atevent.xml
[build XSL] sk/standard/S/S.xml
[build XSL] sk/standard/SD/atevent.xml
[build XSL] sk/standard/SD/SD.xml
[build XSL] sk/standard/SI/atevent.xml
[build XSL] sk/standard/SI/SI.xml
[build XSL] sk/standard/TC/atevent.xml
[build XSL] sk/standard/TC/TC.xml
[build XSL] sk/standard/TOP/atevent.xml
[build XSL] sk/standard/TOP/TOP.xml
[build XSL] sk/standard/TWIMC/atevent.xml
[build XSL] sk/standard/TWIMC/TWIMC.xml
[build XSL] sk/standard/TY/atevent.xml
[build XSL] sk/standard/TY/TY.xml
[build XSL] sk/standard/VA/atevent.xml
[build XSL] sk/standard/VA/VA.xml
[build XSL] sk/standard/VOM/atevent.xml
[build XSL] sk/standard/VOM/VOM.xml
[build XSL] sk/standard/YT/atevent.xml
[build XSL] sk/standard/YT/content.xml
[build XSL] sk/standard/YT/meta.xml
[build XSL] sk/standard/YT/settings.xml
[build XSL] sk/standard/YT/styles.xml
[build CPY] sk/template/mimetype
[build XSL] sk/template/BlockList.xml
[build XSL] sk/template/H1B/content.xml
[build CPY] sk/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] sk/template/H1B/styles.xml
[build XSL] sk/template/H1C/content.xml
[build XSL] sk/template/H1C/styles.xml
[build XSL] sk/template/H1N/content.xml
[build XSL] sk/template/H1N/styles.xml
[build XSL] sk/template/HB/content.xml
[build CPY] sk/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] sk/template/HB/styles.xml
[build XSL] sk/template/HC/content.xml
[build XSL] sk/template/HC/styles.xml
[build XSL] sk/template/HLB/content.xml
[build XSL] sk/template/HLB/styles.xml
[build XSL] sk/template/HLC/content.xml
[build XSL] sk/template/HLC/styles.xml
[build XSL] sk/template/HLN/content.xml
[build XSL] sk/template/HLN/styles.xml
[build XSL] sk/template/HN/content.xml
[build XSL] sk/template/HN/styles.xml
[build XSL] sk/template/HRB/content.xml
[build CPY] sk/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] sk/template/HRB/styles.xml
[build XSL] sk/template/HRC/content.xml
[build XSL] sk/template/HRC/styles.xml
[build XSL] sk/template/HRN/content.xml
[build XSL] sk/template/HRN/styles.xml
[build XSL] sk/template/META-INF/manifest.xml
[build XSL] sk/template/PT1/content.xml
[build XSL] sk/template/PT1/styles.xml
[build XSL] sk/template/PT2/content.xml
[build XSL] sk/template/PT2/styles.xml
[build CPY] sl/crdbus50/mimetype
[build XSL] sl/crdbus50/BlockList.xml
[build XSL] sl/crdbus50/CON1/atevent.xml
[build XSL] sl/crdbus50/CON1/content.xml
[build XSL] sl/crdbus50/CON1/meta.xml
[build CPY] sl/crdbus50/CON1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sl/crdbus50/CON1/settings.xml
[build XSL] sl/crdbus50/CON1/styles.xml
[build XSL] sl/crdbus50/CON2/atevent.xml
[build XSL] sl/crdbus50/CON2/content.xml
[build XSL] sl/crdbus50/CON2/meta.xml
[build CPY] sl/crdbus50/CON2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sl/crdbus50/CON2/settings.xml
[build XSL] sl/crdbus50/CON2/styles.xml
[build XSL] sl/crdbus50/ELE1/atevent.xml
[build XSL] sl/crdbus50/ELE1/content.xml
[build XSL] sl/crdbus50/ELE1/meta.xml
[build XSL] sl/crdbus50/ELE1/settings.xml
[build XSL] sl/crdbus50/ELE1/styles.xml
[build XSL] sl/crdbus50/ELE2/atevent.xml
[build XSL] sl/crdbus50/ELE2/content.xml
[build XSL] sl/crdbus50/ELE2/meta.xml
[build XSL] sl/crdbus50/ELE2/settings.xml
[build XSL] sl/crdbus50/ELE2/styles.xml
[build XSL] sl/crdbus50/ELE3/atevent.xml
[build XSL] sl/crdbus50/ELE3/content.xml
[build XSL] sl/crdbus50/ELE3/meta.xml
[build XSL] sl/crdbus50/ELE3/settings.xml
[build XSL] sl/crdbus50/ELE3/styles.xml
[build XSL] sl/crdbus50/META-INF/manifest.xml
[build CPY] sl/crdbus54/mimetype
[build XSL] sl/crdbus54/BlockList.xml
[build XSL] sl/crdbus54/ELE1/atevent.xml
[build XSL] sl/crdbus54/ELE1/content.xml
[build XSL] sl/crdbus54/ELE1/meta.xml
[build XSL] sl/crdbus54/ELE1/settings.xml
[build XSL] sl/crdbus54/ELE1/styles.xml
[build XSL] sl/crdbus54/ELE2/atevent.xml
[build XSL] sl/crdbus54/ELE2/content.xml
[build XSL] sl/crdbus54/ELE2/meta.xml
[build XSL] sl/crdbus54/ELE2/settings.xml
[build XSL] sl/crdbus54/ELE2/styles.xml
[build XSL] sl/crdbus54/ELE3/atevent.xml
[build XSL] sl/crdbus54/ELE3/content.xml
[build XSL] sl/crdbus54/ELE3/meta.xml
[build XSL] sl/crdbus54/ELE3/settings.xml
[build XSL] sl/crdbus54/ELE3/styles.xml
[build XSL] sl/crdbus54/META-INF/manifest.xml
[build XSL] sl/crdbus54/MOD1/atevent.xml
[build XSL] sl/crdbus54/MOD1/content.xml
[build XSL] sl/crdbus54/MOD1/meta.xml
[build CPY] sl/crdbus54/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sl/crdbus54/MOD2/atevent.xml
[build XSL] sl/crdbus54/MOD2/content.xml
[build XSL] sl/crdbus54/MOD2/meta.xml
[build CPY] sl/crdbus54/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sl/crdbus54/MOD2/settings.xml
[build XSL] sl/crdbus54/MOD2/styles.xml
[build CPY] sl/standard/mimetype
[build XSL] sl/standard/A/A.xml
[build XSL] sl/standard/A/atevent.xml
[build XSL] sl/standard/BlockList.xml
[build XSL] sl/standard/BW/atevent.xml
[build XSL] sl/standard/BW/BW.xml
[build XSL] sl/standard/C/atevent.xml
[build XSL] sl/standard/C/C.xml
[build XSL] sl/standard/CAN/atevent.xml
[build XSL] sl/standard/CAN/content.xml
[build XSL] sl/standard/CAN/meta.xml
[build XSL] sl/standard/CAN/settings.xml
[build XSL] sl/standard/CAN/styles.xml
[build XSL] sl/standard/CD/atevent.xml
[build XSL] sl/standard/CD/CD.xml
[build XSL] sl/standard/CM/atevent.xml
[build XSL] sl/standard/CM/CM.xml
[build XSL] sl/standard/CNL/atevent.xml
[build XSL] sl/standard/CNL/CNL.xml
[build XSL] sl/standard/DMS/atevent.xml
[build XSL] sl/standard/DMS/content.xml
[build XSL] sl/standard/DMS/meta.xml
[build XSL] sl/standard/DMS/settings.xml
[build XSL] sl/standard/DMS/styles.xml
[build XSL] sl/standard/DT/atevent.xml
[build XSL] sl/standard/DT/DT.xml
[build XSL] sl/standard/FN/content.xml
[build CPY] sl/standard/FN/manifest.rdf
[build XSL] sl/standard/FN/Object_1/content.xml
[build XSL] sl/standard/FN/Object_1/settings.xml
[build XSL] sl/standard/FN/styles.xml
[build XSL] sl/standard/IRT/atevent.xml
[build XSL] sl/standard/IRT/IRT.xml
[build XSL] sl/standard/J/atevent.xml
[build XSL] sl/standard/J/content.xml
[build XSL] sl/standard/J/meta.xml
[build XSL] sl/standard/J/settings.xml
[build XSL] sl/standard/J/styles.xml
[build XSL] sl/standard/JACL/atevent.xml
[build XSL] sl/standard/JACL/content.xml
[build XSL] sl/standard/JACL/meta.xml
[build XSL] sl/standard/JACL/settings.xml
[build XSL] sl/standard/JACL/styles.xml
[build XSL] sl/standard/JACR/atevent.xml
[build XSL] sl/standard/JACR/content.xml
[build XSL] sl/standard/JACR/meta.xml
[build XSL] sl/standard/JACR/settings.xml
[build XSL] sl/standard/JACR/styles.xml
[build XSL] sl/standard/JAINV/atevent.xml
[build XSL] sl/standard/JAINV/content.xml
[build XSL] sl/standard/JAINV/meta.xml
[build XSL] sl/standard/JAINV/settings.xml
[build XSL] sl/standard/JAINV/styles.xml
[build XSL] sl/standard/JARL/atevent.xml
[build XSL] sl/standard/JARL/content.xml
[build XSL] sl/standard/JARL/meta.xml
[build XSL] sl/standard/JARL/settings.xml
[build XSL] sl/standard/JARL/styles.xml
[build XSL] sl/standard/LAG/atevent.xml
[build XSL] sl/standard/LAG/LAG.xml
[build XSL] sl/standard/LIC/atevent.xml
[build XSL] sl/standard/LIC/content.xml
[build XSL] sl/standard/LIC/meta.xml
[build XSL] sl/standard/LIC/settings.xml
[build XSL] sl/standard/LIC/styles.xml
[build XSL] sl/standard/LOREM/LOREM.xml
[build XSL] sl/standard/META-INF/manifest.xml
[build XSL] sl/standard/P/atevent.xml
[build XSL] sl/standard/P/P.xml
[build XSL] sl/standard/R1/atevent.xml
[build XSL] sl/standard/R1/content.xml
[build XSL] sl/standard/R1/meta.xml
[build XSL] sl/standard/R1/settings.xml
[build XSL] sl/standard/R1/styles.xml
[build XSL] sl/standard/R2/atevent.xml
[build XSL] sl/standard/R2/content.xml
[build XSL] sl/standard/R2/meta.xml
[build XSL] sl/standard/R2/settings.xml
[build XSL] sl/standard/R2/styles.xml
[build XSL] sl/standard/RE/atevent.xml
[build XSL] sl/standard/RE/RE.xml
[build XSL] sl/standard/RF/atevent.xml
[build XSL] sl/standard/RF/RF.xml
[build XSL] sl/standard/RG/atevent.xml
[build XSL] sl/standard/RG/RG.xml
[build XSL] sl/standard/RM/atevent.xml
[build XSL] sl/standard/RM/RM.xml
[build XSL] sl/standard/S/atevent.xml
[build XSL] sl/standard/S/S.xml
[build XSL] sl/standard/SD/atevent.xml
[build XSL] sl/standard/SD/SD.xml
[build XSL] sl/standard/SI/atevent.xml
[build XSL] sl/standard/SI/SI.xml
[build XSL] sl/standard/TC/atevent.xml
[build XSL] sl/standard/TC/TC.xml
[build XSL] sl/standard/TOP/atevent.xml
[build XSL] sl/standard/TOP/TOP.xml
[build XSL] sl/standard/TWIMC/atevent.xml
[build XSL] sl/standard/TWIMC/TWIMC.xml
[build XSL] sl/standard/TY/atevent.xml
[build XSL] sl/standard/TY/TY.xml
[build XSL] sl/standard/VA/atevent.xml
[build XSL] sl/standard/VA/VA.xml
[build XSL] sl/standard/VOM/atevent.xml
[build XSL] sl/standard/VOM/VOM.xml
[build XSL] sl/standard/YT/atevent.xml
[build XSL] sl/standard/YT/content.xml
[build XSL] sl/standard/YT/meta.xml
[build XSL] sl/standard/YT/settings.xml
[build XSL] sl/standard/YT/styles.xml
[build CPY] sl/template/mimetype
[build XSL] sl/template/BlockList.xml
[build XSL] sl/template/H1B/content.xml
[build CPY] sl/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build CPY] sl/template/H1B/Pictures/2000001B00000CD200000CEDFB14A12B.svm
[build XSL] sl/template/H1B/styles.xml
[build XSL] sl/template/H1C/content.xml
[build XSL] sl/template/H1C/styles.xml
[build XSL] sl/template/H1N/content.xml
[build XSL] sl/template/H1N/styles.xml
[build XSL] sl/template/HB/content.xml
[build CPY] sl/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build CPY] sl/template/HB/Pictures/2000001B00000CD200000CEDFB14A12B.svm
[build XSL] sl/template/HB/styles.xml
[build XSL] sl/template/HC/content.xml
[build XSL] sl/template/HC/styles.xml
[build XSL] sl/template/HLB/content.xml
[build XSL] sl/template/HLB/styles.xml
[build XSL] sl/template/HLC/content.xml
[build XSL] sl/template/HLC/styles.xml
[build XSL] sl/template/HLN/content.xml
[build XSL] sl/template/HLN/styles.xml
[build XSL] sl/template/HN/content.xml
[build XSL] sl/template/HN/styles.xml
[build XSL] sl/template/HRB/content.xml
[build CPY] sl/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build CPY] sl/template/HRB/Pictures/2000001B00000CD200000CEDFB14A12B.svm
[build XSL] sl/template/HRB/styles.xml
[build XSL] sl/template/HRC/content.xml
[build XSL] sl/template/HRC/styles.xml
[build XSL] sl/template/HRN/content.xml
[build XSL] sl/template/HRN/styles.xml
[build XSL] sl/template/META-INF/manifest.xml
[build XSL] sl/template/PT1/content.xml
[build XSL] sl/template/PT1/styles.xml
[build XSL] sl/template/PT2/content.xml
[build XSL] sl/template/PT2/styles.xml
[build CPY] sr-CS/standard/mimetype
[build XSL] sr-CS/standard/BlockList.xml
[build XSL] sr-CS/standard/FN/content.xml
[build CPY] sr-CS/standard/FN/manifest.rdf
[build XSL] sr-CS/standard/FN/Object_1/content.xml
[build XSL] sr-CS/standard/FN/Object_1/settings.xml
[build XSL] sr-CS/standard/FN/styles.xml
[build XSL] sr-CS/standard/LOREM/LOREM.xml
[build XSL] sr-CS/standard/META-INF/manifest.xml
[build CPY] sr-Latn-CS/standard/mimetype
[build XSL] sr-Latn-CS/standard/BlockList.xml
[build XSL] sr-Latn-CS/standard/FN/content.xml
[build CPY] sr-Latn-CS/standard/FN/manifest.rdf
[build XSL] sr-Latn-CS/standard/FN/Object_1/content.xml
[build XSL] sr-Latn-CS/standard/FN/Object_1/settings.xml
[build XSL] sr-Latn-CS/standard/FN/styles.xml
[build XSL] sr-Latn-CS/standard/LOREM/LOREM.xml
[build XSL] sr-Latn-CS/standard/META-INF/manifest.xml
[build CPY] sr-Latn-ME/standard/mimetype
[build XSL] sr-Latn-ME/standard/BlockList.xml
[build XSL] sr-Latn-ME/standard/FN/content.xml
[build CPY] sr-Latn-ME/standard/FN/manifest.rdf
[build XSL] sr-Latn-ME/standard/FN/Object_1/content.xml
[build XSL] sr-Latn-ME/standard/FN/Object_1/settings.xml
[build XSL] sr-Latn-ME/standard/FN/styles.xml
[build XSL] sr-Latn-ME/standard/LOREM/LOREM.xml
[build XSL] sr-Latn-ME/standard/META-INF/manifest.xml
[build CPY] sr-Latn-RS/standard/mimetype
[build XSL] sr-Latn-RS/standard/BlockList.xml
[build XSL] sr-Latn-RS/standard/FN/content.xml
[build CPY] sr-Latn-RS/standard/FN/manifest.rdf
[build XSL] sr-Latn-RS/standard/FN/Object_1/content.xml
[build XSL] sr-Latn-RS/standard/FN/Object_1/settings.xml
[build XSL] sr-Latn-RS/standard/FN/styles.xml
[build XSL] sr-Latn-RS/standard/LOREM/LOREM.xml
[build XSL] sr-Latn-RS/standard/META-INF/manifest.xml
[build CPY] sr-ME/standard/mimetype
[build XSL] sr-ME/standard/BlockList.xml
[build XSL] sr-ME/standard/FN/content.xml
[build CPY] sr-ME/standard/FN/manifest.rdf
[build XSL] sr-ME/standard/FN/Object_1/content.xml
[build XSL] sr-ME/standard/FN/Object_1/settings.xml
[build XSL] sr-ME/standard/FN/styles.xml
[build XSL] sr-ME/standard/LOREM/LOREM.xml
[build XSL] sr-ME/standard/META-INF/manifest.xml
[build CPY] sr-RS/standard/mimetype
[build XSL] sr-RS/standard/BlockList.xml
[build XSL] sr-RS/standard/FN/content.xml
[build CPY] sr-RS/standard/FN/manifest.rdf
[build XSL] sr-RS/standard/FN/Object_1/content.xml
[build XSL] sr-RS/standard/FN/Object_1/settings.xml
[build XSL] sr-RS/standard/FN/styles.xml
[build XSL] sr-RS/standard/LOREM/LOREM.xml
[build XSL] sr-RS/standard/META-INF/manifest.xml
[build CPY] sv/crdbus50/mimetype
[build XSL] sv/crdbus50/BlockList.xml
[build XSL] sv/crdbus50/KLA1/atevent.xml
[build XSL] sv/crdbus50/KLA1/content.xml
[build XSL] sv/crdbus50/KLA1/meta.xml
[build XSL] sv/crdbus50/KLA1/settings.xml
[build XSL] sv/crdbus50/KLA1/styles.xml
[build XSL] sv/crdbus50/KLA2/atevent.xml
[build XSL] sv/crdbus50/KLA2/content.xml
[build XSL] sv/crdbus50/KLA2/meta.xml
[build XSL] sv/crdbus50/KLA2/settings.xml
[build XSL] sv/crdbus50/KLA2/styles.xml
[build XSL] sv/crdbus50/KLA3/atevent.xml
[build XSL] sv/crdbus50/KLA3/content.xml
[build XSL] sv/crdbus50/KLA3/meta.xml
[build XSL] sv/crdbus50/KLA3/settings.xml
[build XSL] sv/crdbus50/KLA3/styles.xml
[build XSL] sv/crdbus50/META-INF/manifest.xml
[build XSL] sv/crdbus50/MOD1/atevent.xml
[build XSL] sv/crdbus50/MOD1/content.xml
[build XSL] sv/crdbus50/MOD1/meta.xml
[build CPY] sv/crdbus50/MOD1/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sv/crdbus50/MOD1/settings.xml
[build XSL] sv/crdbus50/MOD1/styles.xml
[build XSL] sv/crdbus50/MOD2/atevent.xml
[build XSL] sv/crdbus50/MOD2/content.xml
[build XSL] sv/crdbus50/MOD2/meta.xml
[build CPY] sv/crdbus50/MOD2/Pictures/2000001B00000CD200000CED91A0BB03.svm
[build XSL] sv/crdbus50/MOD2/settings.xml
[build XSL] sv/crdbus50/MOD2/styles.xml
[build CPY] sv/standard/mimetype
[build XSL] sv/standard/AA/atevent.xml
[build XSL] sv/standard/AA/content.xml
[build XSL] sv/standard/AA/meta.xml
[build XSL] sv/standard/AA/settings.xml
[build XSL] sv/standard/AA/styles.xml
[build XSL] sv/standard/ABM/ABM.xml
[build XSL] sv/standard/ABM/atevent.xml
[build XSL] sv/standard/AI/atevent.xml
[build XSL] sv/standard/AI/content.xml
[build XSL] sv/standard/AI/meta.xml
[build XSL] sv/standard/AI/settings.xml
[build XSL] sv/standard/AI/styles.xml
[build XSL] sv/standard/ANS/atevent.xml
[build XSL] sv/standard/ANS/content.xml
[build XSL] sv/standard/ANS/meta.xml
[build XSL] sv/standard/ANS/settings.xml
[build XSL] sv/standard/ANS/styles.xml
[build XSL] sv/standard/ANY/ANY.xml
[build XSL] sv/standard/ANY/atevent.xml
[build XSL] sv/standard/B/B.xml
[build XSL] sv/standard/BT/atevent.xml
[build XSL] sv/standard/BT/BT.xml
[build XSL] sv/standard/BV/atevent.xml
[build XSL] sv/standard/BV/BV.xml
[build XSL] sv/standard/F/F.xml
[build XSL] sv/standard/FN/content.xml
[build CPY] sv/standard/FN/manifest.rdf
[build XSL] sv/standard/FN/Object_1/content.xml
[build XSL] sv/standard/FN/Object_1/settings.xml
[build XSL] sv/standard/FN/styles.xml
[build XSL] sv/standard/K/atevent.xml
[build XSL] sv/standard/K/K.xml
[build XSL] sv/standard/LOREM/LOREM.xml
[build XSL] sv/standard/META-INF/manifest.xml
[build XSL] sv/standard/MVH/atevent.xml
[build XSL] sv/standard/MVH/content.xml
[build XSL] sv/standard/MVH/meta.xml
[build XSL] sv/standard/MVH/settings.xml
[build XSL] sv/standard/MVH/styles.xml
[build XSL] sv/standard/O/atevent.xml
[build XSL] sv/standard/O/O.xml
[build XSL] sv/standard/OR/atevent.xml
[build XSL] sv/standard/OR/OR.xml
[build XSL] sv/standard/P1/atevent.xml
[build XSL] sv/standard/P1/content.xml
[build XSL] sv/standard/P1/meta.xml
[build XSL] sv/standard/P1/settings.xml
[build XSL] sv/standard/P1/styles.xml
[build XSL] sv/standard/P2/atevent.xml
[build XSL] sv/standard/P2/content.xml
[build XSL] sv/standard/P2/meta.xml
[build XSL] sv/standard/P2/settings.xml
[build XSL] sv/standard/P2/styles.xml
[build XSL] sv/standard/UA/atevent.xml
[build XSL] sv/standard/UA/content.xml
[build XSL] sv/standard/UA/meta.xml
[build XSL] sv/standard/UA/settings.xml
[build XSL] sv/standard/UA/styles.xml
[build XSL] sv/standard/UL/atevent.xml
[build XSL] sv/standard/UL/UL.xml
[build CPY] sv/template/mimetype
[build XSL] sv/template/BlockList.xml
[build XSL] sv/template/H1B/content.xml
[build CPY] sv/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] sv/template/H1B/styles.xml
[build XSL] sv/template/H1C/content.xml
[build XSL] sv/template/H1C/styles.xml
[build XSL] sv/template/H1N/content.xml
[build XSL] sv/template/H1N/styles.xml
[build XSL] sv/template/HB/content.xml
[build CPY] sv/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] sv/template/HB/styles.xml
[build XSL] sv/template/HC/content.xml
[build XSL] sv/template/HC/styles.xml
[build XSL] sv/template/HLB/content.xml
[build XSL] sv/template/HLB/styles.xml
[build XSL] sv/template/HLC/content.xml
[build XSL] sv/template/HLC/styles.xml
[build XSL] sv/template/HLN/content.xml
[build XSL] sv/template/HLN/styles.xml
[build XSL] sv/template/HN/content.xml
[build XSL] sv/template/HN/styles.xml
[build XSL] sv/template/HRB/content.xml
[build CPY] sv/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] sv/template/HRB/styles.xml
[build XSL] sv/template/HRC/content.xml
[build XSL] sv/template/HRC/styles.xml
[build XSL] sv/template/HRN/content.xml
[build XSL] sv/template/HRN/styles.xml
[build XSL] sv/template/META-INF/manifest.xml
[build XSL] sv/template/PT1/content.xml
[build XSL] sv/template/PT1/styles.xml
[build XSL] sv/template/PT2/content.xml
[build XSL] sv/template/PT2/styles.xml
[build CPY] tr/crdbus50/mimetype
[build XSL] tr/crdbus50/BlockList.xml
[build XSL] tr/crdbus50/C+AR4-D1/atevent.xml
[build XSL] tr/crdbus50/C+AR4-D1/content.xml
[build XSL] tr/crdbus50/C+AR4-D1/styles.xml
[build XSL] tr/crdbus50/C+AR4-D2/atevent.xml
[build XSL] tr/crdbus50/C+AR4-D2/content.xml
[build XSL] tr/crdbus50/C+AR4-D2/styles.xml
[build XSL] tr/crdbus50/META-INF/manifest.xml
[build XSL] tr/crdbus50/PRO1/atevent.xml
[build XSL] tr/crdbus50/PRO1/content.xml
[build XSL] tr/crdbus50/PRO1/styles.xml
[build XSL] tr/crdbus50/PRO2/atevent.xml
[build XSL] tr/crdbus50/PRO2/content.xml
[build XSL] tr/crdbus50/PRO2/styles.xml
[build XSL] tr/crdbus50/PRO3/atevent.xml
[build XSL] tr/crdbus50/PRO3/content.xml
[build XSL] tr/crdbus50/PRO3/styles.xml
[build XSL] tr/crdbus50/ZAR1/atevent.xml
[build XSL] tr/crdbus50/ZAR1/content.xml
[build CPY] tr/crdbus50/ZAR1/Pictures/2000000D00000434000006FD09D5CC61.svm
[build XSL] tr/crdbus50/ZAR1/styles.xml
[build XSL] tr/crdbus50/ZAR2/atevent.xml
[build XSL] tr/crdbus50/ZAR2/content.xml
[build CPY] tr/crdbus50/ZAR2/Pictures/2000000D00000434000006FD09D5CC61.svm
[build XSL] tr/crdbus50/ZAR2/styles.xml
[build XSL] tr/crdbus50/ZAR3/atevent.xml
[build XSL] tr/crdbus50/ZAR3/content.xml
[build CPY] tr/crdbus50/ZAR3/Pictures/2000000D00000434000006FD09D5CC61.svm
[build XSL] tr/crdbus50/ZAR3/styles.xml
[build CPY] tr/standard/mimetype
[build XSL] tr/standard/BlockList.xml
[build XSL] tr/standard/FN/content.xml
[build CPY] tr/standard/FN/manifest.rdf
[build XSL] tr/standard/FN/Object_1/content.xml
[build XSL] tr/standard/FN/Object_1/settings.xml
[build XSL] tr/standard/FN/styles.xml
[build XSL] tr/standard/LOREM/LOREM.xml
[build XSL] tr/standard/META-INF/manifest.xml
[build CPY] tr/template/mimetype
[build XSL] tr/template/BlockList.xml
[build XSL] tr/template/META-INF/manifest.xml
[build XSL] tr/template/PT1/atevent.xml
[build XSL] tr/template/PT1/content.xml
[build XSL] tr/template/PT1/styles.xml
[build XSL] tr/template/PT2/atevent.xml
[build XSL] tr/template/PT2/content.xml
[build XSL] tr/template/PT2/styles.xml
[build CPY] vi/standard/mimetype
[build XSL] vi/standard/BlockList.xml
[build XSL] vi/standard/FN/content.xml
[build CPY] vi/standard/FN/manifest.rdf
[build XSL] vi/standard/FN/Object_1/content.xml
[build XSL] vi/standard/FN/Object_1/settings.xml
[build XSL] vi/standard/FN/styles.xml
[build XSL] vi/standard/LOREM/LOREM.xml
[build XSL] vi/standard/META-INF/manifest.xml
[build CPY] zh-CN/crdbus50/mimetype
[build XSL] zh-CN/crdbus50/BlockList.xml
[build XSL] zh-CN/crdbus50/KLA1/content.xml
[build XSL] zh-CN/crdbus50/KLA1/styles.xml
[build XSL] zh-CN/crdbus50/KLA2/content.xml
[build XSL] zh-CN/crdbus50/KLA2/styles.xml
[build XSL] zh-CN/crdbus50/KLA3/content.xml
[build XSL] zh-CN/crdbus50/KLA3/styles.xml
[build XSL] zh-CN/crdbus50/META-INF/manifest.xml
[build XSL] zh-CN/crdbus50/MOD1/content.xml
[build XSL] zh-CN/crdbus50/MOD1/styles.xml
[build XSL] zh-CN/crdbus50/MOD2/content.xml
[build XSL] zh-CN/crdbus50/MOD2/styles.xml
[build CPY] zh-CN/standard/mimetype
[build XSL] zh-CN/standard/AR/AR.xml
[build XSL] zh-CN/standard/AR/atevent.xml
[build XSL] zh-CN/standard/BlockList.xml
[build XSL] zh-CN/standard/CAN/atevent.xml
[build XSL] zh-CN/standard/CAN/content.xml
[build XSL] zh-CN/standard/CAN/styles.xml
[build XSL] zh-CN/standard/CP/content.xml
[build XSL] zh-CN/standard/CP/styles.xml
[build XSL] zh-CN/standard/DMS/content.xml
[build XSL] zh-CN/standard/DMS/styles.xml
[build XSL] zh-CN/standard/DT/content.xml
[build XSL] zh-CN/standard/DT/styles.xml
[build XSL] zh-CN/standard/E/E.xml
[build XSL] zh-CN/standard/FN/content.xml
[build CPY] zh-CN/standard/FN/manifest.rdf
[build XSL] zh-CN/standard/FN/Object_1/content.xml
[build XSL] zh-CN/standard/FN/Object_1/settings.xml
[build XSL] zh-CN/standard/FN/styles.xml
[build XSL] zh-CN/standard/I/I.xml
[build XSL] zh-CN/standard/JACL/atevent.xml
[build XSL] zh-CN/standard/JACL/content.xml
[build XSL] zh-CN/standard/JACL/styles.xml
[build XSL] zh-CN/standard/JACR/content.xml
[build XSL] zh-CN/standard/JACR/styles.xml
[build XSL] zh-CN/standard/JAINV/atevent.xml
[build XSL] zh-CN/standard/JAINV/content.xml
[build XSL] zh-CN/standard/JAINV/styles.xml
[build XSL] zh-CN/standard/JARL/atevent.xml
[build XSL] zh-CN/standard/JARL/content.xml
[build XSL] zh-CN/standard/JARL/styles.xml
[build XSL] zh-CN/standard/JARWPR/atevent.xml
[build XSL] zh-CN/standard/JARWPR/content.xml
[build XSL] zh-CN/standard/JARWPR/styles.xml
[build XSL] zh-CN/standard/LOREM/LOREM.xml
[build XSL] zh-CN/standard/META-INF/manifest.xml
[build XSL] zh-CN/standard/O/atevent.xml
[build XSL] zh-CN/standard/O/O.xml
[build XSL] zh-CN/standard/Q/atevent.xml
[build XSL] zh-CN/standard/Q/Q.xml
[build XSL] zh-CN/standard/R1/atevent.xml
[build XSL] zh-CN/standard/R1/content.xml
[build XSL] zh-CN/standard/R1/styles.xml
[build XSL] zh-CN/standard/R2/atevent.xml
[build XSL] zh-CN/standard/R2/content.xml
[build XSL] zh-CN/standard/R2/styles.xml
[build XSL] zh-CN/standard/TOP/content.xml
[build XSL] zh-CN/standard/TOP/styles.xml
[build XSL] zh-CN/standard/YT/content.xml
[build XSL] zh-CN/standard/YT/styles.xml
[build CPY] zh-CN/template/mimetype
[build XSL] zh-CN/template/BlockList.xml
[build XSL] zh-CN/template/H1B/content.xml
[build CPY] zh-CN/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] zh-CN/template/H1B/styles.xml
[build XSL] zh-CN/template/H1C/content.xml
[build XSL] zh-CN/template/H1C/styles.xml
[build XSL] zh-CN/template/H1N/content.xml
[build XSL] zh-CN/template/H1N/styles.xml
[build XSL] zh-CN/template/HB/content.xml
[build CPY] zh-CN/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] zh-CN/template/HB/styles.xml
[build XSL] zh-CN/template/HC/content.xml
[build XSL] zh-CN/template/HC/styles.xml
[build XSL] zh-CN/template/HLB/content.xml
[build XSL] zh-CN/template/HLB/styles.xml
[build XSL] zh-CN/template/HLC/content.xml
[build XSL] zh-CN/template/HLC/styles.xml
[build XSL] zh-CN/template/HLN/content.xml
[build XSL] zh-CN/template/HLN/styles.xml
[build XSL] zh-CN/template/HN/content.xml
[build XSL] zh-CN/template/HN/styles.xml
[build XSL] zh-CN/template/HRB/content.xml
[build CPY] zh-CN/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] zh-CN/template/HRB/styles.xml
[build XSL] zh-CN/template/HRC/content.xml
[build XSL] zh-CN/template/HRC/styles.xml
[build XSL] zh-CN/template/HRN/content.xml
[build XSL] zh-CN/template/HRN/styles.xml
[build XSL] zh-CN/template/META-INF/manifest.xml
[build XSL] zh-CN/template/PT1/content.xml
[build XSL] zh-CN/template/PT1/styles.xml
[build XSL] zh-CN/template/PT2/content.xml
[build XSL] zh-CN/template/PT2/styles.xml
[build CPY] zh-TW/crdbus50/mimetype
[build XSL] zh-TW/crdbus50/BlockList.xml
[build XSL] zh-TW/crdbus50/KLA1/content.xml
[build XSL] zh-TW/crdbus50/KLA1/styles.xml
[build XSL] zh-TW/crdbus50/KLA2/content.xml
[build XSL] zh-TW/crdbus50/KLA2/styles.xml
[build XSL] zh-TW/crdbus50/KLA3/content.xml
[build XSL] zh-TW/crdbus50/KLA3/styles.xml
[build XSL] zh-TW/crdbus50/META-INF/manifest.xml
[build XSL] zh-TW/crdbus50/MOD1/content.xml
[build XSL] zh-TW/crdbus50/MOD1/styles.xml
[build XSL] zh-TW/crdbus50/MOD2/content.xml
[build XSL] zh-TW/crdbus50/MOD2/styles.xml
[build CPY] zh-TW/standard/mimetype
[build XSL] zh-TW/standard/AR/AR.xml
[build XSL] zh-TW/standard/AR/atevent.xml
[build XSL] zh-TW/standard/BlockList.xml
[build XSL] zh-TW/standard/BT/BT.xml
[build XSL] zh-TW/standard/CAN/atevent.xml
[build XSL] zh-TW/standard/CAN/content.xml
[build XSL] zh-TW/standard/CAN/styles.xml
[build XSL] zh-TW/standard/CP/content.xml
[build XSL] zh-TW/standard/CP/styles.xml
[build XSL] zh-TW/standard/DMS/content.xml
[build XSL] zh-TW/standard/DMS/styles.xml
[build XSL] zh-TW/standard/E/E.xml
[build XSL] zh-TW/standard/FN/content.xml
[build CPY] zh-TW/standard/FN/manifest.rdf
[build XSL] zh-TW/standard/FN/Object_1/content.xml
[build XSL] zh-TW/standard/FN/Object_1/settings.xml
[build XSL] zh-TW/standard/FN/styles.xml
[build XSL] zh-TW/standard/I/I.xml
[build XSL] zh-TW/standard/JACL/atevent.xml
[build XSL] zh-TW/standard/JACL/content.xml
[build XSL] zh-TW/standard/JACL/styles.xml
[build XSL] zh-TW/standard/JACR/content.xml
[build XSL] zh-TW/standard/JACR/styles.xml
[build XSL] zh-TW/standard/JAINV/atevent.xml
[build XSL] zh-TW/standard/JAINV/content.xml
[build XSL] zh-TW/standard/JAINV/styles.xml
[build XSL] zh-TW/standard/JARL/content.xml
[build XSL] zh-TW/standard/JARL/styles.xml
[build XSL] zh-TW/standard/JARWPR/content.xml
[build XSL] zh-TW/standard/JARWPR/styles.xml
[build XSL] zh-TW/standard/LOREM/LOREM.xml
[build XSL] zh-TW/standard/M1/atevent.xml
[build XSL] zh-TW/standard/M1/content.xml
[build XSL] zh-TW/standard/M1/styles.xml
[build XSL] zh-TW/standard/M2/atevent.xml
[build XSL] zh-TW/standard/M2/content.xml
[build XSL] zh-TW/standard/M2/styles.xml
[build XSL] zh-TW/standard/META-INF/manifest.xml
[build XSL] zh-TW/standard/O/atevent.xml
[build XSL] zh-TW/standard/O/O.xml
[build XSL] zh-TW/standard/Q/atevent.xml
[build XSL] zh-TW/standard/Q/Q.xml
[build XSL] zh-TW/standard/TOP/content.xml
[build XSL] zh-TW/standard/TOP/styles.xml
[build XSL] zh-TW/standard/YT/content.xml
[build XSL] zh-TW/standard/YT/styles.xml
[build CPY] zh-TW/template/mimetype
[build XSL] zh-TW/template/BlockList.xml
[build XSL] zh-TW/template/H1B/content.xml
[build CPY] zh-TW/template/H1B/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] zh-TW/template/H1B/styles.xml
[build XSL] zh-TW/template/H1C/content.xml
[build XSL] zh-TW/template/H1C/styles.xml
[build XSL] zh-TW/template/H1N/content.xml
[build XSL] zh-TW/template/H1N/styles.xml
[build XSL] zh-TW/template/HB/content.xml
[build CPY] zh-TW/template/HB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] zh-TW/template/HB/styles.xml
[build XSL] zh-TW/template/HC/content.xml
[build XSL] zh-TW/template/HC/styles.xml
[build XSL] zh-TW/template/HLB/content.xml
[build XSL] zh-TW/template/HLB/styles.xml
[build XSL] zh-TW/template/HLC/content.xml
[build XSL] zh-TW/template/HLC/styles.xml
[build XSL] zh-TW/template/HLN/content.xml
[build XSL] zh-TW/template/HLN/styles.xml
[build XSL] zh-TW/template/HN/content.xml
[build XSL] zh-TW/template/HN/styles.xml
[build XSL] zh-TW/template/HRB/content.xml
[build CPY] zh-TW/template/HRB/Pictures/2000001B00000CD200000CED63AA5866.svm
[build XSL] zh-TW/template/HRB/styles.xml
[build XSL] zh-TW/template/HRC/content.xml
[build XSL] zh-TW/template/HRC/styles.xml
[build XSL] zh-TW/template/HRN/content.xml
[build XSL] zh-TW/template/HRN/styles.xml
[build XSL] zh-TW/template/META-INF/manifest.xml
[build XSL] zh-TW/template/PT1/content.xml
[build XSL] zh-TW/template/PT1/styles.xml
[build XSL] zh-TW/template/PT2/content.xml
[build XSL] zh-TW/template/PT2/styles.xml
[build LOC] filter
[build LOC] forms
[build LOC] formula
[build LOC] fpicker
[build LOC] framework
[build CXX] i18npool/source/breakiterator/gendict.cxx
[build CXX] i18npool/source/textconversion/genconv_dict.cxx
[build CUS] instsetoo_native/setup
[build C  ] jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c
[build JCS] CustomTarget/jvmfwk/jreproperties/JREProperties.class
[build ECH] CustomTarget/jvmfwk/jvmfwk3_ini/jvmfwk3rc
[build CXX] l10ntools/source/idxdict/idxdict.cxx
[build CUS] librelogo/locproperties
[build PKG] librelogo_properties
[build MOD] o3tl
[build SED] CustomTarget/odk/docs/cpp/Doxyfile
[build SED] docs/install.html
[build SED] docs/tools.html
[build SED] examples/DevelopersGuide/examples.html
[build SED] CustomTarget/odk/settings/dk.mk
[build C  ] odk/source/unoapploader/unx/unoapploader.c
[build XSL] CustomTarget/readlicense_oo/readme/README_en-US
[build JCS] loader
[build ECH] CustomTarget/pyuno/pythonloader_ini/pythonloader.unorc
[build SED] CustomTarget/pyuno/python_shell/os.sh
[build CUS] readlicense_oo/readme
[build CXX] registry/tools/fileurl.cxx
[build CXX] registry/tools/options.cxx
[build LOC] reportdesign
[build CXX] sal/qa/osl/process/osl_process_child.cxx
[build LOC] sc
[build LOC] scaddins
[build LOC] sccomp
[build AIN] activexbinarytable
[build AIN] activex
[build AIN] activexwin64
[build AIN] base
[build AIN] base_brand
[build AIN] brand
[build AIN] calc
[build AIN] calc_brand
[build AIN] draw_brand
[build AIN] extensions_ct2n
[build AIN] extensions_bsh
[build AIN] extensions_numbertext
[build AIN] extensions_rhino
[build AIN] firebirdsdbc
[build AIN] gnome
[build AIN] graphicfilter
[build AIN] impress
[build AIN] impress_brand
[build AIN] kde
[build AIN] libreofficekit
[build AIN] math
[build AIN] math_brand
[build AIN] ogltrans
[build AIN] onlineupdate
[build AIN] ooo
[build AIN] ooo_fonts
[build AIN] ooo_images
[build AIN] ooobinarytable
[build AIN] python
[build AIN] python_scriptprovider
[build AIN] python_librelogo
[build AIN] postgresqlsdbc
[build AIN] pdfimport
[build AIN] quickstart
[build AIN] reportbuilder
[build AIN] sdk
[build AIN] ure
[build AIN] winexplorerextbinarytable
[build AIN] winexplorerext
[build AIN] writer
[build AIN] writer_brand
[build AIN] xsltfilter
[build SCT] scp2/source/templates/alllangmodules_base
[build C  ] soltools/cpp/_cpp.c
[build C  ] soltools/cpp/_eval.c
[build C  ] soltools/cpp/_include.c
[build C  ] soltools/cpp/_lex.c
[build C  ] soltools/cpp/_macro.c
[build C  ] soltools/cpp/_mcrvalid.c
[build C  ] soltools/cpp/_nlist.c
[build C  ] soltools/cpp/_tokens.c
[build C  ] soltools/cpp/_unix.c
[build C  ] soltools/cpp/_getopt.c
[build RDB] scriptproviderforbeanshell
[build RDB] scriptproviderforjavascript
[build LOC] sd
[build VAL] CustomTarget/sfx2/classification/example.validated
[build LOC] sfx2
[build C  ] shell/source/unix/misc/uri-encode.c
[build CPY] TestExtension/description.xml
[build CXX] solenv/gbuildtojson/gbuildtojson.cxx
[build CXX] soltools/mkdepend/collectdircontent.cxx
[build C  ] soltools/mkdepend/cppsetup.c
[build C  ] soltools/mkdepend/ifparser.c
[build C  ] soltools/mkdepend/include.c
[build C  ] soltools/mkdepend/main.c
[build C  ] soltools/mkdepend/parse.c
[build C  ] soltools/mkdepend/pr.c
[build LOC] starmath
[build LOC] svl
[build LOC] svtools
[build LOC] svx
[build LOC] sw
[build ECH] CustomTarget/sysui/infoplist/PkgInfo
[build ECH] CustomTarget/testtools/bridgetest/bridgetest_server
[build ECH] CustomTarget/testtools/bridgetest/bridgetest_client
[build ECH] CustomTarget/testtools/bridgetest/bridgetest_javaserver
[build ECH] CustomTarget/testtools/bridgetest/bridgetest_inprocess_java
[build CXX] tools/source/misc/pathutils.cxx
[build PKG] ure_install
[build LOC] uui
[build LOC] vcl
[build SED] CustomTarget/wizards/share/dialog.xlc
[build SED] CustomTarget/wizards/share/script.xlc
[build PKG] wizards_properties
[build LOC] wizards
[build LOC] writerperfect
[build LOC] xmlsecurity
[build LOC] external
[build CHK] external
[build SLC] external
[build UPK] boost_1_63_0.tar.bz2
[build DEP] LNK:Library/libuno_sal.dylib.3
[build LNK] Library/libuno_sal.dylib.3
[build UPK] nss-3.29.5-with-nspr-4.13.1.tar.gz
[build UPK] liblangtag-0.6.2.tar.bz2
[build DEP] LNK:StaticLibrary/libfindsofficepath.a
[build LNK] StaticLibrary/libfindsofficepath.a
[build PAT] mdds
[build PAT] epoxy
[build UPK] libjpeg-turbo-1.5.1.tar.gz
[build PAT] pdfium
[build UPK] lcms2-2.8.tar.gz
[build PAT] glm
[build PAT] graphite
bsdtar: copyfile unpack (Projects/mac/.DS_Store) failed: File exists
[build BIN] apple_remote
[build PAT] collada2gltf
[build PAT] opencollada
[build PAT] png
[build CUS] editeng/generated
[build GPF] CustomTarget/xmloff/generated/tokenhash.inc
[build PKG] UIConfig/modules/BasicIDE
[build PKG] udkapi_idl
[build JAR] unoloader
[build PKG] canvas_opengl_shader
[build GPF] CustomTarget/oox/generated/tokenhash.inc
[build UPK] expat-2.2.3.tar.bz2
[build PKG] UIConfig/modules/schart
[build PKG] chart2_opengl_shader
[build XCM] connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers-calc.xcu
[build XCU] connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_calc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers-dbase.xcu
[build XCU] connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_dbase/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers-flat.xcu
[build XCU] connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_flat/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers-mysql.xcu
[build XCU] connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_mysql/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers-odbc.xcu
[build XCU] connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_odbc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers-writer.xcu
[build XCU] connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_writer/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers-hsqldb.xcu
[build XCU] connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_hsqldb/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers-jdbc.xcu
[build XCU] connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_jdbc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build UPK] 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
[build XCM] connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers-macab.xcu
[build XCU] connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_macab/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCM] connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu
[build XCU] connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_postgresql/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build UPK] openssl-1.0.2k.tar.gz
[build PKG] connectivity_postgresql-sdbc
[build XCM] connectivity/registry/mork/org/openoffice/Office/DataAccess/Drivers-mork.xcu
[build XCU] connectivity/registry/mork/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_mork/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build PKG] UIConfig/cui
[build PY ] CustomTarget/writerfilter/source/ooxml/model_preprocessed.xml
[build PKG] UIConfig/dbaccess
[build PKG] UIConfig/modules/dbapp
[build PKG] UIConfig/modules/dbbrowser
[build PKG] UIConfig/modules/dbquery
[build PKG] UIConfig/modules/dbrelation
[build PKG] UIConfig/modules/dbtable
[build PKG] UIConfig/modules/dbtdata
[build CUS] desktop/unopackages_install
[build PAT] clucene
[build PKG] desktop_branding
[build PKG] UIConfig/desktop
[build PKG] desktop_scripts_install
[build PKG] UIConfig/editeng
[build PKG] UIConfig/modules/sabpilot
[build PKG] UIConfig/modules/scanner
[build PKG] UIConfig/modules/sbibliography
[build PKG] UIConfig/modules/spropctrlr
[build CFG] updchk
[build DEP] LNK:Library/libOOoSpotlightImporter.dylib
[build LNK] Library/libOOoSpotlightImporter.dylib
[build PKG] extensions_mdibundle
[build UPK] commons-logging-1.2-src.tar.gz
[build UPK] beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip
[build BIN] clew
[build UPK] CoinMP-1.7.6.tgz
[build UPK] cppunit-1.14.0.tar.gz
[build UPK] 047c3feb121261b76dc16cdb62f54483-hunspell-1.6.0.tar.gz
[build UPK] 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
[build UPK] eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
[build UPK] d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
[build UPK] 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
[build UPK] ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
[build UPK] 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
[build UPK] 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
[build UPK] 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
[build UPK] f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
[build PAT] cmis
[build UPK] 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
[build UPK] 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
[build PKG] more_fonts_conf
[build PAT] font_caladea
[build PAT] font_carlito
[build PAT] font_dejavu
[build PAT] font_gentium
[build PAT] font_liberation
[build PAT] font_liberation_narrow
[build PAT] font_libertineg
[build PAT] font_opensans
[build PAT] font_ptserif
[build PAT] font_sourcecode
[build PAT] font_sourcesans
[build PAT] font_emojione_color
[build PAT] neon
[build UPK] a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz
[build UPK] 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
[build PAT] ucpp
[build ZIP] acor_af-ZA.dat
[build ZIP] acor_bg-BG.dat
[build ZIP] acor_ca-ES.dat
[build ZIP] acor_cs-CZ.dat
[build ZIP] acor_da-DK.dat
[build ZIP] acor_de.dat
[build ZIP] acor_en-AU.dat
[build ZIP] acor_en-GB.dat
[build ZIP] acor_en-US.dat
[build ZIP] acor_en-ZA.dat
[build ZIP] acor_es.dat
[build ZIP] acor_fa-IR.dat
[build ZIP] acor_fi-FI.dat
[build ZIP] acor_fr.dat
[build ZIP] acor_ga-IE.dat
[build ZIP] acor_hr-HR.dat
[build ZIP] acor_hu-HU.dat
[build ZIP] acor_is-IS.dat
[build ZIP] acor_it.dat
[build ZIP] acor_ja-JP.dat
[build ZIP] acor_ko-KR.dat
[build ZIP] acor_lb-LU.dat
[build ZIP] acor_lt-LT.dat
[build ZIP] acor_mn-MN.dat
[build ZIP] acor_nl-NL.dat
[build ZIP] acor_nl-BE.dat
[build ZIP] acor_pl-PL.dat
[build ZIP] acor_pt-PT.dat
[build ZIP] acor_pt-BR.dat
[build ZIP] acor_ro-RO.dat
[build ZIP] acor_ru-RU.dat
[build ZIP] acor_sk-SK.dat
[build ZIP] acor_sl-SI.dat
[build ZIP] acor_sr-CS.dat
[build ZIP] acor_sr-Latn-CS.dat
[build ZIP] acor_sr-Latn-ME.dat
[build ZIP] acor_sr-Latn-RS.dat
[build ZIP] acor_sr-ME.dat
[build ZIP] acor_sr-RS.dat
[build ZIP] acor_sv-SE.dat
[build ZIP] acor_tr-TR.dat
[build ZIP] acor_vi-VN.dat
[build ZIP] acor_zh-CN.dat
[build ZIP] acor_zh-TW.dat
[build ZIP] mytexts.bau
[build PKG] extras_cfgsrvnolang
[build PKG] extras_cfgusr
[build PKG] extras_database
[build PKG] extras_databasebiblio
[build PKG] extras_fonts
[build PKG] extras_gallbullets
[build PKG] extras_gallhtmlexpo
[build PKG] extras_gallmytheme
[build PKG] extras_gallroot
[build PKG] extras_gallsystem
[build PKG] extras_gallwwwback
[build PKG] extras_gallwwwgraf
[build PKG] extras_labels
[build PKG] extras_palettes
[build PKG] extras_tplofficorr
[build PKG] extras_tploffimisc
[build PKG] extras_tplpresnt
[build PKG] extras_tpl_styles
[build PKG] extras_tplpersonal
[build PKG] extras_tplwizagenda
[build PKG] extras_tplwizbitmap
[build PKG] extras_tplwizdesktop
[build PKG] extras_tplwizfax
[build PKG] extras_tplwizletter
[build PKG] extras_tplwizreport
[build PKG] extras_tplwizstyles
[build PKG] extras_wordbook
[build PKG] UIConfig/filter
[build PKG] UIConfig/formula
[build PKG] UIConfig/fps
[build PKG] UIConfig/modules/dbreport
[build PKG] UIConfig/modules/scalc
[build PKG] UIConfig/modules/sdraw
[build PKG] UIConfig/modules/simpress
[build PKG] UIConfig/sfx
[build PKG] UIConfig/modules/smath
[build PKG] UIConfig/svt
[build PKG] UIConfig/svx
[build PKG] UIConfig/modules/sglobal
[build PKG] UIConfig/modules/sweb
[build PKG] UIConfig/modules/swform
[build PKG] UIConfig/modules/swreport
[build PKG] UIConfig/modules/swriter
[build PKG] UIConfig/modules/swxform
[build PKG] UIConfig/uui
[build PKG] UIConfig/vcl
[build PKG] UIConfig/writerperfect
[build PKG] UIConfig/xmlsec
[build ECH] CustomTarget/postprocess/registry/base.list
[build ECH] CustomTarget/postprocess/registry/calc.list
[build ECH] CustomTarget/postprocess/registry/cjk.list
[build XCD] ctl
[build ECH] CustomTarget/postprocess/registry/draw.list
[build XCD] graphicfilter
[build ECH] CustomTarget/postprocess/registry/impress.list
[build ECH] CustomTarget/postprocess/registry/librelogo.list
[build ECH] CustomTarget/postprocess/registry/main.list
[build XCD] math
[build XCD] pyuno
[build ECH] CustomTarget/postprocess/registry/writer.list
[build XCD] xsltfilter
[build ECH] CustomTarget/postprocess/registry/reportbuilder.list
[build ECH] CustomTarget/postprocess/registry/postgresql.list
[build XCD] onlineupdate
[build XCD] ogltrans
[build XCD] Langpack-en-US
[build CFG] fcfg_langpack
[build CFG] registry
[build GPF] CustomTarget/filter/source/svg/tokens.cxx
[build CUS] sw/generated
[build PKG] sd_xml
[build PKG] Pyuno/mailmerge
[build PKG] Pyuno/agenda
[build PKG] Pyuno/fax
[build PKG] Pyuno/letter
[build CUS] sdext/pdfimport
[build PKG] offapi_idl
[build PKG] Gallery/Files/arrows
[build PKG] Gallery/Files/computers
[build PKG] Gallery/Files/diagrams
[build PKG] Gallery/Files/education
[build PKG] Gallery/Files/environment
[build PKG] Gallery/Files/finance
[build PKG] Gallery/Files/people
[build PKG] Gallery/Files/symbols
[build PKG] Gallery/Files/sounds
[build PKG] Gallery/Files/txtshapes
[build PKG] Gallery/Files/transportation
[build ZIP] af-ZA/standard.bau
[build ZIP] bg/crdbus50.bau
[build ZIP] bg/standard.bau
[build ZIP] bg/template.bau
[build ZIP] ca/standard.bau
[build ZIP] cs/crdbus50.bau
[build ZIP] cs/crdbus54.bau
[build ZIP] cs/standard.bau
[build ZIP] cs/template.bau
[build ZIP] da/crdbus50.bau
[build ZIP] da/standard.bau
[build ZIP] da/template.bau
[build ZIP] de/crdbus50.bau
[build ZIP] de/standard.bau
[build ZIP] de/template.bau
[build ZIP] en-AU/standard.bau
[build ZIP] en-GB/crdbus50.bau
[build ZIP] en-GB/standard.bau
[build ZIP] en-GB/template.bau
[build ZIP] en-US/crdbus50.bau
[build ZIP] en-US/standard.bau
[build ZIP] en-US/template.bau
[build ZIP] en-ZA/standard.bau
[build ZIP] es/crdbus50.bau
[build ZIP] es/standard.bau
[build ZIP] es/template.bau
[build ZIP] fa/standard.bau
[build ZIP] fi/standard.bau
[build ZIP] fr/crdbus50.bau
[build ZIP] fr/standard.bau
[build ZIP] fr/template.bau
[build ZIP] ga-IE/standard.bau
[build ZIP] hr/standard.bau
[build ZIP] hu/crdbus50.bau
[build ZIP] hu/crdbus54.bau
[build ZIP] hu/standard.bau
[build ZIP] hu/template.bau
[build ZIP] is/standard.bau
[build ZIP] it/crdbus50.bau
[build ZIP] it/standard.bau
[build ZIP] it/template.bau
[build ZIP] ja/crdbus50.bau
[build ZIP] ja/standard.bau
[build ZIP] ja/template.bau
[build ZIP] km/crdbus50.bau
[build ZIP] km/standard.bau
[build ZIP] km/template.bau
[build ZIP] ko/crdbus50.bau
[build ZIP] ko/standard.bau
[build ZIP] ko/template.bau
[build ZIP] lb-LU/standard.bau
[build ZIP] lt/standard.bau
[build ZIP] mn/crdbus50.bau
[build ZIP] mn/standard.bau
[build ZIP] mn/template.bau
[build ZIP] nl-BE/standard.bau
[build ZIP] nl/crdbus50.bau
[build ZIP] nl/standard.bau
[build ZIP] nl/template.bau
[build ZIP] pl/crdbus50.bau
[build ZIP] pl/standard.bau
[build ZIP] pl/template.bau
[build ZIP] pt-BR/crdbus50.bau
[build ZIP] pt-BR/standard.bau
[build ZIP] pt-BR/template.bau
[build ZIP] pt/crdbus50.bau
[build ZIP] pt/standard.bau
[build ZIP] pt/template.bau
[build ZIP] ro/standard.bau
[build ZIP] ru/crdbus50.bau
[build ZIP] ru/standard.bau
[build ZIP] ru/template.bau
[build ZIP] sk/crdbus50.bau
[build ZIP] sk/crdbus54.bau
[build ZIP] sk/standard.bau
[build ZIP] sk/template.bau
[build ZIP] sl/crdbus50.bau
[build ZIP] sl/crdbus54.bau
[build ZIP] sl/standard.bau
[build ZIP] sl/template.bau
[build ZIP] sr-CS/standard.bau
[build ZIP] sr-Latn-CS/standard.bau
[build ZIP] sr-Latn-ME/standard.bau
[build ZIP] sr-Latn-RS/standard.bau
[build ZIP] sr-ME/standard.bau
[build ZIP] sr-RS/standard.bau
[build ZIP] sv/crdbus50.bau
[build ZIP] sv/standard.bau
[build ZIP] sv/template.bau
[build ZIP] tr/crdbus50.bau
[build ZIP] tr/standard.bau
[build ZIP] tr/template.bau
[build ZIP] vi/standard.bau
[build ZIP] zh-CN/crdbus50.bau
[build ZIP] zh-CN/standard.bau
[build ZIP] zh-CN/template.bau
[build ZIP] zh-TW/crdbus50.bau
[build ZIP] zh-TW/standard.bau
[build ZIP] zh-TW/template.bau
[build PKG] filter_docbook
[build PKG] filter_xhtml
[build PKG] filter_xslt
[build PKG] framework_dtd
[build PKG] instsetoo_native_setup_ure
[build PKG] instsetoo_native_setup
[build CUS] jvmfwk/jreproperties
[build CUS] jvmfwk/jvmfwk3_ini
[build PKG] jvmfwk_javavendors
[build DEP] LNK:Executable/idxdict
[build LNK] Executable/idxdict
[build PKG] librelogo
[build PKG] odk_headers
[build PKG] odk_headers_generated
[build CUS] odk/html
[build CUS] odk/settings
[build DEP] LNK:Executable/unoapploader
[build LNK] Executable/unoapploader
[build PKG] odk_config
[build PKG] odk_docs
[build PKG] odk_html
[build PKG] odk_examples
[build PKG] odk_settings
[build PKG] odk_settings_generated
[build PKG] odk_share_readme
[build CPY] CustomTarget/odk/classes/java.done
[build PKG] odk_unowinreg
[build PKG] officecfg_misc
[build PKG] oox_customshapes
[build PKG] oox_generated
[build PKG] package_dtd
[build CUS] pyuno/pythonloader_ini
[build PKG] pyuno_python_scripts
[build PKG] pyuno_pythonloader_ini
[build CAT] CustomTarget/pyuno/python_shell/python.sh
[build PKG] readlicense_oo_files
[build PKG] readlicense_oo_readmes
[build DEP] LNK:StaticLibrary/libregistry_helper.a
[build LNK] StaticLibrary/libregistry_helper.a
[build PKG] reportbuilder-templates
[build PKG] sc_opencl_runtimetest
[build PKG] sc_res_xml
[build AIN] all
[build CUS] scp2/macros
[build DEP] LNK:Executable/cpp
[build LNK] Executable/cpp
[build PKG] scripting_java
[build PKG] scripting_ScriptsBeanShell
[build PKG] scripting_ScriptsJavaScript
[build PKG] scripting_scriptbindinglib
[build PKG] scriptproviderforpython
[build PKG] scripting_ScriptsPython
[build PKG] sd_opengl
[build PKG] sd_web
[build PKG] sdext_pdfimport_pdf
[build CUS] setup_native/mac
[build CUS] setup_native/spell
[build PKG] setup_native_packinfo
[build CUS] sfx2/classification
[build PKG] sfx2_classification
[build PKG] sfx2_emojiconfig
[build DEP] LNK:Executable/uri-encode
[build LNK] Executable/uri-encode
[build PKG] shell_senddoc
[build PKG] slideshow_opengl_shader
[build ZIP] smoketestdoc
[build DEP] LNK:Executable/gbuildtojson
[build LNK] Executable/gbuildtojson
[build DEP] LNK:Executable/makedepend
[build LNK] Executable/makedepend
[build PKG] sysui_osxicons
[build PRL] CustomTarget/sysui/infoplist/InfoPlist_en-US/InfoPlist.strings
[build PKG] test_unittest
[build CUS] testtools/bridgetest
[build DEP] LNK:StaticLibrary/libooopathutils.a
[build LNK] StaticLibrary/libooopathutils.a
[build PKG] vcl_opengl_shader
[build PKG] vcl_osxres
[build CUS] wizards/share
[build PKG] wizards_basicsrvaccess2base
[build PKG] wizards_basicsrvdepot
[build PKG] wizards_basicsrveuro
[build PKG] wizards_basicsrvform
[build PKG] wizards_basicsrvgimmicks
[build PKG] wizards_basicsrvimport
[build PKG] wizards_basicshare
[build PKG] wizards_basicsrvstandard
[build PKG] wizards_basicsrvtemplate
[build PKG] wizards_basicsrvtools
[build PKG] wizards_basicsrvtutorials
[build PKG] wizards_basicusr
[build PKG] wizards_wizardshare
[build PKG] Pyuno/commonwizards
[build PKG] xmlhelp_helpxsl
[build PKG] xmloff_dtd
[build PKG] xmlscript_dtd
[build ECH] CustomTarget/odk/allheaders/allheaders.hxx
[build CUS] odk/allheaders
[build DEP] LNK:Library/libuno_salhelpergcc3.dylib.3
[build LNK] Library/libuno_salhelpergcc3.dylib.3
[build UPK] icu4c-59_1-src.tgz
[build PAT] nss
[build PAT] langtag
[build DEP] LNK:Executable/bestreversemap
[build LNK] Executable/bestreversemap
[build PAT] jpeg-turbo
[build PAT] lcms2
[build MOD] apple_remote
[build CUS] xmloff/generated
[build PKG] UIConfig/modules/BasicIDE_generated
[build CUS] oox/generated
[build PAT] expat
[build PKG] UIConfig/modules/schart_generated
[build CFG] driver_calc
[build CFG] driver_dbase
[build CFG] driver_flat
[build CFG] driver_mysql
[build CFG] driver_odbc
[build CFG] driver_writer
[build CFG] driver_hsqldb
[build CFG] driver_jdbc
[build PAT] hsqldb
[build CFG] driver_macab
[build CFG] driver_postgresql
[build PAT] openssl
[build CFG] driver_mork
[build PKS] UIConfig/cui
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_generated.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_generated.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_values.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/qnametostr.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/resourceids.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-baseStylesheet.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-baseTypes.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-chartDrawing.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-documentProperties.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-graphicalObject.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DCamera.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DLighting.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DScene.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DStyles.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeEffects.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeGeometry.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeLineProperties.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeProperties.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-styleDefaults.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-stylesheet.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-textCharacter.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-wordprocessingDrawing.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_shared-math.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_shared-relationshipReference.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_sml-customXmlMappings.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-main.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-officeDrawing.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-wordprocessingDrawing.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wp14.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_w14.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_a14.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wml.hxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-baseStylesheet.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-baseTypes.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-chartDrawing.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-documentProperties.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-graphicalObject.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DCamera.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DLighting.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DScene.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DStyles.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeEffects.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeGeometry.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeLineProperties.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeProperties.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-styleDefaults.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-stylesheet.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-textCharacter.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-wordprocessingDrawing.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_shared-math.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_shared-relationshipReference.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_sml-customXmlMappings.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-main.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-officeDrawing.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-wordprocessingDrawing.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wp14.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_w14.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_a14.cxx
[build PY ] CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wml.cxx
[build PKS] UIConfig/dbaccess
[build PKG] UIConfig/modules/dbapp_generated
[build PKG] UIConfig/modules/dbbrowser_generated
[build PKG] UIConfig/modules/dbquery_generated
[build PKG] UIConfig/modules/dbrelation_generated
[build PKG] UIConfig/modules/dbtable_generated
[build PKG] UIConfig/modules/dbtdata_generated
[build GPK] desktop_unopackages_install
[build PKS] UIConfig/desktop
[build PKS] UIConfig/editeng
[build PKS] UIConfig/modules/sabpilot
[build PKS] UIConfig/modules/scanner
[build PKG] UIConfig/modules/sbibliography_generated
[build PKS] UIConfig/modules/spropctrlr
[build PKG] extensions_OOoSpotlightImporter
[build PAT] apache_commons_logging
[build PAT] beanshell
[build MOD] clew
[build PAT] coinmp
[build PAT] cppunit
[build BIN] glm
[build PAT] hunspell
[build PAT] jfreereport_sac
[build PAT] jfreereport_libbase
[build PAT] jfreereport_flute
[build PAT] jfreereport_libloader
[build PAT] jfreereport_libxml
[build PAT] jfreereport_libformula
[build PAT] jfreereport_libfonts
[build PAT] jfreereport_librepository
[build PAT] jfreereport_libserializer
[build PAT] exttextcat
[build PAT] lpsolve
[build BIN] mdds
missing header for unified diff at line 31 of patch
[build PAT] raptor
[build PAT] rhino
[build CUS] extras/source/autocorr
[build CUS] extras/source/autotext/user
[build PKG] extras_autocorr
[build PKG] extras_autotextuser
[build PKG] extras_glade
[build PKS] UIConfig/filter
[build PKS] UIConfig/formula
[build PKS] UIConfig/fps
[build PKG] UIConfig/modules/StartModule_generated
[build PKG] UIConfig/modules/dbreport_generated
[build PKG] UIConfig/modules/scalc_generated
[build PKG] UIConfig/modules/sdraw_generated
[build PKG] UIConfig/modules/simpress_generated
[build PKS] UIConfig/sfx
[build PKG] UIConfig/modules/smath_generated
[build PKS] UIConfig/svt
[build PKS] UIConfig/svx
[build PKG] UIConfig/modules/sglobal_generated
[build PKG] UIConfig/modules/sweb_generated
[build PKG] UIConfig/modules/swform_generated
[build PKG] UIConfig/modules/swreport_generated
[build PKG] UIConfig/modules/swriter_generated
[build PKG] UIConfig/modules/swxform_generated
[build PKS] UIConfig/uui
[build PKS] UIConfig/vcl
[build PKS] UIConfig/writerperfect
[build PKS] UIConfig/xmlsec
[build XCD] base
[build XCD] calc
[build XCD] cjk
[build XCD] draw
[build XCD] impress
[build XCD] librelogo
[build XCD] main
[build XCD] writer
[build XCD] reportbuilder
[build XCD] postgresql
[build AWK] CustomTarget/postprocess/registry/fcfg_langpack_en-US.list
[build AWK] CustomTarget/postprocess/registry/registry_en-US.list
[build CUS] filter/source/svg
[build PYU] mailmerge
[build PYU] agenda
[build PYU] fax
[build PYU] letter
[build CUS] extras/source/autotext
[build PKG] autotextshare_en-US
[build DEP] LNK:Executable/gendict
[build LNK] Executable/gendict
[build DEP] LNK:Executable/genconv_dict
[build LNK] Executable/genconv_dict
[build BIN] instsetoo_native
[build DEP] LNK:Library/libjpipe.jnilib
[build LNK] Library/libjpipe.jnilib
[build PKG] jvmfwk_jreproperties
[build PKG] jvmfwk_jvmfwk3_ini
[build BIN] librelogo
[build GEN] CustomTarget/odk/docs/cpp/doxygen.log
[build PKG] odk_share_readme_generated
[build CUS] odk/classes
[build BIN] officecfg
[build CUS] pyuno/python_shell
[build BIN] readlicense_oo
[build DEP] LNK:Executable/osl_process_child
[build LNK] Executable/osl_process_child
[build BIN] setup_native
[build BIN] solenv
[build BIN] soltools
[build ZIP] CustomTarget/sysui/infoplist/InfoPlist_en-US.zip
[build PYU] commonwizards
  adding: InfoPlist.strings (stored 0%)
[build PAT] boost
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/file.h:1640: warning: end of file while inside a group

[build PAT] icu
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/diagnose.h:30: warning: the name `Provides' supplied as the second argument in the \file statement is not an input file
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:548: warning: found </code> tag without matching <code>
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:549: warning: found </code> tag without matching <code>
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:550: warning: found </code> tag without matching <code>
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:551: warning: found </code> tag without matching <code>
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:552: warning: found </code> tag without matching <code>
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:643: warning: unexpected token in comment block while parsing the argument of command param
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/osl/socket.h:652: warning: The following parameters of osl_shutdownSocket(oslSocket Socket, oslSocketDirection Direction) are not documented:
  parameter 'Direction'
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/sal/log.hxx:354: warning: The following parameters of SAL_DEBUG_BACKTRACE(stream, backtraceDepth) are not documented:
  parameter 'stream'
deprecated:114: warning: explicit link request to 'com::sun::star::uno::Sequence< E >' could not be resolved
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/rtl/character.hxx:247: warning: Found unknown command `\f'
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/rtl/character.hxx:247: warning: Found unknown command `\r'
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/rtl/character.hxx:247: warning: Found unknown command `\t'
/Users/demo/lode/dev/core/instdir/LibreOffice6.0_SDK/include/rtl/character.hxx:247: warning: Found unknown command `\v'
[build C  ] UnpackedTarball/epoxy/src/dispatch_common.c
[build C  ] UnpackedTarball/epoxy/src/gl_generated_dispatch.c
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUHashFunctions.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUIDList.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUNativeString.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUPcreCompiledPattern.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUPrecompiledHeaders.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUStringUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUURI.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathMatrix3.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathMatrix4.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathQuaternion.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathVector3.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWAxisInfo.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWCamera.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWColor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWConstants.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWEffect.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWEffectCommon.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFileInfo.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFloatOrDoubleArray.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFormula.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFormulas.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWGeometry.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWImage.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWInstanceKinematicsScene.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWKinematicsController.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWKinematicsModel.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWKinematicsScene.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWLight.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWLoaderUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMaterial.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMatrix.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMesh.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMeshPrimitive.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMorphController.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWNode.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWPrecompiledHeaders.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWRenderState.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWRoot.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWRotate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSampler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWScale.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSkinController.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSkinControllerData.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSpline.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWTexture.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWTransformation.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWTranslate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWUniqueId.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWValidate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWVisualScene.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLAssetLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLCOLLADACsymbol.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLDocumentProcessor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLExtraDataElementHandler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLExtraDataLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFileLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFilePartLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFormulasLinker.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFormulasLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLGeometryLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLGeometryMaterialIdInfo.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIError.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIErrorHandler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIExtraDataCallbackHandler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIFilePartLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLInputUnshared.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLInstanceArticulatedSystemLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLInstanceKinematicsModelLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIParserImpl14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIParserImpl15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLJointsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLKinematicsIntermediateData.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLKinematicsSceneCreator.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryAnimationsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryArticulatedSystemsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryCamerasLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryControllersLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryEffectsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryFormulasLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryImagesLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryJointsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryKinematicsModelsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryKinematicsScenesLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryLightsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryMaterialsLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryNodesLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLMeshLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLMeshPrimitiveInputList.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLNodeLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLPostProcessor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLPrecompiledHeaders.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLRootParser14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLRootParser15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSaxFWLError.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSaxParserError.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSaxParserErrorHandler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSceneLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidTreeNode.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSourceArrayLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSplineLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTypes.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLVersionParser.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLVisualSceneLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLAssetLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14Private.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateEnums.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateFindElementHash.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateFunctionMap.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateFunctionMapFactory.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateNameMap.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateValidation.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLGeometryLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryAnimationsLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryCamerasLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryControllersLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryEffectsLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryImagesLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryLightsLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryMaterialsLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryNodesLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLMeshLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLNodeLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLSceneLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLSourceArrayLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLSplineLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLVisualSceneLoader14.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLAssetLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15Private.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateEnums.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateFindElementHash.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateFunctionMap.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateFunctionMapFactory.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateNameMap.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateValidation.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLFormulasLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLGeometryLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryAnimationsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryArticulatedSystemsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryCamerasLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryControllersLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryEffectsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryFormulasLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryImagesLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryJointsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryKinematicsModelsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryKinematicsScenesLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryLightsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryMaterialsLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryNodesLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLMeshLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLNodeLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLSceneLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLSourceArrayLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLVisualSceneLoader15.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserCoutErrorHandler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserLibxmlSaxParser.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserNamespaceStack.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParser.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParserError.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParserTemplate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParserTemplateBase.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserRawUnknownElementHandler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserSaxParser.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserStackMemoryManager.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_chartables.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_compile.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_exec.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_globals.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_newline.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_tables.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_try_flipped.c
[build C  ] UnpackedTarball/opencollada/Externals/UTF/src/ConvertUTF.c
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTArithmeticExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTBinaryComparisionExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTConstantExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTFragmentExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTFunctionExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTLogicExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTStringVisitor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTUnaryArithmeticExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTVariableExpression.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLEvaluatorVisitor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSerializationUtil.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSerializationVisitor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSolverFunctionExtensions.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSolverPrecompiled.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLString.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSymbolTable.cpp
[build C  ] UnpackedTarball/png/png.c
[build C  ] UnpackedTarball/png/pngerror.c
[build C  ] UnpackedTarball/png/pngget.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/png.c:14:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngmem.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngerror.c:19:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngpread.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngget.c:15:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngread.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngmem.c:20:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngrio.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpread.c:14:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpread.c:25:9: warning: macro is not used [-Wunused-macros]
#define PNG_READ_iTXt_MODE  7
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpread.c:23:9: warning: macro is not used [-Wunused-macros]
#define PNG_READ_zTXt_MODE  5
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpread.c:26:9: warning: macro is not used [-Wunused-macros]
#define PNG_ERROR_MODE      8
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpread.c:22:9: warning: macro is not used [-Wunused-macros]
#define PNG_READ_tEXt_MODE  4
        ^
7 warnings generated.
[build C  ] UnpackedTarball/png/pngrtran.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngrio.c:21:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngrutil.c
[build C  ] UnpackedTarball/png/pngset.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngread.c:17:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngtrans.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngset.c:19:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngwio.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngrutil.c:17:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngwrite.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngtrans.c:14:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngwtran.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngrtran.c:19:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build C  ] UnpackedTarball/png/pngwutil.c
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngwio.c:21:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngwrite.c:14:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build PKS] UIConfig/modules/BasicIDE
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngwtran.c:14:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build PKS] UIConfig/modules/schart
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngwutil.c:14:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:215:5: warning: 'PNG_INTEL_SSE_OPT' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_OPT > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:1334:5: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/png/pngpriv.h:2085:7: warning: 'PNG_INTEL_SSE_IMPLEMENTATION' is not defined, evaluates to 0 [-Wundef]
#  if PNG_INTEL_SSE_IMPLEMENTATION > 0
      ^
3 warnings generated.
[build UIC] cui
[build CUS] writerfilter/source
[build UIC] dbaccess
[build PKS] UIConfig/modules/dbapp
[build PKS] UIConfig/modules/dbbrowser
[build PKS] UIConfig/modules/dbquery
[build PKS] UIConfig/modules/dbrelation
[build PKS] UIConfig/modules/dbtable
[build PKS] UIConfig/modules/dbtdata
[build UIC] desktop
[build UIC] editeng
[build UIC] modules/sabpilot
[build UIC] modules/scanner
[build PKS] UIConfig/modules/sbibliography
[build UIC] modules/spropctrlr
[build MOD] glm
[build MOD] mdds
[build UIC] filter
[build UIC] formula
[build UIC] fps
[build PKS] UIConfig/modules/StartModule
[build PKS] UIConfig/modules/dbreport
[build PKS] UIConfig/modules/scalc
[build PKS] UIConfig/modules/sdraw
[build PKS] UIConfig/modules/simpress
[build UIC] sfx
[build PKS] UIConfig/modules/smath
[build UIC] svt
[build UIC] svx
[build PKS] UIConfig/modules/sglobal
[build PKS] UIConfig/modules/sweb
[build PKS] UIConfig/modules/swform
[build PKS] UIConfig/modules/swreport
[build PKS] UIConfig/modules/swriter
[build PKS] UIConfig/modules/swxform
[build UIC] uui
[build UIC] vcl
[build UIC] writerperfect
[build UIC] xmlsec
[build XCD] fcfg_langpack_en-US
[build XCD] registry_en-US
[build CMP] scripting/source/pyprov/mailmerge
[build CMP] wizards/com/sun/star/wizards/agenda/agenda
[build CMP] wizards/com/sun/star/wizards/fax/fax
[build CMP] wizards/com/sun/star/wizards/letter/letter
[build ALP] autotextshare
[build MOD] instsetoo_native
[build MOD] librelogo
[build GPK] odk_uno_loader_classes
[build MOD] officecfg
[build CUS] postprocess/registry
[build PKG] python_shell
[build MOD] readlicense_oo
[build BIN] salhelper
[build SPP] scp2/source/base/file_base
[build SPP] scp2/source/base/firebird
[build SPP] scp2/source/base/module_base
[build SPP] scp2/source/base/postgresqlsdbc
[build SPP] scp2/source/calc/file_calc
[build SPP] scp2/source/calc/module_calc
[build SPP] scp2/source/draw/file_draw
[build SPP] scp2/source/draw/module_draw
[build SPP] scp2/source/extensions/file_extensions
[build SPP] scp2/source/extensions/module_extensions
[build SPP] scp2/source/graphicfilter/file_graphicfilter
[build SPP] scp2/source/graphicfilter/module_graphicfilter
[build SPP] scp2/source/impress/file_impress
[build SPP] scp2/source/impress/module_ogltrans
[build SPP] scp2/source/impress/module_impress
[build SPP] scp2/source/math/file_math
[build SPP] scp2/source/math/module_math
[build SPP] scp2/source/onlineupdate/file_onlineupdate
[build SPP] scp2/source/onlineupdate/module_onlineupdate
[build SPP] scp2/source/ooo/common_brand
[build SPP] scp2/source/ooo/directory_ooo
[build SPP] scp2/source/ooo/directory_ooo_macosx
[build SPP] scp2/source/ooo/file_extra_ooo
[build SPP] scp2/source/ooo/file_library_ooo
[build SPP] scp2/source/ooo/file_ooo
[build SPP] scp2/source/ooo/installation_ooo
[build SPP] scp2/source/ooo/module_help_template
[build SPP] scp2/source/ooo/module_hidden_ooo
[build SPP] scp2/source/ooo/module_lang_template
[build SPP] scp2/source/ooo/profileitem_ooo
[build SPP] scp2/source/ooo/scpaction_ooo
[build SPP] scp2/source/ooo/module_helppack
[build SPP] scp2/source/ooo/module_langpack
[build SPP] scp2/source/ooo/module_ooo
[build SPP] scp2/source/ooo/module_systemint
[build SPP] scp2/source/ooo/module_pdfimport
[build SPP] scp2/source/ooo/module_reportbuilder
[build SPP] scp2/source/python/file_python
[build SPP] scp2/source/python/file_python_librelogo
[build SPP] scp2/source/python/module_python
[build SPP] scp2/source/python/module_python_librelogo
[build SPP] scp2/source/ooo/ure
[build SPP] scp2/source/writer/file_writer
[build SPP] scp2/source/writer/module_writer
[build SPP] scp2/source/xsltfilter/file_xsltfilter
[build SPP] scp2/source/xsltfilter/module_xsltfilter
[build SPP] scp2/source/sdkoo/sdkoo
[build MOD] setup_native
[build MOD] solenv
[build MOD] soltools
[build CUS] sysui/infoplist
[build PRJ] langtag
[build PRJ] lcms2
[build CXX] workdir/UnpackedTarball/graphite/src/direct_machine.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_char_info.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_face.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_features.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_font.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_logging.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_segment.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_slot.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/json.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/CachedFace.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/CmapCache.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Code.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Collider.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Decompressor.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Face.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/FeatureMap.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/FileFace.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Font.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/GlyphCache.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/GlyphFace.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Intervals.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Justifier.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/NameTable.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Pass.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Position.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/SegCache.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/SegCacheEntry.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/SegCacheStore.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Segment.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Silf.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Slot.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Sparse.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/TtfUtil.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/UtfCodec.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:36:57: warning: unused parameter 'begin' [-Wunused-parameter]
                std::string convert_between(char const *begin,
                                                        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:37:57: warning: unused parameter 'end' [-Wunused-parameter]
                                            char const *end,
                                                        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:40:57: warning: unused parameter 'how' [-Wunused-parameter]
                                            method_type how)
                                                        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:65:53: warning: unused parameter 'begin' [-Wunused-parameter]
                                        char const *begin,
                                                    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:66:53: warning: unused parameter 'end' [-Wunused-parameter]
                                        char const *end,
                                                    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:68:53: warning: unused parameter 'how' [-Wunused-parameter]
                                        method_type how)
                                                    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:93:57: warning: unused parameter 'begin' [-Wunused-parameter]
                                        CharType const *begin,
                                                        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:94:57: warning: unused parameter 'end' [-Wunused-parameter]
                                        CharType const *end,
                                                        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:96:53: warning: unused parameter 'how' [-Wunused-parameter]
                                        method_type how)
                                                    ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/encoding/codepage.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
10 warnings generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/format.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/formatting.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/format.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/generator.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/formatting.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/ids.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/generator.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/localization_backend.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/ids.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/message.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/localization_backend.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/mo_lambda.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/message.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/std/codecvt.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/mo_lambda.cpp:220:16: warning: unused function 'un_factory' [-Wunused-function]
    plural_ptr un_factory(int value,plural_ptr op)
               ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/std/collate.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/std/codecvt.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/std/converter.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/std/collate.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/std/numeric.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/std/converter.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/std/std_backend.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/util/codecvt_converter.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/std/std_backend.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/util/default_locale.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/std/numeric.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/default_locale.cpp:9:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/util/info.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/codecvt_converter.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/codecvt_converter.cpp:10:
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/encoding.hpp:18:
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/encoding_utf.hpp:11:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/utf.hpp:225:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
            case 2:
            ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/codecvt_converter.cpp:57:56: note: in instantiation of function template specialization 'boost::locale::utf::utf_traits<char, 1>::decode<const char *>' requested here
            utf::code_point c = utf::utf_traits<char>::decode(p,end);
                                                       ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/utf.hpp:225:13: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
            case 2:
            ^
            BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/utf.hpp:225:13: note: insert 'break;' to avoid fall-through
            case 2:
            ^
            break; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/utf.hpp:232:13: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
            case 1:
            ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/utf.hpp:232:13: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
            case 1:
            ^
            BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/locale/utf.hpp:232:13: note: insert 'break;' to avoid fall-through
            case 1:
            ^
            break; 
3 warnings generated.
[build CXX] workdir/UnpackedTarball/boost/libs/locale/src/util/locale_data.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/info.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build DEP] LNK:Library/libepoxy.dylib
[build LNK] Library/libepoxy.dylib
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:207:17: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                case day_of_week_local:     ///< Local day of week, for example in France Monday is 1, in US Sunday is 1, [1..7]
                ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:207:17: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
                case day_of_week_local:     ///< Local day of week, for example in France Monday is 1, in US Sunday is 1, [1..7]
                ^
                BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:207:17: note: insert 'break;' to avoid fall-through
                case day_of_week_local:     ///< Local day of week, for example in France Monday is 1, in US Sunday is 1, [1..7]
                ^
                break; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:552:17: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                default:
                ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:552:17: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
                default:
                ^
                BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:552:17: note: insert 'break;' to avoid fall-through
                default:
                ^
                break; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:665:17: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                default:
                ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:665:17: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
                default:
                ^
                BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:665:17: note: insert 'break;' to avoid fall-through
                default:
                ^
                break; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:726:17: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                case day:
                ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:726:17: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
                case day:
                ^
                BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:726:17: note: insert 'break;' to avoid fall-through
                case day:
                ^
                break; 
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/gregorian.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
5 warnings generated.
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/locale/src/util/locale_data.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define BOOST_LOCALE_SOURCE
        ^
1 warning generated.
[build DEP] LNK:StaticLibrary/libopencollada_parser.a
[build LNK] StaticLibrary/libopencollada_parser.a
[build DEP] LNK:StaticLibrary/libpng.a
[build LNK] StaticLibrary/libpng.a
[build CXX] workdir/UnpackedTarball/collada2gltf/COLLADA2GLTFWriter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GitSHA1.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTFOpenCOLLADAUtils.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/assetModifiers/GLTFFlipUVModifier.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/convert/meshConverter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/convert/animationConverter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/extensions/o3dgc-compression/GLTF-Open3DGC.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAccessor.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAccessorCache.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAsset.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAnimation.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFBuffer.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFConfig.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFEffect.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFExtraDataHandler.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFInputStream.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFMesh.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFOutputStream.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFPrimitive.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFProfile.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFSkin.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFUtils.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFWriter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/helpers/geometryHelpers.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/helpers/mathHelpers.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONArray.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONNumber.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONObject.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONString.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONValue.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/profiles/webgl-1.0/GLTFWebGL_1_0_Profile.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/shaders/commonProfileShaders.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/src/o3dgcTools.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_decode_lib/src/o3dgcDynamicVectorDecoder.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_encode_lib/src/o3dgcDynamicVectorEncoder.cpp
[build UIC] modules/BasicIDE
[build PRJ] expat
[build UIC] modules/schart
[build PRJ] hsqldb
[build PRJ] openssl
[build UIC] modules/dbapp
[build UIC] modules/dbbrowser
[build UIC] modules/dbquery
[build UIC] modules/dbrelation
[build UIC] modules/dbtable
[build UIC] modules/dbtdata
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/SharedHeader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/gunichartables.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/repl_tcslwr.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/repl_tcstoll.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/repl_tcscasecmp.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/repl_tprintf.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/repl_lltot.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/repl_tcstod.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/utf8.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/config/threads.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/debug/condition.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/util/StringBuffer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/util/Misc.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/shared/CLucene/util/dirent.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/StdHeader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/debug/error.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/ThreadLocal.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/Reader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/Equators.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/FastCharStream.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/MD5Digester.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/StringIntern.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/util/BitSet.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/FastCharStream.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/MultiFieldQueryParser.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/QueryParser.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/QueryParserTokenManager.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/QueryToken.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/legacy/Lexer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/legacy/MultiFieldQueryParser.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/legacy/QueryParser.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/legacy/QueryParserBase.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/legacy/QueryToken.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/queryParser/legacy/TokenList.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/analysis/standard/StandardAnalyzer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/analysis/standard/StandardFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/analysis/standard/StandardTokenizer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/analysis/Analyzers.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/analysis/AnalysisHeader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/MMapInput.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/IndexInput.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/Lock.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/LockFactory.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/IndexOutput.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/Directory.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/FSDirectory.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/store/RAMDirectory.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/document/Document.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/document/DateField.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/document/DateTools.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/document/Field.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/document/FieldSelector.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/document/NumberTools.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexFileNames.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexFileNameFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexDeletionPolicy.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentMergeInfo.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentInfos.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/MergeScheduler.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentTermDocs.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/FieldsWriter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/TermInfosWriter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/Term.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/Terms.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/MergePolicy.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/DocumentsWriter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/DocumentsWriterThreadState.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentTermVector.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/TermVectorReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/FieldInfos.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/CompoundFile.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SkipListReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SkipListWriter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexFileDeleter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/DirectoryIndexReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/TermVectorWriter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentTermPositions.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentMerger.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/MultiReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/MultiSegmentReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/Payload.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentTermEnum.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/TermInfo.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexModifier.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentMergeQueue.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/FieldsReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/TermInfosReader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/index/MultipleTermPositions.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/Compare.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/Scorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/ScorerDocQueue.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/PhraseScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/SloppyPhraseScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/DisjunctionSumScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/ConjunctionScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/PhraseQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/PrefixQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/ExactPhraseScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/TermScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/Similarity.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/BooleanScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/BooleanScorer2.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/HitQueue.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/FieldCacheImpl.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/ChainedFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/RangeFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/CachingWrapperFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/QueryFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/TermQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/FuzzyQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/SearchHeader.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/RangeQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/IndexSearcher.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/Sort.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/PhrasePositions.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/FieldDocSortedHitQueue.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/WildcardTermEnum.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/MultiSearcher.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/Hits.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/MultiTermQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/FilteredTermEnum.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/FieldSortedHitQueue.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/WildcardQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/Explanation.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/BooleanQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/FieldCache.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/DateFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/MatchAllDocsQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/MultiPhraseQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/ConstantScoreQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/CachingSpanFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/SpanQueryFilter.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/NearSpansOrdered.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/NearSpansUnordered.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanFirstQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanNearQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanNotQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanOrQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanScorer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanTermQuery.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/SpanWeight.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/core/CLucene/search/spans/TermSpans.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/analysis/cjk/CJKAnalyzer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/analysis/LanguageBasedAnalyzer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/analysis/PorterStemmer.cpp
[build CXX] workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/Snowball.cpp
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/libstemmer/libstemmer.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_danish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_dutch.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_english.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_finnish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_french.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_german.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_italian.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_norwegian.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_porter.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_portuguese.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_spanish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_ISO_8859_1_swedish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_KOI8_R_russian.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_danish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_dutch.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_english.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_finnish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_french.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_german.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_italian.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_norwegian.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_porter.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_portuguese.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_russian.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_spanish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/src_c/stem_UTF_8_swedish.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/runtime/utilities.c
[build C  ] UnpackedTarball/clucene/src/contribs-lib/CLucene/snowball/runtime/api.c
[build UIC] modules/sbibliography
[build PRJ] apache_commons_logging
[build PRJ] beanshell
[build PRJ] coinmp
[build PRJ] cppunit
[build PRJ] hunspell
[build PRJ] jfreereport_sac
[build PRJ] jfreereport_libbase
[build PRJ] jfreereport_flute
[build PRJ] jfreereport_libloader
[build PRJ] jfreereport_libxml
[build PRJ] jfreereport_libformula
[build PRJ] jfreereport_libfonts
[build PRJ] jfreereport_librepository
[build PRJ] jfreereport_libserializer
[build PRJ] exttextcat
[build BIN] libpng
[build PRJ] lpsolve
[build BIN] opencollada
[build PRJ] raptor
[build PRJ] rhino
[build C  ] UnpackedTarball/ucpp/assert.c
[build C  ] UnpackedTarball/ucpp/cpp.c
[build C  ] UnpackedTarball/ucpp/eval.c
[build C  ] UnpackedTarball/ucpp/hash.c
[build C  ] UnpackedTarball/ucpp/lexer.c
[build C  ] UnpackedTarball/ucpp/macro.c
[build C  ] UnpackedTarball/ucpp/mem.c
[build C  ] UnpackedTarball/ucpp/nhash.c
[build UIC] modules/StartModule
[build UIC] modules/dbreport
[build UIC] modules/scalc
[build UIC] modules/sdraw
[build UIC] modules/simpress
[build UIC] modules/smath
[build UIC] modules/sglobal
[build UIC] modules/sweb
[build UIC] modules/swform
[build UIC] modules/swreport
[build UIC] modules/swriter
[build UIC] modules/swxform
[build LOC] extras
[build CDC] CustomTarget/i18npool/textconversion/hhc_char.cxx
[build CDC] CustomTarget/i18npool/textconversion/stc_char.cxx
[build CDC] CustomTarget/i18npool/textconversion/stc_word.cxx
[build MOD] salhelper
[build SCP] scp2/source/base/file_base
[build SCP] scp2/source/base/firebird
[build SCP] scp2/source/base/module_base
[build SCP] scp2/source/base/postgresqlsdbc
[build SCP] scp2/source/calc/file_calc
[build SCP] scp2/source/calc/module_calc
[build SCP] scp2/source/draw/file_draw
[build SCP] scp2/source/draw/module_draw
[build SCP] scp2/source/extensions/file_extensions
[build SCP] scp2/source/extensions/module_extensions
[build SCP] scp2/source/graphicfilter/file_graphicfilter
[build SCP] scp2/source/graphicfilter/module_graphicfilter
[build SCP] scp2/source/impress/file_impress
[build SCP] scp2/source/impress/module_ogltrans
[build SCP] scp2/source/impress/module_impress
[build SCP] scp2/source/math/file_math
[build SCP] scp2/source/math/module_math
[build SCP] scp2/source/onlineupdate/file_onlineupdate
[build SCP] scp2/source/onlineupdate/module_onlineupdate
[build SCP] scp2/source/ooo/common_brand
[build SCP] scp2/source/ooo/directory_ooo
[build SCP] scp2/source/ooo/directory_ooo_macosx
[build SCP] scp2/source/ooo/file_extra_ooo
[build SCP] scp2/source/ooo/file_library_ooo
[build SCP] scp2/source/ooo/file_ooo
[build SCP] scp2/source/ooo/installation_ooo
[build SCP] scp2/source/ooo/module_help_template
[build SCP] scp2/source/ooo/module_hidden_ooo
[build SCP] scp2/source/ooo/module_lang_template
[build SCP] scp2/source/ooo/profileitem_ooo
[build SCP] scp2/source/ooo/scpaction_ooo
[build SCP] scp2/source/ooo/module_helppack
[build SCP] scp2/source/ooo/module_langpack
[build SCP] scp2/source/ooo/module_ooo
[build SCP] scp2/source/ooo/module_systemint
[build SCP] scp2/source/ooo/module_pdfimport
[build SCP] scp2/source/ooo/module_reportbuilder
[build SCP] scp2/source/python/file_python
[build SCP] scp2/source/python/file_python_librelogo
[build SCP] scp2/source/python/module_python
[build SCP] scp2/source/python/module_python_librelogo
[build SCP] scp2/source/ooo/ure
[build SCP] scp2/source/writer/file_writer
[build SCP] scp2/source/writer/module_writer
[build SCP] scp2/source/xsltfilter/file_xsltfilter
[build SCP] scp2/source/xsltfilter/module_xsltfilter
[build SCP] scp2/source/sdkoo/sdkoo
[build PKG] infoplist
[build CXX] store/source/object.cxx
[build CXX] store/source/lockbyte.cxx
[build CXX] store/source/storbase.cxx
[build CXX] store/source/storbios.cxx
[build CXX] store/source/storcach.cxx
[build CXX] store/source/stordata.cxx
[build CXX] store/source/stordir.cxx
[build CXX] store/source/storlckb.cxx
[build CXX] store/source/stortree.cxx
[build CXX] store/source/storpage.cxx
[build CXX] store/source/store.cxx
[build CXX] codemaker/source/commoncpp/commoncpp.cxx
[build CXX] codemaker/source/codemaker/exceptiontree.cxx
[build CXX] codemaker/source/codemaker/global.cxx
[build CXX] codemaker/source/codemaker/options.cxx
[build CXX] codemaker/source/codemaker/typemanager.cxx
[build CXX] codemaker/source/codemaker/unotype.cxx
[build CXX] codemaker/source/codemaker/codemaker.cxx
[build PRJ] icu
[build PRJ] nss
[build PRJ] jpeg-turbo
[build DEP] LNK:StaticLibrary/libgraphite.a
[build LNK] StaticLibrary/libgraphite.a
[build DEP] LNK:StaticLibrary/libboost_locale.a
[build LNK] StaticLibrary/libboost_locale.a
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/codecvt_error_category.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/path.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/path_traits.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/portability.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/unique_path.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/utf8_codecvt_facet.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/filesystem/src/windows_file_codecvt.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/iostreams/src/zlib.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/utf8_codecvt_facet.cpp:8:9: warning: macro is not used [-Wunused-macros]
#define _INCLUDE_STDCSOURCE_199901
        ^
1 warning generated.
[build CXX] workdir/UnpackedTarball/boost/libs/iostreams/src/gzip.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/iostreams/src/file_descriptor.cpp
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp:420:28: warning: unused parameter 'errval' [-Wunused-parameter]
  bool not_found_error(int errval)
                           ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp:1879:59: warning: unused parameter 'ec' [-Wunused-parameter]
  path system_complete(const path& p, system::error_code* ec)
                                                          ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp:15:9: warning: macro is not used [-Wunused-macros]
#define _FILE_OFFSET_BITS 64 // at worst, these defines may have no effect,
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp:18:9: warning: macro is not used [-Wunused-macros]
#define __USE_FILE_OFFSET64 // but that is harmless on Windows and on POSIX
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp:41:10: warning: macro is not used [-Wunused-macros]
# define _POSIX_PTHREAD_SEMANTICS  // Sun readdir_r()needs this
         ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/filesystem/src/operations.cpp:226:12: warning: macro is not used [-Wunused-macros]
#   define BOOST_ERROR_ALREADY_EXISTS EEXIST
           ^
6 warnings generated.
[build CXX] workdir/UnpackedTarball/boost/libs/system/src/error_code.cpp
[build DEP] LNK:StaticLibrary/libcollada2gltf.a
[build LNK] StaticLibrary/libcollada2gltf.a
[build UPK] libgltf-0.1.0.tar.gz
[build CXX] codemaker/source/commonjava/commonjava.cxx
In file included from /Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/iostreams/src/zlib.cpp:19:
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:113:22: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
    zlib_params( int level           = zlib::default_compression,
                     ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:124:9: note: previous declaration is here
    int level;
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:114:22: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
                 int method          = zlib::deflated,
                     ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:125:9: note: previous declaration is here
    int method;
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:115:22: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
                 int window_bits     = zlib::default_window_bits, 
                     ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:126:9: note: previous declaration is here
    int window_bits;
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:116:22: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
                 int mem_level       = zlib::default_mem_level, 
                     ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:127:9: note: previous declaration is here
    int mem_level;
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:117:22: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
                 int strategy        = zlib::default_strategy,
                     ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:128:9: note: previous declaration is here
    int strategy;
        ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:118:23: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
                 bool noheader       = zlib::default_noheader,
                      ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:129:10: note: previous declaration is here
    bool noheader;
         ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:119:23: warning: declaration shadows a field of 'boost::iostreams::zlib_params' [-Wshadow]
                 bool calculate_crc  = zlib::default_crc )
                      ^
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/boost/iostreams/filter/zlib.hpp:130:10: note: previous declaration is here
    bool calculate_crc;
         ^
7 warnings generated.
[build DEP] LNK:Library/libclucene.dylib
[build LNK] Library/libclucene.dylib
[build CXX] workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/date_generators.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/gregorian_types.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_weekday.cpp
[build BIN] collada2gltf
[build BIN] cppunit
[build BIN] epoxy
[build BIN] graphite
[build BIN] hunspell
[build BIN] jpeg-turbo
[build UPK] librevenge-0.0.4.tar.bz2
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/date_generators.cpp:12:9: warning: macro is not used [-Wunused-macros]
#define BOOST_DATE_TIME_SOURCE
        ^
1 warning generated.
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_weekday.cpp:12:9: warning: macro is not used [-Wunused-macros]
#define BOOST_DATE_TIME_SOURCE
        ^
1 warning generated.
[build MOD] libpng
[build PKG] fonts_caladea
[build PKG] fonts_carlito
[build PKG] fonts_dejavu
[build PKG] fonts_gentium
[build PKG] fonts_liberation
[build PKG] fonts_liberation_narrow
[build PKG] fonts_libertineg
[build PKG] fonts_opensans
[build PKG] fonts_ptserif
[build PKG] fonts_sourcecode
[build PKG] fonts_sourcesans
[build PKG] fonts_emojione_color
[build MOD] opencollada
[build DEP] LNK:Executable/ucpp
[build LNK] Executable/ucpp
[build ALL] All UI configuration files: modules/BasicIDE.done modules/schart.done cui.done dbaccess.done modules/dbapp.done modules/dbbrowser.done modules/dbquery.done modules/dbrelation.done modules/dbtable.done modules/dbtdata.done desktop.done editeng.done modules/sabpilot.done modules/scanner.done modules/sbibliography.done modules/spropctrlr.done filter.done formula.done fps.done modules/StartModule.done modules/dbreport.done modules/scalc.done modules/sdraw.done modules/simpress.done sfx.done modules/smath.done svt.done svx.done modules/sglobal.done modules/sweb.done modules/swform.done modules/swreport.done modules/swriter.done modules/swxform.done uui.done vcl.done writerperfect.done xmlsec.done
[build PKG] postprocess_registry
[build CXX] l10ntools/source/helper.cxx
[build CXX] l10ntools/source/common.cxx
[build CXX] l10ntools/source/merge.cxx
[build CXX] l10ntools/source/po.cxx
[build CUS] i18npool/textconversion
[build CXX] workdir/LexTarget/l10ntools/source/cfglex.cxx
[build CXX] l10ntools/source/cfgmerge.cxx
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2474:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2475:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2475:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2476:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_act;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2525:4: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                        register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
                        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2822:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2823:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *source = (yytext_ptr);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2824:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2824:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2956:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2957:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2988:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_is_jam;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2989:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp = (yy_c_buf_p);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:2991:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register YY_CHAR yy_c = 1;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3011:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3021:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register yy_size_t number_to_move = (yy_n_chars) + 2;
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3022:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3024:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *source =
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3095:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                                case EOB_ACT_END_OF_FILE:
                                ^
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3095:5: note: insert 'SAL_FALLTHROUGH;' to silence this warning
                                case EOB_ACT_END_OF_FILE:
                                ^
                                SAL_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3095:5: note: insert 'break;' to avoid fall-through
                                case EOB_ACT_END_OF_FILE:
                                ^
                                break; 
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/cfglex.cxx:3009:17: warning: unused function 'yyunput' [-Wunused-function]
    static void yyunput (int c, register char * yy_bp )
                ^
21 warnings generated.
[build CXX] l10ntools/source/localize.cxx
/Users/demo/lode/dev/core/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month.cpp:12:9: warning: macro is not used [-Wunused-macros]
#define BOOST_DATE_TIME_SOURCE
        ^
1 warning generated.
[build CXX] l10ntools/source/pocheck.cxx
[build CXX] l10ntools/source/propmerge.cxx
[build CXX] l10ntools/source/propex.cxx
[build CXX] l10ntools/source/treemerge.cxx
[build CXX] l10ntools/source/treex.cxx
[build LOC] postprocess
[build CXX] sal/cppunittester/cppunittester.cxx
[build INM] scp2/base
[build INM] scp2/calc
[build INM] scp2/draw
[build INM] scp2/extensions
[build INM] scp2/graphicfilter
[build INM] scp2/impress
[build INM] scp2/math
[build INM] scp2/onlineupdate
[build INM] scp2/ooo
[build INM] scp2/python
[build INM] scp2/ure
[build INM] scp2/writer
[build INM] scp2/xsltfilter
[build INM] scp2/sdkoo
[build BIN] sysui
[build LOC] libreoffice
[build CXX] binaryurp/qa/test-cache.cxx
[build CXX] o3tl/qa/cow_wrapper_clients.cxx
[build CXX] o3tl/qa/test-array_view.cxx
[build CXX] o3tl/qa/test-cow_wrapper.cxx
[build CXX] o3tl/qa/test-lru_map.cxx
[build CXX] o3tl/qa/test-sorted_vector.cxx
[build CXX] o3tl/qa/test-string_view.cxx
[build CXX] o3tl/qa/test-typed_flags.cxx
[build CXX] o3tl/qa/test-vector_pool.cxx
[build CXX] sal/qa/osl/module/osl_Module_DLL.cxx
[build CXX] sal/qa/osl/security/osl_Security.cxx
[build CXX] sal/qa/osl/condition/osl_Condition.cxx
[build CXX] sal/qa/osl/file/osl_File.cxx
[build CXX] sal/qa/osl/file/osl_old_test_file.cxx
[build CXX] sal/qa/osl/file/test_cpy_wrt_file.cxx
[build CXX] sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl.cxx
[build CXX] sal/qa/osl/module/osl_Module.cxx
[build CXX] sal/qa/osl/mutex/osl_Mutex.cxx
[build CXX] sal/qa/osl/pipe/osl_Pipe.cxx
[build CXX] sal/qa/osl/process/osl_process.cxx
[build CXX] sal/qa/osl/process/osl_Thread.cxx
[build CXX] sal/qa/osl/profile/osl_old_testprofile.cxx
[build CXX] sal/qa/osl/setthreadname/test-setthreadname.cxx
[build CXX] sal/qa/ByteSequence/ByteSequence.cxx
[build CXX] sal/qa/OStringBuffer/rtl_OStringBuffer.cxx
[build CXX] sal/qa/rtl/alloc/rtl_alloc.cxx
[build CXX] sal/qa/rtl/bootstrap/expand.cxx
[build CXX] sal/qa/rtl/cipher/rtl_cipher.cxx
[build CXX] sal/qa/rtl/crc32/rtl_crc32.cxx
[build CXX] sal/qa/rtl/digest/rtl_digest.cxx
[build CXX] sal/qa/rtl/doublelock/rtl_doublelocking.cxx
[build CXX] sal/qa/rtl/locale/rtl_locale.cxx
[build CXX] sal/qa/rtl/math/test-rtl-math.cxx
[build CXX] sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx
[build CXX] sal/qa/rtl/oustringbuffer/test_oustringbuffer_appenduninitialized.cxx
[build CXX] sal/qa/rtl/oustringbuffer/test_oustringbuffer_assign.cxx
[build CXX] sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx
[build CXX] sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx
[build CXX] sal/qa/rtl/oustring/rtl_OUString2.cxx
[build CXX] sal/qa/rtl/process/rtl_Process.cxx
[build CXX] sal/qa/rtl/random/rtl_random.cxx
[build CXX] sal/qa/rtl/ref/rtl_ref.cxx
[build CXX] sal/qa/rtl/strings/test_strings_replace.cxx
[build CXX] sal/qa/rtl/strings/test_ostring.cxx
[build CXX] sal/qa/rtl/strings/test_ostring_concat.cxx
[build CXX] sal/qa/rtl/strings/test_ostring_stringliterals.cxx
[build CXX] sal/qa/rtl/strings/test_oustring_compare.cxx
[build CXX] sal/qa/rtl/strings/test_oustring_concat.cxx
[build CXX] sal/qa/rtl/strings/test_oustring_convert.cxx
[build CXX] sal/qa/rtl/strings/test_oustring_endswith.cxx
[build CXX] sal/qa/rtl/strings/test_oustring_startswith.cxx
[build CXX] sal/qa/rtl/strings/test_oustring_stringliterals.cxx
[build CXX] sal/qa/rtl/strings/test_strings_toint.cxx
[build CXX] sal/qa/rtl/strings/test_strings_valuex.cxx
[build CXX] sal/qa/rtl/textenc/rtl_tencinfo.cxx
[build CXX] sal/qa/rtl/textenc/rtl_textcvt.cxx
[build CXX] sal/qa/rtl/uri/rtl_Uri.cxx
[build CXX] sal/qa/rtl/uri/rtl_testuri.cxx
[build CXX] sal/qa/rtl/uuid/rtl_Uuid.cxx
[build CXX] sal/qa/sal/test_types.cxx
[build CXX] salhelper/qa/test_api.cxx
[build CXX] sal/textenc/context.cxx
[build CXX] sal/textenc/convertbig5hkscs.cxx
[build CXX] sal/textenc/converteuctw.cxx
[build CXX] sal/textenc/convertgb18030.cxx
[build CXX] sal/textenc/convertisciidevangari.cxx
[build CXX] sal/textenc/convertiso2022cn.cxx
[build CXX] sal/textenc/convertiso2022jp.cxx
[build CXX] sal/textenc/convertiso2022kr.cxx
[build CXX] sal/textenc/convertsinglebytetobmpunicode.cxx
[build CXX] sal/textenc/tables.cxx
[build CXX] sal/textenc/tcvtbyte.cxx
[build CXX] sal/textenc/tcvtmb.cxx
[build CXX] sal/textenc/tcvtutf7.cxx
[build DEP] LNK:Library/libstorelo.dylib
[build LNK] Library/libstorelo.dylib
[build CXX] registry/source/keyimpl.cxx
[build CXX] registry/source/reflread.cxx
[build CXX] registry/source/reflwrit.cxx
[build CXX] registry/source/regimpl.cxx
[build CXX] registry/source/registry.cxx
[build CXX] registry/source/regkey.cxx
[build DEP] LNK:StaticLibrary/libcodemaker_cpp.a
[build LNK] StaticLibrary/libcodemaker_cpp.a
[build DEP] LNK:StaticLibrary/libcodemaker.a
[build LNK] StaticLibrary/libcodemaker.a
[build DEP] LNK:StaticLibrary/libboost_filesystem.a
[build LNK] StaticLibrary/libboost_filesystem.a
[build DEP] LNK:StaticLibrary/libboost_iostreams.a
[build LNK] StaticLibrary/libboost_iostreams.a
[build DEP] LNK:StaticLibrary/libboost_system.a
[build LNK] StaticLibrary/libboost_system.a
[build PAT] libgltf
[build DEP] LNK:StaticLibrary/libcodemaker_java.a
[build LNK] StaticLibrary/libcodemaker_java.a
[build C  ] UnpackedTarball/expat/lib/loadlibrary.c
[build C  ] UnpackedTarball/expat/lib/xmlparse.c
[build C  ] UnpackedTarball/expat/lib/xmlrole.c
[build C  ] UnpackedTarball/expat/lib/xmltok.c
[build PKG] openssl
[build DEP] LNK:StaticLibrary/libboost_date_time.a
[build LNK] StaticLibrary/libboost_date_time.a
[build BIN] clucene
[build MOD] collada2gltf
[build MOD] cppunit
[build MOD] epoxy
[build MOD] graphite
[build MOD] hunspell
[build MOD] jpeg-turbo
[build PAT] librevenge
[build PKG] libexttextcat_fingerprint
[build EPK] fonts_caladea
[build EPK] fonts_carlito
[build EPK] fonts_dejavu
[build EPK] fonts_gentium
[build EPK] fonts_liberation
[build EPK] fonts_liberation_narrow
[build EPK] fonts_libertineg
[build EPK] fonts_opensans
[build EPK] fonts_ptserif
[build EPK] fonts_sourcecode
[build EPK] fonts_sourcesans
[build EPK] fonts_emojione_color
[build UPK] a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
[build EPK] openssl
[build BIN] ucpp
[build PRL] CustomTarget/postprocess/images/sorted.lst
[build CXX] shell/source/all/xml_parser.cxx
[build DEP] LNK:StaticLibrary/libtransex.a
[build LNK] StaticLibrary/libtransex.a
[build CXX] l10ntools/source/lngmerge.cxx
[build CXX] l10ntools/source/lngex.cxx
[build DEP] LNK:Executable/cfgex
[build LNK] Executable/cfgex
[build DEP] LNK:Executable/localize
[build LNK] Executable/localize
[build DEP] LNK:Executable/pocheck
[build LNK] Executable/pocheck
[build DEP] LNK:Executable/propex
[build LNK] Executable/propex
[build DEP] LNK:Executable/treex
[build LNK] Executable/treex
[build DEP] LNK:Executable/cppunittester
[build LNK] Executable/cppunittester
[build IMO] scp2/base
[build IMO] scp2/calc
[build IMO] scp2/draw
[build IMO] scp2/extensions
[build IMO] scp2/graphicfilter
[build IMO] scp2/impress
[build IMO] scp2/math
[build IMO] scp2/onlineupdate
[build IMO] scp2/ooo
[build IMO] scp2/python
[build IMO] scp2/ure
[build IMO] scp2/writer
[build IMO] scp2/xsltfilter
[build IMO] scp2/sdkoo
[build MOD] sysui
[build LOC] top level modules: libreoffice
[build DEP] LNK:CppunitTest/libtest_binaryurp_test-cache.dylib
[build LNK] CppunitTest/libtest_binaryurp_test-cache.dylib
[build DEP] LNK:CppunitTest/libtest_o3tl_tests.dylib
[build LNK] CppunitTest/libtest_o3tl_tests.dylib
[build DEP] LNK:CppunitTest/libtest_Module_DLL.dylib
[build LNK] CppunitTest/libtest_Module_DLL.dylib
[build DEP] LNK:CppunitTest/libtest_sal_osl_security.dylib
[build LNK] CppunitTest/libtest_sal_osl_security.dylib
[build DEP] LNK:CppunitTest/libtest_sal_osl.dylib
[build LNK] CppunitTest/libtest_sal_osl.dylib
[build DEP] LNK:CppunitTest/libtest_sal_rtl.dylib
[build LNK] CppunitTest/libtest_sal_rtl.dylib
[build DEP] LNK:CppunitTest/libtest_sal_types.dylib
[build LNK] CppunitTest/libtest_sal_types.dylib
[build DEP] LNK:CppunitTest/libtest_salhelper_testapi.dylib
[build LNK] CppunitTest/libtest_salhelper_testapi.dylib
[build DEP] LNK:Library/libsal_textenclo.dylib
[build LNK] Library/libsal_textenclo.dylib
[build DEP] LNK:Library/libreglo.dylib
[build LNK] Library/libreglo.dylib
[build DEP] LNK:StaticLibrary/libexpat.a
[build LNK] StaticLibrary/libexpat.a
[build BIN] boost
[build MOD] clucene
[build BIN] expat
[build PKG] hsqldb_project
[build UPK] 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz
[build UPK] db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
[build PKG] jfreereport_flute
[build PKG] jfreereport_libbase
[build PKG] jfreereport_libfonts
[build PKG] jfreereport_libformula
[build PKG] jfreereport_libloader
[build PKG] jfreereport_librepository
[build PKG] jfreereport_libserializer
[build PKG] jfreereport_libxml
[build PKG] jfreereport_sac
[build EPK] libexttextcat_fingerprint
[build PKG] liblangtag_data
[build BIN] more_fonts
[build PAT] mythes
[build C  ] UnpackedTarball/neon/src/ne_207.c
missing header for unified diff at line 4 of patch
missing header for unified diff at line 60 of patch
[build C  ] UnpackedTarball/neon/src/ne_acl3744.c
[build C  ] UnpackedTarball/neon/src/ne_alloc.c
[build C  ] UnpackedTarball/neon/src/ne_auth.c
[build C  ] UnpackedTarball/neon/src/ne_basic.c
[build C  ] UnpackedTarball/neon/src/ne_compress.c
[build C  ] UnpackedTarball/neon/src/ne_dates.c
[build C  ] UnpackedTarball/neon/src/ne_i18n.c
[build C  ] UnpackedTarball/neon/src/ne_locks.c
[build C  ] UnpackedTarball/neon/src/ne_md5.c
[build C  ] UnpackedTarball/neon/src/ne_props.c
[build C  ] UnpackedTarball/neon/src/ne_redirect.c
[build C  ] UnpackedTarball/neon/src/ne_request.c
[build C  ] UnpackedTarball/neon/src/ne_session.c
[build C  ] UnpackedTarball/neon/src/ne_socket.c
[build C  ] UnpackedTarball/neon/src/ne_socks.c
[build C  ] UnpackedTarball/neon/src/ne_string.c
[build C  ] UnpackedTarball/neon/src/ne_uri.c
[build C  ] UnpackedTarball/neon/src/ne_utils.c
[build C  ] UnpackedTarball/neon/src/ne_xml.c
[build C  ] UnpackedTarball/neon/src/ne_xmlreq.c
[build C  ] UnpackedTarball/neon/src/ne_openssl.c
[build C  ] UnpackedTarball/neon/src/ne_ntlm.c
[build BIN] openssl
[build UPK] poppler-0.57.0.tar.xz
[build MOD] ucpp
[build PRL] CustomTarget/postprocess/images/images_breeze.zip
[build PRL] CustomTarget/postprocess/images/images_breeze_dark.zip
[build PRL] CustomTarget/postprocess/images/images_galaxy.zip
[build PRL] CustomTarget/postprocess/images/images_hicontrast.zip
[build PRL] CustomTarget/postprocess/images/images_sifr.zip
[build PRL] CustomTarget/postprocess/images/images_sifr_dark.zip
[build PRL] CustomTarget/postprocess/images/images_tango.zip
[build PRL] CustomTarget/postprocess/images/images_tango_testing.zip
[build DEP] LNK:StaticLibrary/libshell_xmlparser.a
[build LNK] StaticLibrary/libshell_xmlparser.a
[build DEP] LNK:Executable/ulfex
[build LNK] Executable/ulfex
[build CXX] workdir/YaccTarget/idlc/source/parser.cxx
[build CXX] workdir/LexTarget/idlc/source/scanner.cxx
/Users/demo/lode/dev/core/workdir/YaccTarget/idlc/source/parser.cxx:1717:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
          default:
          ^
/Users/demo/lode/dev/core/workdir/YaccTarget/idlc/source/parser.cxx:1717:4: note: insert 'SAL_FALLTHROUGH;' to silence this warning
          default:
          ^
          SAL_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/YaccTarget/idlc/source/parser.cxx:1717:4: note: insert 'break;' to avoid fall-through
          default:
          ^
          break; 
1 warning generated.
[build CXX] idlc/source/idlcmain.cxx
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:1329:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:1330:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:1330:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:1331:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_act;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:1381:4: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                        register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
                        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2115:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2116:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *source = (yytext_ptr);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2117:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2117:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2249:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2250:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2257:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2282:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_is_jam;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2283:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp = (yy_c_buf_p);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2285:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register YY_CHAR yy_c = 1;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2305:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2315:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register yy_size_t number_to_move = (yy_n_chars) + 2;
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2316:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2318:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *source =
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2389:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                                case EOB_ACT_END_OF_FILE:
                                ^
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2389:5: note: insert 'SAL_FALLTHROUGH;' to silence this warning
                                case EOB_ACT_END_OF_FILE:
                                ^
                                SAL_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/LexTarget/idlc/source/scanner.cxx:2389:5: note: insert 'break;' to avoid fall-through
                                case EOB_ACT_END_OF_FILE:
                                ^
                                break; 
20 warnings generated.
[build CXX] idlc/source/idlc.cxx
[build CXX] idlc/source/idlccompile.cxx
[build CXX] idlc/source/idlcproduce.cxx
[build CXX] idlc/source/errorhandler.cxx
[build CXX] idlc/source/options.cxx
[build CXX] idlc/source/fehelper.cxx
[build CXX] idlc/source/astdeclaration.cxx
[build CXX] idlc/source/astscope.cxx
[build CXX] idlc/source/aststack.cxx
[build CXX] idlc/source/astdump.cxx
[build CXX] idlc/source/astinterface.cxx
[build CXX] idlc/source/aststruct.cxx
[build CXX] idlc/source/aststructinstance.cxx
[build CXX] idlc/source/astoperation.cxx
[build CXX] idlc/source/astconstant.cxx
[build CXX] idlc/source/astenum.cxx
[build CXX] idlc/source/astexpression.cxx
[build CXX] idlc/source/astservice.cxx
[build CUS] postprocess/images
[build CXX] registry/tools/regmerge.cxx
[build CXX] registry/tools/regview.cxx
[build BIN] sal
[build INS] setup_osl
[build INS] sdkoo
[build BIN] store
[build CXX] unoidl/source/legacyprovider.cxx
[build CXX] unoidl/source/sourcefileprovider.cxx
[build CXX] unoidl/source/sourcetreeprovider.cxx
[build CXX] unoidl/source/unoidl.cxx
[build CXX] unoidl/source/unoidlprovider.cxx
[build CXX] workdir/YaccTarget/unoidl/source/sourceprovider-parser.cxx
[build CXX] workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx
[build CXX] codemaker/source/cppumaker/cppumaker.cxx
[build CXX] codemaker/source/cppumaker/cppuoptions.cxx
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1054:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1055:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1055:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1056:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_act;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1110:4: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                        register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
                        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1750:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1751:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *source = yyg->yytext_ptr;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1752:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1752:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1884:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1885:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1892:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1917:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_is_jam;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1919:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp = yyg->yy_c_buf_p;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1921:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register YY_CHAR yy_c = 1;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1941:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1952:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register yy_size_t number_to_move = yyg->yy_n_chars + 2;
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1953:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1955:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *source =
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2027:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                                case EOB_ACT_END_OF_FILE:
                                ^
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2027:5: note: insert 'SAL_FALLTHROUGH;' to silence this warning
                                case EOB_ACT_END_OF_FILE:
                                ^
                                SAL_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2027:5: note: insert 'break;' to avoid fall-through
                                case EOB_ACT_END_OF_FILE:
                                ^
                                break; 
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2424:58: warning: unused parameter 'yyscanner' [-Wunused-parameter]
static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
                                                         ^
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2768:43: warning: unused parameter 'yyscanner' [-Wunused-parameter]
void *yyalloc (yy_size_t  size , yyscan_t yyscanner)
                                          ^
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2773:58: warning: unused parameter 'yyscanner' [-Wunused-parameter]
void *yyrealloc  (void * ptr, yy_size_t  size , yyscan_t yyscanner)
                                                         ^
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2785:36: warning: unused parameter 'yyscanner' [-Wunused-parameter]
void yyfree (void * ptr , yyscan_t yyscanner)
                                   ^
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1939:17: warning: unused function 'yyunput' [-Wunused-function]
    static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
                ^
/Users/demo/lode/dev/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1983:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static int yyinput (yyscan_t yyscanner)
               ^
26 warnings generated.
[build CXX] codemaker/source/cppumaker/cpputype.cxx
[build CXX] codemaker/source/cppumaker/dependencies.cxx
[build CXX] codemaker/source/cppumaker/dumputils.cxx
[build CXX] codemaker/source/cppumaker/includes.cxx
[build CXX] unoidl/source/unoidl-write.cxx
[build CXX] unoidl/source/unoidl-check.cxx
[build PKG] liblangtag
[build BRM] CustomTarget/tools/string/reversemap.cxx
[build PKG] icu
[build PKG] lcms2
[build PRJ] libgltf
[build CXX] codemaker/source/javamaker/classfile.cxx
[build CXX] codemaker/source/javamaker/javamaker.cxx
[build CXX] codemaker/source/javamaker/javaoptions.cxx
[build CXX] codemaker/source/javamaker/javatype.cxx
[build JCS] Jar/sdbc_hsqldb
[build PKG] apache_commons_logging
[build PKG] beanshell
[build MOD] boost
[build PKG] coinmp
[build MOD] expat
[build EPK] hsqldb_project
[build PAT] hyphen
[build EPK] icu
missing header for unified diff at line 4 of patch
[build PAT] jfreereport_liblayout
[build EPK] jfreereport_flute
[build EPK] jfreereport_libbase
[build EPK] jfreereport_libfonts
[build EPK] jfreereport_libformula
[build EPK] jfreereport_libloader
[build EPK] jfreereport_librepository
[build EPK] jfreereport_libserializer
[build EPK] jfreereport_libxml
[build EPK] jfreereport_sac
[build EPK] lcms2
[build PRJ] librevenge
[build BIN] libexttextcat
[build BIN] libgltf
[build EPK] liblangtag_data
[build EPK] liblangtag
[build PKG] lpsolve
[build MOD] more_fonts
[build DEP] LNK:Library/libneon.dylib
[build LNK] Library/libneon.dylib
[build MOD] openssl
[build PAT] poppler
[build PKG] raptor
[build PKG] rhino
[build DEP] LNK:Executable/idlc
[build LNK] Executable/idlc
[build DEP] LNK:Executable/regmerge
[build LNK] Executable/regmerge
[build DEP] LNK:Executable/regview
[build LNK] Executable/regview
[build MOD] sal
[build BIN] scp2
[build MOD] store
[build CUS] tools/string
[build CXX] unodevtools/source/unodevtools/options.cxx
[build CXX] unodevtools/source/skeletonmaker/skeletonmaker.cxx
[build CXX] unodevtools/source/skeletonmaker/skeletoncommon.cxx
[build CXX] unodevtools/source/skeletonmaker/javatypemaker.cxx
[build CXX] unodevtools/source/skeletonmaker/cpptypemaker.cxx
[build CXX] unodevtools/source/skeletonmaker/javacompskeleton.cxx
[build CXX] unodevtools/source/skeletonmaker/cppcompskeleton.cxx
[build CXX] unoidl/source/unoidl-read.cxx
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/other1.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/other2.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/pe.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/psa.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/psb.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/ue.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/usa.idl
Compiling: /Users/demo/lode/dev/core/registry/test/regcompare/usb.idl
[build DEP] LNK:Library/libunoidllo.dylib
[build LNK] Library/libunoidllo.dylib
[build PKG] icu_ure
[build PKG] nss
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cba_annotiterator.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cfx_systemhandler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_annot.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_annothandlermgr.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_annotiteration.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_baannot.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_baannothandler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_datetime.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_formfillenvironment.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_interform.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_pageview.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_widget.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/cpdfsdk_widgethandler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_dataavail.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_ext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_flatten.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_progressive.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_searchex.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_structtree.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_sysfontinfo.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_transformpage.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfdoc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfeditimg.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfeditpage.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfeditpath.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfedittext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfformfill.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfppo.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfsave.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdftext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fsdk_actionhandler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fsdk_pauseadapter.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfsdk_fieldaction.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fsdk_filewriteadapter.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfannot.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fdrm/crypto/fx_crypt.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fdrm/crypto/fx_crypt_aes.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fdrm/crypto/fx_crypt_sha.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cba_fontmap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_checkbox.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_combobox.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_formfiller.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_listbox.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_pushbutton.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_radiobutton.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/formfiller/cffl_textfield.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/B5pc-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/B5pc-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/CNS-EUC-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/CNS-EUC-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/ETen-B5-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/ETen-B5-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/ETenms-B5-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/ETenms-B5-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/HKscs-B5-H_5.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/HKscs-B5-V_5.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/UniCNS-UCS2-H_3.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/UniCNS-UCS2-V_3.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/UniCNS-UTF16-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/CNS1/cmaps_cns1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/Adobe-GB1-UCS2_5.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GB-EUC-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GB-EUC-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBK2K-H_5.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBK2K-V_5.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBKp-EUC-H_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBKp-EUC-V_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/GBpc-EUC-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/UniGB-UCS2-H_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/UniGB-UCS2-V_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/GB1/cmaps_gb1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/83pv-RKSJ-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/90ms-RKSJ-H_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/90ms-RKSJ-V_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/90msp-RKSJ-H_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/90msp-RKSJ-V_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/90pv-RKSJ-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/Add-RKSJ-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/Add-RKSJ-V_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/Adobe-Japan1-UCS2_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/EUC-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/EUC-V_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/Ext-RKSJ-H_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/Ext-RKSJ-V_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-HW-H_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-HW-V_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-H_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/UniJIS-UCS2-V_4.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/V_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Japan1/cmaps_japan1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/Adobe-Korea1-UCS2_2.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSC-EUC-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSCms-UHC-HW-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSCms-UHC-HW-V_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSCms-UHC-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSCms-UHC-V_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/KSCpc-EUC-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/UniKS-UCS2-H_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/UniKS-UCS2-V_1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/UniKS-UTF16-H_0.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/Korea1/cmaps_korea1.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cmaps/fpdf_cmaps.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cpdf_modulemgr.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/cpdf_pagerendercontext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_cidfont.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_font.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_fontencoding.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_simplefont.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_truetypefont.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_type1font.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_type3char.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_type3font.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_allstates.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_clippath.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_color.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_colorspace.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_colorstate.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_contentmark.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_contentmarkitem.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_contentparser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_docpagedata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_form.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_formobject.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_generalstate.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_graphicstates.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_image.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_imageobject.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_meshstream.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_page.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pagemodule.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pageobject.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pageobjectholder.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pageobjectlist.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_path.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pathobject.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_pattern.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_shadingobject.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_shadingpattern.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_streamcontentparser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_streamparser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_textobject.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_textstate.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_tilingpattern.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cfdf_document.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_array.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_boolean.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_crypto_handler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_data_avail.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_dictionary.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_document.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_hint_tables.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_indirect_object_holder.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_linearized_header.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_name.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_null.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_number.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_object.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_parser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_reference.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_security_handler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_simple_parser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_stream.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_stream_acc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_string.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/cpdf_syntax_parser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/fpdf_parser_decode.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/parser/fpdf_parser_utility.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_charposlist.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_devicebuffer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_dibsource.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_dibtransferfunc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_docrenderdata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imagecacheentry.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imageloader.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_imagerenderer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_pagerendercache.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_progressiverenderer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_rendercontext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderoptions.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_scaledrenderbuffer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_textrenderer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_transferfunc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_type3cache.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_type3glyphs.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/edit/cpdf_creator.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/edit/cpdf_encryptor.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/edit/cpdf_flateencoder.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cfx_cttgsubtable.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cfx_stockfontarray.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_cid2unicodemap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_cmap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_cmapmanager.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_cmapparser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_fontglobals.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/font/cpdf_tounicodemap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_devicecs.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_expintfunc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_function.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_iccprofile.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_patterncs.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_psengine.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_psfunc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_sampledfunc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_stitchfunc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cline.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_aaction.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_action.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_actionfields.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_annot.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_annotlist.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_apsettings.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_bookmark.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_bookmarktree.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_defaultappearance.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_dest.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_docjsactions.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_filespec.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_formcontrol.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_formfield.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_iconfit.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_interform.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_link.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_linklist.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_metadata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_nametree.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_numbertree.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_occontext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_pagelabel.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_variabletext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_viewerpreferences.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpvt_color.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpvt_fontmap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpvt_generateap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpvt_sectioninfo.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpvt_wordinfo.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/csection.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/ctypeset.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_structelement.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdfdoc/cpdf_structtree.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdftext/cpdf_linkextract.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdftext/cpdf_textpage.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdftext/cpdf_textpagefind.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fpdftext/unicodenormalizationdata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_fax.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_flate.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_icc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jbig.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpx_opj.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_BitStream.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_Context.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_GrdProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_GrrdProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_GsidProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_HtrdProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_HuffmanTable.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_Image.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_PatternDict.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_PddProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_SddProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_Segment.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_SymbolDict.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/jbig2/JBig2_TrdProc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/lgif/cgifcontext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/lgif/fx_gif.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/lbmp/fx_bmp.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/cfx_blockbuffer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/cfx_bytestring.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/cfx_crtfileaccess.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/cfx_memorystream.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/cfx_seekablestreamproxy.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/cfx_widestring.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_basic_buffer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_basic_gcc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_basic_utf.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_basic_util.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_bidi.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_coordinates.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_extension.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_memory.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_stream.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_system.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_ucddata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fx_unicode.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fxcrt_posix.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/fxcrt_windows.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_attritem.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_attrmap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_databufacc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_element.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_parser.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_content.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cxml_object.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcrt/xml/cfx_saxcontext.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fxedit/fxet_ap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fxedit/fxet_edit.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/fxedit/fxet_list.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_bitmapcomposer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_bitmapstorer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_dibextractor.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_dibitmap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_dibsource.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_filtereddib.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_imagerenderer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_imagestretcher.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_imagetransformer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cfx_scanlinecompositor.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/cstretchengine.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/dib/fx_dib_main.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitFixed.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitFixedBoldItalic.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitFixedItalic.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSans.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSansBold.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSansBoldItalic.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSansItalic.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSansMM.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSerif.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSerifBold.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSerifBoldItalic.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/freetype/fx_freetype.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_cliprgn.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_folderfontinfo.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_font.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_fontcache.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_fontmapper.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_fontmgr.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_gemodule.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_graphstate.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_graphstatedata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_pathdata.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_renderdevice.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_substfont.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_unicodeencoding.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/cttfontdesc.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/fx_ge_fontmap.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/fx_ge_linux.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ge/fx_ge_text.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/ifx_renderdevicedriver.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/agg/fx_agg_driver.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/javascript/JS_Runtime_Stub.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_color.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_button.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_caret.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_combo_box.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_edit.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_edit_ctrl.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_font_map.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_icon.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_list_box.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_scroll_bar.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_special_button.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_timer.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_timer_handler.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_utils.cpp
[build CXX] workdir/UnpackedTarball/pdfium/fpdfsdk/pdfwindow/cpwl_wnd.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/bigint/BigInteger.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/bigint/BigIntegerUtils.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/bigint/BigUnsigned.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/bigint/BigUnsignedInABase.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/agg23/agg_curves.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/agg23/agg_path_storage.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/agg23/agg_rasterizer_scanline_aa.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/agg23/agg_vcgen_dash.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/agg23/agg_vcgen_stroke.cpp
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/bio.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/cio.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/dwt.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/event.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/function_list.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/image.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/invert.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/j2k.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/jp2.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/mct.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/mqc.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/openjpeg.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/opj_clock.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/pi.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/raw.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/t1.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/t2.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/tcd.c
[build C  ] UnpackedTarball/pdfium/third_party/libopenjpeg20/tgt.c
[build CXX] workdir/UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/address_space_randomization.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/page_allocator.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/spin_lock.cpp
[build CXX] workdir/UnpackedTarball/pdfium/third_party/base/allocator/partition_allocator/partition_alloc.cpp
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftbase.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftbitmap.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftglyph.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftinit.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftlcdfil.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftmm.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/base/ftsystem.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/cff/cff.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/cid/type1cid.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/psaux/psaux.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/pshinter/pshinter.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/psnames/psmodule.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/raster/raster.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/sfnt/sfnt.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/smooth/smooth.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/truetype/truetype.c
[build C  ] UnpackedTarball/pdfium/third_party/freetype/src/src/type1/type1.c
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/apple/fx_apple_platform.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/apple/fx_mac_imp.cpp
[build CXX] workdir/UnpackedTarball/pdfium/core/fxge/apple/fx_quartz_device.cpp
[build UPK] liborcus-0.12.1.tar.gz
[build JAR] sdbc_hsqldb
[build EPK] apache_commons_logging
[build EPK] beanshell
[build EPK] coinmp
[build BIN] hsqldb
[build EPK] icu_ure
[build BIN] lcms2
[build MOD] libexttextcat
[build MOD] libgltf
[build BIN] liblangtag
[build EPK] lpsolve
[build PRJ] mythes
[build BIN] neon
[build EPK] nss
[build UPK] Python-3.5.4.tgz
[build EPK] raptor
[build EPK] rhino
[build PKG] postprocess_images
[build BRK] CustomTarget/i18npool/breakiterator/char_in.brk
[build BRK] CustomTarget/i18npool/breakiterator/char.brk
[build BRK] CustomTarget/i18npool/breakiterator/count_word.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_he.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_hu.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_nodash.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_prepostdash.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word.brk
[build BRK] CustomTarget/i18npool/breakiterator/edit_word_he.brk
[build BRK] CustomTarget/i18npool/breakiterator/edit_word_hu.brk
[build BRK] CustomTarget/i18npool/breakiterator/edit_word.brk
[build BRK] CustomTarget/i18npool/breakiterator/line.brk
[build BRK] CustomTarget/i18npool/breakiterator/sent.brk
[build BIN] idlc
[build BIN] registry
[build MOD] scp2
[build DEP] LNK:Executable/cppumaker
[build LNK] Executable/cppumaker
[build DEP] LNK:Executable/unoidl-write
[build LNK] Executable/unoidl-write
[build DEP] LNK:Executable/unoidl-check
[build LNK] Executable/unoidl-check
[build UPK] harfbuzz-1.4.8.tar.bz2
[build DEP] LNK:Library/libpdfiumlo.dylib
[build LNK] Library/libpdfiumlo.dylib
[build PAT] liborcus
[build DEP] LNK:Executable/javamaker
[build LNK] Executable/javamaker
[build BIN] apache-commons
[build BIN] beanshell
[build BIN] coinmp
[build MOD] hsqldb
[build PRJ] hyphen
[build BIN] icu
[build PRJ] jfreereport_liblayout
[build MOD] lcms2
[build MOD] liblangtag
[build BIN] lpsolve
[build BIN] mythes
[build MOD] neon
[build BIN] nss
[build PAT] python3
[build BIN] rhino
[build CCD] CustomTarget/i18npool/breakiterator/char_in_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/char_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/count_word_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_he_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_hu_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_nodash_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_prepostdash_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/edit_word_he_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/edit_word_hu_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/edit_word_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/line_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/sent_brk.c
[build DIC] CustomTarget/i18npool/breakiterator/dict_ja.cxx
[build DIC] CustomTarget/i18npool/breakiterator/dict_zh.cxx
[build CXX] i18npool/source/collator/gencoll_rule.cxx
[build CXX] i18npool/source/indexentry/genindex_data.cxx
[build CXX] workdir/CustomTarget/i18npool/breakiterator/dict_ja.cxx
[build CXX] workdir/CustomTarget/i18npool/breakiterator/dict_zh.cxx
[build MOD] idlc
[build CXX] l10ntools/source/helpex.cxx
[build CXX] l10ntools/source/xmlparse.cxx
[build CXX] l10ntools/source/helpmerge.cxx
[build CXX] workdir/LexTarget/l10ntools/source/xrmlex.cxx
[build CXX] l10ntools/source/xrmmerge.cxx
[build MOD] registry
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:890:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:891:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:891:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:892:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_act;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:941:4: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                        register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
                        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1312:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1313:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *source = (yytext_ptr);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1314:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1314:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1446:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1447:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1453:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1478:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_is_jam;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1479:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp = (yy_c_buf_p);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1481:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register YY_CHAR yy_c = 1;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1501:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1511:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register yy_size_t number_to_move = (yy_n_chars) + 2;
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1514:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *source =
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1585:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                                case EOB_ACT_END_OF_FILE:
                                ^
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1585:5: note: insert 'SAL_FALLTHROUGH;' to silence this warning
                                case EOB_ACT_END_OF_FILE:
                                ^
                                SAL_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1585:5: note: insert 'break;' to avoid fall-through
                                case EOB_ACT_END_OF_FILE:
                                ^
                                break; 
/Users/demo/lode/dev/core/workdir/LexTarget/l10ntools/source/xrmlex.cxx:1499:17: warning: unused function 'yyunput' [-Wunused-function]
    static void yyunput (int c, register char * yy_bp )
                ^
21 warnings generated.
[build DEP] LNK:Executable/uno-skeletonmaker
[build LNK] Executable/uno-skeletonmaker
[build DEP] LNK:Executable/unoidl-read
[build LNK] Executable/unoidl-read
[build CHK] idlc
[build PAT] harfbuzz
[build BIN] codemaker
[build UPK] openldap-2.4.44.tgz
[build MOD] apache-commons
[build MOD] beanshell
[build MOD] coinmp
[build BIN] hyphen
[build MOD] icu
[build UPK] xmlsec1-1.2.24.tar.gz
[build MOD] lpsolve
[build MOD] mythes
[build MOD] nss
[build BIN] pdfium
[build UPK] 1f5def51ca0026cd192958ef07228b52-rasqal-0.9.33.tar.gz
[build MOD] rhino
[build CMN] CustomTarget/i18npool/breakiterator/OpenOffice_dat.c
[build DEP] LNK:Executable/gencoll_rule
[build LNK] Executable/gencoll_rule
[build DEP] LNK:Executable/genindex_data
[build LNK] Executable/genindex_data
[build DEP] LNK:Library/libdict_ja.dylib
[build LNK] Library/libdict_ja.dylib
[build DEP] LNK:Library/libdict_zh.dylib
[build LNK] Library/libdict_zh.dylib
[build DEP] LNK:Executable/helpex
[build LNK] Executable/helpex
[build DEP] LNK:Executable/xrmex
[build LNK] Executable/xrmex
[build BIN] unodevtools
[build BIN] unoidl
[build UNO] udkapi
[build DBc] udkapi
[build UPK] curl-7.52.1.tar.gz
[build MOD] codemaker
[build PAT] openldap
[build UNO] cppu_qa_cppumaker_types
[build UNO] cppu_qa_types
[build MOD] hyphen
[build PKG] librevenge
[build PAT] xmlsec
[build MOD] pdfium
[build PRJ] poppler
[build PAT] rasqal
[build HPB] udkapi
[build CUS] i18npool/breakiterator
[build BIN] l10ntools
[build UNO] bridgetest
[build UNO] performance
[build HPP] bridgetest
[build JVM] CustomTarget/testtools/bridgetest_javamaker/done
[build MOD] unodevtools
[build MOD] unoidl
[build HPC] cppu_qa_types
[build HPC] cppu_qa_cppumaker_types
[build CHK] registry
[build CHK] unoidl
[build HPP] udkapi
[build UNO] offapi
[build DBc] offapi
[build UNO] cppuhelper
[build HPC] udkapi
[build CXX] cppu/source/cppu/compat.cxx
[build CXX] cppu/source/cppu/cppu_opt.cxx
[build CXX] cppu/source/threadpool/current.cxx
[build CXX] cppu/source/threadpool/jobqueue.cxx
[build CXX] cppu/source/threadpool/thread.cxx
[build CXX] cppu/source/threadpool/threadident.cxx
[build CXX] cppu/source/threadpool/threadpool.cxx
[build CXX] cppu/source/typelib/static_types.cxx
[build CXX] cppu/source/typelib/typelib.cxx
[build CXX] cppu/source/uno/any.cxx
[build CXX] cppu/source/uno/cascade_mapping.cxx
[build CXX] cppu/source/uno/check.cxx
[build CXX] cppu/source/uno/data.cxx
[build CXX] cppu/source/uno/EnvDcp.cxx
[build CXX] cppu/source/uno/EnvStack.cxx
[build CXX] cppu/source/uno/IdentityMapping.cxx
[build CXX] cppu/source/uno/lbenv.cxx
[build CXX] cppu/source/uno/lbmap.cxx
[build CXX] cppu/source/uno/loadmodule.cxx
[build CXX] cppu/source/uno/sequence.cxx
[build CXX] xmlreader/source/pad.cxx
[build CXX] xmlreader/source/span.cxx
[build CXX] xmlreader/source/xmlreader.cxx
[build PAT] curl
[build PRJ] harfbuzz
[build UNO] oovbaapi
[build PRJ] liborcus
[build UNI] cppu_qa_cppumaker_types
[build UNI] cppu_qa_types
[build UNI] cppuhelper
[build BIN] harfbuzz
[build UPK] ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
[build EPK] librevenge
[build BIN] poppler
[build HPC] offapi
[build UNO] scaddins
[build CLR] CustomTarget/i18npool/collator/collator_cu_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ca_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_dz_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_hu_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ja_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ja_phonetic_alphanumeric_first.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ja_phonetic_alphanumeric_last.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ku_alphanumeric.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ln_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_my_dictionary.cxx
[build CLR] CustomTarget/i18npool/collator/collator_ne_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_sid_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_pinyin.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_radical.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_stroke.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_TW_charset.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_TW_radical.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_TW_stroke.cxx
[build CLR] CustomTarget/i18npool/collator/collator_zh_zhuyin.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_ko_dict.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_zh_pinyin.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_zh_radical.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_zh_stroke.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_zh_TW_radical.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_zh_TW_stroke.cxx
[build IND] CustomTarget/i18npool/indexentry/indexdata_zh_zhuyin.cxx
[build IND] CustomTarget/i18npool/indexentry/ko_phonetic.cxx
[build IND] CustomTarget/i18npool/indexentry/zh_pinyin.cxx
[build IND] CustomTarget/i18npool/indexentry/zh_zhuyin.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ln_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_hu_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_my_dictionary.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ne_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ja_phonetic_alphanumeric_last.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ca_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_stroke.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_pinyin.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ja_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ja_phonetic_alphanumeric_first.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_cu_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_TW_radical.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_TW_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_radical.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_zhuyin.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_zh_TW_stroke.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_dz_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_ku_alphanumeric.cxx
[build CXX] workdir/CustomTarget/i18npool/collator/collator_sid_charset.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/ko_phonetic.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/zh_pinyin.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_zh_TW_stroke.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_zh_stroke.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_zh_pinyin.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/zh_zhuyin.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_ko_dict.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_zh_TW_radical.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_zh_radical.cxx
[build CXX] workdir/CustomTarget/i18npool/indexentry/indexdata_zh_zhuyin.cxx
[build MOD] l10ntools
[build UNI] scaddins
[build CXX] sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
[build CXX] sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx
[build CXX] sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
[build UNI] bridgetest
[build UNI] performance
[build CUS] testtools/bridgetest_javamaker
[build BIN] udkapi
[build HPP] offapi
[build HPC] cppuhelper
[build DEP] LNK:Library/libuno_cppu.dylib.3
[build LNK] Library/libuno_cppu.dylib.3
[build CXX] jvmaccess/source/classpath.cxx
[build CXX] jvmaccess/source/unovirtualmachine.cxx
[build CXX] jvmaccess/source/virtualmachine.cxx
[build HPP] oovbaapi
[build CXX] bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx
[build CXX] bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx
[build CXX] bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx
[build CXX] bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx
[build CXX] bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx
[build CXX] bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx
[build CXX] bridges/source/cpp_uno/shared/bridge.cxx
[build CXX] bridges/source/cpp_uno/shared/component.cxx
[build CXX] bridges/source/cpp_uno/shared/types.cxx
[build CXX] bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
[build CXX] bridges/source/cpp_uno/shared/vtablefactory.cxx
[build CXX] bridges/source/cpp_uno/shared/vtables.cxx
[build CXX] bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx
[build JVM] CustomTarget/ridljar/javamaker/done
[build CXX] bridges/source/jni_uno/jni_bridge.cxx
[build CXX] bridges/source/jni_uno/jni_data.cxx
[build CXX] bridges/source/jni_uno/jni_info.cxx
[build CXX] bridges/source/jni_uno/jni_java2uno.cxx
[build CXX] bridges/source/jni_uno/jni_uno2java.cxx
[build CXX] bridges/source/jni_uno/nativethreadpool.cxx
[build CXX] cppu/source/helper/purpenv/helper_purpenv_Environment.cxx
[build CXX] cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx
[build CXX] cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
[build CXX] cppu/source/AffineBridge/AffineBridge.cxx
[build CXX] cppu/source/LogBridge/LogBridge.cxx
[build CXX] cppu/source/UnsafeBridge/UnsafeBridge.cxx
[build MOD] harfbuzz
[build PAT] jfreereport_flow_engine
[build PKG] jfreereport_liblayout
[build BIN] librevenge
[build PRJ] xmlsec
[build UPK] libzmf-0.0.1.tar.bz2
[build MOD] poppler
[build CUS] python3 - remove reference to installroot from scripts
[build PRJ] rasqal
[build HPC] scaddins
[build CUS] i18npool/collator
[build CUS] i18npool/indexentry
[build DEP] LNK:Library/libcollator_data.dylib
[build LNK] Library/libcollator_data.dylib
[build DEP] LNK:Library/libindex_data.dylib
[build LNK] Library/libindex_data.dylib
[build CXX] javaunohelper/source/preload.cxx
[build SED] CustomTarget/odk/docs/idl/Doxyfile
[build BIN] offapi
[build JVM] CustomTarget/unoil/javamaker/done
[build DEP] LNK:Executable/xpdfimport
[build LNK] Executable/xpdfimport
[build MOD] udkapi
[build CXX] cppu/qa/any-external.cxx
[build CXX] cppu/qa/test_any.cxx
[build CXX] cppu/qa/test_recursion.cxx
[build CXX] cppu/qa/test_reference.cxx
[build CXX] cppu/qa/test_unotype.cxx
[build CXX] cppu/qa/cppumaker/test_cppumaker.cxx
[build CXX] officecfg/qa/cppheader.cxx
[build DEP] LNK:Library/libxmlreaderlo.dylib
[build LNK] Library/libxmlreaderlo.dylib
[build CXX] cppuhelper/source/access_control.cxx
[build CXX] cppuhelper/source/bootstrap.cxx
[build CXX] cppuhelper/source/compat.cxx
[build CXX] cppuhelper/source/component_context.cxx
[build CXX] cppuhelper/source/component.cxx
[build CXX] cppuhelper/source/defaultbootstrap.cxx
[build CXX] cppuhelper/source/exc_thrower.cxx
[build CXX] cppuhelper/source/factory.cxx
[build CXX] cppuhelper/source/implbase.cxx
[build CXX] cppuhelper/source/implbase_ex.cxx
[build CXX] cppuhelper/source/implementationentry.cxx
[build CXX] cppuhelper/source/interfacecontainer.cxx
[build CXX] cppuhelper/source/macro_expander.cxx
[build CXX] cppuhelper/source/paths.cxx
[build CXX] cppuhelper/source/propertysetmixin.cxx
[build CXX] cppuhelper/source/propshlp.cxx
[build CXX] cppuhelper/source/servicemanager.cxx
[build CXX] cppuhelper/source/shlib.cxx
[build CXX] cppuhelper/source/supportsservice.cxx
[build CXX] cppuhelper/source/tdmgr.cxx
[build CXX] cppuhelper/source/typemanager.cxx
[build CXX] cppuhelper/source/typeprovider.cxx
[build CXX] cppuhelper/source/unourl.cxx
[build CXX] cppuhelper/source/weak.cxx
[build CXX] i18nlangtag/source/isolang/insys.cxx
[build CXX] i18nlangtag/source/isolang/isolang.cxx
[build CXX] i18nlangtag/source/isolang/mslangid.cxx
[build CXX] i18nlangtag/source/languagetag/languagetag.cxx
[build CXX] i18nlangtag/source/languagetag/languagetagicu.cxx
[build CXX] basegfx/source/color/bcolormodifier.cxx
[build CXX] basegfx/source/color/bcolortools.cxx
[build CXX] basegfx/source/curve/b2dbeziertools.cxx
[build CXX] basegfx/source/curve/b2dcubicbezier.cxx
[build CXX] basegfx/source/matrix/b2dhommatrix.cxx
[build CXX] basegfx/source/matrix/b2dhommatrixtools.cxx
[build CXX] basegfx/source/matrix/b3dhommatrix.cxx
[build CXX] basegfx/source/numeric/ftools.cxx
[build CXX] basegfx/source/pixel/bpixel.cxx
[build CXX] basegfx/source/point/b2dpoint.cxx
[build CXX] basegfx/source/point/b2ipoint.cxx
[build CXX] basegfx/source/point/b3dpoint.cxx
[build CXX] basegfx/source/polygon/b2dlinegeometry.cxx
[build CXX] basegfx/source/polygon/b2dpolygon.cxx
[build CXX] basegfx/source/polygon/b2dpolygonclipper.cxx
[build CXX] basegfx/source/polygon/b2dpolygoncutandtouch.cxx
[build CXX] basegfx/source/polygon/b2dpolygontools.cxx
[build CXX] basegfx/source/polygon/b2dpolygontriangulator.cxx
[build CXX] basegfx/source/polygon/b2dpolypolygon.cxx
[build CXX] basegfx/source/polygon/b2dpolypolygoncutter.cxx
[build CXX] basegfx/source/polygon/b2dpolypolygontools.cxx
[build CXX] basegfx/source/polygon/b2dsvgpolypolygon.cxx
[build CXX] basegfx/source/polygon/b2dtrapezoid.cxx
[build CXX] basegfx/source/polygon/b3dpolygon.cxx
[build CXX] basegfx/source/polygon/b3dpolygontools.cxx
[build CXX] basegfx/source/polygon/b3dpolypolygon.cxx
[build CXX] basegfx/source/polygon/b3dpolypolygontools.cxx
[build CXX] basegfx/source/range/b1drange.cxx
[build CXX] basegfx/source/range/b2dpolyrange.cxx
[build CXX] basegfx/source/range/b2drange.cxx
[build CXX] basegfx/source/range/b2drangeclipper.cxx
[build CXX] basegfx/source/range/b2xrange.cxx
[build CXX] basegfx/source/range/b3drange.cxx
[build CXX] basegfx/source/raster/rasterconvert3d.cxx
[build CXX] basegfx/source/tools/b2dclipstate.cxx
[build CXX] basegfx/source/tools/canvastools.cxx
[build CXX] basegfx/source/tools/gradienttools.cxx
[build CXX] basegfx/source/tools/keystoplerp.cxx
[build CXX] basegfx/source/tools/numbertools.cxx
[build CXX] basegfx/source/tools/stringconversiontools.cxx
[build CXX] basegfx/source/tools/tools.cxx
[build CXX] basegfx/source/tools/unopolypolygon.cxx
[build CXX] basegfx/source/tools/unotools.cxx
[build CXX] basegfx/source/tools/zoomtools.cxx
[build CXX] basegfx/source/tuple/b2dtuple.cxx
[build CXX] basegfx/source/tuple/b2i64tuple.cxx
[build CXX] basegfx/source/tuple/b2ituple.cxx
[build CXX] basegfx/source/tuple/b3dtuple.cxx
[build CXX] basegfx/source/tuple/b3ituple.cxx
[build CXX] basegfx/source/vector/b2dvector.cxx
[build CXX] basegfx/source/vector/b2ivector.cxx
[build CXX] basegfx/source/vector/b3dvector.cxx
[build DEP] LNK:Library/libjvmaccesslo.dylib
[build LNK] Library/libjvmaccesslo.dylib
[build DEP] LNK:Library/libgcc3_uno.dylib
[build LNK] Library/libgcc3_uno.dylib
[build CUS] ridljar/javamaker
[build DEP] LNK:Library/libuno_purpenvhelpergcc3.dylib.3
[build LNK] Library/libuno_purpenvhelpergcc3.dylib.3
[build PRJ] openldap
[build EPK] jfreereport_liblayout
[build UPK] libabw-0.1.1.tar.bz2
[build UPK] libcdr-0.1.3.tar.bz2
[build UPK] libe-book-0.1.2.tar.bz2
[build UPK] libepubgen-0.0.1.tar.bz2
[build UPK] libetonyek-0.1.6.tar.bz2
[build UPK] libfreehand-0.1.1.tar.bz2
[build UPK] libmspub-0.1.2.tar.bz2
[build UPK] libmwaw-0.3.12.tar.xz
[build UPK] libodfgen-0.1.6.tar.bz2
[build UPK] libpagemaker-0.0.3.tar.bz2
[build MOD] librevenge
[build UPK] libstaroffice-0.0.4.tar.xz
[build UPK] libvisio-0.1.5.tar.bz2
[build UPK] libwpd-0.10.1.tar.bz2
[build UPK] libwps-0.4.7.tar.xz
[build PAT] libzmf
[build BIN] openldap
[build PRJ] python3
[build CXX] lingucomponent/source/lingutil/lingutil.cxx
[build CXX] vcl/source/salmain/salmain.cxx
[build DEP] LNK:Library/libjuh.jnilib
[build LNK] Library/libjuh.jnilib
[build GEN] CustomTarget/odk/docs/idl/doxygen.log
[build MOD] offapi
warning: tag INPUT: input source `/Users/demo/lode/dev/core/udkapi/org' does not exist
[build BIN] oovbaapi
[build CUS] unoil/javamaker
[build DEP] LNK:CppunitTest/libtest_cppu_any-external.dylib
[build LNK] CppunitTest/libtest_cppu_any-external.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_any.dylib
[build LNK] CppunitTest/libtest_cppu_qa_any.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_recursion.dylib
[build LNK] CppunitTest/libtest_cppu_qa_recursion.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_reference.dylib
[build LNK] CppunitTest/libtest_cppu_qa_reference.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_qa_unotype.dylib
[build LNK] CppunitTest/libtest_cppu_qa_unotype.dylib
[build DEP] LNK:CppunitTest/libtest_cppu_test_cppumaker.dylib
[build LNK] CppunitTest/libtest_cppu_test_cppumaker.dylib
[build DEP] LNK:CppunitTest/libtest_officecfg_cppheader_test.dylib
[build LNK] CppunitTest/libtest_officecfg_cppheader_test.dylib
[build DEP] LNK:Library/libuno_cppuhelpergcc3.dylib.3
[build LNK] Library/libuno_cppuhelpergcc3.dylib.3
[build CXX] ucbhelper/source/client/activedatasink.cxx
[build CXX] ucbhelper/source/client/activedatastreamer.cxx
[build CXX] ucbhelper/source/client/commandenvironment.cxx
[build CXX] ucbhelper/source/client/content.cxx
[build CXX] ucbhelper/source/client/interceptedinteraction.cxx
[build CXX] ucbhelper/source/client/proxydecider.cxx
[build CXX] ucbhelper/source/provider/authenticationfallback.cxx
[build CXX] ucbhelper/source/provider/cancelcommandexecution.cxx
[build CXX] ucbhelper/source/provider/contenthelper.cxx
[build CXX] ucbhelper/source/provider/contentidentifier.cxx
[build CXX] ucbhelper/source/provider/contentinfo.cxx
[build CXX] ucbhelper/source/provider/fd_inputstream.cxx
[build CXX] ucbhelper/source/provider/getcomponentcontext.cxx
[build CXX] ucbhelper/source/provider/interactionrequest.cxx
[build CXX] ucbhelper/source/provider/propertyvalueset.cxx
[build CXX] ucbhelper/source/provider/providerhelper.cxx
[build CXX] ucbhelper/source/provider/registerucb.cxx
[build CXX] ucbhelper/source/provider/resultset.cxx
[build CXX] ucbhelper/source/provider/resultsethelper.cxx
[build CXX] ucbhelper/source/provider/resultsetmetadata.cxx
[build CXX] ucbhelper/source/provider/simpleauthenticationrequest.cxx
[build CXX] ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
[build CXX] ucbhelper/source/provider/simpleinteractionrequest.cxx
[build CXX] ucbhelper/source/provider/simpleioerrorrequest.cxx
[build CXX] ucbhelper/source/provider/simplenameclashresolverequest.cxx
[build DEP] LNK:Library/libi18nlangtag.dylib
[build LNK] Library/libi18nlangtag.dylib
warning: source /Users/demo/lode/dev/core/udkapi/org is not a readable file or directory... skipping.
[build PRJ] curl
[build OCX] jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.mm
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/util.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
[build CXX] jvmfwk/source/elements.cxx
[build CXX] jvmfwk/source/framework.cxx
[build CXX] jvmfwk/source/fwkbase.cxx
[build CXX] jvmfwk/source/fwkutil.cxx
[build CXX] jvmfwk/source/libxmlutil.cxx
[build CXX] binaryurp/source/binaryany.cxx
[build CXX] binaryurp/source/bridge.cxx
[build CXX] binaryurp/source/bridgefactory.cxx
[build CXX] binaryurp/source/currentcontext.cxx
[build CXX] binaryurp/source/incomingrequest.cxx
[build CXX] binaryurp/source/lessoperators.cxx
[build CXX] binaryurp/source/marshal.cxx
[build CXX] binaryurp/source/outgoingrequests.cxx
[build CXX] binaryurp/source/proxy.cxx
[build CXX] binaryurp/source/reader.cxx
[build CXX] binaryurp/source/unmarshal.cxx
[build CXX] binaryurp/source/writer.cxx
[build DEP] LNK:Library/libjava_uno.dylib
[build LNK] Library/libjava_uno.dylib
[build DEP] LNK:Library/libaffine_uno_uno.dylib
[build LNK] Library/libaffine_uno_uno.dylib
[build DEP] LNK:Library/liblog_uno_uno.dylib
[build LNK] Library/liblog_uno_uno.dylib
[build DEP] LNK:Library/libunsafe_uno_uno.dylib
[build LNK] Library/libunsafe_uno_uno.dylib
[build CXX] cpputools/source/sp2bv/sp2bv.cxx
[build CXX] cpputools/source/unoexe/unoexe.cxx
[build CXX] dtrans/source/cnttype/mcnttfactory.cxx
[build CXX] dtrans/source/cnttype/mcnttype.cxx
[build CXX] dtrans/source/cnttype/mctfentry.cxx
[build CXX] extensions/source/config/ldap/componentdef.cxx
[build CXX] extensions/source/config/ldap/ldapaccess.cxx
[build CXX] extensions/source/config/ldap/ldapuserprofilebe.cxx
[build PRJ] jfreereport_flow_engine
[build PAT] libabw
[build PAT] libcdr
[build PAT] libebook
[build PAT] libepubgen
[build PAT] libetonyek
[build PAT] libfreehand
[build PAT] libmspub
[build PAT] libmwaw
[build PAT] libodfgen
[build PAT] libpagemaker
[build PAT] libstaroffice
[build PAT] libvisio
[build PAT] libwpd
[build PAT] libwps
[build PKG] xmlsec
[build MOD] openldap
[build GPK] python3
[build CXX] io/source/services.cxx
[build CXX] io/source/acceptor/acc_pipe.cxx
[build CXX] io/source/acceptor/acc_socket.cxx
[build CXX] io/source/acceptor/acceptor.cxx
[build CXX] io/source/connector/connector.cxx
[build CXX] io/source/connector/ctr_pipe.cxx
[build CXX] io/source/connector/ctr_socket.cxx
[build CXX] io/source/stm/odata.cxx
[build CXX] io/source/stm/omark.cxx
[build CXX] io/source/stm/opipe.cxx
[build CXX] io/source/stm/opump.cxx
[build CXX] io/source/stm/streamhelper.cxx
[build CXX] io/source/TextInputStream/TextInputStream.cxx
[build CXX] io/source/TextOutputStream/TextOutputStream.cxx
[build CXX] stoc/source/defaultregistry/defaultregistry.cxx
[build CXX] stoc/source/implementationregistration/implreg.cxx
[build CXX] stoc/source/implementationregistration/mergekeys.cxx
[build CXX] stoc/source/loader/dllcomponentloader.cxx
[build CXX] stoc/source/security/access_controller.cxx
[build CXX] stoc/source/security/file_policy.cxx
[build CXX] stoc/source/security/permissions.cxx
[build CXX] stoc/source/servicemanager/servicemanager.cxx
[build CXX] stoc/source/simpleregistry/simpleregistry.cxx
[build CXX] stoc/source/inspect/introspection.cxx
[build CXX] stoc/source/invocation_adapterfactory/iafactory.cxx
[build CXX] stoc/source/invocation/invocation.cxx
[build CXX] stoc/source/namingservice/namingservice.cxx
[build CXX] stoc/source/proxy_factory/proxyfac.cxx
[build CXX] stoc/source/corereflection/crarray.cxx
[build CXX] stoc/source/corereflection/crbase.cxx
[build CXX] stoc/source/corereflection/crcomp.cxx
[build CXX] stoc/source/corereflection/crefl.cxx
[build CXX] stoc/source/corereflection/crenum.cxx
[build CXX] stoc/source/corereflection/criface.cxx
[build CXX] stoc/source/typeconv/convert.cxx
[build CXX] stoc/source/uriproc/ExternalUriReferenceTranslator.cxx
[build CXX] stoc/source/uriproc/UriReference.cxx
[build CXX] stoc/source/uriproc/UriReferenceFactory.cxx
[build CXX] stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx
[build CXX] stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx
[build CXX] stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
[build CXX] remotebridges/source/unourl_resolver/unourl_resolver.cxx
[build CXX] stoc/source/javaloader/javaloader.cxx
[build CXX] stoc/source/javavm/interact.cxx
[build CXX] stoc/source/javavm/javavm.cxx
[build CXX] stoc/source/javavm/jvmargs.cxx
[build DEP] LNK:StaticLibrary/libulingu.a
[build LNK] StaticLibrary/libulingu.a
[build OCX] shell/source/backends/macbe/macbackend.mm
[build CXX] shell/source/backends/macbe/macbecdef.cxx
[build CXX] shell/source/backends/localebe/localebackend.cxx
[build CXX] shell/source/backends/localebe/localebecdef.cxx
[build CXX] shell/source/cmdmail/cmdmailentry.cxx
[build CXX] shell/source/cmdmail/cmdmailmsg.cxx
[build CXX] shell/source/cmdmail/cmdmailsuppl.cxx
[build CXX] shell/source/unix/exec/shellexec.cxx
[build CXX] shell/source/unix/exec/shellexecentry.cxx
[build DEP] LNK:StaticLibrary/libvclmain.a
[build LNK] StaticLibrary/libvclmain.a
[build CXX] i18npool/source/localedata/LocaleNode.cxx
[build CXX] i18npool/source/localedata/filewriter.cxx
[build CXX] i18npool/source/localedata/saxparser.cxx
[build CXX] workdir/CustomTarget/i18npool/textconversion/hhc_char.cxx
[build CXX] workdir/CustomTarget/i18npool/textconversion/stc_char.cxx
[build CXX] workdir/CustomTarget/i18npool/textconversion/stc_word.cxx
[build CXX] javaunohelper/source/bootstrap.cxx
[build CXX] javaunohelper/source/javaunohelper.cxx
[build CXX] javaunohelper/source/vm.cxx
[build BIN] jvmaccess
[build MOD] oovbaapi
[build C  ] pyuno/source/module/pyuno_dlopenwrapper.c
[build CXX] testtools/source/bridgetest/currentcontextchecker.cxx
[build CXX] testtools/source/bridgetest/multi.cxx
[build CXX] testtools/source/bridgetest/constructors.cxx
[build CXX] unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
[build BIN] xmlreader
[build CXX] binaryurp/qa/test-unmarshal.cxx
[build CXX] chart2/qa/unit/common_functor_test.cxx
[build CXX] cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx
[build CXX] cppuhelper/qa/unourl/cppu_unourl.cxx
[build CXX] i18nlangtag/qa/cppunit/test_languagetag.cxx
[build CXX] odk/qa/checkapi/checkapi.cxx
[build DEP] LNK:Library/libucbhelper.dylib
[build LNK] Library/libucbhelper.dylib
[build CXX] comphelper/source/compare/AnyCompareFactory.cxx
[build CXX] comphelper/source/container/IndexedPropertyValuesContainer.cxx
[build CXX] comphelper/source/container/NamedPropertyValuesContainer.cxx
[build CXX] comphelper/source/container/container.cxx
[build CXX] comphelper/source/container/containermultiplexer.cxx
[build CXX] comphelper/source/container/interfacecontainer2.cxx
[build CXX] comphelper/source/container/embeddedobjectcontainer.cxx
[build CXX] comphelper/source/container/enumerablemap.cxx
[build CXX] comphelper/source/container/enumhelper.cxx
[build CXX] comphelper/source/container/namecontainer.cxx
[build CXX] comphelper/source/eventattachermgr/eventattachermgr.cxx
[build CXX] comphelper/source/misc/accessiblecomponenthelper.cxx
[build CXX] comphelper/source/misc/accessiblecontexthelper.cxx
[build CXX] comphelper/source/misc/accessibleeventnotifier.cxx
[build CXX] comphelper/source/misc/accessiblekeybindinghelper.cxx
[build CXX] comphelper/source/misc/accessibleselectionhelper.cxx
[build CXX] comphelper/source/misc/accessibletexthelper.cxx
[build CXX] comphelper/source/misc/accessiblewrapper.cxx
[build CXX] comphelper/source/misc/accimplaccess.cxx
[build CXX] comphelper/source/misc/anytostring.cxx
[build CXX] comphelper/source/misc/asyncnotification.cxx
[build CXX] comphelper/source/misc/backupfilehelper.cxx
[build CXX] comphelper/source/misc/base64.cxx
[build CXX] comphelper/source/misc/comphelper_module.cxx
[build CXX] comphelper/source/misc/comphelper_services.cxx
[build CXX] comphelper/source/misc/componentbase.cxx
[build CXX] comphelper/source/misc/componentmodule.cxx
[build CXX] comphelper/source/misc/configuration.cxx
[build CXX] comphelper/source/misc/configurationhelper.cxx
[build CXX] comphelper/source/misc/dispatchcommand.cxx
[build CXX] comphelper/source/misc/docpasswordhelper.cxx
[build CXX] comphelper/source/misc/docpasswordrequest.cxx
[build CXX] comphelper/source/misc/documentinfo.cxx
[build CXX] comphelper/source/misc/evtlistenerhlp.cxx
[build CXX] comphelper/source/misc/evtmethodhelper.cxx
[build CXX] comphelper/source/misc/fileurl.cxx
[build CXX] comphelper/source/misc/getexpandeduri.cxx
[build CXX] comphelper/source/misc/hash.cxx
[build CXX] comphelper/source/misc/instancelocker.cxx
[build CXX] comphelper/source/misc/interaction.cxx
[build CXX] comphelper/source/misc/listenernotification.cxx
[build CXX] comphelper/source/misc/logging.cxx
[build CXX] comphelper/source/misc/lok.cxx
[build CXX] comphelper/source/misc/mimeconfighelper.cxx
[build CXX] comphelper/source/misc/namedvaluecollection.cxx
[build CXX] comphelper/source/misc/numberedcollection.cxx
[build CXX] comphelper/source/misc/numbers.cxx
[build CXX] comphelper/source/misc/officerestartmanager.cxx
[build CXX] comphelper/source/misc/profilezone.cxx
[build CXX] comphelper/source/misc/proxyaggregation.cxx
[build CXX] comphelper/source/misc/random.cxx
[build CXX] comphelper/source/misc/scopeguard.cxx
[build CXX] comphelper/source/misc/SelectionMultiplex.cxx
[build CXX] comphelper/source/misc/sequenceashashmap.cxx
[build CXX] comphelper/source/misc/sequence.cxx
[build CXX] comphelper/source/misc/servicedecl.cxx
[build CXX] comphelper/source/misc/serviceinfohelper.cxx
[build CXX] comphelper/source/misc/sharedmutex.cxx
[build CXX] comphelper/source/misc/simplefileaccessinteraction.cxx
[build CXX] comphelper/source/misc/solarmutex.cxx
[build CXX] comphelper/source/misc/stillreadwriteinteraction.cxx
[build CXX] comphelper/source/misc/anycompare.cxx
[build CXX] comphelper/source/misc/storagehelper.cxx
[build CXX] comphelper/source/misc/string.cxx
[build CXX] comphelper/source/misc/synchronousdispatch.cxx
[build CXX] comphelper/source/misc/syntaxhighlight.cxx
[build CXX] comphelper/source/misc/threadpool.cxx
[build CXX] comphelper/source/misc/types.cxx
todo:12: warning: Unexpected tag <dd> found
todo:14: warning: Unexpected tag <dd> found
todo:15: warning: Unexpected tag <dd> found
todo:16: warning: Unexpected tag <dd> found
[build CXX] comphelper/source/misc/weak.cxx
[build CXX] comphelper/source/misc/weakeventlistener.cxx
[build CXX] comphelper/source/officeinstdir/officeinstallationdirectories.cxx
[build CXX] comphelper/source/processfactory/processfactory.cxx
[build CXX] comphelper/source/property/ChainablePropertySet.cxx
[build CXX] comphelper/source/property/ChainablePropertySetInfo.cxx
[build CXX] comphelper/source/property/genericpropertyset.cxx
[build CXX] comphelper/source/property/MasterPropertySet.cxx
[build CXX] comphelper/source/property/MasterPropertySetInfo.cxx
[build CXX] comphelper/source/property/opropertybag.cxx
[build CXX] comphelper/source/property/propagg.cxx
[build CXX] comphelper/source/property/propertybag.cxx
[build CXX] comphelper/source/property/propertycontainer.cxx
[build CXX] comphelper/source/property/propertycontainerhelper.cxx
[build CXX] comphelper/source/property/property.cxx
[build CXX] comphelper/source/property/propertysethelper.cxx
[build CXX] comphelper/source/property/propertysetinfo.cxx
[build CXX] comphelper/source/property/propertystatecontainer.cxx
[build CXX] comphelper/source/property/propmultiplex.cxx
[build CXX] comphelper/source/property/propstate.cxx
[build CXX] comphelper/source/streaming/basicio.cxx
[build CXX] comphelper/source/streaming/memorystream.cxx
[build CXX] comphelper/source/streaming/oslfile2streamwrap.cxx
[build CXX] comphelper/source/streaming/seekableinput.cxx
[build CXX] comphelper/source/streaming/seqinputstreamserv.cxx
[build CXX] comphelper/source/streaming/seqoutputstreamserv.cxx
[build CXX] comphelper/source/streaming/seqstream.cxx
[build CXX] comphelper/source/streaming/streamsection.cxx
[build CXX] comphelper/source/xml/attributelist.cxx
[build CXX] comphelper/source/xml/ofopxmlhelper.cxx
[build CXX] comphelper/source/xml/xmltools.cxx
[build DEP] LNK:Library/libbasegfxlo.dylib
[build LNK] Library/libbasegfxlo.dylib
[build DEP] LNK:Library/libjvmfwklo.dylib
[build LNK] Library/libjvmfwklo.dylib
[build PKG] liborcus
[build DEP] LNK:Library/libbinaryurplo.dylib
[build LNK] Library/libbinaryurplo.dylib
[build JCS] Jar/ridl
[build BIN] cppu
[build BIN] cppuhelper
[build DEP] LNK:Executable/sp2bv
[build LNK] Executable/sp2bv
[build DEP] LNK:Executable/uno
[build LNK] Executable/uno
[build DEP] LNK:Library/libmcnttype.dylib
[build LNK] Library/libmcnttype.dylib
[build DEP] LNK:Library/libldapbe2lo.dylib
[build LNK] Library/libldapbe2lo.dylib
Note: /Users/demo/lode/dev/core/ridljar/com/sun/star/uno/UnoRuntime.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/demo/lode/dev/core/ridljar/com/sun/star/lib/util/WeakMap.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[build EPK] liborcus
[build EPK] xmlsec
[build PRJ] libzmf
[build BIN] python3
[build DEP] LNK:Library/libiolo.dylib
[build LNK] Library/libiolo.dylib
[build DEP] LNK:Library/libbootstraplo.dylib
[build LNK] Library/libbootstraplo.dylib
[build DEP] LNK:Library/libintrospectionlo.dylib
[build LNK] Library/libintrospectionlo.dylib
[build DEP] LNK:Library/libinvocadaptlo.dylib
[build LNK] Library/libinvocadaptlo.dylib
[build DEP] LNK:Library/libinvocationlo.dylib
[build LNK] Library/libinvocationlo.dylib
[build DEP] LNK:Library/libnamingservicelo.dylib
[build LNK] Library/libnamingservicelo.dylib
[build DEP] LNK:Library/libproxyfaclo.dylib
[build LNK] Library/libproxyfaclo.dylib
[build DEP] LNK:Library/libreflectionlo.dylib
[build LNK] Library/libreflectionlo.dylib
[build DEP] LNK:Library/libstocserviceslo.dylib
[build LNK] Library/libstocserviceslo.dylib
[build DEP] LNK:Library/libuuresolverlo.dylib
[build LNK] Library/libuuresolverlo.dylib
[build DEP] LNK:Library/libjavaloaderlo.dylib
[build LNK] Library/libjavaloaderlo.dylib
[build CXX] ucb/source/ucp/expand/ucpexpand.cxx
[build DEP] LNK:Library/libmacbe1lo.dylib
[build LNK] Library/libmacbe1lo.dylib
[build DEP] LNK:Library/liblocalebe1lo.dylib
[build LNK] Library/liblocalebe1lo.dylib
[build DEP] LNK:Library/libcmdmaillo.dylib
[build LNK] Library/libcmdmaillo.dylib
[build DEP] LNK:Library/libsysshlo.dylib
[build LNK] Library/libsysshlo.dylib
[build BIN] i18nlangtag
[build DEP] LNK:Executable/saxparser
[build LNK] Executable/saxparser
[build DEP] LNK:Library/libtextconv_dict.dylib
[build LNK] Library/libtextconv_dict.dylib
[build DEP] LNK:Library/libjuhx.dylib
[build LNK] Library/libjuhx.dylib
[build MOD] jvmaccess
[build CUS] odk/docs
[build CXX] pyuno/source/module/pyuno_runtime.cxx
[build CXX] pyuno/source/module/pyuno.cxx
[build CXX] pyuno/source/module/pyuno_struct.cxx
[build CXX] pyuno/source/module/pyuno_callable.cxx
[build CXX] pyuno/source/module/pyuno_module.cxx
[build CXX] pyuno/source/module/pyuno_type.cxx
[build CXX] pyuno/source/module/pyuno_util.cxx
[build CXX] pyuno/source/module/pyuno_except.cxx
[build CXX] pyuno/source/module/pyuno_adapter.cxx
[build CXX] pyuno/source/module/pyuno_gc.cxx
[build CXX] pyuno/source/module/pyuno_iterator.cxx
[build DEP] LNK:Library/pyuno.so
[build LNK] Library/pyuno.so
[build JCS] Jar/unoil
[build DEP] LNK:Library/libtesttools_bridgetest-common.dylib
[build LNK] Library/libtesttools_bridgetest-common.dylib
[build CXX] testtools/source/bridgetest/cppobj.cxx
[build CXX] testtools/source/bridgetest/bridgetest.cxx
[build DEP] LNK:Library/libtesttools_constructors.dylib
[build LNK] Library/libtesttools_constructors.dylib
[build DEP] LNK:Library/unoexceptionprotector.dylib
[build LNK] Library/unoexceptionprotector.dylib
[build MOD] xmlreader
[build DEP] LNK:CppunitTest/libtest_binaryurp_test-unmarshal.dylib
[build LNK] CppunitTest/libtest_binaryurp_test-unmarshal.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_common_functors.dylib
[build LNK] CppunitTest/libtest_chart2_common_functors.dylib
[build DEP] LNK:CppunitTest/libtest_cppuhelper_cppu_ifcontainer.dylib
[build LNK] CppunitTest/libtest_cppuhelper_cppu_ifcontainer.dylib
[build DEP] LNK:CppunitTest/libtest_cppuhelper_cppu_unourl.dylib
[build LNK] CppunitTest/libtest_cppuhelper_cppu_unourl.dylib
[build DEP] LNK:CppunitTest/libtest_i18nlangtag_test_languagetag.dylib
[build LNK] CppunitTest/libtest_i18nlangtag_test_languagetag.dylib
[build DEP] LNK:CppunitTest/libtest_odk_checkapi.dylib
[build LNK] CppunitTest/libtest_odk_checkapi.dylib
[build DEP] LNK:Library/libcomphelper.dylib
[build LNK] Library/libcomphelper.dylib
[build CXX] sax/source/tools/converter.cxx
[build CXX] sax/source/tools/fastattribs.cxx
[build CXX] sax/source/tools/fastserializer.cxx
[build CXX] sax/source/tools/fshelper.cxx
[build CXX] animations/source/animcore/animcore.cxx
[build BIN] basegfx
[build CMP] binaryurp/source/binaryurp
[build JAR] ridl
[build CXX] configmgr/source/access.cxx
[build CXX] configmgr/source/broadcaster.cxx
[build CXX] configmgr/source/childaccess.cxx
[build CXX] configmgr/source/components.cxx
[build CXX] configmgr/source/configurationprovider.cxx
[build CXX] configmgr/source/configurationregistry.cxx
[build CXX] configmgr/source/data.cxx
[build CXX] configmgr/source/defaultprovider.cxx
[build CXX] configmgr/source/groupnode.cxx
[build CXX] configmgr/source/localizedpropertynode.cxx
[build CXX] configmgr/source/localizedvaluenode.cxx
[build CXX] configmgr/source/lock.cxx
[build CXX] configmgr/source/modifications.cxx
[build CXX] configmgr/source/node.cxx
[build CXX] configmgr/source/nodemap.cxx
[build CXX] configmgr/source/parsemanager.cxx
[build CXX] configmgr/source/partial.cxx
[build CXX] configmgr/source/propertynode.cxx
[build CXX] configmgr/source/readonlyaccess.cxx
[build CXX] configmgr/source/readwriteaccess.cxx
[build CXX] configmgr/source/rootaccess.cxx
[build CXX] configmgr/source/rootnode.cxx
[build CXX] configmgr/source/services.cxx
[build CXX] configmgr/source/setnode.cxx
[build CXX] configmgr/source/type.cxx
[build CXX] configmgr/source/update.cxx
[build CXX] configmgr/source/valueparser.cxx
[build CXX] configmgr/source/writemodfile.cxx
[build CXX] configmgr/source/xcdparser.cxx
[build CXX] configmgr/source/xcsparser.cxx
[build CXX] configmgr/source/xcuparser.cxx
[build CXX] configmgr/source/xmldata.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_driver.cxx
[build UPK] c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2
[build CXX] connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx
[build CXX] connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
[build CXX] connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx
[build CXX] connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
[build MOD] cppu
[build MOD] cppuhelper
[build BIN] cpputools
[build CXX] helpcompiler/source/HelpCompiler.cxx
[build CXX] helpcompiler/source/LuceneHelper.cxx
[build CXX] helpcompiler/source/HelpIndexer.cxx
[build CXX] helpcompiler/source/HelpSearch.cxx
[build CXX] helpcompiler/source/BasCodeTagger.cxx
[build CXX] helpcompiler/source/HelpLinker.cxx
[build CXX] desktop/source/offacc/acceptor.cxx
[build CMP] dtrans/util/mcnttype
[build CXX] eventattacher/source/eventattacher.cxx
[build CMP] extensions/source/config/ldap/ldapbe2
[build PRJ] libabw
[build PRJ] libcdr
[build PRJ] libebook
[build PRJ] libepubgen
[build PRJ] libetonyek
[build PRJ] libfreehand
[build PRJ] libmspub
[build PRJ] libmwaw
[build PRJ] libodfgen
[build BIN] liborcus
[build PRJ] libpagemaker
[build PRJ] libstaroffice
[build PRJ] libvisio
[build PRJ] libwpd
[build PRJ] libwps
[build BIN] libxmlsec
[build BIN] libzmf
[build MOD] python3
[build PKG] rasqal
[build CMP] io/source/io
[build CMP] stoc/util/bootstrap
[build CMP] stoc/source/inspect/introspection
[build CMP] stoc/source/invocation_adapterfactory/invocadapt
[build CMP] stoc/source/invocation/invocation
[build CMP] stoc/source/namingservice/namingservice
[build CMP] stoc/source/proxy_factory/proxyfac
[build CMP] stoc/source/corereflection/reflection
[build CMP] stoc/util/stocservices
[build CMP] remotebridges/source/unourl_resolver/uuresolver
[build CMP] stoc/source/javaloader/javaloader
[build DEP] LNK:Library/libjavavmlo.dylib
[build LNK] Library/libjavavmlo.dylib
[build CXX] i18npool/source/search/levdis.cxx
[build CXX] i18npool/source/search/textsearch.cxx
[build CXX] package/source/xstor/disposelistener.cxx
[build CXX] package/source/xstor/ocompinstream.cxx
[build CXX] package/source/xstor/ohierarchyholder.cxx
[build CXX] package/source/xstor/oseekinstream.cxx
[build CXX] package/source/xstor/owriteablestream.cxx
[build CXX] package/source/xstor/register.cxx
[build CXX] package/source/xstor/selfterminatefilestream.cxx
[build CXX] package/source/xstor/switchpersistencestream.cxx
[build CXX] package/source/xstor/xfactory.cxx
[build CXX] package/source/xstor/xstorage.cxx
[build CXX] xmlsecurity/source/framework/buffernode.cxx
[build CXX] xmlsecurity/source/framework/elementcollector.cxx
[build CXX] xmlsecurity/source/framework/elementmark.cxx
[build CXX] xmlsecurity/source/framework/saxeventkeeperimpl.cxx
[build CXX] xmlsecurity/source/framework/securityengine.cxx
[build CXX] xmlsecurity/source/framework/signaturecreatorimpl.cxx
[build CXX] xmlsecurity/source/framework/signatureengine.cxx
[build CXX] xmlsecurity/source/framework/signatureverifierimpl.cxx
[build CXX] xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx
[build CXX] ucb/source/sorter/sortdynres.cxx
[build CXX] ucb/source/sorter/sortmain.cxx
[build CXX] ucb/source/sorter/sortresult.cxx
[build CXX] ucb/source/cacher/cachedcontentresultset.cxx
[build CXX] ucb/source/cacher/cachedcontentresultsetstub.cxx
[build CXX] ucb/source/cacher/cacheddynamicresultset.cxx
[build CXX] ucb/source/cacher/cacheddynamicresultsetstub.cxx
[build CXX] ucb/source/cacher/cacheserv.cxx
[build CXX] ucb/source/cacher/contentresultsetwrapper.cxx
[build CXX] ucb/source/cacher/dynamicresultsetwrapper.cxx
[build DEP] LNK:Library/libucpexpand1lo.dylib
[build LNK] Library/libucpexpand1lo.dylib
[build CXX] ucb/source/ucp/file/bc.cxx
[build CXX] ucb/source/ucp/file/filcmd.cxx
[build CXX] ucb/source/ucp/file/filglob.cxx
[build CXX] ucb/source/ucp/file/filid.cxx
[build CXX] ucb/source/ucp/file/filinpstr.cxx
[build CXX] ucb/source/ucp/file/filinsreq.cxx
[build CXX] ucb/source/ucp/file/filnot.cxx
[build CXX] ucb/source/ucp/file/filprp.cxx
[build CXX] ucb/source/ucp/file/filrec.cxx
[build CXX] ucb/source/ucp/file/filrow.cxx
[build CXX] ucb/source/ucp/file/filrset.cxx
[build CXX] ucb/source/ucp/file/filstr.cxx
[build CXX] ucb/source/ucp/file/filtask.cxx
[build CXX] ucb/source/ucp/file/prov.cxx
[build CXX] ucb/source/ucp/hierarchy/dynamicresultset.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchycontent.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchydata.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchydatasource.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchyprovider.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchyservices.cxx
[build CXX] ucb/source/ucp/hierarchy/hierarchyuri.cxx
[build CXX] ucb/source/ucp/package/pkgcontentcaps.cxx
[build CXX] ucb/source/ucp/package/pkgcontent.cxx
[build CXX] ucb/source/ucp/package/pkgdatasupplier.cxx
[build CXX] ucb/source/ucp/package/pkgprovider.cxx
[build CXX] ucb/source/ucp/package/pkgresultset.cxx
[build CXX] ucb/source/ucp/package/pkgservices.cxx
[build CXX] ucb/source/ucp/package/pkguri.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_contentcaps.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_content.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_docmgr.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_provider.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_resultset.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_services.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_stgelems.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_storage.cxx
[build CXX] ucb/source/ucp/tdoc/tdoc_uri.cxx
[build CMP] shell/source/backends/macbe/macbe1
[build CXX] ucb/source/ucp/webdav-neon/ContentProperties.cxx
[build CXX] ucb/source/ucp/webdav-neon/DateTimeHelper.cxx
[build CXX] ucb/source/ucp/webdav-neon/DAVProperties.cxx
[build CXX] ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
[build CXX] ucb/source/ucp/webdav-neon/DAVSessionFactory.cxx
[build CXX] ucb/source/ucp/webdav-neon/DAVTypes.cxx
[build CXX] ucb/source/ucp/webdav-neon/LinkSequence.cxx
[build CXX] ucb/source/ucp/webdav-neon/LockEntrySequence.cxx
[build CXX] ucb/source/ucp/webdav-neon/LockSequence.cxx
[build CXX] ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx
[build CXX] ucb/source/ucp/webdav-neon/NeonInputStream.cxx
[build CXX] ucb/source/ucp/webdav-neon/NeonLockStore.cxx
[build CXX] ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx
[build CXX] ucb/source/ucp/webdav-neon/NeonSession.cxx
[build CXX] ucb/source/ucp/webdav-neon/NeonUri.cxx
[build CXX] ucb/source/ucp/webdav-neon/PropfindCache.cxx
[build CXX] ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx
[build CXX] ucb/source/ucp/webdav-neon/webdavcontentcaps.cxx
[build CXX] ucb/source/ucp/webdav-neon/webdavcontent.cxx
[build CXX] ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx
[build CXX] ucb/source/ucp/webdav-neon/webdavprovider.cxx
[build CXX] ucb/source/ucp/webdav-neon/webdavresultset.cxx
[build CXX] ucb/source/ucp/webdav-neon/webdavservices.cxx
[build CMP] shell/source/backends/localebe/localebe1
[build CMP] shell/source/cmdmail/cmdmail
[build CMP] shell/source/unix/exec/syssh
[build CXX] helpcompiler/source/HelpIndexer_main.cxx
[build CXX] helpcompiler/source/HelpLinker_main.cxx
[build MOD] i18nlangtag
[build BIN] io
[build BIN] jvmfwk
[build GPK] odk_doxygen
[build JDC] CustomTarget/odk/docs/java/ref/javadoc_log.txt
[build DEP] LNK:Library/libpyuno.dylib
[build LNK] Library/libpyuno.dylib
[build CXX] pyuno/source/loader/pyuno_loader.cxx
[build JAR] unoil
[build BIN] remotebridges
[build BIN] ridljar
[build DEP] LNK:Library/libtesttools_cppobj.dylib
[build LNK] Library/libtesttools_cppobj.dylib
[build DEP] LNK:Library/libtesttools_bridgetest.dylib
[build LNK] Library/libtesttools_bridgetest.dylib
[build CMP] testtools/source/bridgetest/constructors
[build BIN] ucbhelper
[build CXX] unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
[build CXX] basegfx/test/basegfx2d.cxx
[build CXX] basegfx/test/basegfx3d.cxx
[build CXX] basegfx/test/boxclipper.cxx
[build CXX] basegfx/test/basegfxtools.cxx
[build CXX] basegfx/test/clipstate.cxx
[build CXX] basegfx/test/genericclipper.cxx
[build CXX] comphelper/qa/unit/threadpooltest.cxx
[build CXX] comphelper/qa/unit/syntaxhighlighttest.cxx
[build CXX] comphelper/qa/unit/variadictemplates.cxx
[build CXX] comphelper/qa/container/comphelper_ifcontainer.cxx
[build CXX] comphelper/qa/string/test_string.cxx
[build CXX] comphelper/qa/container/testifcontainer.cxx
[build CXX] comphelper/qa/unit/test_hash.cxx
[build CMP] comphelper/util/comphelp
[build CXX] tools/source/datetime/datetime.cxx
[build CXX] tools/source/datetime/datetimeutils.cxx
[build CXX] tools/source/datetime/tdate.cxx
[build CXX] tools/source/datetime/ttime.cxx
[build CXX] tools/source/debug/debug.cxx
[build CXX] tools/source/fsys/urlobj.cxx
[build CXX] tools/source/fsys/wldcrd.cxx
[build CXX] tools/source/generic/b3dtrans.cxx
[build CXX] tools/source/generic/bigint.cxx
[build CXX] tools/source/generic/color.cxx
[build CXX] tools/source/generic/config.cxx
[build CXX] tools/source/generic/fract.cxx
[build CXX] tools/source/generic/gen.cxx
[build CXX] tools/source/generic/line.cxx
[build CXX] tools/source/generic/point.cxx
[build CXX] tools/source/generic/poly.cxx
[build CXX] tools/source/generic/poly2.cxx
[build CXX] tools/source/generic/svborder.cxx
[build CXX] tools/source/inet/inetmime.cxx
[build CXX] tools/source/inet/inetmsg.cxx
[build CXX] tools/source/inet/inetstrm.cxx
[build CXX] tools/source/memtools/mempool.cxx
[build CXX] tools/source/memtools/multisel.cxx
[build CXX] tools/source/memtools/unqidx.cxx
[build CXX] tools/source/misc/cpuid.cxx
[build CXX] tools/source/misc/extendapplicationenvironment.cxx
[build CXX] tools/source/ref/globname.cxx
[build CXX] tools/source/ref/ref.cxx
[build CXX] tools/source/stream/stream.cxx
[build CXX] tools/source/stream/vcompat.cxx
[build CXX] tools/source/string/tenccvt.cxx
[build CXX] tools/source/zcodec/zcodec.cxx
[build CXX] tools/source/stream/strmunx.cxx
[build CXX] workdir/CustomTarget/tools/string/reversemap.cxx
[build CXX] unotools/source/accessibility/accessiblerelationsethelper.cxx
[build CXX] unotools/source/accessibility/accessiblestatesethelper.cxx
[build CXX] unotools/source/config/bootstrap.cxx
[build CXX] unotools/source/config/cmdoptions.cxx
[build CXX] unotools/source/config/compatibility.cxx
[build CXX] unotools/source/config/configitem.cxx
[build CXX] unotools/source/config/configmgr.cxx
[build CXX] unotools/source/config/confignode.cxx
[build CXX] unotools/source/config/configpaths.cxx
[build CXX] unotools/source/config/configvaluecontainer.cxx
[build CXX] unotools/source/config/defaultoptions.cxx
[build CXX] unotools/source/config/docinfohelper.cxx
[build CXX] unotools/source/config/dynamicmenuoptions.cxx
[build CXX] unotools/source/config/eventcfg.cxx
[build CXX] unotools/source/config/extendedsecurityoptions.cxx
[build CXX] unotools/source/config/fltrcfg.cxx
[build CXX] unotools/source/config/fontcfg.cxx
[build CXX] unotools/source/config/fontoptions.cxx
[build CXX] unotools/source/config/historyoptions.cxx
[build CXX] unotools/source/config/itemholder1.cxx
[build CXX] unotools/source/config/lingucfg.cxx
[build CXX] unotools/source/config/misccfg.cxx
[build CXX] unotools/source/config/moduleoptions.cxx
[build CXX] unotools/source/config/options.cxx
[build CXX] unotools/source/config/optionsdlg.cxx
[build CXX] unotools/source/config/pathoptions.cxx
[build CXX] unotools/source/config/printwarningoptions.cxx
[build CXX] unotools/source/config/saveopt.cxx
[build CXX] unotools/source/config/searchopt.cxx
[build CXX] unotools/source/config/securityoptions.cxx
[build CXX] unotools/source/config/syslocaleoptions.cxx
[build CXX] unotools/source/config/useroptions.cxx
[build CXX] unotools/source/config/viewoptions.cxx
[build CXX] unotools/source/i18n/calendarwrapper.cxx
[build CXX] unotools/source/i18n/caserotate.cxx
[build CXX] unotools/source/i18n/charclass.cxx
[build CXX] unotools/source/i18n/collatorwrapper.cxx
[build CXX] unotools/source/i18n/intlwrapper.cxx
[build CXX] unotools/source/i18n/localedatawrapper.cxx
[build CXX] unotools/source/i18n/nativenumberwrapper.cxx
[build CXX] unotools/source/i18n/readwritemutexguard.cxx
[build CXX] unotools/source/i18n/resmgr.cxx
[build CXX] unotools/source/i18n/textsearch.cxx
[build CXX] unotools/source/i18n/transliterationwrapper.cxx
[build CXX] unotools/source/misc/closeveto.cxx
[build CXX] unotools/source/misc/datetime.cxx
[build CXX] unotools/source/misc/desktopterminationobserver.cxx
[build CXX] unotools/source/misc/eventlisteneradapter.cxx
[build CXX] unotools/source/misc/fontcvt.cxx
[build CXX] unotools/source/misc/fontdefs.cxx
[build CXX] unotools/source/misc/mediadescriptor.cxx
[build CXX] unotools/source/misc/sharedunocomponent.cxx
[build CXX] unotools/source/misc/syslocale.cxx
[build CXX] unotools/source/misc/unotoolsservices.cxx
[build CXX] unotools/source/misc/wincodepage.cxx
[build CXX] unotools/source/misc/ServiceDocumenter.cxx
[build CXX] unotools/source/misc/ZipPackageHelper.cxx
[build CXX] unotools/source/streaming/streamhelper.cxx
[build CXX] unotools/source/streaming/streamwrap.cxx
[build CXX] unotools/source/ucbhelper/localfilehelper.cxx
[build CXX] unotools/source/ucbhelper/progresshandlerwrap.cxx
[build CXX] unotools/source/ucbhelper/tempfile.cxx
[build CXX] unotools/source/ucbhelper/ucbhelper.cxx
[build CXX] unotools/source/ucbhelper/ucblockbytes.cxx
[build CXX] unotools/source/ucbhelper/ucbstreamhelper.cxx
[build CXX] unotools/source/ucbhelper/xtempfile.cxx
[build CXX] i18nutil/source/utility/casefolding.cxx
[build CXX] i18nutil/source/utility/oneToOneMapping.cxx
[build CXX] i18nutil/source/utility/paper.cxx
[build CXX] i18nutil/source/utility/scripttypedetector.cxx
[build CXX] i18nutil/source/utility/unicode.cxx
[build CXX] i18nutil/source/utility/widthfolding.cxx
[build CXX] opencl/source/openclconfig.cxx
[build CXX] opencl/source/openclwrapper.cxx
[build CXX] opencl/source/opencl_device.cxx
[build CXX] opencl/source/platforminfo.cxx
[build CXX] opencl/source/OpenCLZone.cxx
[build MOD] basegfx
[build BIN] binaryurp
[build JCS] Jar/jurt
[build CXX] sax/source/expatwrap/sax_expat.cxx
[build CXX] sax/source/expatwrap/saxwriter.cxx
[build CXX] sax/source/expatwrap/xml2utf.cxx
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
[build CXX] sax/source/fastparser/fastparser.cxx
[build CXX] sax/source/fastparser/legacyfastparser.cxx
[build PAT] postgresql
[build MOD] cpputools
[build BIN] dtrans
[build BIN] libabw
[build BIN] libcdr
[build BIN] libebook
[build BIN] libepubgen
[build BIN] libfreehand
[build BIN] libmspub
[build MOD] liborcus
[build BIN] libpagemaker
[build BIN] libvisio
[build MOD] libxmlsec
[build MOD] libzmf
[build EPK] rasqal
[build CMP] stoc/source/javavm/javavm
[build CXX] package/source/manifest/ManifestExport.cxx
[build CXX] package/source/manifest/ManifestImport.cxx
[build CXX] package/source/manifest/ManifestReader.cxx
[build CXX] package/source/manifest/ManifestWriter.cxx
[build CXX] package/source/manifest/UnoRegister.cxx
[build CXX] package/source/zipapi/blowfishcontext.cxx
[build CXX] package/source/zipapi/ByteChucker.cxx
[build CXX] package/source/zipapi/ByteGrabber.cxx
[build CXX] package/source/zipapi/CRC32.cxx
[build CXX] package/source/zipapi/Deflater.cxx
[build CXX] package/source/zipapi/Inflater.cxx
[build CXX] package/source/zipapi/sha1context.cxx
[build CXX] package/source/zipapi/XBufferedThreadedStream.cxx
[build CXX] package/source/zipapi/XUnbufferedStream.cxx
[build CXX] package/source/zipapi/ZipEnumeration.cxx
[build CXX] package/source/zipapi/ZipFile.cxx
[build CXX] package/source/zipapi/ZipOutputEntry.cxx
[build CXX] package/source/zipapi/ZipOutputStream.cxx
[build CXX] package/source/zippackage/wrapstreamforshare.cxx
[build CXX] package/source/zippackage/zipfileaccess.cxx
[build CXX] package/source/zippackage/ZipPackageBuffer.cxx
[build CXX] package/source/zippackage/ZipPackage.cxx
[build CXX] package/source/zippackage/ZipPackageEntry.cxx
[build CXX] package/source/zippackage/ZipPackageFolder.cxx
[build CXX] package/source/zippackage/ZipPackageFolderEnumeration.cxx
[build CXX] package/source/zippackage/ZipPackageSink.cxx
[build CXX] package/source/zippackage/ZipPackageStream.cxx
[build CMP] ucb/source/ucp/expand/ucpexpand1
[build CXX] unoxml/source/dom/node.cxx
[build CXX] unoxml/source/dom/document.cxx
[build CXX] unoxml/source/dom/element.cxx
[build CXX] unoxml/source/dom/attr.cxx
[build CXX] unoxml/source/dom/cdatasection.cxx
[build CXX] unoxml/source/dom/characterdata.cxx
[build CXX] unoxml/source/dom/comment.cxx
[build CXX] unoxml/source/dom/documentbuilder.cxx
[build CXX] unoxml/source/dom/documentfragment.cxx
[build CXX] unoxml/source/dom/documenttype.cxx
[build CXX] unoxml/source/dom/entity.cxx
[build CXX] unoxml/source/dom/entityreference.cxx
[build CXX] unoxml/source/dom/notation.cxx
[build CXX] unoxml/source/dom/processinginstruction.cxx
[build CXX] unoxml/source/dom/text.cxx
[build CXX] unoxml/source/dom/domimplementation.cxx
[build CXX] unoxml/source/dom/elementlist.cxx
[build CXX] unoxml/source/dom/childlist.cxx
[build CXX] unoxml/source/dom/notationsmap.cxx
[build CXX] unoxml/source/dom/entitiesmap.cxx
[build CXX] unoxml/source/dom/attributesmap.cxx
[build CXX] unoxml/source/dom/saxbuilder.cxx
[build CXX] unoxml/source/xpath/xpathobject.cxx
[build CXX] unoxml/source/xpath/nodelist.cxx
[build CXX] unoxml/source/xpath/xpathapi.cxx
[build CXX] unoxml/source/events/event.cxx
[build CXX] unoxml/source/events/eventdispatcher.cxx
[build CXX] unoxml/source/events/mutationevent.cxx
[build CXX] unoxml/source/events/uievent.cxx
[build CXX] unoxml/source/events/mouseevent.cxx
[build CXX] unoxml/source/service/services.cxx
[build MOD] io
[build MOD] jvmfwk
[build CUS] odk/docs/java/ref
[build DEP] LNK:Library/libpythonloaderlo.dylib
[build LNK] Library/libpythonloaderlo.dylib
[build MOD] remotebridges
[build MOD] ridljar
[build BIN] stoc
[build CMP] testtools/source/bridgetest/cppobj
[build CMP] testtools/source/bridgetest/bridgetest
[build MOD] ucbhelper
[build BIN] unoil
[build CXX] sax/qa/cppunit/test_converter.cxx
[build CXX] sax/qa/cppunit/attributes.cxx
[build DEP] LNK:Library/libsaxlo.dylib
[build LNK] Library/libsaxlo.dylib
[build CXX] UnoControls/source/base/basecontainercontrol.cxx
[build CXX] UnoControls/source/base/basecontrol.cxx
[build CXX] UnoControls/source/base/multiplexer.cxx
[build CXX] UnoControls/source/base/registercontrols.cxx
[build CXX] UnoControls/source/controls/OConnectionPointContainerHelper.cxx
[build CXX] UnoControls/source/controls/OConnectionPointHelper.cxx
[build CXX] UnoControls/source/controls/framecontrol.cxx
[build CXX] UnoControls/source/controls/progressbar.cxx
[build CXX] UnoControls/source/controls/progressmonitor.cxx
[build CXX] UnoControls/source/controls/statusindicator.cxx
[build PKG] curl
[build CXX] sot/source/unoolestorage/xolesimplestorage.cxx
[build CXX] sot/source/base/formats.cxx
[build CXX] sot/source/base/object.cxx
[build CXX] sot/source/base/exchange.cxx
[build CXX] sot/source/base/filelist.cxx
[build CXX] sot/source/sdstor/stg.cxx
[build CXX] sot/source/sdstor/stgavl.cxx
[build CXX] sot/source/sdstor/stgcache.cxx
[build CXX] sot/source/sdstor/stgdir.cxx
[build CXX] sot/source/sdstor/stgelem.cxx
[build CXX] sot/source/sdstor/stgio.cxx
[build CXX] sot/source/sdstor/stgole.cxx
[build CXX] sot/source/sdstor/stgstrms.cxx
[build CXX] sot/source/sdstor/storage.cxx
[build CXX] sot/source/sdstor/storinfo.cxx
[build CXX] sot/source/sdstor/ucbstorage.cxx
[build DEP] LNK:Library/libanimcorelo.dylib
[build LNK] Library/libanimcorelo.dylib
[build CXX] idl/source/cmptools/hash.cxx
[build CXX] idl/source/cmptools/lex.cxx
[build CXX] idl/source/objects/basobj.cxx
[build CXX] idl/source/objects/bastype.cxx
[build CXX] idl/source/objects/module.cxx
[build CXX] idl/source/objects/object.cxx
[build CXX] idl/source/objects/slot.cxx
[build CXX] idl/source/objects/types.cxx
[build CXX] idl/source/prj/command.cxx
[build CXX] idl/source/prj/database.cxx
[build CXX] idl/source/prj/globals.cxx
[build CXX] idl/source/prj/svidl.cxx
[build CXX] idl/source/prj/parser.cxx
[build CXX] xmlscript/source/misc/unoservices.cxx
[build CXX] xmlscript/source/xml_helper/xml_byteseq.cxx
[build CXX] xmlscript/source/xml_helper/xml_element.cxx
[build CXX] xmlscript/source/xml_helper/xml_impctx.cxx
[build CXX] xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx
[build CXX] xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
[build CXX] xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
[build CXX] xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
[build CXX] xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
[build CXX] xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
[build CXX] xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
[build CXX] xmlscript/source/xmllib_imexp/xmllib_export.cxx
[build CXX] xmlscript/source/xmllib_imexp/xmllib_import.cxx
[build CXX] xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
[build CXX] xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
[build MOD] binaryurp
[build JAR] jurt
[build BIN] comphelper
[build DEP] LNK:Library/libconfigmgrlo.dylib
[build LNK] Library/libconfigmgrlo.dylib
[build DEP] LNK:Library/libpostgresql-sdbclo.dylib
[build LNK] Library/libpostgresql-sdbclo.dylib
[build DEP] LNK:Library/libmozbootstraplo.dylib
[build LNK] Library/libmozbootstraplo.dylib
[build DEP] LNK:Library/libhelplinkerlo.dylib
[build LNK] Library/libhelplinkerlo.dylib
[build DEP] LNK:Library/liboffacclo.dylib
[build LNK] Library/liboffacclo.dylib
[build CXX] desktop/source/migration/services/basicmigration.cxx
[build CXX] desktop/source/migration/services/cexports.cxx
[build CXX] desktop/source/migration/services/jvmfwk.cxx
[build CXX] desktop/source/migration/services/wordbookmigration.cxx
[build CXX] desktop/source/migration/services/cexportsoo3.cxx
[build CXX] desktop/source/migration/services/oo3extensionmigration.cxx
[build MOD] dtrans
[build DEP] LNK:Library/libevtattlo.dylib
[build LNK] Library/libevtattlo.dylib
[build CXX] extensions/source/logging/consolehandler.cxx
[build CXX] extensions/source/logging/csvformatter.cxx
[build CXX] extensions/source/logging/filehandler.cxx
[build CXX] extensions/source/logging/logger.cxx
[build CXX] extensions/source/logging/loggerconfig.cxx
[build CXX] extensions/source/logging/loghandler.cxx
[build CXX] extensions/source/logging/logrecord.cxx
[build CXX] extensions/source/logging/plaintextformatter.cxx
[build EPK] curl
[build PKG] jfreereport_flow_engine
[build MOD] libabw
[build MOD] libcdr
[build MOD] libebook
[build MOD] libepubgen
[build MOD] libfreehand
[build MOD] libmspub
[build MOD] libpagemaker
[build MOD] libvisio
[build RDB] ure/services
[build CXX] filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
[build CXX] filter/source/xmlfilteradaptor/genericfilter.cxx
[build CXX] hwpfilter/source/attributes.cxx
[build CXX] hwpfilter/source/cspline.cxx
[build CXX] hwpfilter/source/fontmap.cxx
[build CXX] hwpfilter/source/formula.cxx
[build CXX] hwpfilter/source/grammar.cxx
[build CXX] hwpfilter/source/hbox.cxx
[build CXX] hwpfilter/source/hcode.cxx
[build CXX] hwpfilter/source/hfont.cxx
[build CXX] hwpfilter/source/hgzip.cxx
[build CXX] hwpfilter/source/hinfo.cxx
[build CXX] hwpfilter/source/hiodev.cxx
[build CXX] hwpfilter/source/hpara.cxx
[build CXX] hwpfilter/source/hstream.cxx
[build CXX] hwpfilter/source/hstyle.cxx
[build CXX] hwpfilter/source/htags.cxx
[build CXX] hwpfilter/source/hutil.cxx
[build CXX] hwpfilter/source/hwpeq.cxx
[build CXX] hwpfilter/source/hwpfile.cxx
[build CXX] hwpfilter/source/hwpread.cxx
[build CXX] hwpfilter/source/hwpreader.cxx
[build CXX] hwpfilter/source/lexer.cxx
[build CXX] hwpfilter/source/mzstring.cxx
[build CXX] hwpfilter/source/solver.cxx
[build DEP] LNK:Library/libi18nsearchlo.dylib
[build LNK] Library/libi18nsearchlo.dylib
[build CXX] i18npool/source/breakiterator/breakiterator_cjk.cxx
[build CXX] i18npool/source/breakiterator/breakiterator_ctl.cxx
[build CXX] i18npool/source/breakiterator/breakiteratorImpl.cxx
[build CXX] i18npool/source/breakiterator/breakiterator_th.cxx
[build CXX] i18npool/source/breakiterator/breakiterator_unicode.cxx
[build CXX] i18npool/source/breakiterator/xdictionary.cxx
[build CXX] i18npool/source/calendar/calendarImpl.cxx
[build CXX] i18npool/source/calendar/calendar_gregorian.cxx
[build CXX] i18npool/source/calendar/calendar_hijri.cxx
[build CXX] i18npool/source/calendar/calendar_jewish.cxx
[build CXX] i18npool/source/characterclassification/cclass_unicode.cxx
[build CXX] i18npool/source/characterclassification/cclass_unicode_parser.cxx
[build CXX] i18npool/source/characterclassification/characterclassificationImpl.cxx
[build CXX] i18npool/source/characterclassification/unoscripttypedetector.cxx
[build CXX] i18npool/source/collator/chaptercollator.cxx
[build CXX] i18npool/source/collator/collatorImpl.cxx
[build CXX] i18npool/source/collator/collator_unicode.cxx
[build CXX] i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
[build CXX] i18npool/source/indexentry/indexentrysupplier.cxx
[build CXX] i18npool/source/indexentry/indexentrysupplier_asian.cxx
[build CXX] i18npool/source/indexentry/indexentrysupplier_common.cxx
[build CXX] i18npool/source/indexentry/indexentrysupplier_default.cxx
[build CXX] i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx
[build CXX] i18npool/source/inputchecker/inputsequencechecker.cxx
[build CXX] i18npool/source/inputchecker/inputsequencechecker_hi.cxx
[build CXX] i18npool/source/inputchecker/inputsequencechecker_th.cxx
[build CXX] i18npool/source/localedata/localedata.cxx
[build CXX] i18npool/source/nativenumber/nativenumbersupplier.cxx
[build CXX] i18npool/source/numberformatcode/numberformatcode.cxx
[build CXX] i18npool/source/ordinalsuffix/ordinalsuffix.cxx
[build CXX] i18npool/source/registerservices/registerservices.cxx
[build CXX] i18npool/source/textconversion/textconversion.cxx
[build CXX] i18npool/source/textconversion/textconversionImpl.cxx
[build CXX] i18npool/source/textconversion/textconversion_ko.cxx
[build CXX] i18npool/source/textconversion/textconversion_zh.cxx
[build CXX] i18npool/source/transliteration/chartonum.cxx
[build CXX] i18npool/source/transliteration/fullwidthToHalfwidth.cxx
[build CXX] i18npool/source/transliteration/halfwidthToFullwidth.cxx
[build CXX] i18npool/source/transliteration/hiraganaToKatakana.cxx
[build CXX] i18npool/source/transliteration/ignoreBaFa_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreHyuByu_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreIterationMark_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreKana.cxx
[build CXX] i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreMiddleDot_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreMinusSign_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreSeparator_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreSize_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreSpace_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreTraditionalKana_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreTraditionalKanji_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreWidth.cxx
[build CXX] i18npool/source/transliteration/ignoreZiZu_ja_JP.cxx
[build CXX] i18npool/source/transliteration/ignoreDiacritics_CTL.cxx
[build CXX] i18npool/source/transliteration/ignoreKashida_CTL.cxx
[build CXX] i18npool/source/transliteration/katakanaToHiragana.cxx
[build CXX] i18npool/source/transliteration/largeToSmall_ja_JP.cxx
[build CXX] i18npool/source/transliteration/numtochar.cxx
[build CXX] i18npool/source/transliteration/numtotext_cjk.cxx
[build CXX] i18npool/source/transliteration/smallToLarge_ja_JP.cxx
[build CXX] i18npool/source/transliteration/texttonum.cxx
[build CXX] i18npool/source/transliteration/textToPronounce_zh.cxx
[build CXX] i18npool/source/transliteration/transliteration_body.cxx
[build CXX] i18npool/source/transliteration/transliteration_caseignore.cxx
[build CXX] i18npool/source/transliteration/transliteration_commonclass.cxx
[build CXX] i18npool/source/transliteration/transliteration_Ignore.cxx
[build CXX] i18npool/source/transliteration/transliterationImpl.cxx
[build CXX] i18npool/source/transliteration/transliteration_Numeric.cxx
[build CXX] i18npool/source/transliteration/transliteration_OneToOne.cxx
[build C  ] CustomTarget/i18npool/breakiterator/OpenOffice_dat.c
[build C  ] CustomTarget/i18npool/breakiterator/dict_word_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/edit_word_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/line_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/dict_word_prepostdash_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/char_in_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/sent_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/char_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/dict_word_he_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/dict_word_hu_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/edit_word_hu_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/dict_word_nodash_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/count_word_brk.c
[build C  ] CustomTarget/i18npool/breakiterator/edit_word_he_brk.c
[build CXX] lingucomponent/source/languageguessing/guess.cxx
[build CXX] lingucomponent/source/languageguessing/guesslang.cxx
[build CXX] lingucomponent/source/languageguessing/simpleguesser.cxx
[build DEP] LNK:Library/libxstor.dylib
[build LNK] Library/libxstor.dylib
[build DEP] LNK:Library/libxsec_fw.dylib
[build LNK] Library/libxsec_fw.dylib
[build CXX] scaddins/source/analysis/analysis.cxx
[build CXX] scaddins/source/analysis/analysishelper.cxx
[build CXX] scaddins/source/analysis/bessel.cxx
[build CXX] scaddins/source/analysis/financial.cxx
[build CXX] scaddins/source/datefunc/datefunc.cxx
[build CXX] scaddins/source/pricing/pricing.cxx
[build CXX] scaddins/source/pricing/black_scholes.cxx
[build CXX] sdext/source/minimizer/configurationaccess.cxx
[build CXX] sdext/source/minimizer/fileopendialog.cxx
[build CXX] sdext/source/minimizer/graphiccollector.cxx
[build CXX] sdext/source/minimizer/impoptimizer.cxx
[build CXX] sdext/source/minimizer/informationdialog.cxx
[build CXX] sdext/source/minimizer/optimizationstats.cxx
[build CXX] sdext/source/minimizer/optimizerdialog.cxx
[build CXX] sdext/source/minimizer/optimizerdialogcontrols.cxx
[build CXX] sdext/source/minimizer/pagecollector.cxx
[build CXX] sdext/source/minimizer/pppoptimizer.cxx
[build CXX] sdext/source/minimizer/pppoptimizerdialog.cxx
[build CXX] sdext/source/minimizer/pppoptimizertoken.cxx
[build CXX] sdext/source/minimizer/pppoptimizeruno.cxx
[build CXX] sdext/source/minimizer/unodialog.cxx
[build CXX] svl/source/fsstor/fsfactory.cxx
[build CXX] svl/source/fsstor/fsstorage.cxx
[build CXX] svl/source/fsstor/oinputstreamcontainer.cxx
[build CXX] svl/source/fsstor/ostreamcontainer.cxx
[build CXX] svl/source/passwordcontainer/passwordcontainer.cxx
[build CXX] svl/source/passwordcontainer/syscreds.cxx
[build DEP] LNK:Library/libsrtrs1.dylib
[build LNK] Library/libsrtrs1.dylib
[build CXX] ucb/source/core/cmdenv.cxx
[build CXX] ucb/source/core/identify.cxx
[build CXX] ucb/source/core/provprox.cxx
[build CXX] ucb/source/core/ucb.cxx
[build CXX] ucb/source/core/ucbcmds.cxx
[build CXX] ucb/source/core/ucbprops.cxx
[build CXX] ucb/source/core/ucbserv.cxx
[build CXX] ucb/source/core/ucbstore.cxx
[build CXX] ucb/source/core/FileAccess.cxx
[build CXX] ucb/source/regexp/regexp.cxx
[build DEP] LNK:Library/libcached1.dylib
[build LNK] Library/libcached1.dylib
[build CXX] ucb/source/ucp/ext/ucpext_content.cxx
[build CXX] ucb/source/ucp/ext/ucpext_datasupplier.cxx
[build CXX] ucb/source/ucp/ext/ucpext_provider.cxx
[build CXX] ucb/source/ucp/ext/ucpext_resultset.cxx
[build CXX] ucb/source/ucp/ext/ucpext_services.cxx
[build DEP] LNK:Library/libucpfile1.dylib
[build LNK] Library/libucpfile1.dylib
[build DEP] LNK:Library/libucphier1.dylib
[build LNK] Library/libucphier1.dylib
[build DEP] LNK:Library/libucppkg1.dylib
[build LNK] Library/libucppkg1.dylib
[build DEP] LNK:Library/libucptdoc1lo.dylib
[build LNK] Library/libucptdoc1lo.dylib
[build CXX] sccomp/source/solver/SolverComponent.cxx
[build CXX] sccomp/source/solver/CoinMPSolver.cxx
[build CXX] sccomp/source/solver/LpsolveSolver.cxx
[build DEP] LNK:Library/libucpdav1.dylib
[build LNK] Library/libucpdav1.dylib
[build CXX] scripting/source/stringresource/stringresource.cxx
[build CXX] scripting/source/provider/ActiveMSPList.cxx
[build CXX] scripting/source/provider/BrowseNodeFactoryImpl.cxx
[build CXX] scripting/source/provider/MasterScriptProvider.cxx
[build CXX] scripting/source/provider/MasterScriptProviderFactory.cxx
[build CXX] scripting/source/provider/ProviderCache.cxx
[build CXX] scripting/source/provider/URIHelper.cxx
[build JCS] Jar/juh
[build BIN] jurt
[build GPK] odk_javadoc
[build CMP] pyuno/source/loader/pythonloader
[build CXX] shell/source/tools/lngconvex/cmdline.cxx
[build CXX] shell/source/tools/lngconvex/lngconvex.cxx
[build MOD] stoc
[build RDB] uno_services
[build MOD] unoil
[build DEP] LNK:Library/unobootstrapprotector.dylib
[build LNK] Library/unobootstrapprotector.dylib
[build DEP] LNK:CppunitTest/libtest_basegfx.dylib
[build LNK] CppunitTest/libtest_basegfx.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_threadpool_test.dylib
[build LNK] CppunitTest/libtest_comphelper_threadpool_test.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_syntaxhighlight_test.dylib
[build LNK] CppunitTest/libtest_comphelper_syntaxhighlight_test.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_variadictemplates_test.dylib
[build LNK] CppunitTest/libtest_comphelper_variadictemplates_test.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_ifcontainer.dylib
[build LNK] CppunitTest/libtest_comphelper_ifcontainer.dylib
[build DEP] LNK:CppunitTest/libtest_comphelper_test.dylib
[build LNK] CppunitTest/libtest_comphelper_test.dylib
[build CHK] CustomTarget/odk/check/checkbin
[build CXX] tools/qa/cppunit/test_bigint.cxx
[build CXX] tools/qa/cppunit/test_date.cxx
[build CXX] tools/qa/cppunit/test_fract.cxx
[build CXX] tools/qa/cppunit/test_inetmime.cxx
[build CXX] tools/qa/cppunit/test_pathutils.cxx
[build CXX] tools/qa/cppunit/test_reversemap.cxx
[build CXX] tools/qa/cppunit/test_stream.cxx
[build CXX] tools/qa/cppunit/test_urlobj.cxx
[build CXX] tools/qa/cppunit/test_color.cxx
[build CXX] tools/qa/cppunit/test_rectangle.cxx
[build DEP] LNK:Library/libtllo.dylib
[build LNK] Library/libtllo.dylib
[build CMP] animations/source/animcore/animcore
[build JCS] Jar/java_uno
[build DEP] LNK:Library/libexpwraplo.dylib
[build LNK] Library/libexpwraplo.dylib
[build MOD] comphelper
Note: /Users/demo/lode/dev/core/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/demo/lode/dev/core/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[build CMP] configmgr/source/configmgr
[build CMP] connectivity/source/drivers/postgresql/postgresql-sdbc
[build PRJ] postgresql
[build CMP] connectivity/source/drivers/mozab/bootstrap/mozbootstrap
[build CMP] desktop/source/offacc/offacc
[build CMP] eventattacher/source/evtatt
[build BIN] curl
[build EPK] jfreereport_flow_engine
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/allowable-actions.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/atom-document.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/atom-folder.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/atom-object-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/atom-object.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/atom-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/atom-workspace.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/base-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/document.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/folder.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-document.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-folder.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-object.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-object-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-property.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-repository.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/gdrive-utils.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/http-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/json-utils.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/oauth2-data.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/oauth2-handler.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/oauth2-providers.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/object.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/object-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-document.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-folder.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-object.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-object-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-property.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-repository.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/onedrive-utils.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/property.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/property-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/rendition.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/repository.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/session-factory.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-document.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-folder.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-object.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-object-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-property.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-repository.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/sharepoint-utils.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-document.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-folder.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-navigationservice.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-object.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-object-type.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-objectservice.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-relatedmultipart.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-repositoryservice.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-requests.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-session.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-soap.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/ws-versioningservice.cxx
[build CXX] workdir/UnpackedTarball/cmis/src/libcmis/xml-utils.cxx
[build BIN] postgresql
[build UPK] e5be03eda13ef68aabab6e42aa67715e-redland-1.0.17.tar.gz
[build DEP] LNK:Library/libpackage2.dylib
[build LNK] Library/libpackage2.dylib
[build CMP] i18npool/source/search/i18nsearch
[build CMP] package/source/xstor/xstor
[build CMP] ucb/source/sorter/srtrs1
[build CMP] ucb/source/cacher/cached1
[build CXX] ucb/source/ucp/cmis/auth_provider.cxx
[build CXX] ucb/source/ucp/cmis/certvalidation_handler.cxx
[build CXX] ucb/source/ucp/cmis/cmis_content.cxx
[build CXX] ucb/source/ucp/cmis/cmis_repo_content.cxx
[build CXX] ucb/source/ucp/cmis/cmis_datasupplier.cxx
[build CXX] ucb/source/ucp/cmis/cmis_provider.cxx
[build CXX] ucb/source/ucp/cmis/cmis_resultset.cxx
[build CXX] ucb/source/ucp/cmis/cmis_url.cxx
[build CXX] ucb/source/ucp/cmis/std_inputstream.cxx
[build CXX] ucb/source/ucp/cmis/std_outputstream.cxx
[build CMP] ucb/source/ucp/file/ucpfile1
[build CXX] ucb/source/ucp/ftp/ftpcfunc.cxx
[build CXX] ucb/source/ucp/ftp/ftpcontentcaps.cxx
[build CXX] ucb/source/ucp/ftp/ftpcontent.cxx
[build CXX] ucb/source/ucp/ftp/ftpcontentidentifier.cxx
[build CXX] ucb/source/ucp/ftp/ftpcontentprovider.cxx
[build CXX] ucb/source/ucp/ftp/ftpdirp.cxx
[build CXX] ucb/source/ucp/ftp/ftpdynresultset.cxx
[build CXX] ucb/source/ucp/ftp/ftpintreq.cxx
[build CXX] ucb/source/ucp/ftp/ftploaderthread.cxx
[build CXX] ucb/source/ucp/ftp/ftpresultsetbase.cxx
[build CXX] ucb/source/ucp/ftp/ftpresultsetI.cxx
[build CXX] ucb/source/ucp/ftp/ftpservices.cxx
[build CXX] ucb/source/ucp/ftp/ftpurl.cxx
[build CMP] ucb/source/ucp/hierarchy/ucphier1
[build CMP] ucb/source/ucp/package/ucppkg1
[build CMP] ucb/source/ucp/tdoc/ucptdoc1
[build DEP] LNK:Library/libunoxmllo.dylib
[build LNK] Library/libunoxmllo.dylib
[build CMP] ucb/source/ucp/webdav-neon/ucpdav1
[build DEP] LNK:Executable/HelpIndexer
[build LNK] Executable/HelpIndexer
[build DEP] LNK:Executable/HelpLinker
[build LNK] Executable/HelpLinker
[build JAR] juh
[build MOD] jurt
[build BIN] odk
[build RDB] pyuno
[build BIN] ure
[build CUS] odk/check
[build DEP] LNK:CppunitTest/libtest_sax.dylib
[build LNK] CppunitTest/libtest_sax.dylib
[build DEP] LNK:CppunitTest/libtest_sax_attributes.dylib
[build LNK] CppunitTest/libtest_sax_attributes.dylib
[build DEP] LNK:Library/libctllo.dylib
[build LNK] Library/libctllo.dylib
[build DEP] LNK:Library/libutllo.dylib
[build LNK] Library/libutllo.dylib
[build CXX] svl/source/config/asiancfg.cxx
[build CXX] svl/source/config/cjkoptions.cxx
[build CXX] svl/source/config/ctloptions.cxx
[build CXX] svl/source/config/itemholder2.cxx
[build CXX] svl/source/config/languageoptions.cxx
[build CXX] svl/source/crypto/cryptosign.cxx
[build CXX] svl/source/filepicker/pickerhistory.cxx
[build CXX] svl/source/items/aeitem.cxx
[build CXX] svl/source/items/cenumitm.cxx
[build CXX] svl/source/items/cintitem.cxx
[build CXX] svl/source/items/custritm.cxx
[build CXX] svl/source/items/flagitem.cxx
[build CXX] svl/source/items/globalnameitem.cxx
[build CXX] svl/source/items/grabbagitem.cxx
[build CXX] svl/source/items/ilstitem.cxx
[build CXX] svl/source/items/imageitm.cxx
[build CXX] svl/source/items/intitem.cxx
[build CXX] svl/source/items/int64item.cxx
[build CXX] svl/source/items/itemiter.cxx
[build CXX] svl/source/items/itempool.cxx
[build CXX] svl/source/items/itemprop.cxx
[build CXX] svl/source/items/IndexedStyleSheets.cxx
[build CXX] svl/source/items/itemset.cxx
[build CXX] svl/source/items/lckbitem.cxx
[build CXX] svl/source/items/macitem.cxx
[build CXX] svl/source/items/poolcach.cxx
[build CXX] svl/source/items/poolio.cxx
[build CXX] svl/source/items/poolitem.cxx
[build CXX] svl/source/items/ptitem.cxx
[build CXX] svl/source/items/rectitem.cxx
[build CXX] svl/source/items/rngitem.cxx
[build CXX] svl/source/items/sitem.cxx
[build CXX] svl/source/items/slstitm.cxx
[build CXX] svl/source/items/srchitem.cxx
[build CXX] svl/source/items/stringio.cxx
[build CXX] svl/source/items/stritem.cxx
[build CXX] svl/source/items/style.cxx
[build CXX] svl/source/items/stylepool.cxx
[build CXX] svl/source/items/visitem.cxx
[build CXX] svl/source/items/whiter.cxx
[build CXX] svl/source/misc/PasswordHelper.cxx
[build CXX] svl/source/misc/adrparse.cxx
[build CXX] svl/source/misc/documentlockfile.cxx
[build CXX] svl/source/misc/filenotation.cxx
[build CXX] svl/source/misc/fstathelper.cxx
[build CXX] svl/source/misc/getstringresource.cxx
[build CXX] svl/source/misc/gridprinter.cxx
[build CXX] svl/source/misc/inethist.cxx
[build CXX] svl/source/misc/inettype.cxx
[build CXX] svl/source/misc/lngmisc.cxx
[build CXX] svl/source/misc/lockfilecommon.cxx
[build CXX] svl/source/misc/ownlist.cxx
[build CXX] svl/source/misc/sharecontrolfile.cxx
[build CXX] svl/source/misc/sharedstring.cxx
[build CXX] svl/source/misc/sharedstringpool.cxx
[build CXX] svl/source/misc/strmadpt.cxx
[build CXX] svl/source/misc/urihelper.cxx
[build CXX] svl/source/notify/SfxBroadcaster.cxx
[build CXX] svl/source/notify/broadcast.cxx
[build CXX] svl/source/notify/hint.cxx
[build CXX] svl/source/notify/isethint.cxx
[build CXX] svl/source/notify/listener.cxx
[build CXX] svl/source/notify/lstner.cxx
[build CXX] svl/source/numbers/currencytable.cxx
[build CXX] svl/source/numbers/numfmuno.cxx
[build CXX] svl/source/numbers/numuno.cxx
[build CXX] svl/source/numbers/supservs.cxx
[build CXX] svl/source/numbers/zforfind.cxx
[build CXX] svl/source/numbers/zforlist.cxx
[build CXX] svl/source/numbers/zformat.cxx
[build CXX] svl/source/numbers/zforscan.cxx
[build CXX] svl/source/svsql/converter.cxx
[build CXX] svl/source/undo/undo.cxx
[build CXX] svl/source/uno/pathservice.cxx
[build CXX] svl/unx/source/svdde/ddedummy.cxx
[build DEP] LNK:Library/libopencllo.dylib
[build LNK] Library/libopencllo.dylib
[build CXX] vcl/source/window/errinf.cxx
[build CXX] vcl/source/window/settings.cxx
[build CXX] vcl/source/window/paint.cxx
[build CXX] vcl/source/window/abstdlg.cxx
[build CXX] vcl/source/window/accel.cxx
[build CXX] vcl/source/window/accmgr.cxx
[build CXX] vcl/source/window/brdwin.cxx
[build CXX] vcl/source/window/accessibility.cxx
[build CXX] vcl/source/window/legacyaccessibility.cxx
[build CXX] vcl/source/window/clipping.cxx
[build CXX] vcl/source/window/stacking.cxx
[build CXX] vcl/source/window/debug.cxx
[build CXX] vcl/source/window/globalization.cxx
[build CXX] vcl/source/window/btndlg.cxx
[build CXX] vcl/source/window/builder.cxx
[build CXX] vcl/source/window/commandevent.cxx
[build CXX] vcl/source/window/cursor.cxx
[build CXX] vcl/source/window/debugevent.cxx
[build CXX] vcl/source/window/decoview.cxx
[build CXX] vcl/source/window/dialog.cxx
[build CXX] vcl/source/window/dlgctrl.cxx
[build CXX] vcl/source/window/dndeventdispatcher.cxx
[build CXX] vcl/source/window/dndlistenercontainer.cxx
[build CXX] vcl/source/window/dockingarea.cxx
[build CXX] vcl/source/window/dockmgr.cxx
[build CXX] vcl/source/window/dockwin.cxx
[build CXX] vcl/source/window/event.cxx
[build CXX] vcl/source/window/floatwin.cxx
[build CXX] vcl/source/window/introwin.cxx
[build CXX] vcl/source/window/keycod.cxx
[build CXX] vcl/source/window/keyevent.cxx
[build CXX] vcl/source/window/layout.cxx
[build CXX] vcl/source/window/menu.cxx
[build CXX] vcl/source/window/menubarwindow.cxx
[build CXX] vcl/source/window/menufloatingwindow.cxx
[build CXX] vcl/source/window/menuitemlist.cxx
[build CXX] vcl/source/window/menuwindow.cxx
[build CXX] vcl/source/window/mnemonic.cxx
[build CXX] vcl/source/window/mnemonicengine.cxx
[build CXX] vcl/source/window/mouse.cxx
[build CXX] vcl/source/window/msgbox.cxx
[build CXX] vcl/source/window/popupmenuwindow.cxx
[build CXX] vcl/source/window/printdlg.cxx
[build CXX] vcl/source/window/scrwnd.cxx
[build CXX] vcl/source/window/seleng.cxx
[build CXX] vcl/source/window/split.cxx
[build CXX] vcl/source/window/splitwin.cxx
[build CXX] vcl/source/window/status.cxx
[build CXX] vcl/source/window/syschild.cxx
[build CXX] vcl/source/window/syswin.cxx
[build CXX] vcl/source/window/tabdlg.cxx
[build CXX] vcl/source/window/tabpage.cxx
[build CXX] vcl/source/window/taskpanelist.cxx
[build CXX] vcl/source/window/toolbox2.cxx
[build CXX] vcl/source/window/toolbox.cxx
[build CXX] vcl/source/window/window2.cxx
[build CXX] vcl/source/window/window3.cxx
[build CXX] vcl/source/window/window.cxx
[build CXX] vcl/source/window/winproc.cxx
[build CXX] vcl/source/window/wrkwin.cxx
[build CXX] vcl/source/window/EnumContext.cxx
[build CXX] vcl/source/control/button.cxx
[build CXX] vcl/source/control/combobox.cxx
[build CXX] vcl/source/control/ctrl.cxx
[build CXX] vcl/source/control/edit.cxx
[build CXX] vcl/source/control/field2.cxx
[build CXX] vcl/source/control/field.cxx
[build CXX] vcl/source/control/fixed.cxx
[build CXX] vcl/source/control/fixedhyper.cxx
[build CXX] vcl/source/control/group.cxx
[build CXX] vcl/source/control/imgctrl.cxx
[build CXX] vcl/source/control/longcurr.cxx
[build CXX] vcl/source/control/imp_listbox.cxx
[build CXX] vcl/source/control/listbox.cxx
[build CXX] vcl/source/control/menubtn.cxx
[build CXX] vcl/source/control/morebtn.cxx
[build CXX] vcl/source/control/notebookbar.cxx
[build CXX] vcl/source/control/quickselectionengine.cxx
[build CXX] vcl/source/control/prgsbar.cxx
[build CXX] vcl/source/control/scrbar.cxx
[build CXX] vcl/source/control/slider.cxx
[build CXX] vcl/source/control/spinbtn.cxx
[build CXX] vcl/source/control/spinfld.cxx
[build CXX] vcl/source/control/tabctrl.cxx
[build CXX] vcl/source/control/throbber.cxx
[build CXX] vcl/source/edit/vclmedit.cxx
[build CXX] vcl/source/edit/textdata.cxx
[build CXX] vcl/source/edit/textdoc.cxx
[build CXX] vcl/source/edit/texteng.cxx
[build CXX] vcl/source/edit/textundo.cxx
[build CXX] vcl/source/edit/textview.cxx
[build CXX] vcl/source/edit/txtattr.cxx
[build CXX] vcl/source/edit/xtextedt.cxx
[build CXX] vcl/source/outdev/outdev.cxx
[build CXX] vcl/source/outdev/outdevstate.cxx
[build CXX] vcl/source/outdev/outdevstatestack.cxx
[build CXX] vcl/source/outdev/clipping.cxx
[build CXX] vcl/source/outdev/polygon.cxx
[build CXX] vcl/source/outdev/transparent.cxx
[build CXX] vcl/source/outdev/mask.cxx
[build CXX] vcl/source/outdev/bitmap.cxx
[build CXX] vcl/source/outdev/font.cxx
[build CXX] vcl/source/outdev/text.cxx
[build CXX] vcl/source/outdev/textline.cxx
[build CXX] vcl/source/outdev/pixel.cxx
[build CXX] vcl/source/outdev/rect.cxx
[build CXX] vcl/source/outdev/line.cxx
[build CXX] vcl/source/outdev/polyline.cxx
[build CXX] vcl/source/outdev/hatch.cxx
[build CXX] vcl/source/outdev/gradient.cxx
[build CXX] vcl/source/outdev/curvedshapes.cxx
[build CXX] vcl/source/outdev/wallpaper.cxx
[build CXX] vcl/source/outdev/vclreferencebase.cxx
[build CXX] vcl/source/outdev/nativecontrols.cxx
[build CXX] vcl/source/outdev/map.cxx
[build CXX] vcl/source/gdi/alpha.cxx
[build CXX] vcl/source/gdi/animate.cxx
[build CXX] vcl/source/gdi/base14.cxx
[build CXX] vcl/source/gdi/bitmap3.cxx
[build CXX] vcl/source/gdi/bitmap4.cxx
[build CXX] vcl/source/gdi/bitmap.cxx
[build CXX] vcl/source/gdi/bitmapex.cxx
[build CXX] vcl/source/gdi/bmpacc2.cxx
[build CXX] vcl/source/gdi/bmpacc3.cxx
[build CXX] vcl/source/gdi/bmpacc.cxx
[build CXX] vcl/source/gdi/bmpfast.cxx
[build CXX] vcl/source/gdi/configsettings.cxx
[build CXX] vcl/source/gdi/cvtgrf.cxx
[build CXX] vcl/source/gdi/svmconverter.cxx
[build CXX] vcl/source/gdi/dibtools.cxx
[build CXX] vcl/source/gdi/embeddedfontshelper.cxx
[build CXX] vcl/source/gdi/extoutdevdata.cxx
[build CXX] vcl/source/gdi/gdimtf.cxx
[build CXX] vcl/source/gdi/gdimetafiletools.cxx
[build CXX] vcl/source/gdi/gfxlink.cxx
[build CXX] vcl/source/gdi/gradient.cxx
[build CXX] vcl/source/gdi/graph.cxx
[build CXX] vcl/source/gdi/graphictools.cxx
[build CXX] vcl/source/gdi/hatch.cxx
[build CXX] vcl/source/gdi/impanmvw.cxx
[build CXX] vcl/source/gdi/impbmp.cxx
[build CXX] vcl/source/gdi/impgraph.cxx
[build CXX] vcl/source/gdi/impvect.cxx
[build CXX] vcl/source/gdi/jobset.cxx
[build CXX] vcl/source/gdi/lineinfo.cxx
[build CXX] vcl/source/gdi/mapmod.cxx
[build CXX] vcl/source/gdi/metaact.cxx
[build CXX] vcl/source/gdi/octree.cxx
[build CXX] vcl/source/gdi/oldprintadaptor.cxx
[build CXX] vcl/source/gdi/pdfextoutdevdata.cxx
[build CXX] vcl/source/gdi/pdffontcache.cxx
[build CXX] vcl/source/gdi/pdfwriter.cxx
[build CXX] vcl/source/gdi/pdfwriter_impl2.cxx
[build CXX] vcl/source/gdi/pdfwriter_impl.cxx
[build CXX] vcl/source/gdi/pngread.cxx
[build CXX] vcl/source/gdi/pngwrite.cxx
[build CXX] vcl/source/gdi/print2.cxx
[build CXX] vcl/source/gdi/print3.cxx
[build CXX] vcl/source/gdi/print.cxx
[build CXX] vcl/source/gdi/regband.cxx
[build CXX] vcl/source/gdi/region.cxx
[build CXX] vcl/source/gdi/regionband.cxx
[build CXX] vcl/source/gdi/salgdilayout.cxx
[build CXX] vcl/source/gdi/salgdiimpl.cxx
[build CXX] vcl/source/gdi/sallayout.cxx
[build CXX] vcl/source/gdi/salmisc.cxx
[build CXX] vcl/source/gdi/salnativewidgets-none.cxx
[build CXX] vcl/source/gdi/vectorgraphicdata.cxx
[build CXX] vcl/source/gdi/textlayout.cxx
[build CXX] vcl/source/gdi/virdev.cxx
[build CXX] vcl/source/gdi/wall.cxx
[build CXX] vcl/source/gdi/scrptrun.cxx
[build CXX] vcl/source/gdi/CommonSalLayout.cxx
[build CXX] vcl/source/bitmap/bitmapfilter.cxx
[build CXX] vcl/source/bitmap/bitmapscalesuper.cxx
[build CXX] vcl/source/bitmap/BitmapScaleConvolution.cxx
[build CXX] vcl/source/bitmap/BitmapSymmetryCheck.cxx
[build CXX] vcl/source/bitmap/BitmapProcessor.cxx
[build CXX] vcl/source/bitmap/BitmapTools.cxx
[build CXX] vcl/source/bitmap/checksum.cxx
[build CXX] vcl/source/image/Image.cxx
[build CXX] vcl/source/image/ImageTree.cxx
[build CXX] vcl/source/image/ImageRepository.cxx
[build CXX] vcl/source/image/ImplImage.cxx
[build CXX] vcl/source/image/ImplImageTree.cxx
[build CXX] vcl/source/helper/canvasbitmap.cxx
[build CXX] vcl/source/helper/canvastools.cxx
[build CXX] vcl/source/helper/commandinfoprovider.cxx
[build CXX] vcl/source/helper/displayconnectiondispatch.cxx
[build CXX] vcl/source/helper/evntpost.cxx
[build CXX] vcl/source/helper/lazydelete.cxx
[build CXX] vcl/source/helper/strhelper.cxx
[build CXX] vcl/source/helper/threadex.cxx
[build CXX] vcl/source/app/brand.cxx
[build CXX] vcl/source/app/dbggui.cxx
[build CXX] vcl/source/app/dndhelp.cxx
[build CXX] vcl/source/app/help.cxx
[build CXX] vcl/source/app/i18nhelp.cxx
[build CXX] vcl/source/app/idle.cxx
[build CXX] vcl/source/app/salvtables.cxx
[build CXX] vcl/source/app/scheduler.cxx
[build CXX] vcl/source/app/session.cxx
[build CXX] vcl/source/app/settings.cxx
[build CXX] vcl/source/app/IconThemeInfo.cxx
[build CXX] vcl/source/app/IconThemeScanner.cxx
[build CXX] vcl/source/app/IconThemeSelector.cxx
[build CXX] vcl/source/app/sound.cxx
[build CXX] vcl/source/app/stdtext.cxx
[build CXX] vcl/source/app/svapp.cxx
[build CXX] vcl/source/app/svdata.cxx
[build CXX] vcl/source/app/svmain.cxx
[build CXX] vcl/source/app/svmainhook.cxx
[build CXX] vcl/source/app/timer.cxx
[build CXX] vcl/source/app/unohelp2.cxx
[build CXX] vcl/source/app/unohelp.cxx
[build CXX] vcl/source/app/vclevent.cxx
[build CXX] vcl/source/components/dtranscomp.cxx
[build CXX] vcl/source/components/factory.cxx
[build CXX] vcl/source/components/fontident.cxx
[build CXX] vcl/source/filter/FilterConfigCache.cxx
[build CXX] vcl/source/filter/FilterConfigItem.cxx
[build CXX] vcl/source/filter/graphicfilter.cxx
[build CXX] vcl/source/filter/graphicfilter2.cxx
[build CXX] vcl/source/filter/GraphicNativeTransform.cxx
[build CXX] vcl/source/filter/GraphicNativeMetadata.cxx
[build CXX] vcl/source/filter/sgfbram.cxx
[build CXX] vcl/source/filter/sgvmain.cxx
[build CXX] vcl/source/filter/sgvspln.cxx
[build CXX] vcl/source/filter/sgvtext.cxx
[build CXX] vcl/source/filter/igif/decode.cxx
[build CXX] vcl/source/filter/igif/gifread.cxx
[build CXX] vcl/source/filter/ipdf/pdfread.cxx
[build CXX] vcl/source/filter/ipdf/pdfdocument.cxx
[build CXX] vcl/source/filter/ixbm/xbmread.cxx
[build CXX] vcl/source/filter/ixpm/xpmread.cxx
[build CXX] vcl/source/filter/jpeg/Exif.cxx
[build CXX] vcl/source/filter/jpeg/jpeg.cxx
[build CXX] vcl/source/filter/jpeg/jpegc.cxx
[build CXX] vcl/source/filter/jpeg/JpegReader.cxx
[build CXX] vcl/source/filter/jpeg/JpegWriter.cxx
[build CXX] vcl/source/filter/jpeg/JpegTransform.cxx
[build CXX] vcl/source/filter/wmf/emfwr.cxx
[build CXX] vcl/source/filter/wmf/wmf.cxx
[build CXX] vcl/source/filter/wmf/wmfexternal.cxx
[build CXX] vcl/source/filter/wmf/wmfwr.cxx
[build CXX] vcl/source/font/PhysicalFontCollection.cxx
[build CXX] vcl/source/font/PhysicalFontFace.cxx
[build CXX] vcl/source/font/PhysicalFontFamily.cxx
[build CXX] vcl/source/font/fontattributes.cxx
[build CXX] vcl/source/font/fontselect.cxx
[build CXX] vcl/source/font/fontinstance.cxx
[build CXX] vcl/source/font/fontcache.cxx
[build CXX] vcl/source/font/fontcharmap.cxx
[build CXX] vcl/source/font/fontmetric.cxx
[build CXX] vcl/source/font/font.cxx
[build CXX] vcl/source/fontsubset/cff.cxx
[build CXX] vcl/source/fontsubset/fontsubset.cxx
[build CXX] vcl/source/fontsubset/list.cxx
[build CXX] vcl/source/fontsubset/sft.cxx
[build CXX] vcl/source/fontsubset/ttcr.cxx
[build CXX] vcl/source/fontsubset/xlat.cxx
[build CXX] vcl/source/uitest/logger.cxx
[build CXX] vcl/source/uitest/uiobject.cxx
[build CXX] vcl/source/uitest/uitest.cxx
[build CXX] vcl/source/uitest/uno/uiobject_uno.cxx
[build CXX] vcl/source/uitest/uno/uitest_uno.cxx
[build CXX] vcl/backendtest/outputdevice/bitmap.cxx
[build CXX] vcl/backendtest/outputdevice/common.cxx
[build CXX] vcl/backendtest/outputdevice/gradient.cxx
[build CXX] vcl/backendtest/outputdevice/line.cxx
[build CXX] vcl/backendtest/outputdevice/outputdevice.cxx
[build CXX] vcl/backendtest/outputdevice/pixel.cxx
[build CXX] vcl/backendtest/outputdevice/polygon.cxx
[build CXX] vcl/backendtest/outputdevice/polypolygon.cxx
[build CXX] vcl/backendtest/outputdevice/polyline.cxx
[build CXX] vcl/backendtest/outputdevice/rectangle.cxx
[build C  ] vcl/source/filter/jpeg/transupp.c
[build CXX] vcl/quartz/ctfonts.cxx
[build CXX] vcl/quartz/salgdi.cxx
[build OCX] vcl/osx/a11yactionwrapper.mm
[build OCX] vcl/osx/a11ycomponentwrapper.mm
[build OCX] vcl/osx/a11yfactory.mm
[build OCX] vcl/osx/a11yrolehelper.mm
[build OCX] vcl/osx/a11yselectionwrapper.mm
[build OCX] vcl/osx/a11ytablewrapper.mm
[build OCX] vcl/osx/a11ytextattributeswrapper.mm
[build OCX] vcl/osx/a11ytextwrapper.mm
[build OCX] vcl/osx/a11yutil.mm
[build OCX] vcl/osx/a11yvaluewrapper.mm
[build OCX] vcl/osx/a11ywrapper.mm
[build OCX] vcl/osx/a11ywrapperbutton.mm
[build OCX] vcl/osx/a11ywrappercheckbox.mm
[build OCX] vcl/osx/a11ywrappercombobox.mm
[build OCX] vcl/osx/a11ywrappergroup.mm
[build OCX] vcl/osx/a11ywrapperlist.mm
[build OCX] vcl/osx/a11ywrapperradiobutton.mm
[build OCX] vcl/osx/a11ywrapperradiogroup.mm
[build OCX] vcl/osx/a11ywrapperrow.mm
[build OCX] vcl/osx/a11ywrapperscrollarea.mm
[build OCX] vcl/osx/a11ywrapperscrollbar.mm
[build OCX] vcl/osx/a11ywrappersplitter.mm
[build OCX] vcl/osx/a11ywrapperstatictext.mm
[build OCX] vcl/osx/a11ywrappertabgroup.mm
[build OCX] vcl/osx/a11ywrappertextarea.mm
[build OCX] vcl/osx/a11ywrappertoolbar.mm
[build OCX] vcl/osx/salnstimer.mm
[build OCX] vcl/osx/vclnsapp.mm
[build OCX] vcl/osx/printaccessoryview.mm
[build OCX] vcl/osx/printview.mm
[build OCX] vcl/osx/salframeview.mm
[build OCX] vcl/osx/salnsmenu.mm
[build CXX] vcl/osx/a11yfocuslistener.cxx
[build CXX] vcl/osx/a11yfocustracker.cxx
[build CXX] vcl/osx/a11ylistener.cxx
[build CXX] vcl/osx/documentfocuslistener.cxx
[build CXX] vcl/osx/saldata.cxx
[build CXX] vcl/osx/salinst.cxx
[build CXX] vcl/osx/salsys.cxx
[build CXX] vcl/osx/saltimer.cxx
[build CXX] vcl/osx/DataFlavorMapping.cxx
[build CXX] vcl/osx/DragActionConversion.cxx
[build CXX] vcl/osx/DragSource.cxx
[build CXX] vcl/osx/DragSourceContext.cxx
[build CXX] vcl/osx/DropTarget.cxx
[build CXX] vcl/osx/HtmlFmtFlt.cxx
[build CXX] vcl/osx/OSXTransferable.cxx
[build CXX] vcl/osx/PictToBmpFlt.cxx
[build CXX] vcl/osx/clipboard.cxx
[build CXX] vcl/osx/service_entry.cxx
[build CXX] vcl/quartz/salbmp.cxx
[build CXX] vcl/quartz/utils.cxx
[build CXX] vcl/quartz/salgdicommon.cxx
[build CXX] vcl/quartz/salvd.cxx
[build CXX] vcl/quartz/salgdiutils.cxx
[build CXX] vcl/osx/salnativewidgets.cxx
[build CXX] vcl/osx/salprn.cxx
[build CXX] vcl/osx/salframe.cxx
[build CXX] vcl/osx/salmenu.cxx
[build CXX] vcl/osx/salobj.cxx
[build CXX] vcl/opengl/DeviceInfo.cxx
[build CXX] vcl/opengl/gdiimpl.cxx
[build CXX] vcl/opengl/salbmp.cxx
[build CXX] vcl/opengl/scale.cxx
[build CXX] vcl/opengl/framebuffer.cxx
[build CXX] vcl/opengl/program.cxx
[build CXX] vcl/opengl/texture.cxx
[build CXX] vcl/opengl/FixedTextureAtlas.cxx
[build CXX] vcl/opengl/PackedTextureAtlas.cxx
[build CXX] vcl/opengl/RenderList.cxx
[build CXX] vcl/opengl/LineRenderUtils.cxx
[build CXX] vcl/source/opengl/OpenGLContext.cxx
[build CXX] vcl/source/opengl/OpenGLHelper.cxx
[build CXX] vcl/source/window/openglwin.cxx
[build BIN] animations
[build DEP] LNK:Executable/svidl
[build LNK] Executable/svidl
[build DEP] LNK:Library/libxmlscriptlo.dylib
[build LNK] Library/libxmlscriptlo.dylib
[build JAR] java_uno
[build CMP] sax/source/expatwrap/expwrap
[build BIN] configmgr
[build BIN] eventattacher
[build DEP] LNK:Library/libloglo.dylib
[build LNK] Library/libloglo.dylib
[build MOD] curl
[build BIN] jfreereport
[build DEP] LNK:StaticLibrary/libcmislib.a
[build LNK] StaticLibrary/libcmislib.a
[build PKG] libetonyek
[build PKG] libmwaw
[build PKG] libodfgen
[build PKG] libstaroffice
[build PKG] libwpd
[build PKG] libwps
[build MOD] postgresql
[build PAT] redland
[build CXX] filter/source/xmlfilterdetect/fdcomp.cxx
[build CXX] filter/source/xmlfilterdetect/filterdetect.cxx
[build CMP] package/util/package2
[build CXX] filter/source/xsltfilter/LibXSLTTransformer.cxx
[build CXX] filter/source/xsltfilter/OleHandler.cxx
[build CXX] filter/source/xsltfilter/XSLTFilter.cxx
[build DEP] LNK:Library/libPresentationMinimizerlo.dylib
[build LNK] Library/libPresentationMinimizerlo.dylib
[build DEP] LNK:Library/libucpextlo.dylib
[build LNK] Library/libucpextlo.dylib
[build DEP] LNK:Library/libucpftp1.dylib
[build LNK] Library/libucpftp1.dylib
[build CMP] unoxml/source/service/unoxml
[build DEP] LNK:Library/libstringresourcelo.dylib
[build LNK] Library/libstringresourcelo.dylib
[build BIN] helpcompiler
[build RDB] saxparser
[build BIN] idl
[build BIN] javaunohelper
[build MOD] odk
[build JCS] Jar/OOoRunner
[build JCS] Jar/reportbuilder
[build JCS] Jar/HelloWorld
[build JCS] Jar/Highlight
[build JCS] Jar/MemoryUsage
[build JCS] Jar/ScriptFramework
[build DEP] LNK:Executable/lngconvex
[build LNK] Executable/lngconvex
[build JCS] Jar/TestExtension
[build JCS] Jar/smoketest
[build JCS] Jar/testComponent
[build BIN] tools
[build JCS] Jar/test-tools
[build MOD] ure
[build JCS] Jar/commonwizards
[build JCS] Jar/xmerge
[build CXX] svl/qa/unit/test_INetContentType.cxx
[build CXX] svl/qa/unit/items/test_itempool.cxx
[build CXX] svl/qa/unit/items/test_IndexedStyleSheets.cxx
Note: /Users/demo/lode/dev/core/wizards/com/sun/star/wizards/ui/ButtonList.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[build CXX] svl/qa/unit/test_lngmisc.cxx
[build CXX] svl/qa/unit/notify/test_SfxBroadcaster.cxx
[build CXX] svl/qa/unit/test_URIHelper.cxx
[build DEP] LNK:CppunitTest/libtest_tools_test.dylib
[build LNK] CppunitTest/libtest_tools_test.dylib
[build CMP] UnoControls/util/ctl
[build CMP] unotools/util/utl
[build CXX] toolkit/source/awt/asynccallback.cxx
[build CXX] toolkit/source/awt/stylesettings.cxx
[build CXX] toolkit/source/awt/scrollabledialog.cxx
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[build CXX] toolkit/source/awt/vclxaccessiblecomponent.cxx
[build CXX] toolkit/source/awt/vclxbitmap.cxx
[build CXX] toolkit/source/awt/vclxcontainer.cxx
[build CXX] toolkit/source/awt/vclxdevice.cxx
[build CXX] toolkit/source/awt/vclxfont.cxx
[build CXX] toolkit/source/awt/vclxgraphics.cxx
[build CXX] toolkit/source/awt/vclxmenu.cxx
[build CXX] toolkit/source/awt/vclxpointer.cxx
[build CXX] toolkit/source/awt/vclxprinter.cxx
[build CXX] toolkit/source/awt/vclxregion.cxx
[build CXX] toolkit/source/awt/vclxspinbutton.cxx
[build CXX] toolkit/source/awt/vclxsystemdependentwindow.cxx
[build CXX] toolkit/source/awt/vclxtabpagecontainer.cxx
[build CXX] toolkit/source/awt/animatedimagespeer.cxx
[build CXX] toolkit/source/awt/vclxtoolkit.cxx
[build CXX] toolkit/source/awt/vclxtopwindow.cxx
[build CXX] toolkit/source/awt/vclxwindow.cxx
[build CXX] toolkit/source/awt/vclxwindow1.cxx
[build CXX] toolkit/source/awt/vclxwindows.cxx
[build CXX] toolkit/source/controls/accessiblecontrolcontext.cxx
[build CXX] toolkit/source/controls/controlmodelcontainerbase.cxx
[build CXX] toolkit/source/controls/dialogcontrol.cxx
[build CXX] toolkit/source/controls/eventcontainer.cxx
[build CXX] toolkit/source/controls/formattedcontrol.cxx
[build CXX] toolkit/source/controls/geometrycontrolmodel.cxx
[build CXX] toolkit/source/controls/grid/defaultgridcolumnmodel.cxx
[build CXX] toolkit/source/controls/grid/defaultgriddatamodel.cxx
[build CXX] toolkit/source/controls/grid/gridcolumn.cxx
[build CXX] toolkit/source/controls/grid/grideventforwarder.cxx
[build CXX] toolkit/source/controls/grid/sortablegriddatamodel.cxx
[build CXX] toolkit/source/controls/grid/gridcontrol.cxx
[build CXX] toolkit/source/controls/roadmapcontrol.cxx
[build CXX] toolkit/source/controls/roadmapentry.cxx
[build CXX] toolkit/source/controls/tabpagecontainer.cxx
[build CXX] toolkit/source/controls/tabpagemodel.cxx
[build CXX] toolkit/source/controls/stdtabcontroller.cxx
[build CXX] toolkit/source/controls/stdtabcontrollermodel.cxx
[build CXX] toolkit/source/controls/tkscrollbar.cxx
[build CXX] toolkit/source/controls/tkspinbutton.cxx
[build CXX] toolkit/source/controls/animatedimages.cxx
[build CXX] toolkit/source/controls/spinningprogress.cxx
[build CXX] toolkit/source/controls/tree/treecontrol.cxx
[build CXX] toolkit/source/controls/tree/treedatamodel.cxx
[build CXX] toolkit/source/controls/unocontrol.cxx
[build CXX] toolkit/source/controls/unocontrolbase.cxx
[build CXX] toolkit/source/controls/unocontrolcontainer.cxx
[build CXX] toolkit/source/controls/unocontrolcontainermodel.cxx
[build CXX] toolkit/source/controls/unocontrolmodel.cxx
[build CXX] toolkit/source/controls/unocontrols.cxx
[build CXX] toolkit/source/helper/accessibilityclient.cxx
[build CXX] toolkit/source/helper/formpdfexport.cxx
[build CXX] toolkit/source/helper/imagealign.cxx
[build CXX] toolkit/source/helper/listenermultiplexer.cxx
[build CXX] toolkit/source/helper/property.cxx
[build CXX] toolkit/source/helper/servicenames.cxx
[build CXX] toolkit/source/helper/tkresmgr.cxx
[build CXX] toolkit/source/helper/unopropertyarrayhelper.cxx
[build CXX] toolkit/source/helper/unowrapper.cxx
[build CXX] toolkit/source/helper/vclunohelper.cxx
[build MOD] animations
[build CMP] xmlscript/util/xmlscript
[build OCX] avmedia/source/macavf/framegrabber.mm
[build OCX] avmedia/source/macavf/macavfuno.mm
[build OCX] avmedia/source/macavf/manager.mm
[build OCX] avmedia/source/macavf/player.mm
[build OCX] avmedia/source/macavf/window.mm
[build CXX] avmedia/source/opengl/oglframegrabber.cxx
[build CXX] avmedia/source/opengl/oglmanager.cxx
[build CXX] avmedia/source/opengl/oglplayer.cxx
[build CXX] avmedia/source/opengl/ogluno.cxx
[build CXX] avmedia/source/opengl/oglwindow.cxx
[build SDI] svx/sdi/svxslots
[build SDI] basctl/sdi/basslots
[build CXX] xmloff/source/chart/ColorPropertySet.cxx
[build CXX] xmloff/source/chart/PropertyMaps.cxx
[build CXX] xmloff/source/chart/SchXMLAutoStylePoolP.cxx
[build CXX] xmloff/source/chart/SchXMLAxisContext.cxx
[build CXX] xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
[build CXX] xmloff/source/chart/SchXMLChartContext.cxx
[build CXX] xmloff/source/chart/SchXMLEnumConverter.cxx
[build CXX] xmloff/source/chart/SchXMLExport.cxx
[build CXX] xmloff/source/chart/SchXMLImport.cxx
[build CXX] xmloff/source/chart/SchXMLLegendContext.cxx
[build CXX] xmloff/source/chart/SchXMLParagraphContext.cxx
[build CXX] xmloff/source/chart/SchXMLPlotAreaContext.cxx
[build CXX] xmloff/source/chart/SchXMLPropertyMappingContext.cxx
[build CXX] xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx
[build CXX] xmloff/source/chart/SchXMLSeries2Context.cxx
[build CXX] xmloff/source/chart/SchXMLSeriesHelper.cxx
[build CXX] xmloff/source/chart/SchXMLTableContext.cxx
[build CXX] xmloff/source/chart/SchXMLTextListContext.cxx
[build CXX] xmloff/source/chart/SchXMLTools.cxx
[build CXX] xmloff/source/chart/XMLAxisPositionPropertyHdl.cxx
[build CXX] xmloff/source/chart/XMLChartPropertyContext.cxx
[build CXX] xmloff/source/chart/XMLChartStyleContext.cxx
[build CXX] xmloff/source/chart/XMLErrorBarStylePropertyHdl.cxx
[build CXX] xmloff/source/chart/XMLErrorIndicatorPropertyHdl.cxx
[build CXX] xmloff/source/chart/XMLLabelSeparatorContext.cxx
[build CXX] xmloff/source/chart/XMLSymbolImageContext.cxx
[build CXX] xmloff/source/chart/XMLSymbolTypePropertyHdl.cxx
[build CXX] xmloff/source/chart/XMLTextOrientationHdl.cxx
[build CXX] xmloff/source/chart/contexts.cxx
[build CXX] xmloff/source/chart/transporttypes.cxx
[build CXX] xmloff/source/core/DocumentSettingsContext.cxx
[build CXX] xmloff/source/core/DomBuilderContext.cxx
[build CXX] xmloff/source/core/DomExport.cxx
[build CXX] xmloff/source/core/fasttokenhandler.cxx
[build CXX] xmloff/source/core/ProgressBarHelper.cxx
[build CXX] xmloff/source/core/PropertySetMerger.cxx
[build CXX] xmloff/source/core/RDFaExportHelper.cxx
[build CXX] xmloff/source/core/RDFaImportHelper.cxx
[build CXX] xmloff/source/core/SettingsExportHelper.cxx
[build CXX] xmloff/source/core/SvXMLAttr.cxx
[build CXX] xmloff/source/core/SvXMLAttrCollection.cxx
[build CXX] xmloff/source/core/XMLBase64Export.cxx
[build CXX] xmloff/source/core/XMLBase64ImportContext.cxx
[build CXX] xmloff/source/core/XMLBasicExportFilter.cxx
[build CXX] xmloff/source/core/XMLEmbeddedObjectExportFilter.cxx
[build CXX] xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
[build CXX] xmloff/source/core/attrlist.cxx
[build CXX] xmloff/source/core/facreg.cxx
[build CXX] xmloff/source/core/i18nmap.cxx
[build CXX] xmloff/source/core/nmspmap.cxx
[build CXX] xmloff/source/core/unoatrcn.cxx
[build CXX] xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
[build CXX] xmloff/source/core/xmlcnimp.cxx
[build CXX] xmloff/source/core/xmlerror.cxx
[build CXX] xmloff/source/core/xmlexp.cxx
[build CXX] xmloff/source/core/xmlictxt.cxx
[build CXX] xmloff/source/core/xmlimp.cxx
[build CXX] xmloff/source/core/xmltkmap.cxx
[build CXX] xmloff/source/core/xmltoken.cxx
[build CXX] xmloff/source/core/xmluconv.cxx
[build CXX] xmloff/source/core/xmlmultiimagehelper.cxx
[build CXX] xmloff/source/draw/EnhancedCustomShapeToken.cxx
[build CXX] xmloff/source/draw/XMLGraphicsDefaultStyle.cxx
[build CXX] xmloff/source/draw/XMLImageMapContext.cxx
[build CXX] xmloff/source/draw/XMLImageMapExport.cxx
[build CXX] xmloff/source/draw/XMLNumberStyles.cxx
[build CXX] xmloff/source/draw/XMLReplacementImageContext.cxx
[build CXX] xmloff/source/draw/XMLShapePropertySetContext.cxx
[build CXX] xmloff/source/draw/XMLShapeStyleContext.cxx
[build CXX] xmloff/source/draw/animationexport.cxx
[build CXX] xmloff/source/draw/animationimport.cxx
[build CXX] xmloff/source/draw/animexp.cxx
[build CXX] xmloff/source/draw/animimp.cxx
[build CXX] xmloff/source/draw/descriptionimp.cxx
[build CXX] xmloff/source/draw/eventimp.cxx
[build CXX] xmloff/source/draw/layerexp.cxx
[build CXX] xmloff/source/draw/layerimp.cxx
[build CXX] xmloff/source/draw/numithdl.cxx
[build CXX] xmloff/source/draw/propimp0.cxx
[build CXX] xmloff/source/draw/sdpropls.cxx
[build CXX] xmloff/source/draw/sdxmlexp.cxx
[build CXX] xmloff/source/draw/sdxmlimp.cxx
[build CXX] xmloff/source/draw/shapeexport.cxx
[build CXX] xmloff/source/draw/shapeimport.cxx
[build CXX] xmloff/source/draw/xexptran.cxx
[build CXX] xmloff/source/draw/ximp3dobject.cxx
[build CXX] xmloff/source/draw/ximp3dscene.cxx
[build CXX] xmloff/source/draw/ximpbody.cxx
[build CXX] xmloff/source/draw/ximpcustomshape.cxx
[build CXX] xmloff/source/draw/ximpgrp.cxx
[build CXX] xmloff/source/draw/ximplink.cxx
[build CXX] xmloff/source/draw/ximpnote.cxx
[build CXX] xmloff/source/draw/ximppage.cxx
[build CXX] xmloff/source/draw/ximpshap.cxx
[build CXX] xmloff/source/draw/ximpshow.cxx
[build CXX] xmloff/source/draw/ximpstyl.cxx
[build CXX] xmloff/source/forms/attriblistmerge.cxx
[build CXX] xmloff/source/forms/controlelement.cxx
[build CXX] xmloff/source/forms/controlpropertyhdl.cxx
[build CXX] xmloff/source/forms/controlpropertymap.cxx
[build CXX] xmloff/source/forms/elementexport.cxx
[build CXX] xmloff/source/forms/elementimport.cxx
[build CXX] xmloff/source/forms/eventexport.cxx
[build CXX] xmloff/source/forms/eventimport.cxx
[build CXX] xmloff/source/forms/formattributes.cxx
[build CXX] xmloff/source/forms/formcellbinding.cxx
[build CXX] xmloff/source/forms/formenums.cxx
[build CXX] xmloff/source/forms/formevents.cxx
[build CXX] xmloff/source/forms/formlayerexport.cxx
[build CXX] xmloff/source/forms/formlayerimport.cxx
[build CXX] xmloff/source/forms/gridcolumnproptranslator.cxx
[build CXX] xmloff/source/forms/layerexport.cxx
[build CXX] xmloff/source/forms/layerimport.cxx
[build CXX] xmloff/source/forms/logging.cxx
[build CXX] xmloff/source/forms/officeforms.cxx
[build CXX] xmloff/source/forms/propertyexport.cxx
[build CXX] xmloff/source/forms/propertyimport.cxx
[build CXX] xmloff/source/forms/property_meta_data.cxx
[build CXX] xmloff/source/forms/valueproperties.cxx
[build CXX] xmloff/source/forms/handler/form_handler_factory.cxx
[build CXX] xmloff/source/forms/handler/vcl_date_handler.cxx
[build CXX] xmloff/source/forms/handler/vcl_time_handler.cxx
[build CXX] xmloff/source/meta/MetaExportComponent.cxx
[build CXX] xmloff/source/meta/MetaImportComponent.cxx
[build CXX] xmloff/source/meta/xmlmetae.cxx
[build CXX] xmloff/source/meta/xmlmetai.cxx
[build CXX] xmloff/source/meta/xmlversion.cxx
[build CXX] xmloff/source/script/XMLEventExport.cxx
[build CXX] xmloff/source/script/XMLEventImportHelper.cxx
[build CXX] xmloff/source/script/XMLEventsImportContext.cxx
[build CXX] xmloff/source/script/XMLScriptContextFactory.cxx
[build CXX] xmloff/source/script/XMLScriptExportHandler.cxx
[build CXX] xmloff/source/script/XMLStarBasicContextFactory.cxx
[build CXX] xmloff/source/script/XMLStarBasicExportHandler.cxx
[build CXX] xmloff/source/script/xmlbasici.cxx
[build CXX] xmloff/source/script/xmlscripti.cxx
[build CXX] xmloff/source/style/AttributeContainerHandler.cxx
[build CXX] xmloff/source/style/DashStyle.cxx
[build CXX] xmloff/source/style/DrawAspectHdl.cxx
[build CXX] xmloff/source/style/EnumPropertyHdl.cxx
[build CXX] xmloff/source/style/FillStyleContext.cxx
[build CXX] xmloff/source/style/GradientStyle.cxx
[build CXX] xmloff/source/style/HatchStyle.cxx
[build CXX] xmloff/source/style/ImageStyle.cxx
[build CXX] xmloff/source/style/MarkerStyle.cxx
[build CXX] xmloff/source/style/MultiPropertySetHelper.cxx
[build CXX] xmloff/source/style/NamedBoolPropertyHdl.cxx
[build CXX] xmloff/source/style/PageHeaderFooterContext.cxx
[build CXX] xmloff/source/style/PageMasterExportPropMapper.cxx
[build CXX] xmloff/source/style/PageMasterImportContext.cxx
[build CXX] xmloff/source/style/PageMasterImportPropMapper.cxx
[build CXX] xmloff/source/style/PageMasterPropHdl.cxx
[build CXX] xmloff/source/style/PageMasterPropHdlFactory.cxx
[build CXX] xmloff/source/style/PageMasterPropMapper.cxx
[build CXX] xmloff/source/style/PageMasterStyleMap.cxx
[build CXX] xmloff/source/style/PagePropertySetContext.cxx
[build CXX] xmloff/source/style/SinglePropertySetInfoCache.cxx
[build CXX] xmloff/source/style/StyleMap.cxx
[build CXX] xmloff/source/style/TransGradientStyle.cxx
[build CXX] xmloff/source/style/WordWrapPropertyHdl.cxx
[build CXX] xmloff/source/style/XMLBackgroundImageContext.cxx
[build CXX] xmloff/source/style/XMLBackgroundImageExport.cxx
[build CXX] xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
[build CXX] xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
[build CXX] xmloff/source/style/XMLClipPropertyHandler.cxx
[build CXX] xmloff/source/style/XMLConstantsPropertyHandler.cxx
[build CXX] xmloff/source/style/XMLElementPropertyContext.cxx
[build CXX] xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx
[build CXX] xmloff/source/style/XMLFontAutoStylePool.cxx
[build CXX] xmloff/source/style/XMLFontStylesContext.cxx
[build CXX] xmloff/source/style/XMLFootnoteSeparatorExport.cxx
[build CXX] xmloff/source/style/XMLFootnoteSeparatorImport.cxx
[build CXX] xmloff/source/style/XMLIsPercentagePropertyHandler.cxx
[build CXX] xmloff/source/style/XMLPageExport.cxx
[build CXX] xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
[build CXX] xmloff/source/style/XMLRectangleMembersHandler.cxx
[build CXX] xmloff/source/style/adjushdl.cxx
[build CXX] xmloff/source/style/backhdl.cxx
[build CXX] xmloff/source/style/bordrhdl.cxx
[build CXX] xmloff/source/style/breakhdl.cxx
[build CXX] xmloff/source/style/cdouthdl.cxx
[build CXX] xmloff/source/style/chrhghdl.cxx
[build CXX] xmloff/source/style/chrlohdl.cxx
[build CXX] xmloff/source/style/csmaphdl.cxx
[build CXX] xmloff/source/style/durationhdl.cxx
[build CXX] xmloff/source/style/escphdl.cxx
[build CXX] xmloff/source/style/fonthdl.cxx
[build CXX] xmloff/source/style/impastpl.cxx
[build CXX] xmloff/source/style/kernihdl.cxx
[build CXX] xmloff/source/style/lspachdl.cxx
[build CXX] xmloff/source/style/numehelp.cxx
[build CXX] xmloff/source/style/opaquhdl.cxx
[build CXX] xmloff/source/style/postuhdl.cxx
[build CXX] xmloff/source/style/prhdlfac.cxx
[build CXX] xmloff/source/style/prstylei.cxx
[build CXX] xmloff/source/style/prstylecond.cxx
[build CXX] xmloff/source/style/shadwhdl.cxx
[build CXX] xmloff/source/style/shdwdhdl.cxx
[build CXX] xmloff/source/style/styleexp.cxx
[build CXX] xmloff/source/style/tabsthdl.cxx
[build CXX] xmloff/source/style/undlihdl.cxx
[build CXX] xmloff/source/style/weighhdl.cxx
[build CXX] xmloff/source/style/xmlaustp.cxx
[build CXX] xmloff/source/style/xmlbahdl.cxx
[build CXX] xmloff/source/style/xmlexppr.cxx
[build CXX] xmloff/source/style/xmlimppr.cxx
[build CXX] xmloff/source/style/xmlnume.cxx
[build CXX] xmloff/source/style/xmlnumfe.cxx
[build CXX] xmloff/source/style/xmlnumfi.cxx
[build CXX] xmloff/source/style/xmlnumi.cxx
[build CXX] xmloff/source/style/xmlprcon.cxx
[build CXX] xmloff/source/style/xmlprhdl.cxx
[build CXX] xmloff/source/style/xmlprmap.cxx
[build CXX] xmloff/source/style/xmlstyle.cxx
[build CXX] xmloff/source/style/xmltabe.cxx
[build CXX] xmloff/source/style/xmltabi.cxx
[build CXX] xmloff/source/table/XMLTableExport.cxx
[build CXX] xmloff/source/table/XMLTableImport.cxx
[build CXX] xmloff/source/text/XMLAutoMarkFileContext.cxx
[build CXX] xmloff/source/text/XMLAutoTextContainerEventImport.cxx
[build CXX] xmloff/source/text/XMLAutoTextEventExport.cxx
[build CXX] xmloff/source/text/XMLAutoTextEventImport.cxx
[build CXX] xmloff/source/text/XMLCalculationSettingsContext.cxx
[build CXX] xmloff/source/text/XMLChangeElementImportContext.cxx
[build CXX] xmloff/source/text/XMLChangeImportContext.cxx
[build CXX] xmloff/source/text/XMLChangeInfoContext.cxx
[build CXX] xmloff/source/text/XMLChangedRegionImportContext.cxx
[build CXX] xmloff/source/text/XMLFootnoteBodyImportContext.cxx
[build CXX] xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx
[build CXX] xmloff/source/text/XMLFootnoteImportContext.cxx
[build CXX] xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx
[build CXX] xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
[build CXX] xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
[build CXX] xmloff/source/text/XMLIndexBibliographySourceContext.cxx
[build CXX] xmloff/source/text/XMLIndexBodyContext.cxx
[build CXX] xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
[build CXX] xmloff/source/text/XMLIndexIllustrationSourceContext.cxx
[build CXX] xmloff/source/text/XMLIndexMarkExport.cxx
[build CXX] xmloff/source/text/XMLIndexObjectSourceContext.cxx
[build CXX] xmloff/source/text/XMLIndexSimpleEntryContext.cxx
[build CXX] xmloff/source/text/XMLIndexSourceBaseContext.cxx
[build CXX] xmloff/source/text/XMLIndexSpanEntryContext.cxx
[build CXX] xmloff/source/text/XMLIndexTOCContext.cxx
[build CXX] xmloff/source/text/XMLIndexTOCSourceContext.cxx
[build CXX] xmloff/source/text/XMLIndexTOCStylesContext.cxx
[build CXX] xmloff/source/text/XMLIndexTabStopEntryContext.cxx
[build CXX] xmloff/source/text/XMLIndexTableSourceContext.cxx
[build CXX] xmloff/source/text/XMLIndexTemplateContext.cxx
[build CXX] xmloff/source/text/XMLIndexTitleTemplateContext.cxx
[build CXX] xmloff/source/text/XMLIndexUserSourceContext.cxx
[build CXX] xmloff/source/text/XMLLineNumberingExport.cxx
[build CXX] xmloff/source/text/XMLLineNumberingImportContext.cxx
[build CXX] xmloff/source/text/XMLLineNumberingSeparatorImportContext.cxx
[build CXX] xmloff/source/text/XMLPropertyBackpatcher.cxx
[build CXX] xmloff/source/text/XMLRedlineExport.cxx
[build CXX] xmloff/source/text/XMLSectionExport.cxx
[build CXX] xmloff/source/text/XMLSectionFootnoteConfigExport.cxx
[build CXX] xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
[build CXX] xmloff/source/text/XMLSectionImportContext.cxx
[build CXX] xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
[build CXX] xmloff/source/text/XMLSectionSourceImportContext.cxx
[build CXX] xmloff/source/text/XMLStringBufferImportContext.cxx
[build CXX] xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx
[build CXX] xmloff/source/text/XMLTextColumnsContext.cxx
[build CXX] xmloff/source/text/XMLTextColumnsExport.cxx
[build CXX] xmloff/source/text/XMLTextFrameContext.cxx
[build CXX] xmloff/source/text/XMLTextFrameHyperlinkContext.cxx
[build CXX] xmloff/source/text/XMLTextHeaderFooterContext.cxx
[build CXX] xmloff/source/text/XMLTextListAutoStylePool.cxx
[build CXX] xmloff/source/text/XMLTextListBlockContext.cxx
[build CXX] xmloff/source/text/XMLTextListItemContext.cxx
[build CXX] xmloff/source/text/XMLTextMarkImportContext.cxx
[build CXX] xmloff/source/text/XMLTextMasterPageContext.cxx
[build CXX] xmloff/source/text/XMLTextMasterPageExport.cxx
[build CXX] xmloff/source/text/XMLTextMasterStylesContext.cxx
[build CXX] xmloff/source/text/XMLTextNumRuleInfo.cxx
[build CXX] xmloff/source/text/XMLTextPropertySetContext.cxx
[build CXX] xmloff/source/text/XMLTextShapeImportHelper.cxx
[build CXX] xmloff/source/text/XMLTextShapeStyleContext.cxx
[build CXX] xmloff/source/text/XMLTextTableContext.cxx
[build CXX] xmloff/source/text/XMLTrackedChangesImportContext.cxx
[build CXX] xmloff/source/text/txtdrope.cxx
[build CXX] xmloff/source/text/txtdropi.cxx
[build CXX] xmloff/source/text/txtexppr.cxx
[build CXX] xmloff/source/text/txtflde.cxx
[build CXX] xmloff/source/text/txtfldi.cxx
[build CXX] xmloff/source/text/txtftne.cxx
[build CXX] xmloff/source/text/txtimp.cxx
[build CXX] xmloff/source/text/txtimppr.cxx
[build CXX] xmloff/source/text/txtlists.cxx
[build CXX] xmloff/source/text/txtparae.cxx
[build CXX] xmloff/source/text/txtparai.cxx
[build CXX] xmloff/source/text/txtprhdl.cxx
[build CXX] xmloff/source/text/txtprmap.cxx
[build CXX] xmloff/source/text/txtsecte.cxx
[build CXX] xmloff/source/text/txtstyle.cxx
[build CXX] xmloff/source/text/txtstyli.cxx
[build CXX] xmloff/source/text/txtvfldi.cxx
[build CXX] xmloff/source/xforms/SchemaContext.cxx
[build CXX] xmloff/source/xforms/SchemaRestrictionContext.cxx
[build CXX] xmloff/source/xforms/SchemaSimpleTypeContext.cxx
[build CXX] xmloff/source/xforms/TokenContext.cxx
[build CXX] xmloff/source/xforms/XFormsBindContext.cxx
[build CXX] xmloff/source/xforms/XFormsInstanceContext.cxx
[build CXX] xmloff/source/xforms/XFormsModelContext.cxx
[build CXX] xmloff/source/xforms/XFormsSubmissionContext.cxx
[build CXX] xmloff/source/xforms/xformsapi.cxx
[build CXX] xmloff/source/xforms/xformsexport.cxx
[build CXX] xmloff/source/xforms/xformsimport.cxx
[build CXX] linguistic/source/convdic.cxx
[build CXX] linguistic/source/convdiclist.cxx
[build CXX] linguistic/source/convdicxml.cxx
[build CXX] linguistic/source/dicimp.cxx
[build CXX] linguistic/source/dlistimp.cxx
[build CXX] linguistic/source/gciterator.cxx
[build CXX] linguistic/source/hhconvdic.cxx
[build CXX] linguistic/source/hyphdsp.cxx
[build CXX] linguistic/source/hyphdta.cxx
[build CXX] linguistic/source/iprcache.cxx
[build CXX] linguistic/source/lngopt.cxx
[build CXX] linguistic/source/lngprophelp.cxx
[build CXX] linguistic/source/lngreg.cxx
[build CXX] linguistic/source/lngsvcmgr.cxx
[build CXX] linguistic/source/misc.cxx
[build CXX] linguistic/source/misc2.cxx
[build CXX] linguistic/source/spelldsp.cxx
[build CXX] linguistic/source/spelldta.cxx
[build CXX] linguistic/source/thesdsp.cxx
[build BIN] bridges
[build CXX] canvas/source/factory/cf_service.cxx
[build MOD] configmgr
[build CXX] desktop/source/deployment/misc/dp_dependencies.cxx
[build CXX] desktop/source/deployment/misc/dp_descriptioninfoset.cxx
[build CXX] desktop/source/deployment/misc/dp_identifier.cxx
[build CXX] desktop/source/deployment/misc/dp_interact.cxx
[build CXX] desktop/source/deployment/misc/dp_misc.cxx
[build CXX] desktop/source/deployment/misc/dp_platform.cxx
[build CXX] desktop/source/deployment/misc/dp_resource.cxx
[build CXX] desktop/source/deployment/misc/dp_ucb.cxx
[build CXX] desktop/source/deployment/misc/dp_update.cxx
[build CXX] desktop/source/deployment/misc/dp_version.cxx
[build CXX] desktop/source/deployment/misc/lockfile.cxx
[build CXX] desktop/source/deployment/dp_log.cxx
[build CXX] desktop/source/deployment/dp_persmap.cxx
[build CXX] desktop/source/deployment/dp_services.cxx
[build CXX] desktop/source/deployment/dp_xml.cxx
[build CXX] desktop/source/deployment/manager/dp_activepackages.cxx
[build CXX] desktop/source/deployment/manager/dp_commandenvironments.cxx
[build CXX] desktop/source/deployment/manager/dp_extensionmanager.cxx
[build CXX] desktop/source/deployment/manager/dp_informationprovider.cxx
[build CXX] desktop/source/deployment/manager/dp_manager.cxx
[build CXX] desktop/source/deployment/manager/dp_managerfac.cxx
[build CXX] desktop/source/deployment/manager/dp_properties.cxx
[build CXX] desktop/source/deployment/registry/component/dp_compbackenddb.cxx
[build CXX] desktop/source/deployment/registry/component/dp_component.cxx
[build CXX] desktop/source/deployment/registry/configuration/dp_configuration.cxx
[build CXX] desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx
[build CXX] desktop/source/deployment/registry/dp_backend.cxx
[build CXX] desktop/source/deployment/registry/dp_backenddb.cxx
[build CXX] desktop/source/deployment/registry/dp_registry.cxx
[build CXX] desktop/source/deployment/registry/executable/dp_executable.cxx
[build CXX] desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx
[build CXX] desktop/source/deployment/registry/help/dp_help.cxx
[build CXX] desktop/source/deployment/registry/help/dp_helpbackenddb.cxx
[build CXX] desktop/source/deployment/registry/package/dp_extbackenddb.cxx
[build CXX] desktop/source/deployment/registry/package/dp_package.cxx
[build CXX] desktop/source/deployment/registry/script/dp_lib_container.cxx
[build CXX] desktop/source/deployment/registry/script/dp_script.cxx
[build CXX] desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx
[build CXX] desktop/source/deployment/registry/sfwk/dp_parceldesc.cxx
[build CXX] desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
[build CXX] desktop/source/splash/services_spl.cxx
[build CXX] desktop/source/splash/splash.cxx
[build CXX] desktop/source/splash/unxsplash.cxx
[build CXX] desktop/source/pkgchk/unopkg/unopkg_app.cxx
[build CXX] desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
[build CXX] desktop/source/pkgchk/unopkg/unopkg_misc.cxx
[build C  ] desktop/source/pkgchk/unopkg/unopkg_main.c
[build CXX] embeddedobj/source/msole/closepreventer.cxx
[build CXX] embeddedobj/source/msole/oleembed.cxx
[build CXX] embeddedobj/source/msole/olemisc.cxx
[build CXX] embeddedobj/source/msole/olepersist.cxx
[build CXX] embeddedobj/source/msole/oleregister.cxx
[build CXX] embeddedobj/source/msole/olevisual.cxx
[build CXX] embeddedobj/source/msole/ownview.cxx
[build CXX] embeddedobj/source/msole/xolefactory.cxx
[build MOD] eventattacher
[build CMP] extensions/source/logging/log
[build CXX] extensions/source/update/feed/updatefeed.cxx
[build CXX] extensions/source/update/ui/updatecheckui.cxx
[build CXX] extensions/source/update/check/download.cxx
[build CXX] extensions/source/update/check/updatecheck.cxx
[build CXX] extensions/source/update/check/updatecheckconfig.cxx
[build CXX] extensions/source/update/check/updatecheckjob.cxx
[build CXX] extensions/source/update/check/updatehdl.cxx
[build CXX] extensions/source/update/check/updateprotocol.cxx
[build MOD] jfreereport
[build BIN] libcmis
[build EPK] libetonyek
[build EPK] libmwaw
[build EPK] libodfgen
[build EPK] libstaroffice
[build EPK] libwpd
[build EPK] libwps
[build CXX] filter/source/odfflatxml/OdfFlatXml.cxx
[build CXX] filter/source/t602/filterenv.cxx
[build CXX] filter/source/t602/t602filter.cxx
[build SDI] sc/sdi/scslots
[build SDI] sw/sdi/swslots
[build SDI] sd/sdi/sdgslots
[build SDI] sd/sdi/sdslots
[build CXX] xmlsecurity/source/xmlsec/biginteger.cxx
[build CXX] xmlsecurity/source/xmlsec/certificateextension_certextn.cxx
[build CXX] xmlsecurity/source/xmlsec/errorcallback.cxx
[build CXX] xmlsecurity/source/xmlsec/saxhelper.cxx
[build CXX] xmlsecurity/source/xmlsec/serialnumberadapter.cxx
[build CXX] xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/xmlsec_init.cxx
[build CXX] xmlsecurity/source/xmlsec/xmlstreamio.cxx
[build CXX] xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/digestcontext.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/secerror.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
[build CXX] xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
[build CXX] sdext/source/presenter/PresenterAccessibility.cxx
[build CXX] sdext/source/presenter/PresenterBitmapContainer.cxx
[build CXX] sdext/source/presenter/PresenterButton.cxx
[build CXX] sdext/source/presenter/PresenterCanvasHelper.cxx
[build CXX] sdext/source/presenter/PresenterComponent.cxx
[build CXX] sdext/source/presenter/PresenterConfigurationAccess.cxx
[build CXX] sdext/source/presenter/PresenterController.cxx
[build CXX] sdext/source/presenter/PresenterCurrentSlideObserver.cxx
[build CXX] sdext/source/presenter/PresenterFrameworkObserver.cxx
[build CXX] sdext/source/presenter/PresenterGeometryHelper.cxx
[build CXX] sdext/source/presenter/PresenterHelpView.cxx
[build CXX] sdext/source/presenter/PresenterHelper.cxx
[build CXX] sdext/source/presenter/PresenterNotesView.cxx
[build CXX] sdext/source/presenter/PresenterPaintManager.cxx
[build CXX] sdext/source/presenter/PresenterPane.cxx
[build CXX] sdext/source/presenter/PresenterPaneBase.cxx
[build CXX] sdext/source/presenter/PresenterPaneBorderPainter.cxx
[build CXX] sdext/source/presenter/PresenterPaneContainer.cxx
[build CXX] sdext/source/presenter/PresenterPaneFactory.cxx
[build CXX] sdext/source/presenter/PresenterProtocolHandler.cxx
[build CXX] sdext/source/presenter/PresenterScreen.cxx
[build CXX] sdext/source/presenter/PresenterScrollBar.cxx
[build CXX] sdext/source/presenter/PresenterSlidePreview.cxx
[build CXX] sdext/source/presenter/PresenterSlideShowView.cxx
[build CXX] sdext/source/presenter/PresenterSlideSorter.cxx
[build CXX] sdext/source/presenter/PresenterSprite.cxx
[build CXX] sdext/source/presenter/PresenterSpritePane.cxx
[build CXX] sdext/source/presenter/PresenterTextView.cxx
[build CXX] sdext/source/presenter/PresenterTheme.cxx
[build CXX] sdext/source/presenter/PresenterTimer.cxx
[build CXX] sdext/source/presenter/PresenterToolBar.cxx
[build CXX] sdext/source/presenter/PresenterUIPainter.cxx
[build CXX] sdext/source/presenter/PresenterViewFactory.cxx
[build CXX] sdext/source/presenter/PresenterWindowManager.cxx
[build CMP] sdext/source/minimizer/minimizer
[build SDI] starmath/sdi/smslots
[build DEP] LNK:Library/libucpcmis1lo.dylib
[build LNK] Library/libucpcmis1lo.dylib
[build CMP] ucb/source/ucp/ext/ucpext
[build CMP] ucb/source/ucp/ftp/ucpftp1
[build CXX] ucb/source/ucp/image/ucpimage.cxx
[build CXX] xmloff/source/transform/ChartOASISTContext.cxx
[build CXX] xmloff/source/transform/ChartOOoTContext.cxx
[build CXX] xmloff/source/transform/ChartPlotAreaOASISTContext.cxx
[build CXX] xmloff/source/transform/ChartPlotAreaOOoTContext.cxx
[build CXX] xmloff/source/transform/ControlOASISTContext.cxx
[build CXX] xmloff/source/transform/ControlOOoTContext.cxx
[build CXX] xmloff/source/transform/CreateElemTContext.cxx
[build CXX] xmloff/source/transform/DeepTContext.cxx
[build CXX] xmloff/source/transform/DlgOASISTContext.cxx
[build CXX] xmloff/source/transform/DocumentTContext.cxx
[build CXX] xmloff/source/transform/EventMap.cxx
[build CXX] xmloff/source/transform/EventOASISTContext.cxx
[build CXX] xmloff/source/transform/EventOOoTContext.cxx
[build CXX] xmloff/source/transform/FlatTContext.cxx
[build CXX] xmloff/source/transform/FormPropOASISTContext.cxx
[build CXX] xmloff/source/transform/FormPropOOoTContext.cxx
[build CXX] xmloff/source/transform/FrameOASISTContext.cxx
[build CXX] xmloff/source/transform/FrameOOoTContext.cxx
[build CXX] xmloff/source/transform/IgnoreTContext.cxx
[build CXX] xmloff/source/transform/MergeElemTContext.cxx
[build CXX] xmloff/source/transform/MetaTContext.cxx
[build CXX] xmloff/source/transform/MutableAttrList.cxx
[build CXX] xmloff/source/transform/NotesTContext.cxx
[build CXX] xmloff/source/transform/OOo2Oasis.cxx
[build CXX] xmloff/source/transform/Oasis2OOo.cxx
[build CXX] xmloff/source/transform/PersAttrListTContext.cxx
[build CXX] xmloff/source/transform/PersMixedContentTContext.cxx
[build CXX] xmloff/source/transform/ProcAddAttrTContext.cxx
[build CXX] xmloff/source/transform/ProcAttrTContext.cxx
[build CXX] xmloff/source/transform/PropertyActionsOASIS.cxx
[build CXX] xmloff/source/transform/PropertyActionsOOo.cxx
[build CXX] xmloff/source/transform/RenameElemTContext.cxx
[build CXX] xmloff/source/transform/StyleOASISTContext.cxx
[build CXX] xmloff/source/transform/StyleOOoTContext.cxx
[build CXX] xmloff/source/transform/TransformerActions.cxx
[build CXX] xmloff/source/transform/TransformerBase.cxx
[build CXX] xmloff/source/transform/TransformerContext.cxx
[build CXX] xmloff/source/transform/TransformerTokenMap.cxx
[build CXX] xmloff/source/transform/XMLFilterRegistration.cxx
[build OCX] fpicker/source/aqua/AquaFilePickerDelegate.mm
[build OCX] fpicker/source/aqua/CFStringUtilities.mm
[build OCX] fpicker/source/aqua/ControlHelper.mm
[build OCX] fpicker/source/aqua/FilterHelper.mm
[build OCX] fpicker/source/aqua/FPentry.mm
[build OCX] fpicker/source/aqua/NSString_OOoAdditions.mm
[build OCX] fpicker/source/aqua/NSURL_OOoAdditions.mm
[build OCX] fpicker/source/aqua/resourceprovider.mm
[build OCX] fpicker/source/aqua/SalAquaFilePicker.mm
[build OCX] fpicker/source/aqua/SalAquaFolderPicker.mm
[build OCX] fpicker/source/aqua/SalAquaPicker.mm
[build CMP] scripting/source/stringresource/stringresource
[build CXX] xmlhelp/source/cxxhelp/provider/content.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/contentcaps.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/databases.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/db.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/inputstream.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/provider.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/resultset.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/services.cxx
[build CXX] xmlhelp/source/cxxhelp/provider/urlparameter.cxx
[build CXX] xmlhelp/source/cxxhelp/qe/DocGenerator.cxx
[build CXX] xmlhelp/source/treeview/tvfactory.cxx
[build CXX] xmlhelp/source/treeview/tvread.cxx
[build CXX] sdext/source/pdfimport/filterdet.cxx
[build CXX] sdext/source/pdfimport/misc/pdfihelper.cxx
[build CXX] sdext/source/pdfimport/misc/pwdinteract.cxx
[build CXX] sdext/source/pdfimport/odf/odfemitter.cxx
[build CXX] sdext/source/pdfimport/pdfiadaptor.cxx
[build CXX] sdext/source/pdfimport/pdfparse/pdfentries.cxx
[build CXX] sdext/source/pdfimport/pdfparse/pdfparse.cxx
[build CXX] sdext/source/pdfimport/sax/emitcontext.cxx
[build CXX] sdext/source/pdfimport/sax/saxattrlist.cxx
[build CXX] sdext/source/pdfimport/services.cxx
[build CXX] sdext/source/pdfimport/tree/drawtreevisiting.cxx
[build CXX] sdext/source/pdfimport/tree/genericelements.cxx
[build CXX] sdext/source/pdfimport/tree/imagecontainer.cxx
[build CXX] sdext/source/pdfimport/tree/pdfiprocessor.cxx
[build CXX] sdext/source/pdfimport/tree/style.cxx
[build CXX] sdext/source/pdfimport/tree/treevisitorfactory.cxx
[build CXX] sdext/source/pdfimport/tree/writertreevisiting.cxx
[build CXX] sdext/source/pdfimport/wrapper/wrapper.cxx
[build MOD] helpcompiler
[build MOD] idl
[build MOD] javaunohelper
[build BIN] opencl
[build BIN] package
[build BIN] pyuno
[build BIN] sax
[build JAR] HelloWorld
[build JAR] Highlight
[build JAR] MemoryUsage
[build JAR] ScriptFramework
[build BIN] shell
[build JAR] TestExtension
[build JAR] smoketest
[build CXX] test/source/setupvcl.cxx
[build JAR] testComponent
[build MOD] tools
[build JAR] test-tools
[build CXX] vcl/source/uipreviewer/previewer.cxx
[build CXX] vcl/workben/outdevgrind.cxx
[build CXX] vcl/workben/vcldemo.cxx
[build CXX] vcl/workben/icontest.cxx
[build CXX] vcl/backendtest/VisualBackendTest.cxx
[build CXX] vcl/workben/mtfdemo.cxx
[build CXX] vcl/workben/svdem.cxx
[build CXX] vcl/workben/fftester.cxx
[build CXX] vcl/workben/svptest.cxx
[build CXX] vcl/workben/svpclient.cxx
[build JAR] commonwizards
[build JAR] xmerge
[build CXX] desktop/qa/deployment_misc/test_dp_version.cxx
[build CXX] sdext/source/pdfimport/test/pdfunzip.cxx
[build CHK] testtools
[build CXX] vcl/qa/cppunit/app/test_IconThemeInfo.cxx
[build CXX] vcl/qa/cppunit/app/test_IconThemeScanner.cxx
[build CXX] vcl/qa/cppunit/app/test_IconThemeSelector.cxx
[build BIN] UnoControls
[build DEP] LNK:Library/libsotlo.dylib
[build LNK] Library/libsotlo.dylib
[build DEP] LNK:Library/libi18nutil.dylib
[build LNK] Library/libi18nutil.dylib
[build CXX] svtools/source/brwbox/brwbox1.cxx
[build CXX] svtools/source/brwbox/brwbox2.cxx
[build CXX] svtools/source/brwbox/brwbox3.cxx
[build CXX] svtools/source/brwbox/brwhead.cxx
[build CXX] svtools/source/brwbox/datwin.cxx
[build CXX] svtools/source/brwbox/ebbcontrols.cxx
[build CXX] svtools/source/brwbox/editbrowsebox.cxx
[build CXX] svtools/source/brwbox/editbrowsebox2.cxx
[build CXX] svtools/source/config/accessibilityoptions.cxx
[build CXX] svtools/source/config/apearcfg.cxx
[build CXX] svtools/source/config/colorcfg.cxx
[build CXX] svtools/source/config/extcolorcfg.cxx
[build CXX] svtools/source/config/fontsubstconfig.cxx
[build CXX] svtools/source/config/helpopt.cxx
[build CXX] svtools/source/config/htmlcfg.cxx
[build CXX] svtools/source/config/itemholder2.cxx
[build CXX] svtools/source/config/menuoptions.cxx
[build CXX] svtools/source/config/miscopt.cxx
[build CXX] svtools/source/config/slidesorterbaropt.cxx
[build CXX] svtools/source/config/toolpanelopt.cxx
[build CXX] svtools/source/config/optionsdrawinglayer.cxx
[build CXX] svtools/source/config/printoptions.cxx
[build CXX] svtools/source/contnr/DocumentInfoPreview.cxx
[build CXX] svtools/source/contnr/contentenumeration.cxx
[build CXX] svtools/source/contnr/fileview.cxx
[build CXX] svtools/source/contnr/foldertree.cxx
[build CXX] svtools/source/contnr/iconview.cxx
[build CXX] svtools/source/contnr/iconviewimpl.cxx
[build CXX] svtools/source/contnr/imivctl1.cxx
[build CXX] svtools/source/contnr/imivctl2.cxx
[build CXX] svtools/source/contnr/ivctrl.cxx
[build CXX] svtools/source/contnr/simptabl.cxx
[build CXX] svtools/source/contnr/svimpbox.cxx
[build CXX] svtools/source/contnr/svlbitm.cxx
[build CXX] svtools/source/contnr/svtabbx.cxx
[build CXX] svtools/source/contnr/templwin.cxx
[build CXX] svtools/source/contnr/treelist.cxx
[build CXX] svtools/source/contnr/treelistbox.cxx
[build CXX] svtools/source/contnr/treelistentry.cxx
[build CXX] svtools/source/contnr/viewdataentry.cxx
[build CXX] svtools/source/control/accessibleruler.cxx
[build CXX] svtools/source/control/asynclink.cxx
[build CXX] svtools/source/control/autocmpledit.cxx
[build CXX] svtools/source/control/breadcrumb.cxx
[build CXX] svtools/source/control/calendar.cxx
[build CXX] svtools/source/control/collatorres.cxx
[build CXX] svtools/source/control/ctrlbox.cxx
[build CXX] svtools/source/control/ctrltool.cxx
[build CXX] svtools/source/control/filectrl.cxx
[build CXX] svtools/source/control/fileurlbox.cxx
[build CXX] svtools/source/control/fmtfield.cxx
[build CXX] svtools/source/control/headbar.cxx
[build CXX] svtools/source/control/hyperlabel.cxx
[build CXX] svtools/source/control/indexentryres.cxx
[build CXX] svtools/source/control/inettbc.cxx
[build CXX] svtools/source/control/managedmenubutton.cxx
[build CXX] svtools/source/control/roadmap.cxx
[build CXX] svtools/source/control/ruler.cxx
[build CXX] svtools/source/control/scriptedtext.cxx
[build CXX] svtools/source/control/scrwin.cxx
[build CXX] svtools/source/control/tabbar.cxx
[build CXX] svtools/source/control/toolbarmenu.cxx
[build CXX] svtools/source/control/toolbarmenuacc.cxx
[build CXX] svtools/source/control/urlcontrol.cxx
[build CXX] svtools/source/control/valueacc.cxx
[build CXX] svtools/source/control/valueset.cxx
[build CXX] svtools/source/control/vclxaccessibleheaderbar.cxx
[build CXX] svtools/source/control/vclxaccessibleheaderbaritem.cxx
[build CXX] svtools/source/dialogs/addresstemplate.cxx
[build CXX] svtools/source/dialogs/colrdlg.cxx
[build CXX] svtools/source/dialogs/insdlg.cxx
[build CXX] svtools/source/dialogs/PlaceEditDialog.cxx
[build CXX] svtools/source/dialogs/prnsetup.cxx
[build CXX] svtools/source/dialogs/restartdialog.cxx
[build CXX] svtools/source/dialogs/roadmapwizard.cxx
[build CXX] svtools/source/dialogs/ServerDetailsControls.cxx
[build CXX] svtools/source/dialogs/wizardmachine.cxx
[build CXX] svtools/source/dialogs/wizdlg.cxx
[build CXX] svtools/source/edit/editsyntaxhighlighter.cxx
[build CXX] svtools/source/edit/svmedit.cxx
[build CXX] svtools/source/edit/svmedit2.cxx
[build CXX] svtools/source/edit/textwindowpeer.cxx
[build CXX] svtools/source/filter/SvFilterOptionsDialog.cxx
[build CXX] svtools/source/filter/GraphicExportOptionsDialog.cxx
[build CXX] svtools/source/filter/DocumentToGraphicRenderer.cxx
[build CXX] svtools/source/filter/exportdialog.cxx
[build CXX] svtools/source/graphic/descriptor.cxx
[build CXX] svtools/source/graphic/graphic.cxx
[build CXX] svtools/source/graphic/graphicunofactory.cxx
[build CXX] svtools/source/graphic/grfattr.cxx
[build CXX] svtools/source/graphic/grfcache.cxx
[build CXX] svtools/source/graphic/grfmgr.cxx
[build CXX] svtools/source/graphic/grfmgr2.cxx
[build CXX] svtools/source/graphic/provider.cxx
[build CXX] svtools/source/graphic/renderer.cxx
[build CXX] svtools/source/graphic/transformer.cxx
[build CXX] svtools/source/hatchwindow/documentcloser.cxx
[build CXX] svtools/source/hatchwindow/hatchwindow.cxx
[build CXX] svtools/source/hatchwindow/hatchwindowfactory.cxx
[build CXX] svtools/source/hatchwindow/ipwin.cxx
[build CXX] svtools/source/java/javacontext.cxx
[build CXX] svtools/source/java/javainteractionhandler.cxx
[build CXX] svtools/source/misc/acceleratorexecute.cxx
[build CXX] svtools/source/misc/bindablecontrolhelper.cxx
[build CXX] svtools/source/misc/cliplistener.cxx
[build CXX] svtools/source/misc/dialogclosedlistener.cxx
[build CXX] svtools/source/misc/dialogcontrolling.cxx
[build CXX] svtools/source/misc/ehdl.cxx
[build CXX] svtools/source/misc/embedhlp.cxx
[build CXX] svtools/source/misc/embedtransfer.cxx
[build CXX] svtools/source/misc/filechangedchecker.cxx
[build CXX] svtools/source/misc/imagemgr.cxx
[build CXX] svtools/source/misc/imageresourceaccess.cxx
[build CXX] svtools/source/misc/imap.cxx
[build CXX] svtools/source/misc/imap2.cxx
[build CXX] svtools/source/misc/imap3.cxx
[build CXX] svtools/source/misc/langtab.cxx
[build CXX] svtools/source/misc/langhelp.cxx
[build CXX] svtools/source/misc/openfiledroptargetlistener.cxx
[build CXX] svtools/source/misc/sampletext.cxx
[build CXX] svtools/source/misc/stringtransfer.cxx
[build CXX] svtools/source/misc/svtaccessiblefactory.cxx
[build CXX] svtools/source/misc/svtresid.cxx
[build CXX] svtools/source/misc/templatefoldercache.cxx
[build CXX] svtools/source/misc/transfer.cxx
[build CXX] svtools/source/misc/transfer2.cxx
[build CXX] svtools/source/misc/unitconv.cxx
[build CXX] svtools/source/svhtml/htmlkywd.cxx
[build CXX] svtools/source/svhtml/htmlout.cxx
[build CXX] svtools/source/svhtml/htmlsupp.cxx
[build CXX] svtools/source/svhtml/HtmlWriter.cxx
[build CXX] svtools/source/svhtml/parhtml.cxx
[build CXX] svtools/source/svrtf/parrtf.cxx
[build CXX] svtools/source/svrtf/rtfkeywd.cxx
[build CXX] svtools/source/svrtf/rtfout.cxx
[build CXX] svtools/source/svrtf/svparser.cxx
[build CXX] svtools/source/table/defaultinputhandler.cxx
[build CXX] svtools/source/table/gridtablerenderer.cxx
[build CXX] svtools/source/table/tablecontrol.cxx
[build CXX] svtools/source/table/tablecontrol_impl.cxx
[build CXX] svtools/source/table/tabledatawindow.cxx
[build CXX] svtools/source/table/mousefunction.cxx
[build CXX] svtools/source/table/cellvalueconversion.cxx
[build CXX] svtools/source/table/tablegeometry.cxx
[build CXX] svtools/source/uitest/uiobject.cxx
[build CXX] svtools/source/uno/addrtempuno.cxx
[build CXX] svtools/source/uno/fpicker.cxx
[build CXX] svtools/source/uno/framestatuslistener.cxx
[build CXX] svtools/source/uno/generictoolboxcontroller.cxx
[build CXX] svtools/source/uno/genericunodialog.cxx
[build CXX] svtools/source/uno/miscservices.cxx
[build CXX] svtools/source/uno/popupmenucontrollerbase.cxx
[build CXX] svtools/source/uno/popupwindowcontroller.cxx
[build CXX] svtools/source/uno/statusbarcontroller.cxx
[build CXX] svtools/source/uno/svtxgridcontrol.cxx
[build CXX] svtools/source/uno/toolboxcontroller.cxx
[build CXX] svtools/source/uno/treecontrolpeer.cxx
[build CXX] svtools/source/uno/unocontroltablemodel.cxx
[build CXX] svtools/source/uno/unogridcolumnfacade.cxx
[build CXX] svtools/source/uno/unoevent.cxx
[build CXX] svtools/source/uno/unoiface.cxx
[build CXX] svtools/source/uno/unoimap.cxx
[build CXX] svtools/source/uno/wizard/unowizard.cxx
[build CXX] svtools/source/uno/wizard/wizardpagecontroller.cxx
[build CXX] svtools/source/uno/wizard/wizardshell.cxx
[build CXX] svtools/source/urlobj/inetimg.cxx
[build SDI] sfx2/sdi/sfxslots
[build CXX] canvas/source/tools/cachedprimitivebase.cxx
[build CXX] canvas/source/tools/canvascustomspritehelper.cxx
[build CXX] canvas/source/tools/canvastools.cxx
[build CXX] canvas/source/tools/elapsedtime.cxx
[build CXX] canvas/source/tools/page.cxx
[build CXX] canvas/source/tools/pagemanager.cxx
[build CXX] canvas/source/tools/parametricpolypolygon.cxx
[build CXX] canvas/source/tools/propertysethelper.cxx
[build CXX] canvas/source/tools/spriteredrawmanager.cxx
[build CXX] canvas/source/tools/surface.cxx
[build CXX] canvas/source/tools/surfaceproxy.cxx
[build CXX] canvas/source/tools/surfaceproxymanager.cxx
[build CXX] canvas/source/tools/verifyinput.cxx
[build CXX] cppcanvas/source/mtfrenderer/bitmapaction.cxx
[build CXX] cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfpbrush.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfpfont.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfpimage.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfplus.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfppen.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfppath.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfpregion.cxx
[build CXX] cppcanvas/source/mtfrenderer/implrenderer.cxx
[build CXX] cppcanvas/source/mtfrenderer/lineaction.cxx
[build CXX] cppcanvas/source/mtfrenderer/mtftools.cxx
[build CXX] cppcanvas/source/mtfrenderer/pointaction.cxx
[build CXX] cppcanvas/source/mtfrenderer/polypolyaction.cxx
[build CXX] cppcanvas/source/mtfrenderer/emfpstringformat.cxx
[build CXX] cppcanvas/source/mtfrenderer/textaction.cxx
[build CXX] cppcanvas/source/mtfrenderer/transparencygroupaction.cxx
[build CXX] cppcanvas/source/tools/canvasgraphichelper.cxx
[build CXX] cppcanvas/source/tools/tools.cxx
[build CXX] cppcanvas/source/wrapper/basegfxfactory.cxx
[build CXX] cppcanvas/source/wrapper/implbitmap.cxx
[build CXX] cppcanvas/source/wrapper/implbitmapcanvas.cxx
[build CXX] cppcanvas/source/wrapper/implcanvas.cxx
[build CXX] cppcanvas/source/wrapper/implcolor.cxx
[build CXX] cppcanvas/source/wrapper/implcustomsprite.cxx
[build CXX] cppcanvas/source/wrapper/implfont.cxx
[build CXX] cppcanvas/source/wrapper/implpolypolygon.cxx
[build CXX] cppcanvas/source/wrapper/implsprite.cxx
[build CXX] cppcanvas/source/wrapper/implspritecanvas.cxx
[build CXX] cppcanvas/source/wrapper/vclfactory.cxx
[build CXX] framework/source/fwi/classes/converter.cxx
[build CXX] framework/source/fwi/classes/protocolhandlercache.cxx
[build CXX] framework/source/fwi/helper/mischelper.cxx
[build CXX] framework/source/fwi/helper/shareablemutex.cxx
[build CXX] framework/source/fwi/jobs/configaccess.cxx
[build CXX] framework/source/fwi/jobs/jobconst.cxx
[build CXX] framework/source/fwi/threadhelp/transactionmanager.cxx
[build CXX] framework/source/fwi/uielement/constitemcontainer.cxx
[build CXX] framework/source/fwi/uielement/itemcontainer.cxx
[build CXX] framework/source/fwi/uielement/rootitemcontainer.cxx
[build CXX] basic/source/basmgr/basicmanagerrepository.cxx
[build CXX] basic/source/basmgr/basmgr.cxx
[build CXX] basic/source/basmgr/vbahelper.cxx
[build CXX] basic/source/classes/codecompletecache.cxx
[build CXX] basic/source/classes/errobject.cxx
[build CXX] basic/source/classes/eventatt.cxx
[build CXX] basic/source/classes/global.cxx
[build CXX] basic/source/classes/image.cxx
[build CXX] basic/source/classes/propacc.cxx
[build CXX] basic/source/classes/sb.cxx
[build CXX] basic/source/classes/sbintern.cxx
[build CXX] basic/source/classes/sbunoobj.cxx
[build CXX] basic/source/classes/sbxmod.cxx
[build CXX] basic/source/comp/basiccharclass.cxx
[build CXX] basic/source/comp/buffer.cxx
[build CXX] basic/source/comp/codegen.cxx
[build CXX] basic/source/comp/dim.cxx
[build CXX] basic/source/comp/exprtree.cxx
[build CXX] basic/source/comp/exprgen.cxx
[build CXX] basic/source/comp/exprnode.cxx
[build CXX] basic/source/comp/io.cxx
[build CXX] basic/source/comp/loops.cxx
[build CXX] basic/source/comp/parser.cxx
[build CXX] basic/source/comp/sbcomp.cxx
[build CXX] basic/source/comp/scanner.cxx
[build CXX] basic/source/comp/symtbl.cxx
[build CXX] basic/source/comp/token.cxx
[build CXX] basic/source/uno/dlgcont.cxx
[build CXX] basic/source/uno/modsizeexceeded.cxx
[build CXX] basic/source/uno/namecont.cxx
[build CXX] basic/source/uno/scriptcont.cxx
[build CXX] basic/source/runtime/comenumwrapper.cxx
[build CXX] basic/source/runtime/ddectrl.cxx
[build CXX] basic/source/runtime/inputbox.cxx
[build CXX] basic/source/runtime/iosys.cxx
[build CXX] basic/source/runtime/props.cxx
[build CXX] basic/source/runtime/runtime.cxx
[build CXX] basic/source/runtime/stdobj.cxx
[build CXX] basic/source/runtime/stdobj1.cxx
[build CXX] basic/source/runtime/basrdll.cxx
[build CXX] basic/source/runtime/methods.cxx
[build CXX] basic/source/runtime/methods1.cxx
[build CXX] basic/source/sbx/sbxarray.cxx
[build CXX] basic/source/sbx/sbxbool.cxx
[build CXX] basic/source/sbx/sbxbyte.cxx
[build CXX] basic/source/sbx/sbxchar.cxx
[build CXX] basic/source/sbx/sbxcoll.cxx
[build CXX] basic/source/sbx/sbxcurr.cxx
[build CXX] basic/source/sbx/sbxbase.cxx
[build CXX] basic/source/sbx/sbxdate.cxx
[build CXX] basic/source/sbx/sbxdbl.cxx
[build CXX] basic/source/sbx/sbxdec.cxx
[build CXX] basic/source/sbx/sbxexec.cxx
[build CXX] basic/source/sbx/sbxform.cxx
[build CXX] basic/source/sbx/sbxint.cxx
[build CXX] basic/source/sbx/sbxlng.cxx
[build CXX] basic/source/sbx/sbxobj.cxx
[build CXX] basic/source/sbx/sbxres.cxx
[build CXX] basic/source/sbx/sbxscan.cxx
[build CXX] basic/source/sbx/sbxsng.cxx
[build CXX] basic/source/sbx/sbxstr.cxx
[build CXX] basic/source/sbx/sbxuint.cxx
[build CXX] basic/source/sbx/sbxulng.cxx
[build CXX] basic/source/sbx/sbxvalue.cxx
[build CXX] basic/source/sbx/sbxvar.cxx
[build CXX] basic/source/runtime/dllmgr-none.cxx
[build MOD] bridges
[build CXX] canvas/source/simplecanvas/simplecanvasimpl.cxx
[build CXX] canvas/source/opengl/ogl_bitmapcanvashelper.cxx
[build CXX] canvas/source/opengl/ogl_canvasbitmap.cxx
[build CXX] canvas/source/opengl/ogl_canvascustomsprite.cxx
[build CXX] canvas/source/opengl/ogl_canvasfont.cxx
[build CXX] canvas/source/opengl/ogl_canvashelper.cxx
[build CXX] canvas/source/opengl/ogl_canvastools.cxx
[build CXX] canvas/source/opengl/ogl_spritecanvas.cxx
[build CXX] canvas/source/opengl/ogl_spritedevicehelper.cxx
[build CXX] canvas/source/opengl/ogl_textlayout.cxx
[build CXX] canvas/source/opengl/ogl_texturecache.cxx
[build DEP] LNK:Library/libmigrationoo2lo.dylib
[build LNK] Library/libmigrationoo2lo.dylib
[build DEP] LNK:Library/libmigrationoo3lo.dylib
[build LNK] Library/libmigrationoo3lo.dylib
[build MOD] libcmis
[build BIN] libetonyek
[build BIN] libmwaw
[build BIN] libodfgen
[build BIN] libstaroffice
[build BIN] libwpd
[build BIN] libwps
[build PRJ] redland
[build DEP] LNK:Library/libxmlfalo.dylib
[build LNK] Library/libxmlfalo.dylib
[build DEP] LNK:Library/libhwplo.dylib
[build LNK] Library/libhwplo.dylib
[build CXX] lingucomponent/source/hyphenator/hyphen/hreg.cxx
[build CXX] lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
[build DEP] LNK:Library/libguesslanglo.dylib
[build LNK] Library/libguesslanglo.dylib
[build CXX] lingucomponent/source/spellcheck/spell/sreg.cxx
[build CXX] lingucomponent/source/spellcheck/spell/sspellimp.cxx
[build CXX] lingucomponent/source/thesaurus/libnth/nthesdta.cxx
[build CXX] lingucomponent/source/thesaurus/libnth/nthesimp.cxx
[build CXX] lingucomponent/source/thesaurus/libnth/ntreg.cxx
[build DEP] LNK:Library/libanalysislo.dylib
[build LNK] Library/libanalysislo.dylib
[build DEP] LNK:Library/libdatelo.dylib
[build LNK] Library/libdatelo.dylib
[build DEP] LNK:Library/libpricinglo.dylib
[build LNK] Library/libpricinglo.dylib
[build DEP] LNK:Library/libfsstoragelo.dylib
[build LNK] Library/libfsstoragelo.dylib
[build DEP] LNK:Library/libpasswordcontainerlo.dylib
[build LNK] Library/libpasswordcontainerlo.dylib
[build DEP] LNK:Library/libucb1.dylib
[build LNK] Library/libucb1.dylib
[build CMP] ucb/source/ucp/cmis/ucpcmis1
[build DEP] LNK:Library/libsolverlo.dylib
[build LNK] Library/libsolverlo.dylib
[build OCX] lingucomponent/source/spellcheck/macosxspell/macreg.mm
[build OCX] lingucomponent/source/spellcheck/macosxspell/macspellimp.mm
[build DEP] LNK:Library/libscriptframe.dylib
[build LNK] Library/libscriptframe.dylib
[build CXX] slideshow/source/engine/opengl/TransitionerImpl.cxx
[build CXX] slideshow/source/engine/opengl/TransitionImpl.cxx
[build CXX] slideshow/source/engine/opengl/Operation.cxx
[build CXX] filter/source/graphicfilter/icgm/actimpr.cxx
[build CXX] filter/source/graphicfilter/icgm/bitmap.cxx
[build CXX] filter/source/graphicfilter/icgm/bundles.cxx
[build CXX] filter/source/graphicfilter/icgm/cgm.cxx
[build CXX] filter/source/graphicfilter/icgm/chart.cxx
[build CXX] filter/source/graphicfilter/icgm/class0.cxx
[build CXX] filter/source/graphicfilter/icgm/class1.cxx
[build CXX] filter/source/graphicfilter/icgm/class2.cxx
[build CXX] filter/source/graphicfilter/icgm/class3.cxx
[build CXX] filter/source/graphicfilter/icgm/class4.cxx
[build CXX] filter/source/graphicfilter/icgm/class5.cxx
[build CXX] filter/source/graphicfilter/icgm/class7.cxx
[build CXX] filter/source/graphicfilter/icgm/classx.cxx
[build CXX] filter/source/graphicfilter/icgm/elements.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_BF.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_zh_SG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kl_GL.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_ML.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tg_TJ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bn_BD.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mt_MT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_hsb_DE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nds_DE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_VE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ve_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_he_IL.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_yi_US.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_it_IT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mr_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_ZW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bm_ML.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nb_NO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pap_CW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pl_PL.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_axk_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_be_BY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pt_AO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_gug_PY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fo_FO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_uz_UZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mk_MK.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ro_RO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_gsc_FR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_cy_GB.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sr_RS.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_DO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lgr_SB.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sr_CS.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_EG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kk_KZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sl_SI.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ga_IE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_az_AZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_th_TH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pt_PT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_BO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_zu_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ltg_LV.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kkw_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tsa_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_st_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_yom_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_myv_RU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ml_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fi_FI.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ug_CN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_xh_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_gl_ES.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fa_IR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_zh_MO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_MC.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ebo_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ne_NP.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_cs_CZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ha_Latn_GH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sr_Latn_ME.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_IQ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sv_SE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_de_LU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_cu_RU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_MA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_CL.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_el_GR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ru_RU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nso_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_PA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sc_IT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_rue_SK.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bvx_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_om_ET.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_TN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ur_PK.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ti_ET.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_PE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ti_ER.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ast_ES.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sk_SK.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_NZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kab_DZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bs_BA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ss_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ln_CD.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ia.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_oc_FR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_DZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ts_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_vif_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_vi_VN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lt_LT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_xku_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_hil_PH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_br_FR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_US.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_AE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_GB.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tk_TM.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ny_MW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_te_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_am_ET.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nr_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sdj_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_FR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ee_GH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_hi_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kmr_Latn_TR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_shs_CA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mn_Cyrl_MN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_njy_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_jbo.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_cv_RU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sv_FI.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lg_UG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_my_MM.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_it_CH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_is_IS.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_uk_UA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_km_KH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lif_NP.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ldi_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_CI.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nl_BE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lo_LA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_vec_IT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_so_SO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_NA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ja_JP.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_YE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_JM.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_eu_ES.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kn_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_wa_BE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_eo.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_JO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_de_LI.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_LB.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_CO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_da_DK.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_CA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_hy_AM.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sid_ET.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tek_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_PR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_hr_HR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_MY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_LU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ca_ES.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_et_EE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bn_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tpi_PG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_no_NO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mai_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lv_LV.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_af_NA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_AU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_gu_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_QA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_ES.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ta_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_IE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_AR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nl_NL.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_an_ES.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_de_DE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_GH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_LY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_af_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bo_CN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lb_LU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tt_RU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_dde_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_BH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mkw_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_KW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pui_CO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_SN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_UY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_EC.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_gd_GB.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tr_TR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_PH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_OM.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_BJ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_zh_CN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_CA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_puu_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_HN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_zh_TW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sr_Latn_RS.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_de_CH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_GT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_id_ID.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_SA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sr_Latn_CS.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fur_IT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_NI.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_BZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_CR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_TT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_dz_BT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ka_GE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sg_CF.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ak_GH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ko_KR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ca_ES_valencia.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_njx_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bg_BG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_plt_MG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pap_BQ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_zh_HK.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_la_VA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mdw_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ar_SY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_MW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_de_AT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_lld_IT.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_BE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fy_NL.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_NE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_kng_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_dsb_DE.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bkw_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_or_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_BW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_iyx_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_MX.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ms_MY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_bo_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_nn_NO.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sr_ME.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_haw_US.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_sw_TZ.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pa_IN.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_mos_BF.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_SV.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ngz_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ky_KG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tyx_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_rw_RW.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pjt_AU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_en_GM.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_beq_CG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_pt_BR.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_es_PY.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_TG.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_hu_HU.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_tn_ZA.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_fr_CH.cxx
[build SAX] CustomTarget/i18npool/localedata/localedata_ht_HT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_AU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_BW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_BZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_CA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_GB.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_GH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_GM.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_IE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_JM.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_MW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_NA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_NZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_PH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_TT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_US.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_ZW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_AR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_BO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_CL.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_CO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_CR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_DO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_EC.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_ES.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_GT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_HN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_MX.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_NI.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_PA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_PE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_PR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_PY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_SV.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_UY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_es_VE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_gl_ES.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_an_ES.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ast_ES.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_be_BY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bg_BG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_br_FR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bs_BA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ca_ES.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ca_ES_valencia.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_cs_CZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_cu_RU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_cv_RU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_cy_GB.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_da_DK.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_de_AT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_de_CH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_de_DE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_de_LI.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_de_LU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_dsb_DE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_el_GR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_et_EE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_eu_ES.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fi_FI.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fo_FO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_BE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_BF.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_BJ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_CA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_CH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_CI.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_FR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_LU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_MC.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_ML.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_NE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_SN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fr_TG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fur_IT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fy_NL.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ga_IE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_gd_GB.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_gsc_FR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_hr_HR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_hsb_DE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_is_IS.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_it_CH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_it_IT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ka_GE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kl_GL.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_la_VA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lb_LU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lld_IT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lt_LT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ltg_LV.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lv_LV.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mk_MK.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mt_MT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_myv_RU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nb_NO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nds_DE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nl_BE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nl_NL.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nn_NO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_no_NO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_oc_FR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pl_PL.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pt_BR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pt_PT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ro_RO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_rue_SK.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ru_RU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sc_IT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sk_SK.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sl_SI.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sr_Latn_ME.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sr_Latn_RS.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sr_Latn_CS.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sr_ME.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sr_RS.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sr_CS.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sv_FI.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sv_SE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tr_TR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tt_RU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_uk_UA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_vec_IT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_wa_BE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_af_NA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_af_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ak_GH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_am_ET.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_AE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_BH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_DZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_EG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_IQ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_JO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_KW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_LB.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_LY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_MA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_OM.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_QA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_SA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_SY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_TN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ar_YE.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_axk_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_az_AZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_beq_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bkw_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bm_ML.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bn_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bn_BD.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bo_CN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bo_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_bvx_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_dde_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_dz_BT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ebo_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ee_GH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_en_MY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_eo.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_fa_IR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_gu_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_gug_PY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_haw_US.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ha_Latn_GH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_he_IL.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_hi_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_hil_PH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ht_HT.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_hu_HU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_hy_AM.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ia.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_id_ID.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_iyx_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ja_JP.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_jbo.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kab_DZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kk_KZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kkw_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_km_KH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kmr_Latn_TR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kn_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_kng_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ko_KR.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ky_KG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ldi_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lg_UG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lgr_SB.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lif_NP.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ln_CD.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_lo_LA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mai_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mdw_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mkw_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ml_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mn_Cyrl_MN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mos_BF.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_mr_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ms_MY.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_my_MM.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ne_NP.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ngz_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_njx_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_njy_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nr_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_nso_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ny_MW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_om_ET.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_or_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pa_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pap_BQ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pap_CW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_plt_MG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pjt_AU.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pt_AO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_pui_CO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_puu_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_rw_RW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sdj_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sg_CF.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_shs_CA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sid_ET.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_so_SO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ss_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_st_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_sw_TZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ta_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_te_IN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tek_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tg_TJ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_th_TH.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ti_ER.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ti_ET.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tk_TM.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tn_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tpi_PG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tyx_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ts_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_tsa_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ug_CN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ur_PK.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_uz_UZ.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_ve_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_vi_VN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_vif_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_xh_ZA.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_xku_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_yi_US.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_yom_CG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_zh_CN.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_zh_HK.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_zh_MO.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_zh_SG.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_zh_TW.cxx
[build CXX] workdir/CustomTarget/i18npool/localedata/localedata_zu_ZA.cxx
[build MOD] opencl
[build MOD] package
[build MOD] pyuno
[build JAR] OOoRunner
[build JAR] reportbuilder
[build MOD] sax
[build JCS] Jar/ScriptProviderForBeanShell
[build JCS] Jar/ScriptProviderForJava
[build JCS] Jar/ScriptProviderForJavaScript
[build MOD] shell
[build CXX] test/source/vclbootstrapprotector.cxx
[build BIN] testtools
[build BIN] unotools
[build JCS] Jar/form
[build JCS] Jar/query
[build JCS] Jar/report
[build JCS] Jar/table
[build JCS] Jar/XMergeBridge
Note: /Users/demo/lode/dev/core/wizards/com/sun/star/wizards/form/UIControlArranger.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[build BIN] xmlscript
[build MOD] UnoControls
[build CMP] sot/util/sot
[build CXX] accessibility/source/extended/AccessibleBrowseBox.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxBase.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxTable.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx
[build CXX] accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
[build CXX] accessibility/source/extended/AccessibleGridControl.cxx
[build CXX] accessibility/source/extended/AccessibleGridControlBase.cxx
[build CXX] accessibility/source/extended/AccessibleGridControlHeader.cxx
[build CXX] accessibility/source/extended/AccessibleGridControlHeaderCell.cxx
[build CXX] accessibility/source/extended/AccessibleGridControlTable.cxx
[build CXX] accessibility/source/extended/AccessibleGridControlTableBase.cxx
[build CXX] accessibility/source/extended/AccessibleGridControlTableCell.cxx
[build CXX] accessibility/source/extended/accessiblebrowseboxcell.cxx
[build CXX] accessibility/source/extended/accessibleeditbrowseboxcell.cxx
[build CXX] accessibility/source/extended/accessibleiconchoicectrl.cxx
[build CXX] accessibility/source/extended/accessibleiconchoicectrlentry.cxx
[build CXX] accessibility/source/extended/accessiblelistbox.cxx
[build CXX] accessibility/source/extended/accessiblelistboxentry.cxx
[build CXX] accessibility/source/extended/accessibletabbar.cxx
[build CXX] accessibility/source/extended/accessibletabbarbase.cxx
[build CXX] accessibility/source/extended/accessibletabbarpage.cxx
[build CXX] accessibility/source/extended/accessibletabbarpagelist.cxx
[build CXX] accessibility/source/extended/accessibletablistbox.cxx
[build CXX] accessibility/source/extended/accessibletablistboxtable.cxx
[build CXX] accessibility/source/extended/listboxaccessible.cxx
[build CXX] accessibility/source/extended/textwindowaccessibility.cxx
[build CXX] accessibility/source/helper/acc_factory.cxx
[build CXX] accessibility/source/helper/accresmgr.cxx
[build CXX] accessibility/source/helper/characterattributeshelper.cxx
[build CXX] accessibility/source/helper/IComboListBoxHelper.cxx
[build CXX] accessibility/source/standard/accessiblemenubasecomponent.cxx
[build CXX] accessibility/source/standard/accessiblemenucomponent.cxx
[build CXX] accessibility/source/standard/accessiblemenuitemcomponent.cxx
[build CXX] accessibility/source/standard/floatingwindowaccessible.cxx
[build CXX] accessibility/source/standard/vclxaccessiblebox.cxx
[build CXX] accessibility/source/standard/vclxaccessiblebutton.cxx
[build CXX] accessibility/source/standard/vclxaccessiblecheckbox.cxx
[build CXX] accessibility/source/standard/vclxaccessiblecombobox.cxx
[build CXX] accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
[build CXX] accessibility/source/standard/vclxaccessibledropdownlistbox.cxx
[build CXX] accessibility/source/standard/vclxaccessibleedit.cxx
[build CXX] accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx
[build CXX] accessibility/source/standard/vclxaccessiblefixedtext.cxx
[build CXX] accessibility/source/standard/vclxaccessiblelist.cxx
[build CXX] accessibility/source/standard/vclxaccessiblelistbox.cxx
[build CXX] accessibility/source/standard/vclxaccessiblelistitem.cxx
[build CXX] accessibility/source/standard/vclxaccessiblemenu.cxx
[build CXX] accessibility/source/standard/vclxaccessiblemenubar.cxx
[build CXX] accessibility/source/standard/vclxaccessiblemenuitem.cxx
[build CXX] accessibility/source/standard/vclxaccessiblemenuseparator.cxx
[build CXX] accessibility/source/standard/vclxaccessiblepopupmenu.cxx
[build CXX] accessibility/source/standard/vclxaccessibleradiobutton.cxx
[build CXX] accessibility/source/standard/vclxaccessiblescrollbar.cxx
[build CXX] accessibility/source/standard/vclxaccessiblestatusbar.cxx
[build CXX] accessibility/source/standard/vclxaccessiblestatusbaritem.cxx
[build CXX] accessibility/source/standard/vclxaccessibletabcontrol.cxx
[build CXX] accessibility/source/standard/vclxaccessibletabpage.cxx
[build CXX] accessibility/source/standard/vclxaccessibletabpagewindow.cxx
[build CXX] accessibility/source/standard/vclxaccessibletextcomponent.cxx
[build CXX] accessibility/source/standard/vclxaccessibletextfield.cxx
[build CXX] accessibility/source/standard/vclxaccessibletoolbox.cxx
[build CXX] accessibility/source/standard/vclxaccessibletoolboxitem.cxx
[build CXX] drawinglayer/source/animation/animationtiming.cxx
[build CXX] drawinglayer/source/attribute/fillgraphicattribute.cxx
[build CXX] drawinglayer/source/attribute/fillgradientattribute.cxx
[build CXX] drawinglayer/source/attribute/fillhatchattribute.cxx
[build CXX] drawinglayer/source/attribute/fontattribute.cxx
[build CXX] drawinglayer/source/attribute/lineattribute.cxx
[build CXX] drawinglayer/source/attribute/linestartendattribute.cxx
[build CXX] drawinglayer/source/attribute/materialattribute3d.cxx
[build CXX] drawinglayer/source/attribute/sdrallattribute3d.cxx
[build CXX] drawinglayer/source/attribute/sdrfillattribute.cxx
[build CXX] drawinglayer/source/attribute/sdrfillgraphicattribute.cxx
[build CXX] drawinglayer/source/attribute/sdrlightattribute3d.cxx
[build CXX] drawinglayer/source/attribute/sdrlightingattribute3d.cxx
[build CXX] drawinglayer/source/attribute/sdrlineattribute.cxx
[build CXX] drawinglayer/source/attribute/sdrlinestartendattribute.cxx
[build CXX] drawinglayer/source/attribute/sdrobjectattribute3d.cxx
[build CXX] drawinglayer/source/attribute/sdrsceneattribute3d.cxx
[build CXX] drawinglayer/source/attribute/sdrshadowattribute.cxx
[build CXX] drawinglayer/source/attribute/strokeattribute.cxx
[build CXX] drawinglayer/source/geometry/viewinformation2d.cxx
[build CXX] drawinglayer/source/geometry/viewinformation3d.cxx
[build CXX] drawinglayer/source/primitive2d/animatedprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/backgroundcolorprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/baseprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/bitmapprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/controlprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/cropprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/discretebitmapprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/discreteshadowprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/embedded3dprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/epsprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/fillgraphicprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
[build CXX] drawinglayer/source/primitive2d/graphicprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/gridprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/groupprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/helplineprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/hiddengeometryprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/invertprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/markerarrayprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/maskprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/mediaprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/metafileprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/objectinfoprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/pagepreviewprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/polygonprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/primitivetools2d.cxx
[build CXX] drawinglayer/source/primitive2d/sceneprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx
[build CXX] drawinglayer/source/primitive2d/shadowprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/structuretagprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/textbreakuphelper.cxx
[build CXX] drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/texteffectprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/textenumsprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/texthierarchyprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/textlayoutdevice.cxx
[build CXX] drawinglayer/source/primitive2d/textlineprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/textprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/textstrikeoutprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/transformprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/transparenceprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/wallpaperprimitive2d.cxx
[build CXX] drawinglayer/source/primitive2d/wrongspellprimitive2d.cxx
[build CXX] drawinglayer/source/primitive3d/baseprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/groupprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/hatchtextureprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/polygonprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/polypolygonprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrdecompositiontools3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrpolypolygonprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/shadowprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/textureprimitive3d.cxx
[build CXX] drawinglayer/source/primitive3d/transformprimitive3d.cxx
[build CXX] drawinglayer/source/processor2d/baseprocessor2d.cxx
[build CXX] drawinglayer/source/processor2d/processor2dtools.cxx
[build CXX] drawinglayer/source/processor2d/contourextractor2d.cxx
[build CXX] drawinglayer/source/processor2d/getdigitlanguage.cxx
[build CXX] drawinglayer/source/processor2d/helperwrongspellrenderer.cxx
[build CXX] drawinglayer/source/processor2d/hittestprocessor2d.cxx
[build CXX] drawinglayer/source/processor2d/linegeometryextractor2d.cxx
[build CXX] drawinglayer/source/processor2d/objectinfoextractor2d.cxx
[build CXX] drawinglayer/source/processor2d/processorfromoutputdevice.cxx
[build CXX] drawinglayer/source/processor2d/textaspolygonextractor2d.cxx
[build CXX] drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
[build CXX] drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
[build CXX] drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
[build CXX] drawinglayer/source/processor2d/vclprocessor2d.cxx
[build CXX] drawinglayer/source/processor3d/baseprocessor3d.cxx
[build CXX] drawinglayer/source/processor3d/cutfindprocessor3d.cxx
[build CXX] drawinglayer/source/processor3d/defaultprocessor3d.cxx
[build CXX] drawinglayer/source/processor3d/geometry2dextractor.cxx
[build CXX] drawinglayer/source/processor3d/shadow3dextractor.cxx
[build CXX] drawinglayer/source/processor3d/zbufferprocessor3d.cxx
[build CXX] drawinglayer/source/texture/texture3d.cxx
[build CXX] drawinglayer/source/tools/converters.cxx
[build CXX] drawinglayer/source/tools/emfplushelper.cxx
[build CXX] drawinglayer/source/tools/emfphelperdata.cxx
[build CXX] drawinglayer/source/tools/emfpbrush.cxx
[build CXX] drawinglayer/source/tools/emfppath.cxx
[build CXX] drawinglayer/source/tools/emfppen.cxx
[build CXX] drawinglayer/source/tools/emfpregion.cxx
[build CXX] drawinglayer/source/tools/emfpimage.cxx
[build CXX] drawinglayer/source/tools/emfpfont.cxx
[build CXX] drawinglayer/source/tools/emfpstringformat.cxx
[build CXX] drawinglayer/source/tools/emfpcustomlinecap.cxx
[build CXX] drawinglayer/source/tools/wmfemfhelper.cxx
[build CXX] drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
[build CXX] drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx
[build CXX] drawinglayer/source/texture/texture.cxx
[build CXX] drawinglayer/source/dumper/XShapeDumper.cxx
[build CXX] drawinglayer/source/dumper/EnhancedShapeDumper.cxx
[build CXX] framework/source/fwe/classes/actiontriggercontainer.cxx
[build CXX] framework/source/fwe/classes/actiontriggerpropertyset.cxx
[build CXX] framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
[build CXX] framework/source/fwe/classes/addonmenu.cxx
[build CXX] framework/source/fwe/classes/addonsoptions.cxx
[build CXX] framework/source/fwe/classes/framelistanalyzer.cxx
[build CXX] framework/source/fwe/classes/fwkresid.cxx
[build CXX] framework/source/fwe/classes/imagewrapper.cxx
[build CXX] framework/source/fwe/classes/menuextensionsupplier.cxx
[build CXX] framework/source/fwe/classes/rootactiontriggercontainer.cxx
[build CXX] framework/source/fwe/classes/sfxhelperfunctions.cxx
[build CXX] framework/source/fwe/dispatch/interaction.cxx
[build CXX] framework/source/fwe/helper/actiontriggerhelper.cxx
[build CXX] framework/source/fwe/helper/configimporter.cxx
[build CXX] framework/source/fwe/helper/propertysetcontainer.cxx
[build CXX] framework/source/fwe/helper/titlehelper.cxx
[build CXX] framework/source/fwe/helper/documentundoguard.cxx
[build CXX] framework/source/fwe/helper/undomanagerhelper.cxx
[build CXX] framework/source/fwe/interaction/preventduplicateinteraction.cxx
[build CXX] framework/source/fwe/xml/menuconfiguration.cxx
[build CXX] framework/source/fwe/xml/menudocumenthandler.cxx
[build CXX] framework/source/fwe/xml/saxnamespacefilter.cxx
[build CXX] framework/source/fwe/xml/statusbarconfiguration.cxx
[build CXX] framework/source/fwe/xml/statusbardocumenthandler.cxx
[build CXX] framework/source/fwe/xml/toolboxconfiguration.cxx
[build CXX] framework/source/fwe/xml/toolboxdocumenthandler.cxx
[build CXX] framework/source/fwe/xml/xmlnamespaces.cxx
[build CXX] framework/source/services/dispatchhelper.cxx
[build CXX] workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx
[build CXX] workdir/LexTarget/connectivity/source/parse/sqlflex.cxx
[build CXX] connectivity/source/commontools/AutoRetrievingBase.cxx
[build CXX] connectivity/source/commontools/BlobHelper.cxx
[build CXX] connectivity/source/commontools/CommonTools.cxx
[build CXX] connectivity/source/commontools/ConnectionWrapper.cxx
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:4340:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:4341:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:4341:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp, *yy_bp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:4342:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_act;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:4386:4: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                        register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
                        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5836:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5837:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *source = (yytext_ptr);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5838:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5838:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int number_to_move, i;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5970:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register yy_state_type yy_current_state;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5971:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:5977:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6002:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register int yy_is_jam;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6003:6: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp = (yy_c_buf_p);
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6005:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register YY_CHAR yy_c = 1;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6025:2: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
        register char *yy_cp;
        ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6035:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register yy_size_t number_to_move = (yy_n_chars) + 2;
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6036:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6038:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
                register char *source =
                ^~~~~~~~~
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6105:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                                case EOB_ACT_END_OF_FILE:
                                ^
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6105:5: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
                                case EOB_ACT_END_OF_FILE:
                                ^
                                BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/LexTarget/connectivity/source/parse/sqlflex.cxx:6105:5: note: insert 'break;' to avoid fall-through
                                case EOB_ACT_END_OF_FILE:
                                ^
                                break; 
20 warnings generated.
[build CXX] connectivity/source/commontools/DateConversion.cxx
[build CXX] connectivity/source/commontools/DriversConfig.cxx
/Users/demo/lode/dev/core/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:174:51: warning: '__STRICT_ANSI__' is not defined, evaluates to 0 [-Wundef]
      || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__)
                                                  ^
/Users/demo/lode/dev/core/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:4565:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
          default:
          ^
/Users/demo/lode/dev/core/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:4565:4: note: insert 'BOOST_FALLTHROUGH;' to silence this warning
          default:
          ^
          BOOST_FALLTHROUGH; 
/Users/demo/lode/dev/core/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:4565:4: note: insert 'break;' to avoid fall-through
          default:
          ^
          break; 
2 warnings generated.
[build CXX] connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx
[build CXX] connectivity/source/commontools/FDatabaseMetaDataResultSetMetaData.cxx
[build CXX] connectivity/source/commontools/FValue.cxx
[build CXX] connectivity/source/commontools/ParamterSubstitution.cxx
[build CXX] connectivity/source/commontools/RowFunctionParser.cxx
[build CXX] connectivity/source/commontools/TColumnsHelper.cxx
[build CXX] connectivity/source/commontools/TConnection.cxx
[build CXX] connectivity/source/commontools/TDatabaseMetaDataBase.cxx
[build CXX] connectivity/source/commontools/TIndex.cxx
[build CXX] connectivity/source/commontools/TIndexColumns.cxx
[build CXX] connectivity/source/commontools/TIndexes.cxx
[build CXX] connectivity/source/commontools/TKey.cxx
[build CXX] connectivity/source/commontools/TKeyColumns.cxx
[build CXX] connectivity/source/commontools/TKeys.cxx
[build CXX] connectivity/source/commontools/TPrivilegesResultSet.cxx
[build CXX] connectivity/source/commontools/TSkipDeletedSet.cxx
[build CXX] connectivity/source/commontools/TSortIndex.cxx
[build CXX] connectivity/source/commontools/TTableHelper.cxx
[build CXX] connectivity/source/commontools/conncleanup.cxx
[build CXX] connectivity/source/commontools/dbcharset.cxx
[build CXX] connectivity/source/commontools/dbconversion.cxx
[build CXX] connectivity/source/commontools/dbexception.cxx
[build CXX] connectivity/source/commontools/dbmetadata.cxx
[build CXX] connectivity/source/commontools/dbtools.cxx
[build CXX] connectivity/source/commontools/dbtools2.cxx
[build CXX] connectivity/source/commontools/filtermanager.cxx
[build CXX] connectivity/source/commontools/formattedcolumnvalue.cxx
[build CXX] connectivity/source/commontools/parameters.cxx
[build CXX] connectivity/source/commontools/paramwrapper.cxx
[build CXX] connectivity/source/commontools/predicateinput.cxx
[build CXX] connectivity/source/commontools/propertyids.cxx
[build CXX] connectivity/source/commontools/sqlerror.cxx
[build CXX] connectivity/source/commontools/statementcomposer.cxx
[build CXX] connectivity/source/commontools/warningscontainer.cxx
[build CXX] connectivity/source/parse/PColumn.cxx
[build CXX] connectivity/source/parse/internalnode.cxx
[build CXX] connectivity/source/parse/sqliterator.cxx
[build CXX] connectivity/source/parse/sqlnode.cxx
[build CXX] connectivity/source/resource/sharedresources.cxx
[build CXX] connectivity/source/sdbcx/VCatalog.cxx
[build CXX] connectivity/source/sdbcx/VCollection.cxx
[build CXX] connectivity/source/sdbcx/VColumn.cxx
[build CXX] connectivity/source/sdbcx/VDescriptor.cxx
[build CXX] connectivity/source/sdbcx/VGroup.cxx
[build CXX] connectivity/source/sdbcx/VIndex.cxx
[build CXX] connectivity/source/sdbcx/VIndexColumn.cxx
[build CXX] connectivity/source/sdbcx/VKey.cxx
[build CXX] connectivity/source/sdbcx/VKeyColumn.cxx
[build CXX] connectivity/source/sdbcx/VTable.cxx
[build CXX] connectivity/source/sdbcx/VUser.cxx
[build CXX] connectivity/source/sdbcx/VView.cxx
[build CXX] canvas/source/vcl/backbuffer.cxx
[build CXX] canvas/source/vcl/bitmapbackbuffer.cxx
[build CXX] canvas/source/vcl/cachedbitmap.cxx
[build CXX] canvas/source/vcl/canvas.cxx
[build CXX] canvas/source/vcl/canvasbitmap.cxx
[build CXX] canvas/source/vcl/canvasbitmaphelper.cxx
[build CXX] canvas/source/vcl/canvascustomsprite.cxx
[build CXX] canvas/source/vcl/canvasfont.cxx
[build CXX] canvas/source/vcl/canvashelper.cxx
[build CXX] canvas/source/vcl/devicehelper.cxx
[build CXX] canvas/source/vcl/impltools.cxx
[build CXX] canvas/source/vcl/services.cxx
[build CXX] canvas/source/vcl/spritecanvas.cxx
[build CXX] canvas/source/vcl/spritecanvashelper.cxx
[build CXX] canvas/source/vcl/spritedevicehelper.cxx
[build CXX] canvas/source/vcl/spritehelper.cxx
[build CXX] canvas/source/vcl/textlayout.cxx
[build CXX] canvas/source/vcl/canvashelper_texturefill.cxx
[build CXX] canvas/source/vcl/windowoutdevholder.cxx
[build CXX] connectivity/source/drivers/component/CColumns.cxx
[build CXX] connectivity/source/drivers/component/CPreparedStatement.cxx
[build CXX] connectivity/source/drivers/component/CResultSet.cxx
[build CXX] connectivity/source/drivers/component/CStatement.cxx
[build CXX] connectivity/source/drivers/component/CTable.cxx
[build CXX] connectivity/source/drivers/file/FCatalog.cxx
[build CXX] connectivity/source/drivers/file/FColumns.cxx
[build CXX] connectivity/source/drivers/file/FConnection.cxx
[build CXX] connectivity/source/drivers/file/FDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/file/FDateFunctions.cxx
[build CXX] connectivity/source/drivers/file/FDriver.cxx
[build CXX] connectivity/source/drivers/file/FNoException.cxx
[build CXX] connectivity/source/drivers/file/FNumericFunctions.cxx
[build CXX] connectivity/source/drivers/file/FPreparedStatement.cxx
[build CXX] connectivity/source/drivers/file/FResultSet.cxx
[build CXX] connectivity/source/drivers/file/FResultSetMetaData.cxx
[build CXX] connectivity/source/drivers/file/FStatement.cxx
[build CXX] connectivity/source/drivers/file/FStringFunctions.cxx
[build CXX] connectivity/source/drivers/file/FTable.cxx
[build CXX] connectivity/source/drivers/file/FTables.cxx
[build CXX] connectivity/source/drivers/file/fanalyzer.cxx
[build CXX] connectivity/source/drivers/file/fcode.cxx
[build CXX] connectivity/source/drivers/file/fcomp.cxx
[build CXX] connectivity/source/drivers/file/quotedstring.cxx
[build CXX] connectivity/source/drivers/calc/CDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/calc/CCatalog.cxx
[build CXX] connectivity/source/drivers/calc/CTable.cxx
[build CXX] connectivity/source/drivers/calc/CTables.cxx
[build CXX] connectivity/source/drivers/calc/CConnection.cxx
[build CXX] connectivity/source/drivers/calc/Cservices.cxx
[build CXX] connectivity/source/drivers/calc/CDriver.cxx
[build CXX] connectivity/source/cpool/ZConnectionWrapper.cxx
[build CXX] connectivity/source/cpool/ZDriverWrapper.cxx
[build CXX] connectivity/source/cpool/ZPooledConnection.cxx
[build CXX] connectivity/source/cpool/ZConnectionPool.cxx
[build CXX] connectivity/source/cpool/ZPoolCollection.cxx
[build CXX] connectivity/source/cpool/Zregistration.cxx
[build CXX] connectivity/source/drivers/flat/EResultSet.cxx
[build CXX] connectivity/source/drivers/flat/EStatement.cxx
[build CXX] connectivity/source/drivers/flat/EPreparedStatement.cxx
[build CXX] connectivity/source/drivers/flat/ETable.cxx
[build CXX] connectivity/source/drivers/flat/EDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/flat/ECatalog.cxx
[build CXX] connectivity/source/drivers/flat/EColumns.cxx
[build CXX] connectivity/source/drivers/flat/ETables.cxx
[build CXX] connectivity/source/drivers/flat/EConnection.cxx
[build CXX] connectivity/source/drivers/flat/Eservices.cxx
[build CXX] connectivity/source/drivers/flat/EDriver.cxx
[build CXX] connectivity/source/drivers/mysql/YDriver.cxx
[build CXX] connectivity/source/drivers/mysql/YTables.cxx
[build CXX] connectivity/source/drivers/mysql/YTable.cxx
[build CXX] connectivity/source/drivers/mysql/YViews.cxx
[build CXX] connectivity/source/drivers/mysql/YCatalog.cxx
[build CXX] connectivity/source/drivers/mysql/YColumns.cxx
[build CXX] connectivity/source/drivers/mysql/YUser.cxx
[build CXX] connectivity/source/drivers/mysql/YUsers.cxx
[build CXX] connectivity/source/drivers/mysql/Yservices.cxx
[build CXX] connectivity/source/drivers/odbc/oservices.cxx
[build CXX] connectivity/source/drivers/odbc/ORealDriver.cxx
[build CXX] connectivity/source/drivers/odbc/OFunctions.cxx
[build CXX] connectivity/source/drivers/odbc/OPreparedStatement.cxx
[build CXX] connectivity/source/drivers/odbc/OStatement.cxx
[build CXX] connectivity/source/drivers/odbc/OResultSetMetaData.cxx
[build CXX] connectivity/source/drivers/odbc/OResultSet.cxx
[build CXX] connectivity/source/drivers/odbc/OTools.cxx
[build CXX] connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx
[build CXX] connectivity/source/drivers/odbc/ODatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/odbc/ODriver.cxx
[build CXX] connectivity/source/drivers/odbc/OConnection.cxx
[build CXX] connectivity/source/manager/mdrivermanager.cxx
[build CXX] connectivity/source/manager/mregistration.cxx
[build CXX] connectivity/source/drivers/writer/WCatalog.cxx
[build CXX] connectivity/source/drivers/writer/WConnection.cxx
[build CXX] connectivity/source/drivers/writer/WDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/writer/WDriver.cxx
[build CXX] connectivity/source/drivers/writer/WTable.cxx
[build CXX] connectivity/source/drivers/writer/WTables.cxx
[build CXX] connectivity/source/drivers/writer/Wservices.cxx
[build CXX] connectivity/source/drivers/hsqldb/HCatalog.cxx
[build CXX] connectivity/source/drivers/hsqldb/HColumns.cxx
[build CXX] connectivity/source/drivers/hsqldb/HConnection.cxx
[build CXX] connectivity/source/drivers/hsqldb/HDriver.cxx
[build CXX] connectivity/source/drivers/hsqldb/HStorageAccess.cxx
[build CXX] connectivity/source/drivers/hsqldb/HStorageMap.cxx
[build CXX] connectivity/source/drivers/hsqldb/HTable.cxx
[build CXX] connectivity/source/drivers/hsqldb/HTables.cxx
[build CXX] connectivity/source/drivers/hsqldb/HTerminateListener.cxx
[build CXX] connectivity/source/drivers/hsqldb/HTools.cxx
[build CXX] connectivity/source/drivers/hsqldb/HUser.cxx
[build CXX] connectivity/source/drivers/hsqldb/HUsers.cxx
[build CXX] connectivity/source/drivers/hsqldb/HView.cxx
[build CXX] connectivity/source/drivers/hsqldb/HViews.cxx
[build CXX] connectivity/source/drivers/hsqldb/Hservices.cxx
[build CXX] connectivity/source/drivers/hsqldb/StorageFileAccess.cxx
[build CXX] connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx
[build CXX] connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx
[build CXX] connectivity/source/drivers/hsqldb/accesslog.cxx
[build CXX] connectivity/source/drivers/jdbc/Array.cxx
[build CXX] connectivity/source/drivers/jdbc/Blob.cxx
[build CXX] connectivity/source/drivers/jdbc/Boolean.cxx
[build CXX] connectivity/source/drivers/jdbc/CallableStatement.cxx
[build CXX] connectivity/source/drivers/jdbc/Class.cxx
[build CXX] connectivity/source/drivers/jdbc/Clob.cxx
[build CXX] connectivity/source/drivers/jdbc/ConnectionLog.cxx
[build CXX] connectivity/source/drivers/jdbc/DatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/jdbc/Date.cxx
[build CXX] connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
[build CXX] connectivity/source/drivers/jdbc/Exception.cxx
[build CXX] connectivity/source/drivers/jdbc/InputStream.cxx
[build CXX] connectivity/source/drivers/jdbc/JConnection.cxx
[build CXX] connectivity/source/drivers/jdbc/JDriver.cxx
[build CXX] connectivity/source/drivers/jdbc/JStatement.cxx
[build CXX] connectivity/source/drivers/jdbc/Object.cxx
[build CXX] connectivity/source/drivers/jdbc/PreparedStatement.cxx
[build CXX] connectivity/source/drivers/jdbc/Reader.cxx
[build CXX] connectivity/source/drivers/jdbc/Ref.cxx
[build CXX] connectivity/source/drivers/jdbc/ResultSet.cxx
[build CXX] connectivity/source/drivers/jdbc/ResultSetMetaData.cxx
[build CXX] connectivity/source/drivers/jdbc/SQLException.cxx
[build CXX] connectivity/source/drivers/jdbc/SQLWarning.cxx
[build CXX] connectivity/source/drivers/jdbc/String.cxx
[build CXX] connectivity/source/drivers/jdbc/Throwable.cxx
[build CXX] connectivity/source/drivers/jdbc/Timestamp.cxx
[build CXX] connectivity/source/drivers/jdbc/jservices.cxx
[build CXX] connectivity/source/drivers/jdbc/JBigDecimal.cxx
[build CXX] connectivity/source/drivers/jdbc/tools.cxx
[build CXX] connectivity/source/drivers/jdbc/ContextClassLoader.cxx
[build CXX] connectivity/source/drivers/macab/MacabDriver.cxx
[build CXX] connectivity/source/drivers/macab/MacabServices.cxx
[build CXX] connectivity/source/drivers/macab/MacabColumns.cxx
[build CXX] connectivity/source/drivers/macab/MacabTable.cxx
[build CXX] connectivity/source/drivers/macab/MacabTables.cxx
[build CXX] connectivity/source/drivers/macab/MacabCatalog.cxx
[build CXX] connectivity/source/drivers/macab/MacabResultSet.cxx
[build CXX] connectivity/source/drivers/macab/MacabStatement.cxx
[build CXX] connectivity/source/drivers/macab/MacabPreparedStatement.cxx
[build CXX] connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/macab/MacabConnection.cxx
[build CXX] connectivity/source/drivers/macab/MacabResultSetMetaData.cxx
[build CXX] connectivity/source/drivers/macab/macabcondition.cxx
[build CXX] connectivity/source/drivers/macab/macaborder.cxx
[build CXX] connectivity/source/drivers/macab/MacabRecord.cxx
[build CXX] connectivity/source/drivers/macab/MacabRecords.cxx
[build CXX] connectivity/source/drivers/macab/MacabHeader.cxx
[build CXX] connectivity/source/drivers/macab/MacabGroup.cxx
[build CXX] connectivity/source/drivers/macab/MacabAddressBook.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_array.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_baseresultset.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_connection.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_fakedupdateableresultset.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_preparedstatement.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_resultset.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_sequenceresultset.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_statement.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_statics.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_tools.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_updateableresultset.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xbase.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xcolumn.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xcolumns.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xcontainer.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xindex.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xindexcolumn.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xindexcolumns.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xindexes.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xkey.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xkeycolumns.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xkeys.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xtable.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xtables.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xuser.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xusers.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xview.cxx
[build CXX] connectivity/source/drivers/postgresql/pq_xviews.cxx
[build CXX] connectivity/source/drivers/mork/MColumns.cxx
[build CXX] connectivity/source/drivers/mork/MColumnAlias.cxx
[build CXX] connectivity/source/drivers/mork/MorkParser.cxx
[build CXX] connectivity/source/drivers/mork/MCatalog.cxx
[build CXX] connectivity/source/drivers/mork/MConnection.cxx
[build CXX] connectivity/source/drivers/mork/MDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx
[build CXX] connectivity/source/drivers/mork/MDriver.cxx
[build CXX] connectivity/source/drivers/mork/MStatement.cxx
[build CXX] connectivity/source/drivers/mork/MResultSet.cxx
[build CXX] connectivity/source/drivers/mork/MResultSetMetaData.cxx
[build CXX] connectivity/source/drivers/mork/MPreparedStatement.cxx
[build CXX] connectivity/source/drivers/mork/MQueryHelper.cxx
[build CXX] connectivity/source/drivers/mork/MTable.cxx
[build CXX] connectivity/source/drivers/mork/MTables.cxx
[build CXX] cppcanvas/source/uno/uno_mtfrenderer.cxx
[build CMP] desktop/source/migration/services/migrationoo2
[build CMP] desktop/source/migration/services/migrationoo3
[build CXX] embeddedobj/source/commonembedding/embedobj.cxx
[build CXX] embeddedobj/source/commonembedding/inplaceobj.cxx
[build CXX] embeddedobj/source/commonembedding/miscobj.cxx
[build CXX] embeddedobj/source/commonembedding/persistence.cxx
[build CXX] embeddedobj/source/commonembedding/register.cxx
[build CXX] embeddedobj/source/commonembedding/specialobject.cxx
[build CXX] embeddedobj/source/commonembedding/visobj.cxx
[build CXX] embeddedobj/source/commonembedding/xfactory.cxx
[build CXX] embeddedobj/source/general/docholder.cxx
[build CXX] embeddedobj/source/general/dummyobject.cxx
[build CXX] embeddedobj/source/general/intercept.cxx
[build CXX] embeddedobj/source/general/xcreator.cxx
[build CXX] extensions/source/scanner/scnserv.cxx
[build CXX] extensions/source/scanner/scanner.cxx
[build CXX] extensions/source/scanner/grid.cxx
[build CXX] extensions/source/scanner/sane.cxx
[build CXX] extensions/source/scanner/sanedlg.cxx
[build CXX] extensions/source/scanner/scanunx.cxx
[build CXX] extensions/source/bibliography/bibbeam.cxx
[build CXX] extensions/source/bibliography/bibconfig.cxx
[build CXX] extensions/source/bibliography/bibcont.cxx
[build CXX] extensions/source/bibliography/bibload.cxx
[build CXX] extensions/source/bibliography/bibmod.cxx
[build CXX] extensions/source/bibliography/bibview.cxx
[build CXX] extensions/source/bibliography/datman.cxx
[build CXX] extensions/source/bibliography/formcontrolcontainer.cxx
[build CXX] extensions/source/bibliography/framectr.cxx
[build CXX] extensions/source/bibliography/general.cxx
[build CXX] extensions/source/bibliography/loadlisteneradapter.cxx
[build CXX] extensions/source/bibliography/toolbar.cxx
[build MOD] libetonyek
[build MOD] libmwaw
[build MOD] libodfgen
[build MOD] libstaroffice
[build MOD] libwpd
[build UPK] libwpg-0.3.1.tar.bz2
[build MOD] libwps
[build CXX] filter/source/flash/impswfdialog.cxx
[build CXX] filter/source/flash/swfdialog.cxx
[build CXX] filter/source/flash/swfexporter.cxx
[build CXX] filter/source/flash/swffilter.cxx
[build CXX] filter/source/flash/swfuno.cxx
[build CXX] filter/source/flash/swfwriter.cxx
[build CXX] filter/source/flash/swfwriter1.cxx
[build CXX] filter/source/flash/swfwriter2.cxx
[build CXX] filter/source/textfilterdetect/filterdetect.cxx
[build CMP] filter/source/xmlfilteradaptor/xmlfa
[build CXX] formula/source/core/api/FormulaCompiler.cxx
[build CXX] formula/source/core/api/FormulaOpCodeMapperObj.cxx
[build CXX] formula/source/core/api/grammar.cxx
[build CXX] formula/source/core/api/services.cxx
[build CXX] formula/source/core/api/token.cxx
[build CXX] formula/source/core/api/vectortoken.cxx
[build CXX] formula/source/core/resource/core_resource.cxx
[build CXX] fpicker/source/office/asyncfilepicker.cxx
[build CXX] fpicker/source/office/commonpicker.cxx
[build CXX] fpicker/source/office/fpinteraction.cxx
[build CXX] fpicker/source/office/fpsmartcontent.cxx
[build CXX] fpicker/source/office/fps_office.cxx
[build CXX] fpicker/source/office/iodlg.cxx
[build CXX] fpicker/source/office/iodlgimp.cxx
[build CXX] fpicker/source/office/OfficeControlAccess.cxx
[build CXX] fpicker/source/office/OfficeFilePicker.cxx
[build CXX] fpicker/source/office/OfficeFolderPicker.cxx
[build CXX] fpicker/source/office/PlacesListBox.cxx
[build CXX] fpicker/source/office/RemoteFilesDialog.cxx
[build CXX] framework/source/dispatch/systemexec.cxx
[build CXX] framework/source/jobs/helponstartup.cxx
[build CXX] framework/source/jobs/shelljob.cxx
[build CXX] framework/source/register/register3rdcomponents.cxx
[build CXX] framework/source/tabwin/tabwindow.cxx
[build CXX] framework/source/tabwin/tabwinfactory.cxx
[build CMP] hwpfilter/source/hwp
[build DEP] LNK:Library/libi18npoollo.dylib
[build LNK] Library/libi18npoollo.dylib
[build CMP] lingucomponent/source/languageguessing/guesslang
[build CMP] scaddins/source/analysis/analysis
[build CMP] scaddins/source/datefunc/date
[build CMP] scaddins/source/pricing/pricing
[build CMP] svl/source/fsstor/fsstorage
[build CMP] svl/source/passwordcontainer/passwordcontainer
[build CXX] svx/source/unodialogs/textconversiondlgs/services.cxx
[build CXX] svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
[build CXX] svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
[build CXX] svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx
[build CMP] ucb/source/core/ucb1
[build CMP] sccomp/source/solver/coinmpsolver
[build CMP] sccomp/source/solver/lpsolvesolver
[build CMP] scripting/util/scriptframe
[build CXX] filter/source/graphicfilter/egif/egif.cxx
[build CXX] filter/source/graphicfilter/etiff/etiff.cxx
[build CXX] filter/source/graphicfilter/eps/eps.cxx
[build CXX] filter/source/graphicfilter/egif/giflzwc.cxx
[build CXX] filter/source/graphicfilter/itiff/ccidecom.cxx
[build CXX] filter/source/graphicfilter/itiff/itiff.cxx
[build CXX] filter/source/graphicfilter/itiff/lzwdecom.cxx
[build CXX] filter/source/graphicfilter/ipict/ipict.cxx
[build CXX] filter/source/graphicfilter/ipict/shape.cxx
[build CXX] filter/source/graphicfilter/ipcx/ipcx.cxx
[build CXX] filter/source/graphicfilter/iras/iras.cxx
[build CXX] filter/source/graphicfilter/itga/itga.cxx
[build CXX] filter/source/graphicfilter/ieps/ieps.cxx
[build CXX] filter/source/graphicfilter/ipsd/ipsd.cxx
[build CXX] filter/source/graphicfilter/ipbm/ipbm.cxx
[build CXX] filter/source/graphicfilter/ios2met/ios2met.cxx
[build CXX] filter/source/graphicfilter/idxf/dxf2mtf.cxx
[build CXX] filter/source/graphicfilter/idxf/dxfblkrd.cxx
[build CXX] filter/source/graphicfilter/idxf/dxfentrd.cxx
[build CXX] filter/source/graphicfilter/idxf/dxfgrprd.cxx
[build CXX] filter/source/graphicfilter/idxf/dxfreprd.cxx
[build CXX] filter/source/graphicfilter/idxf/dxftblrd.cxx
[build CXX] filter/source/graphicfilter/idxf/dxfvec.cxx
[build CXX] filter/source/graphicfilter/idxf/idxf.cxx
[build CXX] filter/source/graphicfilter/ipcd/ipcd.cxx
[build BIN] hwpfilter
[build CUS] i18npool/localedata
[build DEP] LNK:Library/liblocaledata_en.dylib
[build LNK] Library/liblocaledata_en.dylib
[build BIN] i18nutil
[build BIN] qadevOOo
[build BIN] reportbuilder
[build BIN] scaddins
[build BIN] sccomp
[build JAR] ScriptProviderForJava
[build PKG] scripting_java_jars
[build CXX] unotest/source/cpp/bootstrapfixturebase.cxx
[build CXX] unotest/source/cpp/directories.cxx
[build CXX] unotest/source/cpp/filters-test.cxx
[build CXX] unotest/source/cpp/getargument.cxx
[build CXX] unotest/source/cpp/gettestargument.cxx
[build CXX] unotest/source/cpp/macros_test.cxx
[build CXX] unotest/source/cpp/officeconnection.cxx
[build CXX] unotest/source/cpp/toabsolutefileurl.cxx
[build OXT] TestExtension
[build CXX] svtools/langsupport/langsupport.cxx
[build MOD] testtools
[build JCS] Jar/test
[build MOD] unotools
[build JAR] form
[build JAR] query
[build JAR] report
[build JAR] table
[build JAR] XMergeBridge
[build MOD] xmlscript
[build CXX] basic/qa/cppunit/test_scanner.cxx
[build CXX] filter/qa/cppunit/priority-test.cxx
[build CXX] i18npool/qa/cppunit/test_breakiterator.cxx
[build CXX] i18npool/qa/cppunit/test_characterclassification.cxx
[build CXX] i18npool/qa/cppunit/test_ordinalsuffix.cxx
[build CXX] i18npool/qa/cppunit/test_textsearch.cxx
[build CXX] package/qa/cppunit/test_package.cxx
[build CXX] sdext/source/pdfimport/test/pdf2xml.cxx
[build CXX] sot/qa/cppunit/test_sot.cxx
[build CXX] svl/qa/unit/svl.cxx
[build CXX] svtools/qa/unit/testHtmlWriter.cxx
[build CXX] unotools/qa/unit/testGetEnglishSearchName.cxx
[build DEP] LNK:Library/libsvllo.dylib
[build LNK] Library/libsvllo.dylib
[build CXX] framework/source/accelerators/acceleratorcache.cxx
[build CXX] framework/source/accelerators/acceleratorconfiguration.cxx
[build CXX] framework/source/accelerators/documentacceleratorconfiguration.cxx
[build CXX] framework/source/accelerators/globalacceleratorconfiguration.cxx
[build CXX] framework/source/accelerators/keymapping.cxx
[build CXX] framework/source/accelerators/moduleacceleratorconfiguration.cxx
[build CXX] framework/source/accelerators/presethandler.cxx
[build CXX] framework/source/accelerators/storageholder.cxx
[build CXX] framework/source/classes/framecontainer.cxx
[build CXX] framework/source/classes/taskcreator.cxx
[build CXX] framework/source/dispatch/closedispatcher.cxx
[build CXX] framework/source/dispatch/dispatchinformationprovider.cxx
[build CXX] framework/source/dispatch/dispatchprovider.cxx
[build CXX] framework/source/dispatch/interceptionhelper.cxx
[build CXX] framework/source/dispatch/loaddispatcher.cxx
[build CXX] framework/source/dispatch/startmoduledispatcher.cxx
[build CXX] framework/source/dispatch/windowcommanddispatch.cxx
[build CXX] framework/source/helper/dockingareadefaultacceptor.cxx
[build CXX] framework/source/helper/ocomponentaccess.cxx
[build CXX] framework/source/helper/ocomponentenumeration.cxx
[build CXX] framework/source/helper/oframes.cxx
[build CXX] framework/source/helper/persistentwindowstate.cxx
[build CXX] framework/source/helper/statusindicator.cxx
[build CXX] framework/source/helper/statusindicatorfactory.cxx
[build CXX] framework/source/helper/tagwindowasmodified.cxx
[build CXX] framework/source/helper/titlebarupdate.cxx
[build CXX] framework/source/helper/uiconfigelementwrapperbase.cxx
[build CXX] framework/source/helper/uielementwrapperbase.cxx
[build CXX] framework/source/helper/vclstatusindicator.cxx
[build CXX] framework/source/helper/wakeupthread.cxx
[build CXX] framework/source/interaction/quietinteraction.cxx
[build CXX] framework/source/jobs/job.cxx
[build CXX] framework/source/jobs/jobdata.cxx
[build CXX] framework/source/jobs/jobdispatch.cxx
[build CXX] framework/source/jobs/jobexecutor.cxx
[build CXX] framework/source/jobs/jobresult.cxx
[build CXX] framework/source/jobs/joburl.cxx
[build CXX] framework/source/layoutmanager/helpers.cxx
[build CXX] framework/source/layoutmanager/layoutmanager.cxx
[build CXX] framework/source/layoutmanager/toolbarlayoutmanager.cxx
[build CXX] framework/source/layoutmanager/uielement.cxx
[build CXX] framework/source/loadenv/loadenv.cxx
[build CXX] framework/source/loadenv/targethelper.cxx
[build CXX] framework/source/services/ContextChangeEventMultiplexer.cxx
[build CXX] framework/source/services/autorecovery.cxx
[build CXX] framework/source/services/desktop.cxx
[build CXX] framework/source/services/frame.cxx
[build CXX] framework/source/services/modulemanager.cxx
[build CXX] framework/source/services/pathsettings.cxx
[build CXX] framework/source/services/sessionlistener.cxx
[build CXX] framework/source/services/substitutepathvars.cxx
[build CXX] framework/source/services/taskcreatorsrv.cxx
[build CXX] framework/source/services/urltransformer.cxx
[build CXX] framework/source/uiconfiguration/CommandImageResolver.cxx
[build CXX] framework/source/uiconfiguration/ImageArrayData.cxx
[build CXX] framework/source/uiconfiguration/ImageList.cxx
[build CXX] framework/source/uiconfiguration/ImplImageList.cxx
[build CXX] framework/source/uiconfiguration/globalsettings.cxx
[build CXX] framework/source/uiconfiguration/graphicnameaccess.cxx
[build CXX] framework/source/uiconfiguration/imagemanager.cxx
[build CXX] framework/source/uiconfiguration/imagemanagerimpl.cxx
[build CXX] framework/source/uiconfiguration/moduleimagemanager.cxx
[build CXX] framework/source/uiconfiguration/moduleuicfgsupplier.cxx
[build CXX] framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
[build CXX] framework/source/uiconfiguration/uicategorydescription.cxx
[build CXX] framework/source/uiconfiguration/uiconfigurationmanager.cxx
[build CXX] framework/source/uiconfiguration/windowstateconfiguration.cxx
[build CXX] framework/source/uielement/addonstoolbarmanager.cxx
[build CXX] framework/source/uielement/addonstoolbarwrapper.cxx
[build CXX] framework/source/uielement/buttontoolbarcontroller.cxx
[build CXX] framework/source/uielement/comboboxtoolbarcontroller.cxx
[build CXX] framework/source/uielement/complextoolbarcontroller.cxx
[build CXX] framework/source/uielement/controlmenucontroller.cxx
[build CXX] framework/source/uielement/dropdownboxtoolbarcontroller.cxx
[build CXX] framework/source/uielement/edittoolbarcontroller.cxx
[build CXX] framework/source/uielement/genericstatusbarcontroller.cxx
[build CXX] framework/source/uielement/generictoolbarcontroller.cxx
[build CXX] framework/source/uielement/imagebuttontoolbarcontroller.cxx
[build CXX] framework/source/uielement/langselectionstatusbarcontroller.cxx
[build CXX] framework/source/uielement/menubarmanager.cxx
[build CXX] framework/source/uielement/menubarmerger.cxx
[build CXX] framework/source/uielement/menubarwrapper.cxx
[build CXX] framework/source/uielement/objectmenucontroller.cxx
[build CXX] framework/source/uielement/popuptoolbarcontroller.cxx
[build CXX] framework/source/uielement/progressbarwrapper.cxx
[build CXX] framework/source/uielement/recentfilesmenucontroller.cxx
[build CXX] framework/source/uielement/resourcemenucontroller.cxx
[build CXX] framework/source/uielement/spinfieldtoolbarcontroller.cxx
[build CXX] framework/source/uielement/statusbar.cxx
[build CXX] framework/source/uielement/statusbaritem.cxx
[build CXX] framework/source/uielement/statusbarmanager.cxx
[build CXX] framework/source/uielement/statusbarmerger.cxx
[build CXX] framework/source/uielement/statusbarwrapper.cxx
[build CXX] framework/source/uielement/statusindicatorinterfacewrapper.cxx
[build CXX] framework/source/uielement/styletoolbarcontroller.cxx
[build CXX] framework/source/uielement/subtoolbarcontroller.cxx
[build CXX] framework/source/uielement/thesaurusmenucontroller.cxx
[build CXX] framework/source/uielement/togglebuttontoolbarcontroller.cxx
[build CXX] framework/source/uielement/toolbarmanager.cxx
[build CXX] framework/source/uielement/toolbarmerger.cxx
[build CXX] framework/source/uielement/toolbarwrapper.cxx
[build CXX] framework/source/uielement/uicommanddescription.cxx
[build CXX] framework/source/uifactory/addonstoolbarfactory.cxx
[build CXX] framework/source/uifactory/factoryconfiguration.cxx
[build CXX] framework/source/uifactory/menubarfactory.cxx
[build CXX] framework/source/uifactory/statusbarfactory.cxx
[build CXX] framework/source/uifactory/toolbarfactory.cxx
[build CXX] framework/source/uifactory/uicontrollerfactory.cxx
[build CXX] framework/source/uifactory/uielementfactorymanager.cxx
[build CXX] framework/source/uifactory/windowcontentfactorymanager.cxx
[build CXX] framework/source/xml/acceleratorconfigurationreader.cxx
[build CXX] framework/source/xml/acceleratorconfigurationwriter.cxx
[build CXX] framework/source/xml/imagesconfiguration.cxx
[build CXX] framework/source/xml/imagesdocumenthandler.cxx
[build CXX] connectivity/source/drivers/dbase/DResultSet.cxx
[build CXX] connectivity/source/drivers/dbase/DStatement.cxx
[build CXX] connectivity/source/drivers/dbase/DPreparedStatement.cxx
[build CXX] connectivity/source/drivers/dbase/dindexnode.cxx
[build CXX] connectivity/source/drivers/dbase/DIndexIter.cxx
[build CXX] connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
[build CXX] connectivity/source/drivers/dbase/DCatalog.cxx
[build CXX] connectivity/source/drivers/dbase/DColumns.cxx
[build CXX] connectivity/source/drivers/dbase/DIndexColumns.cxx
[build CXX] connectivity/source/drivers/dbase/DIndex.cxx
[build CXX] connectivity/source/drivers/dbase/DIndexes.cxx
[build CXX] connectivity/source/drivers/dbase/DTables.cxx
[build CXX] connectivity/source/drivers/dbase/DConnection.cxx
[build CXX] connectivity/source/drivers/dbase/Dservices.cxx
[build CXX] connectivity/source/drivers/dbase/DDriver.cxx
[build CXX] connectivity/source/drivers/dbase/DTable.cxx
[build CXX] connectivity/source/drivers/mork/mork_helper.cxx
[build CXX] emfio/source/emfuno/emfuno.cxx
[build CXX] emfio/source/emfuno/xemfparser.cxx
[build CXX] emfio/source/reader/mtftools.cxx
[build CXX] emfio/source/reader/wmfreader.cxx
[build CXX] emfio/source/reader/emfreader.cxx
[build PAT] libwpg
[build CXX] filter/source/config/cache/basecontainer.cxx
[build CXX] filter/source/config/cache/cacheitem.cxx
[build CXX] filter/source/config/cache/cacheupdatelistener.cxx
[build CXX] filter/source/config/cache/configflush.cxx
[build CXX] filter/source/config/cache/contenthandlerfactory.cxx
[build CXX] filter/source/config/cache/filtercache.cxx
[build CXX] filter/source/config/cache/filterfactory.cxx
[build CXX] filter/source/config/cache/frameloaderfactory.cxx
[build CXX] filter/source/config/cache/querytokenizer.cxx
[build CXX] filter/source/config/cache/registration.cxx
[build CXX] filter/source/config/cache/typedetection.cxx
[build CXX] framework/source/dispatch/mailtodispatcher.cxx
[build CXX] framework/source/dispatch/oxt_handler.cxx
[build CXX] framework/source/dispatch/popupmenudispatcher.cxx
[build CXX] framework/source/dispatch/servicehandler.cxx
[build CXX] framework/source/recording/dispatchrecorder.cxx
[build CXX] framework/source/recording/dispatchrecordersupplier.cxx
[build CXX] framework/source/register/registertemp.cxx
[build CXX] framework/source/dispatch/dispatchdisabler.cxx
[build CXX] framework/source/services/mediatypedetectionhelper.cxx
[build CXX] framework/source/services/uriabbreviation.cxx
[build CXX] framework/source/uielement/fontmenucontroller.cxx
[build CXX] framework/source/uielement/fontsizemenucontroller.cxx
[build CXX] framework/source/uielement/footermenucontroller.cxx
[build CXX] framework/source/uielement/headermenucontroller.cxx
[build CXX] framework/source/uielement/langselectionmenucontroller.cxx
[build CXX] framework/source/uielement/macrosmenucontroller.cxx
[build CXX] framework/source/uielement/newmenucontroller.cxx
[build CXX] framework/source/uielement/toolbarmodemenucontroller.cxx
[build CXX] framework/source/uielement/toolbarsmenucontroller.cxx
[build CXX] framework/source/uielement/notebookbarmenucontroller.cxx
[build CMP] i18npool/util/i18npool
[build CXX] svgio/source/svgreader/svgcharacternode.cxx
[build CXX] svgio/source/svgreader/svgcirclenode.cxx
[build CXX] svgio/source/svgreader/svgclippathnode.cxx
[build CXX] svgio/source/svgreader/svgdocument.cxx
[build CXX] svgio/source/svgreader/svgdocumenthandler.cxx
[build CXX] svgio/source/svgreader/svgellipsenode.cxx
[build CXX] svgio/source/svgreader/svggnode.cxx
[build CXX] svgio/source/svgreader/svganode.cxx
[build CXX] svgio/source/svgreader/svggradientnode.cxx
[build CXX] svgio/source/svgreader/svggradientstopnode.cxx
[build CXX] svgio/source/svgreader/svgimagenode.cxx
[build CXX] svgio/source/svgreader/svglinenode.cxx
[build CXX] svgio/source/svgreader/svgmarkernode.cxx
[build CXX] svgio/source/svgreader/svgmasknode.cxx
[build CXX] svgio/source/svgreader/svgnode.cxx
[build CXX] svgio/source/svgreader/svgpaint.cxx
[build CXX] svgio/source/svgreader/svgpathnode.cxx
[build CXX] svgio/source/svgreader/svgpatternnode.cxx
[build CXX] svgio/source/svgreader/svgpolynode.cxx
[build CXX] svgio/source/svgreader/svgrectnode.cxx
[build CXX] svgio/source/svgreader/svgstyleattributes.cxx
[build CXX] svgio/source/svgreader/svgstylenode.cxx
[build CXX] svgio/source/svgreader/svgsvgnode.cxx
[build CXX] svgio/source/svgreader/svgsymbolnode.cxx
[build CXX] svgio/source/svgreader/svgtextnode.cxx
[build CXX] svgio/source/svgreader/svgtitledescnode.cxx
[build CXX] svgio/source/svgreader/svgtoken.cxx
[build CXX] svgio/source/svgreader/svgtrefnode.cxx
[build CXX] svgio/source/svgreader/svgtools.cxx
[build CXX] svgio/source/svgreader/svgtextpathnode.cxx
[build CXX] svgio/source/svgreader/svgtspannode.cxx
[build CXX] svgio/source/svgreader/svgusenode.cxx
[build CXX] svgio/source/svguno/svguno.cxx
[build CXX] svgio/source/svguno/xsvgparser.cxx
[build MOD] hwpfilter
[build DEP] LNK:Library/liblocaledata_es.dylib
[build LNK] Library/liblocaledata_es.dylib
[build DEP] LNK:Library/liblocaledata_euro.dylib
[build LNK] Library/liblocaledata_euro.dylib
[build DEP] LNK:Library/liblocaledata_others.dylib
[build LNK] Library/liblocaledata_others.dylib
[build MOD] i18nutil
[build MOD] qadevOOo
[build MOD] reportbuilder
[build MOD] scaddins
[build MOD] sccomp
[build JAR] ScriptProviderForBeanShell
[build JAR] ScriptProviderForJavaScript
[build CXX] smoketest/smoketest.cxx
[build BIN] sot
[build CXX] test/source/bootstrapfixture.cxx
[build CXX] test/source/diff/diff.cxx
[build CXX] test/source/callgrind.cxx
[build CXX] test/source/xmltesttools.cxx
[build CXX] test/source/htmltesttools.cxx
[build CXX] test/source/mtfxmldump.cxx
[build CXX] test/source/xmlwriter.cxx
[build CXX] test/source/primitive2dxmldump.cxx
[build CXX] test/source/screenshot_test.cxx
[build JAR] test
[build JCS] Jar/reportbuilderwizard
[build BIN] xmerge
[build CUT] basegfx
[build CXX] basic/qa/cppunit/basictest.cxx
[build CXX] basic/qa/cppunit/basic_coverage.cxx
[build CXX] basic/qa/cppunit/test_append.cxx
[build CXX] basic/qa/cppunit/test_nested_struct.cxx
[build CXX] basic/qa/cppunit/test_vba.cxx
[build CUT] binaryurp_test-cache
[build CUT] binaryurp_test-unmarshal
[build CUT] chart2_common_functors
[build CUT] comphelper_threadpool_test
[build CUT] comphelper_syntaxhighlight_test
[build CUT] comphelper_variadictemplates_test
[build CUT] comphelper_ifcontainer
[build CUT] comphelper_test
[build CXX] configmgr/qa/unit/test.cxx
[build CXX] connectivity/qa/connectivity/mork/DriverTest.cxx
[build CXX] connectivity/qa/connectivity/commontools/FValue_test.cxx
[build CUT] cppu_any-external
[build CUT] cppu_qa_any
[build CUT] cppu_qa_recursion
[build CUT] cppu_qa_reference
[build CUT] cppu_qa_unotype
[build CUT] cppu_test_cppumaker
[build CUT] cppuhelper_cppu_ifcontainer
[build CUT] cppuhelper_cppu_unourl
[build CXX] emfio/qa/cppunit/emf/EmfImportTest.cxx
[build CXX] emfio/qa/cppunit/wmf/wmfimporttest.cxx
[build CXX] extensions/qa/update/test_update.cxx
[build CXX] filter/qa/cppunit/xslt-test.cxx
[build CXX] hwpfilter/qa/cppunit/test_hwpfilter.cxx
[build CUT] i18nlangtag_test_languagetag
[build CXX] lotuswordpro/qa/cppunit/test_lotuswordpro.cxx
[build CUT] o3tl_tests
[build CUT] odk_checkapi
[build CUT] officecfg_cppheader_test
[build CXX] postprocess/qa/services.cxx
[build CUT] Module_DLL
[build CUT] sal_osl_security
[build CUT] sal_rtl
[build CUT] sal_types
[build CUT] salhelper_testapi
[build CUT] sax
[build CUT] sax_attributes
[build CXX] sax/qa/cppunit/parser.cxx
[build CXX] sax/qa/cppunit/xmlimport.cxx
[build CXX] sccomp/qa/unit/lpsolver.cxx
[build CXX] sdext/source/pdfimport/test/tests.cxx
[build CXX] svgio/qa/cppunit/SvgImportTest.cxx
[build CUT] tools_test
[build CXX] ucb/qa/cppunit/webdav/webdav_local_neon.cxx
[build CXX] ucb/qa/cppunit/webdav/webdav_options.cxx
[build CXX] ucb/qa/cppunit/webdav/webdav_propfindcache.cxx
[build CXX] ucb/qa/cppunit/webdav/webdav_resource_access.cxx
[build CXX] vcl/qa/cppunit/lifecycle.cxx
[build CXX] vcl/qa/cppunit/BitmapTest.cxx
[build CXX] vcl/qa/cppunit/BitmapProcessorTest.cxx
[build CXX] vcl/qa/cppunit/fontcharmap.cxx
[build CXX] vcl/qa/cppunit/font.cxx
[build CXX] vcl/qa/cppunit/fontmetric.cxx
[build CXX] vcl/qa/cppunit/canvasbitmaptest.cxx
[build CXX] vcl/qa/cppunit/complextext.cxx
[build CXX] vcl/qa/cppunit/graphicfilter/filters-test.cxx
[build CXX] vcl/qa/cppunit/mnemonic.cxx
[build CXX] vcl/qa/cppunit/outdev.cxx
[build CXX] vcl/qa/cppunit/jpeg/JpegReaderTest.cxx
[build CXX] vcl/qa/cppunit/svm/svmtest.cxx
[build CXX] vcl/qa/cppunit/errorhandler.cxx
[build CXX] vcl/qa/cppunit/timer.cxx
[build CXX] writerperfect/qa/unit/WpftFilterFixture.cxx
[build CXX] writerperfect/qa/unit/WpftFilterTestBase.cxx
[build CXX] writerperfect/qa/unit/WpftLoader.cxx
[build CXX] xmloff/qa/unit/uxmloff.cxx
[build CXX] xmloff/qa/unit/tokenmap-test.cxx
[build CXX] drawinglayer/qa/unit/border.cxx
[build CXX] framework/qa/cppunit/dispatchtest.cxx
[build CXX] unoxml/qa/unit/domtest.cxx
[build CXX] writerperfect/qa/unit/WpftCalcFilterTest.cxx
[build CXX] writerperfect/qa/unit/WpftDrawFilterTest.cxx
[build CXX] writerperfect/qa/unit/EPUBExportTest.cxx
[build CXX] writerperfect/qa/unit/ImportTest.cxx
[build CXX] writerperfect/qa/unit/WpftImpressFilterTest.cxx
[build CXX] writerperfect/qa/unit/WpftWriterFilterTest.cxx
[build CMP] svl/util/svl
[build CXX] sfx2/source/appl/app.cxx
[build CXX] sfx2/source/appl/appbas.cxx
[build CXX] sfx2/source/appl/appbaslib.cxx
[build CXX] sfx2/source/appl/appcfg.cxx
[build CXX] sfx2/source/appl/appchild.cxx
[build CXX] sfx2/source/appl/appdata.cxx
[build CXX] sfx2/source/appl/appdde.cxx
[build CXX] sfx2/source/appl/appdispatchprovider.cxx
[build CXX] sfx2/source/appl/appinit.cxx
[build CXX] sfx2/source/appl/appmain.cxx
[build CXX] sfx2/source/appl/appmisc.cxx
[build CXX] sfx2/source/appl/appopen.cxx
[build CXX] sfx2/source/appl/appquit.cxx
[build CXX] sfx2/source/appl/appreg.cxx
[build CXX] sfx2/source/appl/appserv.cxx
[build CXX] sfx2/source/appl/appuno.cxx
[build CXX] sfx2/source/appl/childwin.cxx
[build CXX] sfx2/source/appl/childwinimpl.cxx
[build CXX] sfx2/source/appl/fileobj.cxx
[build CXX] sfx2/source/appl/fwkhelper.cxx
[build CXX] sfx2/source/appl/helpdispatch.cxx
[build CXX] sfx2/source/appl/helpinterceptor.cxx
[build CXX] sfx2/source/appl/imestatuswindow.cxx
[build CXX] sfx2/source/appl/impldde.cxx
[build CXX] sfx2/source/appl/linkmgr2.cxx
[build CXX] sfx2/source/appl/linksrc.cxx
[build CXX] sfx2/source/appl/lnkbase2.cxx
[build CXX] sfx2/source/appl/macroloader.cxx
[build CXX] sfx2/source/appl/module.cxx
[build CXX] sfx2/source/appl/newhelp.cxx
[build CXX] sfx2/source/appl/opengrf.cxx
[build CXX] sfx2/source/appl/openuriexternally.cxx
[build CXX] sfx2/source/appl/sfxhelp.cxx
[build CXX] sfx2/source/appl/sfxpicklist.cxx
[build CXX] sfx2/source/appl/shellimpl.cxx
[build CXX] sfx2/source/appl/shutdownicon.cxx
[build CXX] sfx2/source/appl/workwin.cxx
[build CXX] sfx2/source/appl/xpackcreator.cxx
[build CXX] sfx2/source/bastyp/bitset.cxx
[build CXX] sfx2/source/bastyp/dummytypes.cxx
[build CXX] sfx2/source/bastyp/fltfnc.cxx
[build CXX] sfx2/source/bastyp/fltlst.cxx
[build CXX] sfx2/source/bastyp/frmhtml.cxx
[build CXX] sfx2/source/bastyp/frmhtmlw.cxx
[build CXX] sfx2/source/bastyp/helper.cxx
[build CXX] sfx2/source/bastyp/mieclip.cxx
[build CXX] sfx2/source/bastyp/progress.cxx
[build CXX] sfx2/source/bastyp/sfxhtml.cxx
[build CXX] sfx2/source/bastyp/sfxresid.cxx
[build CXX] sfx2/source/config/evntconf.cxx
[build CXX] sfx2/source/control/bindings.cxx
[build CXX] sfx2/source/control/ctrlitem.cxx
[build CXX] sfx2/source/control/ctrlfactoryimpl.cxx
[build CXX] sfx2/source/control/dispatch.cxx
[build CXX] sfx2/source/control/itemdel.cxx
[build CXX] sfx2/source/control/minfitem.cxx
[build CXX] sfx2/source/control/msg.cxx
[build CXX] sfx2/source/control/msgpool.cxx
[build CXX] sfx2/source/control/objface.cxx
[build CXX] sfx2/source/control/recentdocsview.cxx
[build CXX] sfx2/source/control/recentdocsviewitem.cxx
[build CXX] sfx2/source/control/request.cxx
[build CXX] sfx2/source/control/sfxstatuslistener.cxx
[build CXX] sfx2/source/control/shell.cxx
[build CXX] sfx2/source/control/sorgitm.cxx
[build CXX] sfx2/source/control/statcach.cxx
[build CXX] sfx2/source/control/templatedefaultview.cxx
[build CXX] sfx2/source/control/templateviewitem.cxx
[build CXX] sfx2/source/control/templatelocalview.cxx
[build CXX] sfx2/source/control/templatecontaineritem.cxx
[build CXX] sfx2/source/control/templatesearchview.cxx
[build CXX] sfx2/source/control/thumbnailviewitem.cxx
[build CXX] sfx2/source/control/thumbnailviewacc.cxx
[build CXX] sfx2/source/control/thumbnailview.cxx
[build CXX] sfx2/source/control/emojiviewitem.cxx
[build CXX] sfx2/source/control/emojiview.cxx
[build CXX] sfx2/source/control/emojicontrol.cxx
[build CXX] sfx2/source/control/emojipopup.cxx
[build CXX] sfx2/source/control/charmapcontrol.cxx
[build CXX] sfx2/source/control/charwin.cxx
[build CXX] sfx2/source/control/unoctitm.cxx
[build CXX] sfx2/source/dialog/alienwarn.cxx
[build CXX] sfx2/source/dialog/backingcomp.cxx
[build CXX] sfx2/source/dialog/backingwindow.cxx
[build CXX] sfx2/source/dialog/basedlgs.cxx
[build CXX] sfx2/source/dialog/checkin.cxx
[build CXX] sfx2/source/dialog/dialoghelper.cxx
[build CXX] sfx2/source/dialog/charmappopup.cxx
[build CXX] sfx2/source/dialog/dinfdlg.cxx
[build CXX] sfx2/source/dialog/dockwin.cxx
[build CXX] sfx2/source/dialog/documentfontsdialog.cxx
[build CXX] sfx2/source/dialog/filedlghelper.cxx
[build CXX] sfx2/source/dialog/filtergrouping.cxx
[build CXX] sfx2/source/dialog/itemconnect.cxx
[build CXX] sfx2/source/dialog/infobar.cxx
[build CXX] sfx2/source/dialog/inputdlg.cxx
[build CXX] sfx2/source/dialog/mailmodel.cxx
[build CXX] sfx2/source/dialog/bluthsnd.cxx
[build CXX] sfx2/source/dialog/mgetempl.cxx
[build CXX] sfx2/source/dialog/navigat.cxx
[build CXX] sfx2/source/dialog/newstyle.cxx
[build CXX] sfx2/source/dialog/partwnd.cxx
[build CXX] sfx2/source/dialog/passwd.cxx
[build CXX] sfx2/source/dialog/printopt.cxx
[build CXX] sfx2/source/dialog/recfloat.cxx
[build CXX] sfx2/source/dialog/securitypage.cxx
[build CXX] sfx2/source/dialog/sfxdlg.cxx
[build CXX] sfx2/source/dialog/splitwin.cxx
[build CXX] sfx2/source/dialog/srchdlg.cxx
[build CXX] sfx2/source/dialog/styfitem.cxx
[build CXX] sfx2/source/dialog/styledlg.cxx
[build CXX] sfx2/source/dialog/tabdlg.cxx
[build CXX] sfx2/source/dialog/templdlg.cxx
[build CXX] sfx2/source/dialog/titledockwin.cxx
[build CXX] sfx2/source/dialog/tplcitem.cxx
[build CXX] sfx2/source/dialog/tplpitem.cxx
[build CXX] sfx2/source/dialog/versdlg.cxx
[build CXX] sfx2/source/doc/DocumentMetadataAccess.cxx
[build CXX] sfx2/source/doc/Metadatable.cxx
[build CXX] sfx2/source/doc/QuerySaveDocument.cxx
[build CXX] sfx2/source/doc/SfxDocumentMetaData.cxx
[build CXX] sfx2/source/doc/docfac.cxx
[build CXX] sfx2/source/doc/docfile.cxx
[build CXX] sfx2/source/doc/docfilt.cxx
[build CXX] sfx2/source/doc/docinf.cxx
[build CXX] sfx2/source/doc/docinsert.cxx
[build CXX] sfx2/source/doc/docmacromode.cxx
[build CXX] sfx2/source/doc/docstoragemodifylistener.cxx
[build CXX] sfx2/source/doc/doctempl.cxx
[build CXX] sfx2/source/doc/doctemplates.cxx
[build CXX] sfx2/source/doc/doctemplateslocal.cxx
[build CXX] sfx2/source/doc/frmdescr.cxx
[build CXX] sfx2/source/doc/graphhelp.cxx
[build CXX] sfx2/source/doc/guisaveas.cxx
[build CXX] sfx2/source/doc/iframe.cxx
[build CXX] sfx2/source/doc/new.cxx
[build CXX] sfx2/source/doc/objcont.cxx
[build CXX] sfx2/source/doc/objembed.cxx
[build CXX] sfx2/source/doc/objitem.cxx
[build CXX] sfx2/source/doc/objmisc.cxx
[build CXX] sfx2/source/doc/objserv.cxx
[build CXX] sfx2/source/doc/objstor.cxx
[build CXX] sfx2/source/doc/objxtor.cxx
[build CXX] sfx2/source/doc/oleprops.cxx
[build CXX] sfx2/source/doc/ownsubfilterservice.cxx
[build CXX] sfx2/source/doc/printhelper.cxx
[build CXX] sfx2/source/doc/querytemplate.cxx
[build CXX] sfx2/source/doc/docundomanager.cxx
[build CXX] sfx2/source/doc/sfxbasemodel.cxx
[build CXX] sfx2/source/doc/sfxmodelfactory.cxx
[build CXX] sfx2/source/doc/syspath.cxx
[build CXX] sfx2/source/doc/zoomitem.cxx
[build CXX] sfx2/source/doc/templatedlg.cxx
[build CXX] sfx2/source/doc/watermarkitem.cxx
[build CXX] sfx2/source/doc/saveastemplatedlg.cxx
[build CXX] sfx2/source/explorer/nochaos.cxx
[build CXX] sfx2/source/inet/inettbc.cxx
[build CXX] sfx2/source/notebookbar/ContextVBox.cxx
[build CXX] sfx2/source/notebookbar/DropdownBox.cxx
[build CXX] sfx2/source/notebookbar/PriorityHBox.cxx
[build CXX] sfx2/source/notebookbar/SfxNotebookBar.cxx
[build CXX] sfx2/source/notebookbar/NotebookbarTabControl.cxx
[build CXX] sfx2/source/notify/eventsupplier.cxx
[build CXX] sfx2/source/notify/globalevents.cxx
[build CXX] sfx2/source/notify/hintpost.cxx
[build CXX] sfx2/source/notify/openurlhint.cxx
[build CXX] sfx2/source/safemode/safemode.cxx
[build CXX] sfx2/source/sidebar/Sidebar.cxx
[build CXX] sfx2/source/sidebar/SidebarChildWindow.cxx
[build CXX] sfx2/source/sidebar/SidebarDockingWindow.cxx
[build CXX] sfx2/source/sidebar/SidebarController.cxx
[build CXX] sfx2/source/sidebar/SidebarModelUpdate.cxx
[build CXX] sfx2/source/sidebar/SidebarPanelBase.cxx
[build CXX] sfx2/source/sidebar/SidebarToolBox.cxx
[build CXX] sfx2/source/sidebar/Accessible.cxx
[build CXX] sfx2/source/sidebar/AccessibleTitleBar.cxx
[build CXX] sfx2/source/sidebar/AsynchronousCall.cxx
[build CXX] sfx2/source/sidebar/Context.cxx
[build CXX] sfx2/source/sidebar/ContextChangeBroadcaster.cxx
[build CXX] sfx2/source/sidebar/ContextList.cxx
[build CXX] sfx2/source/sidebar/ControlFactory.cxx
[build CXX] sfx2/source/sidebar/ControllerFactory.cxx
[build CXX] sfx2/source/sidebar/ControllerItem.cxx
[build CXX] sfx2/source/sidebar/Deck.cxx
[build CXX] sfx2/source/sidebar/DeckDescriptor.cxx
[build CXX] sfx2/source/sidebar/DeckLayouter.cxx
[build CXX] sfx2/source/sidebar/DeckTitleBar.cxx
[build CXX] sfx2/source/sidebar/DrawHelper.cxx
[build CXX] sfx2/source/sidebar/FocusManager.cxx
[build CXX] sfx2/source/sidebar/MenuButton.cxx
[build CXX] sfx2/source/sidebar/IContextChangeReceiver.cxx
[build CXX] sfx2/source/sidebar/ILayoutableWindow.cxx
[build CXX] sfx2/source/sidebar/Paint.cxx
[build CXX] sfx2/source/sidebar/Panel.cxx
[build CXX] sfx2/source/sidebar/PanelDescriptor.cxx
[build CXX] sfx2/source/sidebar/PanelTitleBar.cxx
[build CXX] sfx2/source/sidebar/ResourceManager.cxx
[build CXX] sfx2/source/sidebar/TabBar.cxx
[build CXX] sfx2/source/sidebar/TabItem.cxx
[build CXX] sfx2/source/sidebar/TitleBar.cxx
[build CXX] sfx2/source/sidebar/Theme.cxx
[build CXX] sfx2/source/sidebar/Tools.cxx
[build CXX] sfx2/source/sidebar/UnoPanel.cxx
[build CXX] sfx2/source/sidebar/UnoPanels.cxx
[build CXX] sfx2/source/sidebar/UnoDeck.cxx
[build CXX] sfx2/source/sidebar/UnoDecks.cxx
[build CXX] sfx2/source/sidebar/UnoSidebar.cxx
[build CXX] sfx2/source/statbar/stbitem.cxx
[build CXX] sfx2/source/styles/StyleManager.cxx
[build CXX] sfx2/source/toolbox/tbxitem.cxx
[build CXX] sfx2/source/uitest/sfx_uiobject.cxx
[build CXX] sfx2/source/view/classificationcontroller.cxx
[build CXX] sfx2/source/view/classificationhelper.cxx
[build CXX] sfx2/source/view/frame.cxx
[build CXX] sfx2/source/view/frame2.cxx
[build CXX] sfx2/source/view/frmload.cxx
[build CXX] sfx2/source/view/ipclient.cxx
[build CXX] sfx2/source/view/lokcharthelper.cxx
[build CXX] sfx2/source/view/lokhelper.cxx
[build CXX] sfx2/source/view/printer.cxx
[build CXX] sfx2/source/view/sfxbasecontroller.cxx
[build CXX] sfx2/source/view/userinputinterception.cxx
[build CXX] sfx2/source/view/viewfac.cxx
[build CXX] sfx2/source/view/viewfrm.cxx
[build CXX] sfx2/source/view/viewfrm2.cxx
[build CXX] sfx2/source/view/viewprn.cxx
[build CXX] sfx2/source/view/viewsh.cxx
[build OCX] sfx2/source/appl/shutdowniconaqua.mm
[build CXX] avmedia/source/framework/modeltools.cxx
[build CXX] avmedia/source/framework/mediacontrol.cxx
[build CXX] avmedia/source/framework/MediaControlBase.cxx
[build CXX] avmedia/source/framework/mediaitem.cxx
[build CXX] avmedia/source/framework/mediamisc.cxx
[build CXX] avmedia/source/framework/mediaplayer.cxx
[build CXX] avmedia/source/framework/mediatoolbox.cxx
[build CXX] avmedia/source/framework/soundhandler.cxx
[build CXX] avmedia/source/viewer/mediaevent_impl.cxx
[build CXX] avmedia/source/viewer/mediawindow.cxx
[build CXX] avmedia/source/viewer/mediawindow_impl.cxx
[build CXX] editeng/source/accessibility/AccessibleComponentBase.cxx
[build CXX] editeng/source/accessibility/AccessibleContextBase.cxx
[build CXX] editeng/source/accessibility/AccessibleEditableTextPara.cxx
[build CXX] editeng/source/accessibility/AccessibleHyperlink.cxx
[build CXX] editeng/source/accessibility/AccessibleImageBullet.cxx
[build CXX] editeng/source/accessibility/AccessibleParaManager.cxx
[build CXX] editeng/source/accessibility/AccessibleSelectionBase.cxx
[build CXX] editeng/source/accessibility/AccessibleStaticTextBase.cxx
[build CXX] editeng/source/accessibility/AccessibleStringWrap.cxx
[build CXX] editeng/source/editeng/editattr.cxx
[build CXX] editeng/source/editeng/editdata.cxx
[build CXX] editeng/source/editeng/editdbg.cxx
[build CXX] editeng/source/editeng/editdoc.cxx
[build CXX] editeng/source/editeng/editeng.cxx
[build CXX] editeng/source/editeng/editobj.cxx
[build CXX] editeng/source/editeng/editsel.cxx
[build CXX] editeng/source/editeng/editundo.cxx
[build CXX] editeng/source/editeng/editview.cxx
[build CXX] editeng/source/editeng/edtspell.cxx
[build CXX] editeng/source/editeng/eehtml.cxx
[build CXX] editeng/source/editeng/eeobj.cxx
[build CXX] editeng/source/editeng/eerdll.cxx
[build CXX] editeng/source/editeng/eertfpar.cxx
[build CXX] editeng/source/editeng/fieldupdater.cxx
[build CXX] editeng/source/editeng/impedit.cxx
[build CXX] editeng/source/editeng/impedit2.cxx
[build CXX] editeng/source/editeng/impedit3.cxx
[build CXX] editeng/source/editeng/impedit4.cxx
[build CXX] editeng/source/editeng/impedit5.cxx
[build CXX] editeng/source/editeng/misspellrange.cxx
[build CXX] editeng/source/editeng/section.cxx
[build CXX] editeng/source/editeng/textconv.cxx
[build CXX] editeng/source/items/borderline.cxx
[build CXX] editeng/source/items/bulitem.cxx
[build CXX] editeng/source/items/charhiddenitem.cxx
[build CXX] editeng/source/items/flditem.cxx
[build CXX] editeng/source/items/frmitems.cxx
[build CXX] editeng/source/items/itemtype.cxx
[build CXX] editeng/source/items/justifyitem.cxx
[build CXX] editeng/source/items/numitem.cxx
[build CXX] editeng/source/items/optitems.cxx
[build CXX] editeng/source/items/paperinf.cxx
[build CXX] editeng/source/items/paraitem.cxx
[build CXX] editeng/source/items/svdfield.cxx
[build CXX] editeng/source/items/svxfont.cxx
[build CXX] editeng/source/items/textitem.cxx
[build CXX] editeng/source/items/writingmodeitem.cxx
[build CXX] editeng/source/items/xmlcnitm.cxx
[build CXX] editeng/source/misc/acorrcfg.cxx
[build CXX] editeng/source/misc/edtdlg.cxx
[build CXX] editeng/source/misc/forbiddencharacterstable.cxx
[build CXX] editeng/source/misc/hangulhanja.cxx
[build CXX] editeng/source/misc/splwrap.cxx
[build CXX] editeng/source/misc/svxacorr.cxx
[build CXX] editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx
[build CXX] editeng/source/misc/SvXMLAutoCorrectExport.cxx
[build CXX] editeng/source/misc/SvXMLAutoCorrectImport.cxx
[build CXX] editeng/source/misc/swafopt.cxx
[build CXX] editeng/source/misc/txtrange.cxx
[build CXX] editeng/source/misc/unolingu.cxx
[build CXX] editeng/source/outliner/outleeng.cxx
[build CXX] editeng/source/outliner/outlin2.cxx
[build CXX] editeng/source/outliner/outliner.cxx
[build CXX] editeng/source/outliner/outlobj.cxx
[build CXX] editeng/source/outliner/outlundo.cxx
[build CXX] editeng/source/outliner/outlvw.cxx
[build CXX] editeng/source/outliner/overflowingtxt.cxx
[build CXX] editeng/source/outliner/paralist.cxx
[build CXX] editeng/source/rtf/rtfitem.cxx
[build CXX] editeng/source/rtf/svxrtf.cxx
[build CXX] editeng/source/uno/unoedhlp.cxx
[build CXX] editeng/source/uno/unoedprx.cxx
[build CXX] editeng/source/uno/unoedsrc.cxx
[build CXX] editeng/source/uno/unofdesc.cxx
[build CXX] editeng/source/uno/unofield.cxx
[build CXX] editeng/source/uno/UnoForbiddenCharsTable.cxx
[build CXX] editeng/source/uno/unofored.cxx
[build CXX] editeng/source/uno/unoforou.cxx
[build CXX] editeng/source/uno/unoipset.cxx
[build CXX] editeng/source/uno/unonrule.cxx
[build CXX] editeng/source/uno/unopracc.cxx
[build CXX] editeng/source/uno/unotext.cxx
[build CXX] editeng/source/uno/unotext2.cxx
[build CXX] editeng/source/uno/unoviwou.cxx
[build CXX] editeng/source/xml/xmltxtexp.cxx
[build CXX] editeng/source/xml/xmltxtimp.cxx
[build CXX] editeng/source/lookuptree/Trie.cxx
[build CXX] svx/source/core/coreservices.cxx
[build CXX] svx/source/core/extedit.cxx
[build CXX] svx/source/core/graphichelper.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShape2d.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
[build CXX] svx/source/dialog/checklbx.cxx
[build CXX] svx/source/dialog/dialmgr.cxx
[build CXX] svx/source/dialog/dlgutil.cxx
[build CXX] svx/source/dialog/hexcolorcontrol.cxx
[build CXX] svx/source/dialog/framelink.cxx
[build CXX] svx/source/dialog/langbox.cxx
[build CXX] svx/source/dialog/pagenumberlistbox.cxx
[build CXX] svx/source/dialog/papersizelistbox.cxx
[build CXX] svx/source/dialog/samecontentlistbox.cxx
[build CXX] svx/source/dialog/spacinglistbox.cxx
[build CXX] svx/source/dialog/stddlg.cxx
[build CXX] svx/source/dialog/svxdlg.cxx
[build CXX] svx/source/dialog/SvxNumOptionsTabPageHelper.cxx
[build CXX] svx/source/engine3d/camera3d.cxx
[build CXX] svx/source/engine3d/cube3d.cxx
[build CXX] svx/source/engine3d/deflt3d.cxx
[build CXX] svx/source/engine3d/dragmt3d.cxx
[build CXX] svx/source/engine3d/e3dsceneupdater.cxx
[build CXX] svx/source/engine3d/e3dundo.cxx
[build CXX] svx/source/engine3d/extrud3d.cxx
[build CXX] svx/source/engine3d/helperhittest3d.cxx
[build CXX] svx/source/engine3d/helperminimaldepth3d.cxx
[build CXX] svx/source/engine3d/lathe3d.cxx
[build CXX] svx/source/engine3d/obj3d.cxx
[build CXX] svx/source/engine3d/objfac3d.cxx
[build CXX] svx/source/engine3d/polygn3d.cxx
[build CXX] svx/source/engine3d/scene3d.cxx
[build CXX] svx/source/engine3d/sphere3d.cxx
[build CXX] svx/source/engine3d/svx3ditems.cxx
[build CXX] svx/source/engine3d/view3d.cxx
[build CXX] svx/source/engine3d/view3d1.cxx
[build CXX] svx/source/engine3d/viewpt3d2.cxx
[build CXX] svx/source/gallery2/codec.cxx
[build CXX] svx/source/gallery2/galbrws1.cxx
[build CXX] svx/source/gallery2/galbrws2.cxx
[build CXX] svx/source/gallery2/galctrl.cxx
[build CXX] svx/source/gallery2/galexpl.cxx
[build CXX] svx/source/gallery2/galini.cxx
[build CXX] svx/source/gallery2/gallery1.cxx
[build CXX] svx/source/gallery2/galmisc.cxx
[build CXX] svx/source/gallery2/galobj.cxx
[build CXX] svx/source/gallery2/galtheme.cxx
[build CXX] svx/source/gallery2/GalleryControl.cxx
[build CXX] svx/source/gallery2/GallerySplitter.cxx
[build CXX] svx/source/items/chrtitem.cxx
[build CXX] svx/source/items/clipfmtitem.cxx
[build CXX] svx/source/items/customshapeitem.cxx
[build CXX] svx/source/items/drawitem.cxx
[build CXX] svx/source/items/e3ditem.cxx
[build CXX] svx/source/items/galleryitem.cxx
[build CXX] svx/source/items/grfitem.cxx
[build CXX] svx/source/sdr/animation/scheduler.cxx
[build CXX] svx/source/sdr/animation/objectanimator.cxx
[build CXX] svx/source/sdr/animation/animationstate.cxx
[build CXX] svx/source/sdr/attribute/sdrallfillattributeshelper.cxx
[build CXX] svx/source/sdr/attribute/sdrlinefillshadowtextattribute.cxx
[build CXX] svx/source/sdr/attribute/sdrfilltextattribute.cxx
[build CXX] svx/source/sdr/attribute/sdrshadowtextattribute.cxx
[build CXX] svx/source/sdr/attribute/sdrtextattribute.cxx
[build CXX] svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
[build CXX] svx/source/sdr/attribute/sdrformtextattribute.cxx
[build CXX] svx/source/sdr/attribute/sdrformtextoutlineattribute.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofgroup.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx
[build CXX] svx/source/sdr/contact/viewcontactofpageobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3d.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3dcube.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx
[build CXX] svx/source/sdr/contact/viewcontactofgraphic.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactredirector.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrcircobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofgroup.cxx
[build CXX] svx/source/sdr/contact/viewcontactofunocontrol.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrobj.cxx
[build CXX] svx/source/sdr/contact/objectcontact.cxx
[build CXX] svx/source/sdr/contact/viewcontactoftextobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3dlathe.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrpage.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3dextrude.cxx
[build CXX] svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx
[build CXX] svx/source/sdr/contact/viewcontact.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrole2obj.cxx
[build CXX] svx/source/sdr/contact/displayinfo.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3dscene.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrrectobj.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
[build CXX] svx/source/sdr/contact/sdrmediawindow.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofvirtobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3dsphere.cxx
[build CXX] svx/source/sdr/contact/viewcontactofe3dpolygon.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdredgeobj.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontact.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofsdrobj.cxx
[build CXX] svx/source/sdr/contact/objectcontactofpageview.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrpathobj.cxx
[build CXX] svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
[build CXX] svx/source/sdr/contact/objectcontactofobjlistpainter.cxx
[build CXX] svx/source/sdr/contact/viewobjectcontactofe3d.cxx
[build CXX] svx/source/sdr/event/eventhandler.cxx
[build CXX] svx/source/sdr/overlay/overlayline.cxx
[build CXX] svx/source/sdr/overlay/overlaycrosshair.cxx
[build CXX] svx/source/sdr/overlay/overlayrollingrectangle.cxx
[build CXX] svx/source/sdr/overlay/overlaytriangle.cxx
[build CXX] svx/source/sdr/overlay/overlayselection.cxx
[build CXX] svx/source/sdr/overlay/overlayrectangle.cxx
[build CXX] svx/source/sdr/overlay/overlaybitmapex.cxx
[build CXX] svx/source/sdr/overlay/overlaymanagerbuffered.cxx
[build CXX] svx/source/sdr/overlay/overlayhelpline.cxx
[build CXX] svx/source/sdr/overlay/overlayanimatedbitmapex.cxx
[build CXX] svx/source/sdr/overlay/overlaypolypolygon.cxx
[build CXX] svx/source/sdr/overlay/overlayobjectcell.cxx
[build CXX] svx/source/sdr/overlay/overlaytools.cxx
[build CXX] svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx
[build CXX] svx/source/sdr/overlay/overlayobject.cxx
[build CXX] svx/source/sdr/overlay/overlaymanager.cxx
[build CXX] svx/source/sdr/overlay/overlayobjectlist.cxx
[build CXX] svx/source/sdr/overlay/overlayhandle.cxx
[build CXX] svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrprimitivetools.cxx
[build CXX] svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/primitivefactory2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrgrafprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
[build CXX] svx/source/sdr/primitive2d/sdrattributecreator.cxx
[build CXX] svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
[build CXX] svx/source/sdr/primitive3d/sdrattributecreator3d.cxx
[build CXX] svx/source/sdr/properties/pageproperties.cxx
[build CXX] svx/source/sdr/properties/e3dsceneproperties.cxx
[build CXX] svx/source/sdr/properties/itemsettools.cxx
[build CXX] svx/source/sdr/properties/captionproperties.cxx
[build CXX] svx/source/sdr/properties/e3dextrudeproperties.cxx
[build CXX] svx/source/sdr/properties/e3dproperties.cxx
[build CXX] svx/source/sdr/properties/measureproperties.cxx
[build CXX] svx/source/sdr/properties/customshapeproperties.cxx
[build CXX] svx/source/sdr/properties/rectangleproperties.cxx
[build CXX] svx/source/sdr/properties/groupproperties.cxx
[build CXX] svx/source/sdr/properties/properties.cxx
[build CXX] svx/source/sdr/properties/e3dlatheproperties.cxx
[build CXX] svx/source/sdr/properties/graphicproperties.cxx
[build CXX] svx/source/sdr/properties/circleproperties.cxx
[build CXX] svx/source/sdr/properties/emptyproperties.cxx
[build CXX] svx/source/sdr/properties/e3dsphereproperties.cxx
[build CXX] svx/source/sdr/properties/defaultproperties.cxx
[build CXX] svx/source/sdr/properties/textproperties.cxx
[build CXX] svx/source/sdr/properties/attributeproperties.cxx
[build CXX] svx/source/sdr/properties/connectorproperties.cxx
[build CXX] svx/source/sdr/properties/e3dcompoundproperties.cxx
[build CXX] svx/source/sdr/properties/oleproperties.cxx
[build CXX] svx/source/svdraw/clonelist.cxx
[build CXX] svx/source/svdraw/charthelper.cxx
[build CXX] svx/source/svdraw/gradtrns.cxx
[build CXX] svx/source/svdraw/polypolygoneditor.cxx
[build CXX] svx/source/svdraw/sdrhittesthelper.cxx
[build CXX] svx/source/svdraw/sdrmasterpagedescriptor.cxx
[build CXX] svx/source/svdraw/sdrpagewindow.cxx
[build CXX] svx/source/svdraw/sdrpaintwindow.cxx
[build CXX] svx/source/svdraw/sdrundomanager.cxx
[build CXX] svx/source/svdraw/selectioncontroller.cxx
[build CXX] svx/source/svdraw/svdattr.cxx
[build CXX] svx/source/svdraw/svdcrtv.cxx
[build CXX] svx/source/svdraw/svddrag.cxx
[build CXX] svx/source/svdraw/svddrgmt.cxx
[build CXX] svx/source/svdraw/svddrgv.cxx
[build CXX] svx/source/svdraw/svdedtv.cxx
[build CXX] svx/source/svdraw/svdedtv1.cxx
[build CXX] svx/source/svdraw/svdedtv2.cxx
[build CXX] svx/source/svdraw/svdedxv.cxx
[build CXX] svx/source/svdraw/svdetc.cxx
[build CXX] svx/source/svdraw/svdfmtf.cxx
[build CXX] svx/source/svdraw/svdglev.cxx
[build CXX] svx/source/svdraw/svdglue.cxx
[build CXX] svx/source/svdraw/svdhdl.cxx
[build CXX] svx/source/svdraw/svdhlpln.cxx
[build CXX] svx/source/svdraw/svdibrow.cxx
[build CXX] svx/source/svdraw/svditer.cxx
[build CXX] svx/source/svdraw/svdlayer.cxx
[build CXX] svx/source/svdraw/svdmark.cxx
[build CXX] svx/source/svdraw/svdmodel.cxx
[build CXX] svx/source/svdraw/svdmrkv.cxx
[build CXX] svx/source/svdraw/svdmrkv1.cxx
[build CXX] svx/source/svdraw/svdoashp.cxx
[build CXX] svx/source/svdraw/svdoattr.cxx
[build CXX] svx/source/svdraw/svdobj.cxx
[build CXX] svx/source/svdraw/svdobjplusdata.cxx
[build CXX] svx/source/svdraw/svdobjuserdatalist.cxx
[build CXX] svx/source/svdraw/svdocapt.cxx
[build CXX] svx/source/svdraw/svdocirc.cxx
[build CXX] svx/source/svdraw/svdoedge.cxx
[build CXX] svx/source/svdraw/svdograf.cxx
[build CXX] svx/source/svdraw/svdogrp.cxx
[build CXX] svx/source/svdraw/svdomeas.cxx
[build CXX] svx/source/svdraw/svdomedia.cxx
[build CXX] svx/source/svdraw/svdoole2.cxx
[build CXX] svx/source/svdraw/svdopage.cxx
[build CXX] svx/source/svdraw/svdopath.cxx
[build CXX] svx/source/svdraw/svdorect.cxx
[build CXX] svx/source/svdraw/svdotext.cxx
[build CXX] svx/source/svdraw/svdotextdecomposition.cxx
[build CXX] svx/source/svdraw/svdotextpathdecomposition.cxx
[build CXX] svx/source/svdraw/svdotxat.cxx
[build CXX] svx/source/svdraw/svdotxdr.cxx
[build CXX] svx/source/svdraw/svdotxed.cxx
[build CXX] svx/source/svdraw/svdotxfl.cxx
[build CXX] svx/source/svdraw/svdotxln.cxx
[build CXX] svx/source/svdraw/svdotxtr.cxx
[build CXX] svx/source/svdraw/svdouno.cxx
[build CXX] svx/source/svdraw/svdoutl.cxx
[build CXX] svx/source/svdraw/svdoutlinercache.cxx
[build CXX] svx/source/svdraw/svdovirt.cxx
[build CXX] svx/source/svdraw/svdpage.cxx
[build CXX] svx/source/svdraw/svdpagv.cxx
[build CXX] svx/source/svdraw/svdpntv.cxx
[build CXX] svx/source/svdraw/svdpoev.cxx
[build CXX] svx/source/svdraw/svdsnpv.cxx
[build CXX] svx/source/svdraw/svdtext.cxx
[build CXX] svx/source/svdraw/svdtrans.cxx
[build CXX] svx/source/svdraw/svdundo.cxx
[build CXX] svx/source/svdraw/svdview.cxx
[build CXX] svx/source/svdraw/svdviter.cxx
[build CXX] svx/source/svdraw/svdxcgv.cxx
[build CXX] svx/source/svdraw/textchain.cxx
[build CXX] svx/source/svdraw/textchainflow.cxx
[build CXX] svx/source/svdraw/textchaincursor.cxx
[build CXX] svx/source/styles/CommonStylePreviewRenderer.cxx
[build CXX] svx/source/styles/CommonStyleManager.cxx
[build CXX] svx/source/styles/ColorSets.cxx
[build CXX] svx/source/table/cell.cxx
[build CXX] svx/source/table/cellcursor.cxx
[build CXX] svx/source/table/cellrange.cxx
[build CXX] svx/source/table/propertyset.cxx
[build CXX] svx/source/table/svdotable.cxx
[build CXX] svx/source/table/tablecolumn.cxx
[build CXX] svx/source/table/tablecolumns.cxx
[build CXX] svx/source/table/tablecontroller.cxx
[build CXX] svx/source/table/tablehandles.cxx
[build CXX] svx/source/table/tablelayouter.cxx
[build CXX] svx/source/table/tablemodel.cxx
[build CXX] svx/source/table/tablerow.cxx
[build CXX] svx/source/table/tablerows.cxx
[build CXX] svx/source/table/tableundo.cxx
[build CXX] svx/source/table/viewcontactoftableobj.cxx
[build CXX] svx/source/tbxctrls/extrusioncontrols.cxx
[build CXX] svx/source/tbxctrls/fontworkgallery.cxx
[build CXX] svx/source/tbxctrls/Palette.cxx
[build CXX] svx/source/tbxctrls/PaletteManager.cxx
[build CXX] svx/source/tbxctrls/tbcontrl.cxx
[build CXX] svx/source/tbxctrls/tbxcolorupdate.cxx
[build CXX] svx/source/tbxctrls/SvxColorValueSet.cxx
[build CXX] svx/source/tbxctrls/SvxPresetListBox.cxx
[build CXX] svx/source/toolbars/extrusionbar.cxx
[build CXX] svx/source/toolbars/fontworkbar.cxx
[build CXX] svx/source/unodraw/gluepts.cxx
[build CXX] svx/source/unodraw/shapepropertynotifier.cxx
[build CXX] svx/source/unodraw/tableshape.cxx
[build CXX] svx/source/unodraw/unobrushitemhelper.cxx
[build CXX] svx/source/unodraw/unobtabl.cxx
[build CXX] svx/source/unodraw/unodtabl.cxx
[build CXX] svx/source/unodraw/UnoGraphicExporter.cxx
[build CXX] svx/source/unodraw/unogtabl.cxx
[build CXX] svx/source/unodraw/unohtabl.cxx
[build CXX] svx/source/unodraw/unomlstr.cxx
[build CXX] svx/source/unodraw/unomod.cxx
[build CXX] svx/source/unodraw/unomtabl.cxx
[build CXX] svx/source/unodraw/UnoNameItemTable.cxx
[build CXX] svx/source/unodraw/unopage.cxx
[build CXX] svx/source/unodraw/unoprov.cxx
[build CXX] svx/source/unodraw/unoshap2.cxx
[build CXX] svx/source/unodraw/unoshap3.cxx
[build CXX] svx/source/unodraw/unoshap4.cxx
[build CXX] svx/source/unodraw/unoshape.cxx
[build CXX] svx/source/unodraw/unoshtxt.cxx
[build CXX] svx/source/unodraw/unottabl.cxx
[build CXX] svx/source/unodraw/XPropertyTable.cxx
[build CXX] svx/source/xml/xmleohlp.cxx
[build CXX] svx/source/xml/xmlexport.cxx
[build CXX] svx/source/xml/xmlgrhlp.cxx
[build CXX] svx/source/xml/xmlxtexp.cxx
[build CXX] svx/source/xml/xmlxtimp.cxx
[build CXX] svx/source/xoutdev/xattr.cxx
[build CXX] svx/source/xoutdev/xattr2.cxx
[build CXX] svx/source/xoutdev/xattrbmp.cxx
[build CXX] svx/source/xoutdev/xexch.cxx
[build CXX] svx/source/xoutdev/_xoutbmp.cxx
[build CXX] svx/source/xoutdev/_xpoly.cxx
[build CXX] svx/source/xoutdev/xpool.cxx
[build CXX] svx/source/xoutdev/xtabbtmp.cxx
[build CXX] svx/source/xoutdev/xtabcolr.cxx
[build CXX] svx/source/xoutdev/xtabdash.cxx
[build CXX] svx/source/xoutdev/xtabgrdt.cxx
[build CXX] svx/source/xoutdev/xtabhtch.cxx
[build CXX] svx/source/xoutdev/xtable.cxx
[build CXX] svx/source/xoutdev/xtabptrn.cxx
[build CXX] svx/source/xoutdev/XPropertyEntry.cxx
[build CXX] svx/source/xoutdev/xtablend.cxx
[build CXX] svx/source/fmcomp/dbaexchange.cxx
[build CXX] svx/source/fmcomp/fmgridcl.cxx
[build CXX] svx/source/fmcomp/fmgridif.cxx
[build CXX] svx/source/fmcomp/gridcell.cxx
[build CXX] svx/source/fmcomp/gridcols.cxx
[build CXX] svx/source/fmcomp/gridctrl.cxx
[build CXX] svx/source/fmcomp/xmlexchg.cxx
[build CXX] svx/source/form/dataaccessdescriptor.cxx
[build CXX] svx/source/form/datalistener.cxx
[build CXX] svx/source/form/datanavi.cxx
[build CXX] svx/source/form/delayedevent.cxx
[build CXX] svx/source/form/fmcontrolbordermanager.cxx
[build CXX] svx/source/form/fmcontrollayout.cxx
[build CXX] svx/source/form/fmdmod.cxx
[build CXX] svx/source/form/fmdocumentclassification.cxx
[build CXX] svx/source/form/fmdpage.cxx
[build CXX] svx/source/form/fmexch.cxx
[build CXX] svx/source/form/fmexpl.cxx
[build CXX] svx/source/form/fmitems.cxx
[build CXX] svx/source/form/fmmodel.cxx
[build CXX] svx/source/form/fmobj.cxx
[build CXX] svx/source/form/fmpage.cxx
[build CXX] svx/source/form/fmpgeimp.cxx
[build CXX] svx/source/form/fmscriptingenv.cxx
[build CXX] svx/source/form/fmservs.cxx
[build CXX] svx/source/form/fmshell.cxx
[build CXX] svx/source/form/fmshimp.cxx
[build CXX] svx/source/form/fmtextcontroldialogs.cxx
[build CXX] svx/source/form/fmtextcontrolfeature.cxx
[build CXX] svx/source/form/fmtextcontrolshell.cxx
[build CXX] svx/source/form/fmtools.cxx
[build CXX] svx/source/form/fmundo.cxx
[build CXX] svx/source/form/fmview.cxx
[build CXX] svx/source/form/fmvwimp.cxx
[build CXX] svx/source/form/formcontrolfactory.cxx
[build CXX] svx/source/form/formcontroller.cxx
[build CXX] svx/source/form/formcontrolling.cxx
[build CXX] svx/source/form/formdispatchinterceptor.cxx
[build CXX] svx/source/form/formfeaturedispatcher.cxx
[build CXX] svx/source/form/formtoolbars.cxx
[build CXX] svx/source/form/legacyformcontroller.cxx
[build CXX] svx/source/form/navigatortree.cxx
[build CXX] svx/source/form/navigatortreemodel.cxx
[build CXX] svx/source/form/ParseContext.cxx
[build CXX] svx/source/form/sdbdatacolumn.cxx
[build CXX] svx/source/form/sqlparserclient.cxx
[build CXX] svx/source/form/typemap.cxx
[build CXX] svx/source/form/xfm_addcondition.cxx
[build CXX] svx/source/uitest/sdrobject.cxx
[build CXX] extensions/source/dbpilots/commonpagesdbp.cxx
[build CXX] extensions/source/dbpilots/controlwizard.cxx
[build CXX] extensions/source/dbpilots/dbpservices.cxx
[build CXX] extensions/source/dbpilots/dbptools.cxx
[build CXX] extensions/source/dbpilots/gridwizard.cxx
[build CXX] extensions/source/dbpilots/groupboxwiz.cxx
[build CXX] extensions/source/dbpilots/listcombowizard.cxx
[build CXX] extensions/source/dbpilots/moduledbp.cxx
[build CXX] extensions/source/dbpilots/optiongrouplayouter.cxx
[build CXX] extensions/source/dbpilots/wizardservices.cxx
[build CXX] filter/source/graphic/GraphicExportFilter.cxx
[build CXX] filter/source/graphic/GraphicExportDialog.cxx
[build CXX] filter/source/graphic/Services.cxx
[build CXX] filter/source/pdf/impdialog.cxx
[build CXX] filter/source/pdf/pdfdialog.cxx
[build CXX] filter/source/pdf/pdfexport.cxx
[build CXX] filter/source/pdf/pdffilter.cxx
[build CXX] filter/source/pdf/pdfinteract.cxx
[build CXX] filter/source/pdf/pdfuno.cxx
[build CXX] filter/source/storagefilterdetect/fdcomp.cxx
[build CXX] filter/source/storagefilterdetect/filterdetect.cxx
[build CXX] filter/source/xsltdialog/typedetectionexport.cxx
[build CXX] filter/source/xsltdialog/typedetectionimport.cxx
[build CXX] filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
[build CXX] filter/source/xsltdialog/xmlfilterjar.cxx
[build CXX] filter/source/xsltdialog/xmlfiltersettingsdialog.cxx
[build CXX] filter/source/xsltdialog/xmlfiltertabdialog.cxx
[build CXX] filter/source/xsltdialog/xmlfiltertabpagebasic.cxx
[build CXX] filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
[build CXX] filter/source/xsltdialog/xmlfiltertestdialog.cxx
[build CXX] formula/source/ui/dlg/formula.cxx
[build CXX] formula/source/ui/dlg/FormulaHelper.cxx
[build CXX] formula/source/ui/dlg/funcpage.cxx
[build CXX] formula/source/ui/dlg/funcutl.cxx
[build CXX] formula/source/ui/dlg/parawin.cxx
[build CXX] formula/source/ui/dlg/structpg.cxx
[build CXX] vbahelper/source/vbahelper/vbaapplicationbase.cxx
[build CXX] vbahelper/source/vbahelper/vbacolorformat.cxx
[build CXX] vbahelper/source/vbahelper/vbacommandbar.cxx
[build CXX] vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
[build CXX] vbahelper/source/vbahelper/vbacommandbarcontrols.cxx
[build CXX] vbahelper/source/vbahelper/vbacommandbarhelper.cxx
[build CXX] vbahelper/source/vbahelper/vbacommandbars.cxx
[build CXX] vbahelper/source/vbahelper/vbadialogbase.cxx
[build CXX] vbahelper/source/vbahelper/vbadialogsbase.cxx
[build CXX] vbahelper/source/vbahelper/vbadocumentbase.cxx
[build CXX] vbahelper/source/vbahelper/vbadocumentsbase.cxx
[build CXX] vbahelper/source/vbahelper/vbaeventshelperbase.cxx
[build CXX] vbahelper/source/vbahelper/vbafillformat.cxx
[build CXX] vbahelper/source/vbahelper/vbafontbase.cxx
[build CXX] vbahelper/source/vbahelper/vbaglobalbase.cxx
[build CXX] vbahelper/source/vbahelper/vbahelper.cxx
[build CXX] vbahelper/source/vbahelper/vbalineformat.cxx
[build CXX] vbahelper/source/vbahelper/vbapagesetupbase.cxx
[build CXX] vbahelper/source/vbahelper/vbapictureformat.cxx
[build CXX] vbahelper/source/vbahelper/vbapropvalue.cxx
[build CXX] vbahelper/source/vbahelper/vbashape.cxx
[build CXX] vbahelper/source/vbahelper/vbashaperange.cxx
[build CXX] vbahelper/source/vbahelper/vbashapes.cxx
[build CXX] vbahelper/source/vbahelper/vbatextframe.cxx
[build CXX] vbahelper/source/vbahelper/vbawindowbase.cxx
[build CXX] sc/source/ui/unoobj/scdetect.cxx
[build CXX] sc/source/ui/unoobj/exceldetect.cxx
[build CXX] sd/source/ui/unoidl/sddetect.cxx
[build CXX] starmath/source/detreg.cxx
[build CXX] starmath/source/smdetect.cxx
[build CXX] starmath/source/eqnolefilehdr.cxx
[build CXX] sw/source/ui/uno/swdetect.cxx
[build CXX] scripting/source/basprov/baslibnode.cxx
[build CXX] scripting/source/basprov/basmethnode.cxx
[build CXX] scripting/source/basprov/basmodnode.cxx
[build CXX] scripting/source/basprov/basprov.cxx
[build CXX] scripting/source/basprov/basscript.cxx
[build CXX] scripting/source/protocolhandler/scripthandler.cxx
[build BIN] i18npool
[build MOD] sot
[build CXX] test/source/unoapi_test.cxx
[build CXX] test/source/calc_unoapi_test.cxx
[build CXX] test/source/beans/xpropertyset.cxx
[build CXX] test/source/container/xelementaccess.cxx
[build CXX] test/source/container/xindexaccess.cxx
[build CXX] test/source/container/xnamecontainer.cxx
[build CXX] test/source/container/xnamereplace.cxx
[build CXX] test/source/container/xnamed.cxx
[build CXX] test/source/sheet/cellproperties.cxx
[build CXX] test/source/sheet/datapilotfield.cxx
[build CXX] test/source/sheet/xarealink.cxx
[build CXX] test/source/sheet/xcelladdressable.cxx
[build CXX] test/source/sheet/xcellrangedata.cxx
[build CXX] test/source/sheet/xcellrangereferrer.cxx
[build CXX] test/source/sheet/xcellrangesquery.cxx
[build CXX] test/source/sheet/xcellseries.cxx
[build CXX] test/source/sheet/xgoalseek.cxx
[build CXX] test/source/sheet/xdatabaserange.cxx
[build CXX] test/source/sheet/xdatapilotdescriptor.cxx
[build CXX] test/source/sheet/xdatapilotfieldgrouping.cxx
[build CXX] test/source/sheet/xdatapilottable.cxx
[build CXX] test/source/sheet/xdatapilottable2.cxx
[build CXX] test/source/sheet/xnamedrange.cxx
[build CXX] test/source/sheet/xnamedranges.cxx
[build CXX] test/source/sheet/xprintareas.cxx
[build CXX] test/source/sheet/xspreadsheetdocument.cxx
[build CXX] test/source/sheet/xspreadsheets.cxx
[build CXX] test/source/sheet/xspreadsheets2.cxx
[build CXX] test/source/sheet/xsheetannotation.cxx
[build CXX] test/source/sheet/xsheetannotations.cxx
[build CXX] test/source/sheet/xsheetannotationshapesupplier.cxx
[build CXX] test/source/sheet/xsheetoutline.cxx
[build CXX] test/source/sheet/xstyleloader.cxx
[build CXX] test/source/sheet/xuniquecellformatrangessupplier.cxx
[build CXX] test/source/sheet/xusedareacursor.cxx
[build CXX] test/source/sheet/xviewpane.cxx
[build CXX] test/source/sheet/xviewfreezable.cxx
[build CXX] test/source/sheet/xviewsplitable.cxx
[build CXX] test/source/text/xtext.cxx
[build CXX] test/source/text/xtextfield.cxx
[build CXX] test/source/text/xtextcontent.cxx
[build CXX] test/source/util/xreplaceable.cxx
[build CXX] test/source/util/xsearchable.cxx
[build JAR] reportbuilderwizard
[build MOD] xmerge
[build CHK] basegfx
[build CHK] binaryurp
[build CHK] chart2
[build CHK] comphelper
[build CHK] cppu
[build CHK] cppuhelper
[build CXX] editeng/qa/unit/core-test.cxx
[build CXX] editeng/qa/items/borderline_test.cxx
[build CXX] editeng/qa/lookuptree/lookuptree_test.cxx
[build CHK] i18nlangtag
[build CHK] o3tl
[build CHK] odk
[build CHK] officecfg
[build CUT] sal_osl
[build CHK] salhelper
[build CXX] sfx2/qa/cppunit/test_metadatable.cxx
[build CXX] sfx2/qa/cppunit/test_controlleritem.cxx
[build CXX] sfx2/qa/cppunit/test_classification.cxx
[build CHK] tools
[build DEP] LNK:Library/libvcllo.dylib
[build LNK] Library/libvcllo.dylib
[build CXX] chart2/source/view/axes/DateHelper.cxx
[build CXX] chart2/source/view/axes/DateScaling.cxx
[build CXX] chart2/source/view/axes/MinimumAndMaximumSupplier.cxx
[build CXX] chart2/source/view/axes/ScaleAutomatism.cxx
[build CXX] chart2/source/view/axes/Tickmarks.cxx
[build CXX] chart2/source/view/axes/Tickmarks_Dates.cxx
[build CXX] chart2/source/view/axes/Tickmarks_Equidistant.cxx
[build CXX] chart2/source/view/axes/VAxisBase.cxx
[build CXX] chart2/source/view/axes/VAxisOrGridBase.cxx
[build CXX] chart2/source/view/axes/VAxisProperties.cxx
[build CXX] chart2/source/view/axes/VCartesianAxis.cxx
[build CXX] chart2/source/view/axes/VCartesianCoordinateSystem.cxx
[build CXX] chart2/source/view/axes/VCartesianGrid.cxx
[build CXX] chart2/source/view/axes/VCoordinateSystem.cxx
[build CXX] chart2/source/view/axes/VPolarAngleAxis.cxx
[build CXX] chart2/source/view/axes/VPolarAxis.cxx
[build CXX] chart2/source/view/axes/VPolarCoordinateSystem.cxx
[build CXX] chart2/source/view/axes/VPolarGrid.cxx
[build CXX] chart2/source/view/axes/VPolarRadiusAxis.cxx
[build CXX] chart2/source/view/charttypes/AreaChart.cxx
[build CXX] chart2/source/view/charttypes/BarChart.cxx
[build CXX] chart2/source/view/charttypes/BarPositionHelper.cxx
[build CXX] chart2/source/view/charttypes/BubbleChart.cxx
[build CXX] chart2/source/view/charttypes/CandleStickChart.cxx
[build CXX] chart2/source/view/charttypes/CategoryPositionHelper.cxx
[build CXX] chart2/source/view/charttypes/NetChart.cxx
[build CXX] chart2/source/view/charttypes/PieChart.cxx
[build CXX] chart2/source/view/charttypes/Splines.cxx
[build CXX] chart2/source/view/charttypes/VSeriesPlotter.cxx
[build CXX] chart2/source/view/diagram/VDiagram.cxx
[build CXX] chart2/source/view/main/ChartItemPool.cxx
[build CXX] chart2/source/view/main/ChartView.cxx
[build CXX] chart2/source/view/main/Clipping.cxx
[build CXX] chart2/source/view/main/DataPointSymbolSupplier.cxx
[build CXX] chart2/source/view/main/DrawModelWrapper.cxx
[build CXX] chart2/source/view/main/LabelPositionHelper.cxx
[build CXX] chart2/source/view/main/Linear3DTransformation.cxx
[build CXX] chart2/source/view/main/PlotterBase.cxx
[build CXX] chart2/source/view/main/PlottingPositionHelper.cxx
[build CXX] chart2/source/view/main/PolarLabelPositionHelper.cxx
[build CXX] chart2/source/view/main/PropertyMapper.cxx
[build CXX] chart2/source/view/main/ShapeFactory.cxx
[build CXX] chart2/source/view/main/AbstractShapeFactory.cxx
[build CXX] chart2/source/view/main/Stripe.cxx
[build CXX] chart2/source/view/main/VDataSeries.cxx
[build CXX] chart2/source/view/main/VLegend.cxx
[build CXX] chart2/source/view/main/VLegendSymbolFactory.cxx
[build CXX] chart2/source/view/main/VLineProperties.cxx
[build CXX] chart2/source/view/main/VPolarTransformation.cxx
[build CXX] chart2/source/view/main/VTitle.cxx
[build CXX] chart2/source/view/main/VButton.cxx
[build CXX] chart2/source/view/main/3DChartObjects.cxx
[build CXX] chart2/source/view/main/GL3DPlotterBase.cxx
[build CXX] chart2/source/view/main/GL3DRenderer.cxx
[build CXX] chart2/source/view/charttypes/GL3DBarChart.cxx
[build CXX] chart2/source/model/filter/XMLFilter.cxx
[build CXX] chart2/source/model/main/Axis.cxx
[build CXX] chart2/source/model/main/BaseCoordinateSystem.cxx
[build CXX] chart2/source/model/main/CartesianCoordinateSystem.cxx
[build CXX] chart2/source/model/main/ChartModel.cxx
[build CXX] chart2/source/model/main/ChartModel_Persistence.cxx
[build CXX] chart2/source/model/main/DataPoint.cxx
[build CXX] chart2/source/model/main/DataPointProperties.cxx
[build CXX] chart2/source/model/main/DataSeries.cxx
[build CXX] chart2/source/model/main/DataSeriesProperties.cxx
[build CXX] chart2/source/model/main/Diagram.cxx
[build CXX] chart2/source/model/main/FormattedString.cxx
[build CXX] chart2/source/model/main/GridProperties.cxx
[build CXX] chart2/source/model/main/Legend.cxx
[build CXX] chart2/source/model/main/PageBackground.cxx
[build CXX] chart2/source/model/main/PolarCoordinateSystem.cxx
[build CXX] chart2/source/model/main/StockBar.cxx
[build CXX] chart2/source/model/main/Title.cxx
[build CXX] chart2/source/model/main/UndoManager.cxx
[build CXX] chart2/source/model/main/Wall.cxx
[build CXX] chart2/source/model/template/AreaChartType.cxx
[build CXX] chart2/source/model/template/AreaChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/BarChartType.cxx
[build CXX] chart2/source/model/template/BarChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/BubbleChartType.cxx
[build CXX] chart2/source/model/template/BubbleChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/BubbleDataInterpreter.cxx
[build CXX] chart2/source/model/template/CandleStickChartType.cxx
[build CXX] chart2/source/model/template/ChartType.cxx
[build CXX] chart2/source/model/template/ChartTypeManager.cxx
[build CXX] chart2/source/model/template/ChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/ColumnChartType.cxx
[build CXX] chart2/source/model/template/ColumnLineChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/ColumnLineDataInterpreter.cxx
[build CXX] chart2/source/model/template/DataInterpreter.cxx
[build CXX] chart2/source/model/template/FilledNetChartType.cxx
[build CXX] chart2/source/model/template/GL3DBarChartType.cxx
[build CXX] chart2/source/model/template/GL3DBarChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/LineChartType.cxx
[build CXX] chart2/source/model/template/LineChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/NetChartType.cxx
[build CXX] chart2/source/model/template/NetChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/PieChartType.cxx
[build CXX] chart2/source/model/template/PieChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/ScatterChartType.cxx
[build CXX] chart2/source/model/template/ScatterChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/StockChartTypeTemplate.cxx
[build CXX] chart2/source/model/template/StockDataInterpreter.cxx
[build CXX] chart2/source/model/template/XYDataInterpreter.cxx
[build CXX] chart2/source/tools/AxisHelper.cxx
[build CXX] chart2/source/tools/BaseGFXHelper.cxx
[build CXX] chart2/source/tools/CachedDataSequence.cxx
[build CXX] chart2/source/tools/CharacterProperties.cxx
[build CXX] chart2/source/tools/ChartModelHelper.cxx
[build CXX] chart2/source/tools/ChartTypeHelper.cxx
[build CXX] chart2/source/tools/ChartViewHelper.cxx
[build CXX] chart2/source/tools/ColorPerPointHelper.cxx
[build CXX] chart2/source/tools/CommonConverters.cxx
[build CXX] chart2/source/tools/ConfigColorScheme.cxx
[build CXX] chart2/source/tools/ControllerLockGuard.cxx
[build CXX] chart2/source/tools/DataSeriesHelper.cxx
[build CXX] chart2/source/tools/DataSource.cxx
[build CXX] chart2/source/tools/DataSourceHelper.cxx
[build CXX] chart2/source/tools/DiagramHelper.cxx
[build CXX] chart2/source/tools/ErrorBar.cxx
[build CXX] chart2/source/tools/ExplicitCategoriesProvider.cxx
[build CXX] chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/FillProperties.cxx
[build CXX] chart2/source/tools/FormattedStringHelper.cxx
[build CXX] chart2/source/tools/ImplOPropertySet.cxx
[build CXX] chart2/source/tools/InternalData.cxx
[build CXX] chart2/source/tools/InternalDataProvider.cxx
[build CXX] chart2/source/tools/LabeledDataSequence.cxx
[build CXX] chart2/source/tools/LegendHelper.cxx
[build CXX] chart2/source/tools/LifeTime.cxx
[build CXX] chart2/source/tools/LinearRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/LinePropertiesHelper.cxx
[build CXX] chart2/source/tools/LogarithmicRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/MeanValueRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/MediaDescriptorHelper.cxx
[build CXX] chart2/source/tools/ModifyListenerHelper.cxx
[build CXX] chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/MutexContainer.cxx
[build CXX] chart2/source/tools/NameContainer.cxx
[build CXX] chart2/source/tools/NumberFormatterWrapper.cxx
[build CXX] chart2/source/tools/ObjectIdentifier.cxx
[build CXX] chart2/source/tools/OPropertySet.cxx
[build CXX] chart2/source/tools/PolynomialRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/PopupRequest.cxx
[build CXX] chart2/source/tools/PotentialRegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/PropertyHelper.cxx
[build CXX] chart2/source/tools/RangeHighlighter.cxx
[build CXX] chart2/source/tools/ReferenceSizeProvider.cxx
[build CXX] chart2/source/tools/RegressionCurveCalculator.cxx
[build CXX] chart2/source/tools/RegressionCurveHelper.cxx
[build CXX] chart2/source/tools/RegressionCurveModel.cxx
[build CXX] chart2/source/tools/RegressionEquation.cxx
[build CXX] chart2/source/tools/RelativePositionHelper.cxx
[build CXX] chart2/source/tools/RelativeSizeHelper.cxx
[build CXX] chart2/source/tools/ResId.cxx
[build CXX] chart2/source/tools/ResourceManager.cxx
[build CXX] chart2/source/tools/Scaling.cxx
[build CXX] chart2/source/tools/SceneProperties.cxx
[build CXX] chart2/source/tools/StatisticsHelper.cxx
[build CXX] chart2/source/tools/ThreeDHelper.cxx
[build CXX] chart2/source/tools/TitleHelper.cxx
[build CXX] chart2/source/tools/TrueGuard.cxx
[build CXX] chart2/source/tools/UncachedDataSequence.cxx
[build CXX] chart2/source/tools/UserDefinedProperties.cxx
[build CXX] chart2/source/tools/WeakListenerAdapter.cxx
[build CXX] chart2/source/tools/WrappedDefaultProperty.cxx
[build CXX] chart2/source/tools/WrappedDirectStateProperty.cxx
[build CXX] chart2/source/tools/WrappedIgnoreProperty.cxx
[build CXX] chart2/source/tools/WrappedProperty.cxx
[build CXX] chart2/source/tools/WrappedPropertySet.cxx
[build CXX] chart2/source/tools/XMLRangeHelper.cxx
[build CXX] filter/source/msfilter/countryid.cxx
[build CXX] filter/source/msfilter/dffpropset.cxx
[build CXX] filter/source/msfilter/dffrecordheader.cxx
[build CXX] filter/source/msfilter/escherex.cxx
[build CXX] filter/source/msfilter/eschesdo.cxx
[build CXX] filter/source/msfilter/mscodec.cxx
[build CXX] filter/source/msfilter/msdffimp.cxx
[build CXX] filter/source/msfilter/msocximex.cxx
[build CXX] filter/source/msfilter/msoleexp.cxx
[build CXX] filter/source/msfilter/mstoolbar.cxx
[build CXX] filter/source/msfilter/msvbahelper.cxx
[build CXX] filter/source/msfilter/services.cxx
[build CXX] filter/source/msfilter/svdfppt.cxx
[build CXX] filter/source/msfilter/svxmsbas2.cxx
[build CXX] filter/source/msfilter/rtfutil.cxx
[build CXX] filter/source/msfilter/util.cxx
[build CXX] oox/source/core/binarycodec.cxx
[build CXX] oox/source/core/contexthandler2.cxx
[build CXX] oox/source/core/contexthandler.cxx
[build CXX] oox/source/core/fastparser.cxx
[build CXX] oox/source/core/fasttokenhandler.cxx
[build CXX] oox/source/core/filterbase.cxx
[build CXX] oox/source/core/filterdetect.cxx
[build CXX] oox/source/core/fragmenthandler2.cxx
[build CXX] oox/source/core/fragmenthandler.cxx
[build CXX] oox/source/core/recordparser.cxx
[build CXX] oox/source/core/relations.cxx
[build CXX] oox/source/core/relationshandler.cxx
[build CXX] oox/source/core/services.cxx
[build CXX] oox/source/core/xmlfilterbase.cxx
[build CXX] oox/source/crypto/AgileEngine.cxx
[build CXX] oox/source/crypto/CryptTools.cxx
[build CXX] oox/source/crypto/DocumentEncryption.cxx
[build CXX] oox/source/crypto/DocumentDecryption.cxx
[build CXX] oox/source/crypto/Standard2007Engine.cxx
[build CXX] oox/source/docprop/docprophandler.cxx
[build CXX] oox/source/docprop/ooxmldocpropimport.cxx
[build CXX] oox/source/drawingml/chart/axiscontext.cxx
[build CXX] oox/source/drawingml/chart/axisconverter.cxx
[build CXX] oox/source/drawingml/chart/axismodel.cxx
[build CXX] oox/source/drawingml/chart/chartcontextbase.cxx
[build CXX] oox/source/drawingml/chart/chartconverter.cxx
[build CXX] oox/source/drawingml/chart/chartdrawingfragment.cxx
[build CXX] oox/source/drawingml/chart/chartspaceconverter.cxx
[build CXX] oox/source/drawingml/chart/chartspacefragment.cxx
[build CXX] oox/source/drawingml/chart/chartspacemodel.cxx
[build CXX] oox/source/drawingml/chart/converterbase.cxx
[build CXX] oox/source/drawingml/chart/datasourcecontext.cxx
[build CXX] oox/source/drawingml/chart/datasourceconverter.cxx
[build CXX] oox/source/drawingml/chart/datasourcemodel.cxx
[build CXX] oox/source/drawingml/chart/modelbase.cxx
[build CXX] oox/source/drawingml/chart/objectformatter.cxx
[build CXX] oox/source/drawingml/chart/plotareacontext.cxx
[build CXX] oox/source/drawingml/chart/plotareaconverter.cxx
[build CXX] oox/source/drawingml/chart/plotareamodel.cxx
[build CXX] oox/source/drawingml/chart/seriescontext.cxx
[build CXX] oox/source/drawingml/chart/seriesconverter.cxx
[build CXX] oox/source/drawingml/chart/seriesmodel.cxx
[build CXX] oox/source/drawingml/chart/titlecontext.cxx
[build CXX] oox/source/drawingml/chart/titleconverter.cxx
[build CXX] oox/source/drawingml/chart/titlemodel.cxx
[build CXX] oox/source/drawingml/chart/typegroupcontext.cxx
[build CXX] oox/source/drawingml/chart/typegroupconverter.cxx
[build CXX] oox/source/drawingml/chart/typegroupmodel.cxx
[build CXX] oox/source/drawingml/clrschemecontext.cxx
[build CXX] oox/source/drawingml/clrscheme.cxx
[build CXX] oox/source/drawingml/colorchoicecontext.cxx
[build CXX] oox/source/drawingml/connectorshapecontext.cxx
[build CXX] oox/source/drawingml/customshapegeometry.cxx
[build CXX] oox/source/drawingml/customshapepresetdata.cxx
[build CXX] oox/source/drawingml/customshapeproperties.cxx
[build CXX] oox/source/drawingml/diagram/constraintlistcontext.cxx
[build CXX] oox/source/drawingml/diagram/datamodelcontext.cxx
[build CXX] oox/source/drawingml/diagram/diagram.cxx
[build CXX] oox/source/drawingml/diagram/diagramdefinitioncontext.cxx
[build CXX] oox/source/drawingml/diagram/diagramfragmenthandler.cxx
[build CXX] oox/source/drawingml/diagram/diagramlayoutatoms.cxx
[build CXX] oox/source/drawingml/diagram/layoutatomvisitors.cxx
[build CXX] oox/source/drawingml/diagram/layoutnodecontext.cxx
[build CXX] oox/source/drawingml/drawingmltypes.cxx
[build CXX] oox/source/drawingml/effectproperties.cxx
[build CXX] oox/source/drawingml/effectpropertiescontext.cxx
[build CXX] oox/source/drawingml/embeddedwavaudiofile.cxx
[build CXX] oox/source/drawingml/fillproperties.cxx
[build CXX] oox/source/drawingml/misccontexts.cxx
[build CXX] oox/source/drawingml/graphicshapecontext.cxx
[build CXX] oox/source/drawingml/guidcontext.cxx
[build CXX] oox/source/drawingml/hyperlinkcontext.cxx
[build CXX] oox/source/drawingml/linepropertiescontext.cxx
[build CXX] oox/source/drawingml/lineproperties.cxx
[build CXX] oox/source/drawingml/objectdefaultcontext.cxx
[build CXX] oox/source/drawingml/scene3dcontext.cxx
[build CXX] oox/source/drawingml/shapecontext.cxx
[build CXX] oox/source/drawingml/shape.cxx
[build CXX] oox/source/drawingml/shape3dproperties.cxx
[build CXX] oox/source/drawingml/shapegroupcontext.cxx
[build CXX] oox/source/drawingml/shapepropertiescontext.cxx
[build CXX] oox/source/drawingml/shapepropertymap.cxx
[build CXX] oox/source/drawingml/shapestylecontext.cxx
[build CXX] oox/source/drawingml/spdefcontext.cxx
[build CXX] oox/source/drawingml/table/tablebackgroundstylecontext.cxx
[build CXX] oox/source/drawingml/table/tablecellcontext.cxx
[build CXX] oox/source/drawingml/table/tablecell.cxx
[build CXX] oox/source/drawingml/table/tablecontext.cxx
[build CXX] oox/source/drawingml/table/tablepartstylecontext.cxx
[build CXX] oox/source/drawingml/table/tableproperties.cxx
[build CXX] oox/source/drawingml/table/tablerowcontext.cxx
[build CXX] oox/source/drawingml/table/tablerow.cxx
[build CXX] oox/source/drawingml/table/tablestylecellstylecontext.cxx
[build CXX] oox/source/drawingml/table/tablestylecontext.cxx
[build CXX] oox/source/drawingml/table/tablestyle.cxx
[build CXX] oox/source/drawingml/table/tablestylelist.cxx
[build CXX] oox/source/drawingml/table/tablestylelistfragmenthandler.cxx
[build CXX] oox/source/drawingml/table/tablestylepart.cxx
[build CXX] oox/source/drawingml/table/tablestyletextstylecontext.cxx
[build CXX] oox/source/drawingml/textbodycontext.cxx
[build CXX] oox/source/drawingml/textbody.cxx
[build CXX] oox/source/drawingml/textbodypropertiescontext.cxx
[build CXX] oox/source/drawingml/textbodyproperties.cxx
[build CXX] oox/source/drawingml/textcharacterpropertiescontext.cxx
[build CXX] oox/source/drawingml/textcharacterproperties.cxx
[build CXX] oox/source/drawingml/texteffectscontext.cxx
[build CXX] oox/source/drawingml/textfieldcontext.cxx
[build CXX] oox/source/drawingml/textfield.cxx
[build CXX] oox/source/drawingml/textfont.cxx
[build CXX] oox/source/drawingml/textliststylecontext.cxx
[build CXX] oox/source/drawingml/textliststyle.cxx
[build CXX] oox/source/drawingml/textparagraph.cxx
[build CXX] oox/source/drawingml/textparagraphpropertiescontext.cxx
[build CXX] oox/source/drawingml/textparagraphproperties.cxx
[build CXX] oox/source/drawingml/textrun.cxx
[build CXX] oox/source/drawingml/textspacingcontext.cxx
[build CXX] oox/source/drawingml/texttabstoplistcontext.cxx
[build CXX] oox/source/drawingml/theme.cxx
[build CXX] oox/source/drawingml/themeelementscontext.cxx
[build CXX] oox/source/drawingml/themefragmenthandler.cxx
[build CXX] oox/source/drawingml/ThemeOverrideFragmentHandler.cxx
[build CXX] oox/source/drawingml/transform2dcontext.cxx
[build CXX] oox/source/dump/dffdumper.cxx
[build CXX] oox/source/dump/dumperbase.cxx
[build CXX] oox/source/dump/oledumper.cxx
[build CXX] oox/source/dump/pptxdumper.cxx
[build CXX] oox/source/export/chartexport.cxx
[build CXX] oox/source/export/ColorPropertySet.cxx
[build CXX] oox/source/export/drawingml.cxx
[build CXX] oox/source/export/shapes.cxx
[build CXX] oox/source/export/vmlexport.cxx
[build CXX] oox/source/helper/attributelist.cxx
[build CXX] oox/source/helper/binaryinputstream.cxx
[build CXX] oox/source/helper/binaryoutputstream.cxx
[build CXX] oox/source/helper/binarystreambase.cxx
[build CXX] oox/source/helper/containerhelper.cxx
[build CXX] oox/source/helper/graphichelper.cxx
[build CXX] oox/source/helper/grabbagstack.cxx
[build CXX] oox/source/helper/modelobjecthelper.cxx
[build CXX] oox/source/helper/progressbar.cxx
[build CXX] oox/source/helper/propertymap.cxx
[build CXX] oox/source/helper/propertyset.cxx
[build CXX] oox/source/helper/storagebase.cxx
[build CXX] oox/source/helper/textinputstream.cxx
[build CXX] oox/source/helper/zipstorage.cxx
[build CXX] oox/source/mathml/export.cxx
[build CXX] oox/source/mathml/import.cxx
[build CXX] oox/source/mathml/importutils.cxx
[build CXX] oox/source/ole/axbinaryreader.cxx
[build CXX] oox/source/ole/axbinarywriter.cxx
[build CXX] oox/source/ole/axfontdata.cxx
[build CXX] oox/source/ole/axcontrol.cxx
[build CXX] oox/source/ole/axcontrolfragment.cxx
[build CXX] oox/source/ole/olehelper.cxx
[build CXX] oox/source/ole/oleobjecthelper.cxx
[build CXX] oox/source/ole/olestorage.cxx
[build CXX] oox/source/ole/vbacontrol.cxx
[build CXX] oox/source/ole/vbaexport.cxx
[build CXX] oox/source/ole/vbahelper.cxx
[build CXX] oox/source/ole/vbainputstream.cxx
[build CXX] oox/source/ole/vbamodule.cxx
[build CXX] oox/source/ole/vbaproject.cxx
[build CXX] oox/source/ppt/animationspersist.cxx
[build CXX] oox/source/ppt/animationtypes.cxx
[build CXX] oox/source/ppt/animvariantcontext.cxx
[build CXX] oox/source/ppt/backgroundproperties.cxx
[build CXX] oox/source/ppt/buildlistcontext.cxx
[build CXX] oox/source/ppt/comments.cxx
[build CXX] oox/source/ppt/commonbehaviorcontext.cxx
[build CXX] oox/source/ppt/commontimenodecontext.cxx
[build CXX] oox/source/ppt/conditioncontext.cxx
[build CXX] oox/source/ppt/customshowlistcontext.cxx
[build CXX] oox/source/ppt/dgmimport.cxx
[build CXX] oox/source/ppt/dgmlayout.cxx
[build CXX] oox/source/ppt/headerfootercontext.cxx
[build CXX] oox/source/ppt/layoutfragmenthandler.cxx
[build CXX] oox/source/ppt/pptfilterhelpers.cxx
[build CXX] oox/source/ppt/pptgraphicshapecontext.cxx
[build CXX] oox/source/ppt/pptimport.cxx
[build CXX] oox/source/ppt/pptshapecontext.cxx
[build CXX] oox/source/ppt/pptshape.cxx
[build CXX] oox/source/ppt/pptshapegroupcontext.cxx
[build CXX] oox/source/ppt/pptshapepropertiescontext.cxx
[build CXX] oox/source/ppt/presentationfragmenthandler.cxx
[build CXX] oox/source/ppt/slidefragmenthandler.cxx
[build CXX] oox/source/ppt/slidemastertextstylescontext.cxx
[build CXX] oox/source/ppt/slidepersist.cxx
[build CXX] oox/source/ppt/slidetimingcontext.cxx
[build CXX] oox/source/ppt/slidetransitioncontext.cxx
[build CXX] oox/source/ppt/slidetransition.cxx
[build CXX] oox/source/ppt/soundactioncontext.cxx
[build CXX] oox/source/ppt/timeanimvaluecontext.cxx
[build CXX] oox/source/ppt/timenode.cxx
[build CXX] oox/source/ppt/timenodelistcontext.cxx
[build CXX] oox/source/ppt/timetargetelementcontext.cxx
[build CXX] oox/source/ppt/extdrawingfragmenthandler.cxx
[build CXX] oox/source/shape/LockedCanvasContext.cxx
[build CXX] oox/source/shape/ShapeContextHandler.cxx
[build CXX] oox/source/shape/ShapeDrawingFragmentHandler.cxx
[build CXX] oox/source/shape/ShapeFilterBase.cxx
[build CXX] oox/source/shape/WpgContext.cxx
[build CXX] oox/source/shape/WpsContext.cxx
[build CXX] oox/source/token/namespacemap.cxx
[build CXX] oox/source/token/propertynames.cxx
[build CXX] oox/source/token/tokenmap.cxx
[build CXX] oox/source/token/relationship.cxx
[build CXX] oox/source/vml/vmldrawing.cxx
[build CXX] oox/source/vml/vmldrawingfragment.cxx
[build CXX] oox/source/vml/vmlformatting.cxx
[build CXX] oox/source/vml/vmlinputstream.cxx
[build CXX] oox/source/vml/vmlshapecontainer.cxx
[build CXX] oox/source/vml/vmlshapecontext.cxx
[build CXX] oox/source/vml/vmlshape.cxx
[build CXX] oox/source/vml/vmltextboxcontext.cxx
[build CXX] oox/source/vml/vmltextbox.cxx
[build CXX] oox/source/drawingml/color.cxx
[build CXX] chart2/source/view/main/OpenglShapeFactory.cxx
[build CXX] chart2/source/view/main/DummyXShape.cxx
[build CXX] chart2/source/view/main/OpenGLRender.cxx
[build CXX] dbaccess/source/core/api/BookmarkSet.cxx
[build CXX] dbaccess/source/core/api/CacheSet.cxx
[build CXX] dbaccess/source/core/api/callablestatement.cxx
[build CXX] dbaccess/source/core/api/CIndexes.cxx
[build CXX] dbaccess/source/core/api/column.cxx
[build CXX] dbaccess/source/core/api/columnsettings.cxx
[build CXX] dbaccess/source/core/api/CRowSetColumn.cxx
[build CXX] dbaccess/source/core/api/CRowSetDataColumn.cxx
[build CXX] dbaccess/source/core/api/datacolumn.cxx
[build CXX] dbaccess/source/core/api/datasettings.cxx
[build CXX] dbaccess/source/core/api/definitioncolumn.cxx
[build CXX] dbaccess/source/core/api/FilteredContainer.cxx
[build CXX] dbaccess/source/core/api/HelperCollections.cxx
[build CXX] dbaccess/source/core/api/KeySet.cxx
[build CXX] dbaccess/source/core/api/OptimisticSet.cxx
[build CXX] dbaccess/source/core/api/preparedstatement.cxx
[build CXX] dbaccess/source/core/api/PrivateRow.cxx
[build CXX] dbaccess/source/core/api/query.cxx
[build CXX] dbaccess/source/core/api/querycomposer.cxx
[build CXX] dbaccess/source/core/api/querycontainer.cxx
[build CXX] dbaccess/source/core/api/querydescriptor.cxx
[build CXX] dbaccess/source/core/api/resultcolumn.cxx
[build CXX] dbaccess/source/core/api/resultset.cxx
[build CXX] dbaccess/source/core/api/RowSet.cxx
[build CXX] dbaccess/source/core/api/RowSetBase.cxx
[build CXX] dbaccess/source/core/api/RowSetCache.cxx
[build CXX] dbaccess/source/core/api/RowSetCacheIterator.cxx
[build CXX] dbaccess/source/core/api/SingleSelectQueryComposer.cxx
[build CXX] dbaccess/source/core/api/statement.cxx
[build CXX] dbaccess/source/core/api/StaticSet.cxx
[build CXX] dbaccess/source/core/api/table.cxx
[build CXX] dbaccess/source/core/api/tablecontainer.cxx
[build CXX] dbaccess/source/core/api/TableDeco.cxx
[build CXX] dbaccess/source/core/api/View.cxx
[build CXX] dbaccess/source/core/api/viewcontainer.cxx
[build CXX] dbaccess/source/core/api/WrappedResultSet.cxx
[build CXX] dbaccess/source/core/dataaccess/bookmarkcontainer.cxx
[build CXX] dbaccess/source/core/dataaccess/commandcontainer.cxx
[build CXX] dbaccess/source/core/dataaccess/commanddefinition.cxx
[build CXX] dbaccess/source/core/dataaccess/ComponentDefinition.cxx
[build CXX] dbaccess/source/core/dataaccess/connection.cxx
[build CXX] dbaccess/source/core/dataaccess/ContentHelper.cxx
[build CXX] dbaccess/source/core/dataaccess/dataaccessdescriptor.cxx
[build CXX] dbaccess/source/core/dataaccess/databasecontext.cxx
[build CXX] dbaccess/source/core/dataaccess/databasedocument.cxx
[build CXX] dbaccess/source/core/dataaccess/databaseregistrations.cxx
[build CXX] dbaccess/source/core/dataaccess/datasource.cxx
[build CXX] dbaccess/source/core/dataaccess/definitioncontainer.cxx
[build CXX] dbaccess/source/core/dataaccess/documentcontainer.cxx
[build CXX] dbaccess/source/core/dataaccess/documentdefinition.cxx
[build CXX] dbaccess/source/core/dataaccess/documenteventexecutor.cxx
[build CXX] dbaccess/source/core/dataaccess/documenteventnotifier.cxx
[build CXX] dbaccess/source/core/dataaccess/documentevents.cxx
[build CXX] dbaccess/source/core/dataaccess/intercept.cxx
[build CXX] dbaccess/source/core/dataaccess/ModelImpl.cxx
[build CXX] dbaccess/source/core/dataaccess/myucp_datasupplier.cxx
[build CXX] dbaccess/source/core/dataaccess/myucp_resultset.cxx
[build CXX] dbaccess/source/core/dataaccess/SharedConnection.cxx
[build CXX] dbaccess/source/core/misc/apitools.cxx
[build CXX] dbaccess/source/core/misc/ContainerMediator.cxx
[build CXX] dbaccess/source/core/misc/DatabaseDataProvider.cxx
[build CXX] dbaccess/source/core/misc/dsntypes.cxx
[build CXX] dbaccess/source/core/misc/objectnameapproval.cxx
[build CXX] dbaccess/source/core/misc/PropertyForward.cxx
[build CXX] dbaccess/source/core/misc/sdbcoretools.cxx
[build CXX] dbaccess/source/core/misc/services.cxx
[build CXX] dbaccess/source/core/misc/userinformation.cxx
[build CXX] dbaccess/source/core/misc/veto.cxx
[build CXX] dbaccess/source/core/recovery/dbdocrecovery.cxx
[build CXX] dbaccess/source/core/recovery/settingsimport.cxx
[build CXX] dbaccess/source/core/recovery/storagestream.cxx
[build CXX] dbaccess/source/core/recovery/storagetextstream.cxx
[build CXX] dbaccess/source/core/recovery/storagexmlstream.cxx
[build CXX] dbaccess/source/core/recovery/subcomponentloader.cxx
[build CXX] dbaccess/source/core/recovery/subcomponentrecovery.cxx
[build CXX] dbaccess/source/core/resource/core_resource.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_dependencydialog.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_dialog2.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_extlistbox.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_service.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_theextmgr.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_updatedialog.cxx
[build CXX] desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
[build CXX] desktop/source/deployment/gui/license_dialog.cxx
[build PRJ] libwpg
[build PKG] redland
[build CXX] filter/source/svg/b2dellipse.cxx
[build CXX] filter/source/svg/impsvgdialog.cxx
[build CXX] filter/source/svg/parserfragments.cxx
[build CXX] filter/source/svg/svgdialog.cxx
[build CXX] filter/source/svg/svgfilter.cxx
[build CXX] filter/source/svg/svgimport.cxx
[build CXX] filter/source/svg/svgreader.cxx
[build CXX] filter/source/svg/tokenmap.cxx
[build CXX] filter/source/svg/units.cxx
[build CXX] filter/source/svg/svgexport.cxx
[build CXX] filter/source/svg/svgfontexport.cxx
[build CXX] filter/source/svg/svgwriter.cxx
[build DEP] LNK:Library/libxmlfdlo.dylib
[build LNK] Library/libxmlfdlo.dylib
[build CXX] lotuswordpro/source/filter/bencont.cxx
[build CXX] lotuswordpro/source/filter/benlist.cxx
[build CXX] lotuswordpro/source/filter/benname.cxx
[build CXX] lotuswordpro/source/filter/benobj.cxx
[build CXX] lotuswordpro/source/filter/benval.cxx
[build CXX] lotuswordpro/source/filter/explode.cxx
[build CXX] lotuswordpro/source/filter/localtime.cxx
[build CXX] lotuswordpro/source/filter/LotusWordProImportFilter.cxx
[build CXX] lotuswordpro/source/filter/lwp9reader.cxx
[build CXX] lotuswordpro/source/filter/lwpatomholder.cxx
[build CXX] lotuswordpro/source/filter/lwpbackgroundoverride.cxx
[build CXX] lotuswordpro/source/filter/lwpbackgroundstuff.cxx
[build CXX] lotuswordpro/source/filter/lwpbasetype.cxx
[build CXX] lotuswordpro/source/filter/lwpbookmarkmgr.cxx
[build CXX] lotuswordpro/source/filter/lwpborderstuff.cxx
[build CXX] lotuswordpro/source/filter/lwpbreaksoverride.cxx
[build CXX] lotuswordpro/source/filter/lwpbulletstylemgr.cxx
[build CXX] lotuswordpro/source/filter/lwpcelllayout.cxx
[build CXX] lotuswordpro/source/filter/lwpchangemgr.cxx
[build CXX] lotuswordpro/source/filter/lwpcharacterstyle.cxx
[build CXX] lotuswordpro/source/filter/lwpcharborderoverride.cxx
[build CXX] lotuswordpro/source/filter/lwpcharsetmgr.cxx
[build CXX] lotuswordpro/source/filter/lwpcolor.cxx
[build CXX] lotuswordpro/source/filter/lwpcontent.cxx
[build CXX] lotuswordpro/source/filter/lwpdivinfo.cxx
[build CXX] lotuswordpro/source/filter/lwpdivopts.cxx
[build CXX] lotuswordpro/source/filter/lwpdllist.cxx
[build CXX] lotuswordpro/source/filter/lwpdlvlist.cxx
[build CXX] lotuswordpro/source/filter/lwpdoc.cxx
[build CXX] lotuswordpro/source/filter/lwpdocdata.cxx
[build CXX] lotuswordpro/source/filter/lwpdrawobj.cxx
[build CXX] lotuswordpro/source/filter/lwpdropcapmgr.cxx
[build CXX] lotuswordpro/source/filter/lwpfilehdr.cxx
[build CXX] lotuswordpro/source/filter/lwpfilter.cxx
[build CXX] lotuswordpro/source/filter/lwpfnlayout.cxx
[build CXX] lotuswordpro/source/filter/lwpfont.cxx
[build CXX] lotuswordpro/source/filter/lwpfootnote.cxx
[build CXX] lotuswordpro/source/filter/lwpfoundry.cxx
[build CXX] lotuswordpro/source/filter/lwpframelayout.cxx
[build CXX] lotuswordpro/source/filter/lwpfribbreaks.cxx
[build CXX] lotuswordpro/source/filter/lwpfrib.cxx
[build CXX] lotuswordpro/source/filter/lwpfribframe.cxx
[build CXX] lotuswordpro/source/filter/lwpfribmark.cxx
[build CXX] lotuswordpro/source/filter/lwpfribptr.cxx
[build CXX] lotuswordpro/source/filter/lwpfribsection.cxx
[build CXX] lotuswordpro/source/filter/lwpfribtable.cxx
[build CXX] lotuswordpro/source/filter/lwpfribtext.cxx
[build CXX] lotuswordpro/source/filter/lwpglobalmgr.cxx
[build CXX] lotuswordpro/source/filter/lwpgrfobj.cxx
[build CXX] lotuswordpro/source/filter/lwpholder.cxx
[build CXX] lotuswordpro/source/filter/lwphyperlinkmgr.cxx
[build CXX] lotuswordpro/source/filter/lwpidxmgr.cxx
[build CXX] lotuswordpro/source/filter/lwplayout.cxx
[build CXX] lotuswordpro/source/filter/lwplaypiece.cxx
[build CXX] lotuswordpro/source/filter/lwplnopts.cxx
[build CXX] lotuswordpro/source/filter/lwpmarker.cxx
[build CXX] lotuswordpro/source/filter/lwpnotes.cxx
[build CXX] lotuswordpro/source/filter/lwpnumberingoverride.cxx
[build CXX] lotuswordpro/source/filter/lwpnumericfmt.cxx
[build CXX] lotuswordpro/source/filter/lwpobj.cxx
[build CXX] lotuswordpro/source/filter/lwpobjfactory.cxx
[build CXX] lotuswordpro/source/filter/lwpobjhdr.cxx
[build CXX] lotuswordpro/source/filter/lwpobjid.cxx
[build CXX] lotuswordpro/source/filter/lwpobjstrm.cxx
[build CXX] lotuswordpro/source/filter/lwpoleobject.cxx
[build CXX] lotuswordpro/source/filter/lwpoverride.cxx
[build CXX] lotuswordpro/source/filter/lwppagehint.cxx
[build CXX] lotuswordpro/source/filter/lwppagelayout.cxx
[build CXX] lotuswordpro/source/filter/lwppara1.cxx
[build CXX] lotuswordpro/source/filter/lwpparaborderoverride.cxx
[build CXX] lotuswordpro/source/filter/lwppara.cxx
[build CXX] lotuswordpro/source/filter/lwpparaproperty.cxx
[build CXX] lotuswordpro/source/filter/lwpparastyle.cxx
[build CXX] lotuswordpro/source/filter/lwpproplist.cxx
[build CXX] lotuswordpro/source/filter/lwpprtinfo.cxx
[build CXX] lotuswordpro/source/filter/lwprowlayout.cxx
[build CXX] lotuswordpro/source/filter/lwpsdwfileloader.cxx
[build CXX] lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
[build CXX] lotuswordpro/source/filter/lwpsdwrect.cxx
[build CXX] lotuswordpro/source/filter/lwpsection.cxx
[build CXX] lotuswordpro/source/filter/lwpsilverbullet.cxx
[build CXX] lotuswordpro/source/filter/lwpsortopt.cxx
[build CXX] lotuswordpro/source/filter/lwpstory.cxx
[build CXX] lotuswordpro/source/filter/lwpsvstream.cxx
[build CXX] lotuswordpro/source/filter/lwptable.cxx
[build CXX] lotuswordpro/source/filter/lwptablelayout.cxx
[build CXX] lotuswordpro/source/filter/lwptaboverride.cxx
[build CXX] lotuswordpro/source/filter/lwptabrack.cxx
[build CXX] lotuswordpro/source/filter/lwptblcell.cxx
[build CXX] lotuswordpro/source/filter/lwptblformula.cxx
[build CXX] lotuswordpro/source/filter/lwptoc.cxx
[build CXX] lotuswordpro/source/filter/lwptools.cxx
[build CXX] lotuswordpro/source/filter/lwpuidoc.cxx
[build CXX] lotuswordpro/source/filter/lwpusrdicts.cxx
[build CXX] lotuswordpro/source/filter/lwpverdocument.cxx
[build CXX] lotuswordpro/source/filter/lwpvpointer.cxx
[build CXX] lotuswordpro/source/filter/tocread.cxx
[build CXX] lotuswordpro/source/filter/utbenvs.cxx
[build CXX] lotuswordpro/source/filter/utlist.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfbase64.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfbgimage.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfborders.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcell.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcellstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfchange.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcolor.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcolstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcolumns.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfconfigmanager.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcontentcontainer.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfcrossref.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdate.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdatestyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdocfield.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawareastyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawline.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawlinestyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawobj.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawpath.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawpolyline.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawrect.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfdrawstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfentry.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xffloatframe.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xffont.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xffontdecl.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xffontfactory.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfframe.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfframestyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfglobal.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfheaderstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfimage.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfimagestyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfindex.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xflist.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfliststyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfmargins.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfmasterpage.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfnumberstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfofficemeta.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfpagemaster.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfparagraph.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfparastyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfrow.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfrowstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfsaxattrlist.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfsaxstream.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfsection.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfsectionstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfshadow.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfstylecont.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfstylemanager.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftable.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftablestyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftabstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftextboxstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftextcontent.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftextspan.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftextstyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xftimestyle.cxx
[build CXX] lotuswordpro/source/filter/xfilter/xfutil.cxx
[build CXX] xmlsecurity/source/component/certificatecontainer.cxx
[build CXX] xmlsecurity/source/component/documentdigitalsignatures.cxx
[build CXX] xmlsecurity/source/component/registerservices.cxx
[build CXX] xmlsecurity/source/dialogs/certificatechooser.cxx
[build CXX] xmlsecurity/source/dialogs/certificateviewer.cxx
[build CXX] xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
[build CXX] xmlsecurity/source/dialogs/macrosecurity.cxx
[build CXX] xmlsecurity/source/dialogs/resourcemanager.cxx
[build CXX] xmlsecurity/source/helper/documentsignaturehelper.cxx
[build CXX] xmlsecurity/source/helper/documentsignaturemanager.cxx
[build CXX] xmlsecurity/source/helper/ooxmlsecparser.cxx
[build CXX] xmlsecurity/source/helper/ooxmlsecexporter.cxx
[build CXX] xmlsecurity/source/helper/pdfsignaturehelper.cxx
[build CXX] xmlsecurity/source/helper/xmlsignaturehelper2.cxx
[build CXX] xmlsecurity/source/helper/xmlsignaturehelper.cxx
[build CXX] xmlsecurity/source/helper/xsecctl.cxx
[build CXX] xmlsecurity/source/helper/xsecparser.cxx
[build CXX] xmlsecurity/source/helper/xsecsign.cxx
[build CXX] xmlsecurity/source/helper/xsecverify.cxx
[build CXX] xmlsecurity/source/pdfio/pdfdocument.cxx
[build CXX] sd/source/core/CustomAnimationCloner.cxx
[build CXX] sd/source/core/CustomAnimationEffect.cxx
[build CXX] sd/source/core/CustomAnimationPreset.cxx
[build CXX] sd/source/core/EffectMigration.cxx
[build CXX] sd/source/core/PageListWatcher.cxx
[build CXX] sd/source/core/TransitionPreset.cxx
[build CXX] sd/source/core/anminfo.cxx
[build CXX] sd/source/core/annotations/Annotation.cxx
[build CXX] sd/source/core/annotations/AnnotationEnumeration.cxx
[build CXX] sd/source/core/cusshow.cxx
[build CXX] sd/source/core/drawdoc.cxx
[build CXX] sd/source/core/drawdoc2.cxx
[build CXX] sd/source/core/drawdoc3.cxx
[build CXX] sd/source/core/drawdoc4.cxx
[build CXX] sd/source/core/drawdoc_animations.cxx
[build CXX] sd/source/core/pglink.cxx
[build CXX] sd/source/core/sdiocmpt.cxx
[build CXX] sd/source/core/sdpage.cxx
[build CXX] sd/source/core/sdpage2.cxx
[build CXX] sd/source/core/sdpage_animations.cxx
[build CXX] sd/source/core/shapelist.cxx
[build CXX] sd/source/core/stlfamily.cxx
[build CXX] sd/source/core/stlpool.cxx
[build CXX] sd/source/core/stlsheet.cxx
[build CXX] sd/source/core/text/textapi.cxx
[build CXX] sd/source/core/typemap.cxx
[build CXX] sd/source/core/undo/undofactory.cxx
[build CXX] sd/source/core/undo/undomanager.cxx
[build CXX] sd/source/core/undo/undoobjects.cxx
[build CXX] sd/source/core/undoanim.cxx
[build CXX] sd/source/filter/cgm/sdcgmfilter.cxx
[build CXX] sd/source/filter/grf/sdgrffilter.cxx
[build CXX] sd/source/filter/html/HtmlOptionsDialog.cxx
[build CXX] sd/source/filter/html/buttonset.cxx
[build CXX] sd/source/filter/html/htmlex.cxx
[build CXX] sd/source/filter/html/sdhtmlfilter.cxx
[build CXX] sd/source/filter/sdfilter.cxx
[build CXX] sd/source/filter/sdpptwrp.cxx
[build CXX] sd/source/filter/xml/sdtransform.cxx
[build CXX] sd/source/filter/xml/sdxmlwrp.cxx
[build CXX] sd/source/helper/simplereferencecomponent.cxx
[build CXX] sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
[build CXX] sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
[build CXX] sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx
[build CXX] sd/source/ui/accessibility/AccessibleOutlineView.cxx
[build CXX] sd/source/ui/accessibility/AccessiblePageShape.cxx
[build CXX] sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
[build CXX] sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
[build CXX] sd/source/ui/accessibility/AccessiblePresentationShape.cxx
[build CXX] sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
[build CXX] sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
[build CXX] sd/source/ui/accessibility/AccessibleViewForwarder.cxx
[build CXX] sd/source/ui/accessibility/SdShapeTypes.cxx
[build CXX] sd/source/ui/animations/CategoryListBox.cxx
[build CXX] sd/source/ui/animations/CustomAnimationBox.cxx
[build CXX] sd/source/ui/animations/CustomAnimationDialog.cxx
[build CXX] sd/source/ui/animations/CustomAnimationList.cxx
[build CXX] sd/source/ui/animations/CustomAnimationPane.cxx
[build CXX] sd/source/ui/animations/STLPropertySet.cxx
[build CXX] sd/source/ui/animations/SlideTransitionPane.cxx
[build CXX] sd/source/ui/animations/SlideTransitionBox.cxx
[build CXX] sd/source/ui/animations/motionpathtag.cxx
[build CXX] sd/source/ui/annotations/annotationmanager.cxx
[build CXX] sd/source/ui/annotations/annotationtag.cxx
[build CXX] sd/source/ui/annotations/annotationwindow.cxx
[build CXX] sd/source/ui/app/optsitem.cxx
[build CXX] sd/source/ui/app/sddll.cxx
[build CXX] sd/source/ui/app/sdmod.cxx
[build CXX] sd/source/ui/app/sdmod1.cxx
[build CXX] sd/source/ui/app/sdmod2.cxx
[build CXX] sd/source/ui/app/sdpopup.cxx
[build CXX] sd/source/ui/app/sdxfer.cxx
[build CXX] sd/source/ui/app/tmplctrl.cxx
[build CXX] sd/source/ui/controller/slidelayoutcontroller.cxx
[build CXX] sd/source/ui/controller/displaymodecontroller.cxx
[build CXX] sd/source/ui/dlg/AnimationChildWindow.cxx
[build CXX] sd/source/ui/dlg/LayerTabBar.cxx
[build CXX] sd/source/ui/dlg/NavigatorChildWindow.cxx
[build CXX] sd/source/ui/dlg/PaneChildWindows.cxx
[build CXX] sd/source/ui/dlg/PaneDockingWindow.cxx
[build CXX] sd/source/ui/dlg/PaneShells.cxx
[build CXX] sd/source/ui/dlg/SpellDialogChildWindow.cxx
[build CXX] sd/source/ui/dlg/TemplateScanner.cxx
[build CXX] sd/source/ui/dlg/animobjs.cxx
[build CXX] sd/source/ui/dlg/assclass.cxx
[build CXX] sd/source/ui/dlg/diactrl.cxx
[build CXX] sd/source/ui/dlg/docprev.cxx
[build CXX] sd/source/ui/dlg/filedlg.cxx
[build CXX] sd/source/ui/dlg/gluectrl.cxx
[build CXX] sd/source/ui/dlg/ins_paste.cxx
[build CXX] sd/source/ui/dlg/layeroptionsdlg.cxx
[build CXX] sd/source/ui/dlg/navigatr.cxx
[build CXX] sd/source/ui/dlg/sdabstdlg.cxx
[build CXX] sd/source/ui/dlg/sdtreelb.cxx
[build CXX] sd/source/ui/dlg/unchss.cxx
[build CXX] sd/source/ui/docshell/docshel2.cxx
[build CXX] sd/source/ui/docshell/docshel3.cxx
[build CXX] sd/source/ui/docshell/docshel4.cxx
[build CXX] sd/source/ui/docshell/docshell.cxx
[build CXX] sd/source/ui/docshell/grdocsh.cxx
[build CXX] sd/source/ui/docshell/sdclient.cxx
[build CXX] sd/source/ui/framework/configuration/ChangeRequestQueue.cxx
[build CXX] sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
[build CXX] sd/source/ui/framework/configuration/Configuration.cxx
[build CXX] sd/source/ui/framework/configuration/ConfigurationClassifier.cxx
[build CXX] sd/source/ui/framework/configuration/ConfigurationController.cxx
[build CXX] sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
[build CXX] sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
[build CXX] sd/source/ui/framework/configuration/ConfigurationTracer.cxx
[build CXX] sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
[build CXX] sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
[build CXX] sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
[build CXX] sd/source/ui/framework/configuration/ResourceId.cxx
[build CXX] sd/source/ui/framework/configuration/UpdateRequest.cxx
[build CXX] sd/source/ui/framework/factories/BasicPaneFactory.cxx
[build CXX] sd/source/ui/framework/factories/BasicToolBarFactory.cxx
[build CXX] sd/source/ui/framework/factories/BasicViewFactory.cxx
[build CXX] sd/source/ui/framework/factories/ChildWindowPane.cxx
[build CXX] sd/source/ui/framework/factories/FrameWindowPane.cxx
[build CXX] sd/source/ui/framework/factories/FullScreenPane.cxx
[build CXX] sd/source/ui/framework/factories/Pane.cxx
[build CXX] sd/source/ui/framework/factories/PresentationFactory.cxx
[build CXX] sd/source/ui/framework/factories/ViewShellWrapper.cxx
[build CXX] sd/source/ui/framework/module/CenterViewFocusModule.cxx
[build CXX] sd/source/ui/framework/module/DrawModule.cxx
[build CXX] sd/source/ui/framework/module/ImpressModule.cxx
[build CXX] sd/source/ui/framework/module/ModuleController.cxx
[build CXX] sd/source/ui/framework/module/PresentationModule.cxx
[build CXX] sd/source/ui/framework/module/ResourceManager.cxx
[build CXX] sd/source/ui/framework/module/ShellStackGuard.cxx
[build CXX] sd/source/ui/framework/module/SlideSorterModule.cxx
[build CXX] sd/source/ui/framework/module/ToolBarModule.cxx
[build CXX] sd/source/ui/framework/module/ToolPanelModule.cxx
[build CXX] sd/source/ui/framework/module/ViewTabBarModule.cxx
[build CXX] sd/source/ui/framework/tools/FrameworkHelper.cxx
[build CXX] sd/source/ui/func/bulmaper.cxx
[build CXX] sd/source/ui/func/fuarea.cxx
[build CXX] sd/source/ui/func/fubullet.cxx
[build CXX] sd/source/ui/func/fuchar.cxx
[build CXX] sd/source/ui/func/fucon3d.cxx
[build CXX] sd/source/ui/func/fuconarc.cxx
[build CXX] sd/source/ui/func/fuconbez.cxx
[build CXX] sd/source/ui/func/fuconcs.cxx
[build CXX] sd/source/ui/func/fuconnct.cxx
[build CXX] sd/source/ui/func/fuconrec.cxx
[build CXX] sd/source/ui/func/fuconstr.cxx
[build CXX] sd/source/ui/func/fuconuno.cxx
[build CXX] sd/source/ui/func/fucopy.cxx
[build CXX] sd/source/ui/func/fucushow.cxx
[build CXX] sd/source/ui/func/fudraw.cxx
[build CXX] sd/source/ui/func/fudspord.cxx
[build CXX] sd/source/ui/func/fuediglu.cxx
[build CXX] sd/source/ui/func/fuexpand.cxx
[build CXX] sd/source/ui/func/fuformatpaintbrush.cxx
[build CXX] sd/source/ui/func/fuhhconv.cxx
[build CXX] sd/source/ui/func/fuinsert.cxx
[build CXX] sd/source/ui/func/fuinsfil.cxx
[build CXX] sd/source/ui/func/fuline.cxx
[build CXX] sd/source/ui/func/fulinend.cxx
[build CXX] sd/source/ui/func/fulink.cxx
[build CXX] sd/source/ui/func/fumeasur.cxx
[build CXX] sd/source/ui/func/fumorph.cxx
[build CXX] sd/source/ui/func/funavig.cxx
[build CXX] sd/source/ui/func/fuoaprms.cxx
[build CXX] sd/source/ui/func/fuolbull.cxx
[build CXX] sd/source/ui/func/fuoltext.cxx
[build CXX] sd/source/ui/func/fupage.cxx
[build CXX] sd/source/ui/func/fuparagr.cxx
[build CXX] sd/source/ui/func/fupoor.cxx
[build CXX] sd/source/ui/func/fuprlout.cxx
[build CXX] sd/source/ui/func/fuprobjs.cxx
[build CXX] sd/source/ui/func/fuscale.cxx
[build CXX] sd/source/ui/func/fusearch.cxx
[build CXX] sd/source/ui/func/fusel.cxx
[build CXX] sd/source/ui/func/fusldlg.cxx
[build CXX] sd/source/ui/func/fusnapln.cxx
[build CXX] sd/source/ui/func/fusumry.cxx
[build CXX] sd/source/ui/func/futempl.cxx
[build CXX] sd/source/ui/func/futext.cxx
[build CXX] sd/source/ui/func/futhes.cxx
[build CXX] sd/source/ui/func/futransf.cxx
[build CXX] sd/source/ui/func/futxtatt.cxx
[build CXX] sd/source/ui/func/fuvect.cxx
[build CXX] sd/source/ui/func/fuzoom.cxx
[build CXX] sd/source/ui/func/sdundogr.cxx
[build CXX] sd/source/ui/func/smarttag.cxx
[build CXX] sd/source/ui/func/undoback.cxx
[build CXX] sd/source/ui/func/undoheaderfooter.cxx
[build CXX] sd/source/ui/func/undolayer.cxx
[build CXX] sd/source/ui/func/undopage.cxx
[build CXX] sd/source/ui/func/unmovss.cxx
[build CXX] sd/source/ui/func/unoaprms.cxx
[build CXX] sd/source/ui/func/unprlout.cxx
[build CXX] sd/source/ui/presenter/CanvasUpdateRequester.cxx
[build CXX] sd/source/ui/presenter/PresenterCanvas.cxx
[build CXX] sd/source/ui/presenter/PresenterHelper.cxx
[build CXX] sd/source/ui/presenter/PresenterPreviewCache.cxx
[build CXX] sd/source/ui/presenter/PresenterTextView.cxx
[build CXX] sd/source/ui/presenter/SlideRenderer.cxx
[build CXX] sd/source/ui/sidebar/AllMasterPagesSelector.cxx
[build CXX] sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx
[build CXX] sd/source/ui/sidebar/CustomAnimationPanel.cxx
[build CXX] sd/source/ui/sidebar/DocumentHelper.cxx
[build CXX] sd/source/ui/sidebar/LayoutMenu.cxx
[build CXX] sd/source/ui/sidebar/MasterPageContainer.cxx
[build CXX] sd/source/ui/sidebar/MasterPageContainerFiller.cxx
[build CXX] sd/source/ui/sidebar/MasterPageContainerProviders.cxx
[build CXX] sd/source/ui/sidebar/MasterPageContainerQueue.cxx
[build CXX] sd/source/ui/sidebar/MasterPageDescriptor.cxx
[build CXX] sd/source/ui/sidebar/MasterPageObserver.cxx
[build CXX] sd/source/ui/sidebar/MasterPagesSelector.cxx
[build CXX] sd/source/ui/sidebar/NavigatorWrapper.cxx
[build CXX] sd/source/ui/sidebar/PanelBase.cxx
[build CXX] sd/source/ui/sidebar/PanelFactory.cxx
[build CXX] sd/source/ui/sidebar/PreviewValueSet.cxx
[build CXX] sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx
[build CXX] sd/source/ui/sidebar/RecentMasterPagesSelector.cxx
[build CXX] sd/source/ui/sidebar/SlideTransitionPanel.cxx
[build CXX] sd/source/ui/sidebar/SlideBackground.cxx
[build CXX] sd/source/ui/sidebar/TableDesignPanel.cxx
[build CXX] sd/source/ui/slideshow/PaneHider.cxx
[build CXX] sd/source/ui/slideshow/SlideShowRestarter.cxx
[build CXX] sd/source/ui/slideshow/showwin.cxx
[build CXX] sd/source/ui/slideshow/slideshow.cxx
[build CXX] sd/source/ui/slideshow/slideshowimpl.cxx
[build CXX] sd/source/ui/slideshow/slideshowviewimpl.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsCacheConfiguration.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsPageCache.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsQueueProcessor.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx
[build CXX] sd/source/ui/slidesorter/cache/SlsRequestQueue.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlideSorterController.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsAnimator.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsClipboard.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsListener.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsPageSelector.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsProperties.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
[build CXX] sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx
[build CXX] sd/source/ui/slidesorter/model/SlideSorterModel.cxx
[build CXX] sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx
[build CXX] sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx
[build CXX] sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx
[build CXX] sd/source/ui/slidesorter/model/SlsVisualState.cxx
[build CXX] sd/source/ui/slidesorter/shell/SlideSorter.cxx
[build CXX] sd/source/ui/slidesorter/shell/SlideSorterService.cxx
[build CXX] sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
[build CXX] sd/source/ui/slidesorter/view/SlideSorterView.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsFontProvider.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsFramePainter.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsLayouter.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsTheme.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsToolTip.cxx
[build CXX] sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx
[build CXX] sd/source/ui/table/TableDesignBox.cxx
[build CXX] sd/source/ui/table/TableDesignPane.cxx
[build CXX] sd/source/ui/table/tablefunction.cxx
[build CXX] sd/source/ui/table/tableobjectbar.cxx
[build CXX] sd/source/ui/tools/AsynchronousCall.cxx
[build CXX] sd/source/ui/tools/ConfigurationAccess.cxx
[build CXX] sd/source/ui/tools/EventMultiplexer.cxx
[build CXX] sd/source/ui/tools/IconCache.cxx
[build CXX] sd/source/ui/tools/IdleDetection.cxx
[build CXX] sd/source/ui/tools/PreviewRenderer.cxx
[build CXX] sd/source/ui/tools/PropertySet.cxx
[build CXX] sd/source/ui/tools/SdGlobalResourceContainer.cxx
[build CXX] sd/source/ui/tools/SlotStateListener.cxx
[build CXX] sd/source/ui/tools/TimerBasedTaskExecution.cxx
[build CXX] sd/source/ui/uitest/uiobject.cxx
[build CXX] sd/source/ui/unoidl/DrawController.cxx
[build CXX] sd/source/ui/unoidl/SdUnoDrawView.cxx
[build CXX] sd/source/ui/unoidl/SdUnoOutlineView.cxx
[build CXX] sd/source/ui/unoidl/SdUnoSlideView.cxx
[build CXX] sd/source/ui/unoidl/UnoDocumentSettings.cxx
[build CXX] sd/source/ui/unoidl/facreg.cxx
[build CXX] sd/source/ui/unoidl/randomnode.cxx
[build CXX] sd/source/ui/unoidl/unocpres.cxx
[build CXX] sd/source/ui/unoidl/unodoc.cxx
[build CXX] sd/source/ui/unoidl/unolayer.cxx
[build CXX] sd/source/ui/unoidl/unomodel.cxx
[build CXX] sd/source/ui/unoidl/unomodule.cxx
[build CXX] sd/source/ui/unoidl/unoobj.cxx
[build CXX] sd/source/ui/unoidl/unopage.cxx
[build CXX] sd/source/ui/unoidl/unopback.cxx
[build CXX] sd/source/ui/unoidl/unopool.cxx
[build CXX] sd/source/ui/unoidl/unosrch.cxx
[build CXX] sd/source/ui/unoidl/unowcntr.cxx
[build CXX] sd/source/ui/view/DocumentRenderer.cxx
[build CXX] sd/source/ui/view/FormShellManager.cxx
[build CXX] sd/source/ui/view/GraphicObjectBar.cxx
[build CXX] sd/source/ui/view/GraphicViewShellBase.cxx
[build CXX] sd/source/ui/view/ImpressViewShellBase.cxx
[build CXX] sd/source/ui/view/MediaObjectBar.cxx
[build CXX] sd/source/ui/view/OutlineViewShellBase.cxx
[build CXX] sd/source/ui/view/Outliner.cxx
[build CXX] sd/source/ui/view/OutlinerIterator.cxx
[build CXX] sd/source/ui/view/PresentationViewShellBase.cxx
[build CXX] sd/source/ui/view/SlideSorterViewShellBase.cxx
[build CXX] sd/source/ui/view/ToolBarManager.cxx
[build CXX] sd/source/ui/view/ViewClipboard.cxx
[build CXX] sd/source/ui/view/ViewShellBase.cxx
[build CXX] sd/source/ui/view/ViewShellHint.cxx
[build CXX] sd/source/ui/view/ViewShellImplementation.cxx
[build CXX] sd/source/ui/view/ViewShellManager.cxx
[build CXX] sd/source/ui/view/ViewTabBar.cxx
[build CXX] sd/source/ui/view/WindowUpdater.cxx
[build CXX] sd/source/ui/view/clview.cxx
[build CXX] sd/source/ui/view/drawview.cxx
[build CXX] sd/source/ui/view/drbezob.cxx
[build CXX] sd/source/ui/view/drtxtob.cxx
[build CXX] sd/source/ui/view/drtxtob1.cxx
[build CXX] sd/source/ui/view/drviews1.cxx
[build CXX] sd/source/ui/view/drviews2.cxx
[build CXX] sd/source/ui/view/drviews3.cxx
[build CXX] sd/source/ui/view/drviews4.cxx
[build CXX] sd/source/ui/view/drviews5.cxx
[build CXX] sd/source/ui/view/drviews6.cxx
[build CXX] sd/source/ui/view/drviews7.cxx
[build CXX] sd/source/ui/view/drviews8.cxx
[build CXX] sd/source/ui/view/drviews9.cxx
[build CXX] sd/source/ui/view/drviewsa.cxx
[build CXX] sd/source/ui/view/drviewsb.cxx
[build CXX] sd/source/ui/view/drviewsc.cxx
[build CXX] sd/source/ui/view/drviewsd.cxx
[build CXX] sd/source/ui/view/drviewse.cxx
[build CXX] sd/source/ui/view/drviewsf.cxx
[build CXX] sd/source/ui/view/drviewsg.cxx
[build CXX] sd/source/ui/view/drviewsh.cxx
[build CXX] sd/source/ui/view/drviewsi.cxx
[build CXX] sd/source/ui/view/drviewsj.cxx
[build CXX] sd/source/ui/view/drviewsk.cxx
[build CXX] sd/source/ui/view/drvwshrg.cxx
[build CXX] sd/source/ui/view/frmview.cxx
[build CXX] sd/source/ui/view/grviewsh.cxx
[build CXX] sd/source/ui/view/outlnvs2.cxx
[build CXX] sd/source/ui/view/outlnvsh.cxx
[build CXX] sd/source/ui/view/outlview.cxx
[build CXX] sd/source/ui/view/presvish.cxx
[build CXX] sd/source/ui/view/sdruler.cxx
[build CXX] sd/source/ui/view/sdview.cxx
[build CXX] sd/source/ui/view/sdview2.cxx
[build CXX] sd/source/ui/view/sdview3.cxx
[build CXX] sd/source/ui/view/sdview4.cxx
[build CXX] sd/source/ui/view/sdview5.cxx
[build CXX] sd/source/ui/view/sdwindow.cxx
[build CXX] sd/source/ui/view/tabcontr.cxx
[build CXX] sd/source/ui/view/unmodpg.cxx
[build CXX] sd/source/ui/view/viewoverlaymanager.cxx
[build CXX] sd/source/ui/view/viewshe2.cxx
[build CXX] sd/source/ui/view/viewshe3.cxx
[build CXX] sd/source/ui/view/viewshel.cxx
[build CXX] sd/source/ui/view/zoomlist.cxx
[build CXX] sd/source/ui/remotecontrol/BufferedStreamSocket.cxx
[build CXX] sd/source/ui/remotecontrol/Communicator.cxx
[build CXX] sd/source/ui/remotecontrol/ImagePreparer.cxx
[build CXX] sd/source/ui/remotecontrol/Server.cxx
[build CXX] sd/source/ui/remotecontrol/Receiver.cxx
[build CXX] sd/source/ui/remotecontrol/Listener.cxx
[build CXX] sd/source/ui/remotecontrol/Transmitter.cxx
[build OCX] sd/source/ui/remotecontrol/DiscoveryService.mm
[build OCX] sd/source/ui/remotecontrol/OSXNetworkService.mm
[build OCX] sd/source/ui/remotecontrol/BluetoothServer.mm
[build OCX] sd/source/ui/remotecontrol/OSXBluetooth.mm
[build CXX] slideshow/source/engine/activities/activitiesfactory.cxx
[build CXX] slideshow/source/engine/activities/activitybase.cxx
[build CXX] slideshow/source/engine/activities/continuousactivitybase.cxx
[build CXX] slideshow/source/engine/activities/continuouskeytimeactivitybase.cxx
[build CXX] slideshow/source/engine/activities/discreteactivitybase.cxx
[build CXX] slideshow/source/engine/activitiesqueue.cxx
[build CXX] slideshow/source/engine/activities/simplecontinuousactivitybase.cxx
[build CXX] slideshow/source/engine/animatedsprite.cxx
[build CXX] slideshow/source/engine/animationfactory.cxx
[build CXX] slideshow/source/engine/animationnodes/animationaudionode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationbasenode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationcolornode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationcommandnode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationnodefactory.cxx
[build CXX] slideshow/source/engine/animationnodes/animationpathmotionnode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationsetnode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationtransformnode.cxx
[build CXX] slideshow/source/engine/animationnodes/animationtransitionfilternode.cxx
[build CXX] slideshow/source/engine/animationnodes/basecontainernode.cxx
[build CXX] slideshow/source/engine/animationnodes/basenode.cxx
[build CXX] slideshow/source/engine/animationnodes/generateevent.cxx
[build CXX] slideshow/source/engine/animationnodes/nodetools.cxx
[build CXX] slideshow/source/engine/animationnodes/paralleltimecontainer.cxx
[build CXX] slideshow/source/engine/animationnodes/propertyanimationnode.cxx
[build CXX] slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx
[build CXX] slideshow/source/engine/attributemap.cxx
[build CXX] slideshow/source/engine/color.cxx
[build CXX] slideshow/source/engine/delayevent.cxx
[build CXX] slideshow/source/engine/effectrewinder.cxx
[build CXX] slideshow/source/engine/eventmultiplexer.cxx
[build CXX] slideshow/source/engine/eventqueue.cxx
[build CXX] slideshow/source/engine/expressionnodefactory.cxx
[build CXX] slideshow/source/engine/rehearsetimingsactivity.cxx
[build CXX] slideshow/source/engine/screenupdater.cxx
[build CXX] slideshow/source/engine/shapeattributelayer.cxx
[build CXX] slideshow/source/engine/shapes/appletshape.cxx
[build CXX] slideshow/source/engine/shapes/backgroundshape.cxx
[build CXX] slideshow/source/engine/shapes/drawinglayeranimation.cxx
[build CXX] slideshow/source/engine/shapes/drawshape.cxx
[build CXX] slideshow/source/engine/shapes/drawshapesubsetting.cxx
[build CXX] slideshow/source/engine/shapes/externalshapebase.cxx
[build CXX] slideshow/source/engine/shapes/gdimtftools.cxx
[build CXX] slideshow/source/engine/shapes/intrinsicanimationactivity.cxx
[build CXX] slideshow/source/engine/shapes/mediashape.cxx
[build CXX] slideshow/source/engine/shapes/shapeimporter.cxx
[build CXX] slideshow/source/engine/shapesubset.cxx
[build CXX] slideshow/source/engine/shapes/viewappletshape.cxx
[build CXX] slideshow/source/engine/shapes/viewbackgroundshape.cxx
[build CXX] slideshow/source/engine/shapes/viewmediashape.cxx
[build CXX] slideshow/source/engine/shapes/viewshape.cxx
[build CXX] slideshow/source/engine/slidebitmap.cxx
[build CXX] slideshow/source/engine/slide/layer.cxx
[build CXX] slideshow/source/engine/slide/layermanager.cxx
[build CXX] slideshow/source/engine/slide/shapemanagerimpl.cxx
[build CXX] slideshow/source/engine/slideshowcontext.cxx
[build CXX] slideshow/source/engine/slideshowimpl.cxx
[build CXX] slideshow/source/engine/slide/slideanimations.cxx
[build CXX] slideshow/source/engine/slide/slideimpl.cxx
[build CXX] slideshow/source/engine/slide/targetpropertiescreator.cxx
[build CXX] slideshow/source/engine/slide/userpaintoverlay.cxx
[build CXX] slideshow/source/engine/slideview.cxx
[build CXX] slideshow/source/engine/smilfunctionparser.cxx
[build CXX] slideshow/source/engine/soundplayer.cxx
[build CXX] slideshow/source/engine/tools.cxx
[build CXX] slideshow/source/engine/transitions/barndoorwipe.cxx
[build CXX] slideshow/source/engine/transitions/barwipepolypolygon.cxx
[build CXX] slideshow/source/engine/transitions/boxwipe.cxx
[build CXX] slideshow/source/engine/transitions/checkerboardwipe.cxx
[build CXX] slideshow/source/engine/transitions/clippingfunctor.cxx
[build CXX] slideshow/source/engine/transitions/clockwipe.cxx
[build CXX] slideshow/source/engine/transitions/combtransition.cxx
[build CXX] slideshow/source/engine/transitions/doublediamondwipe.cxx
[build CXX] slideshow/source/engine/transitions/ellipsewipe.cxx
[build CXX] slideshow/source/engine/transitions/fanwipe.cxx
[build CXX] slideshow/source/engine/transitions/figurewipe.cxx
[build CXX] slideshow/source/engine/transitions/fourboxwipe.cxx
[build CXX] slideshow/source/engine/transitions/iriswipe.cxx
[build CXX] slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
[build CXX] slideshow/source/engine/transitions/pinwheelwipe.cxx
[build CXX] slideshow/source/engine/transitions/randomwipe.cxx
[build CXX] slideshow/source/engine/transitions/shapetransitionfactory.cxx
[build CXX] slideshow/source/engine/transitions/slidechangebase.cxx
[build CXX] slideshow/source/engine/transitions/slidetransitionfactory.cxx
[build CXX] slideshow/source/engine/transitions/snakewipe.cxx
[build CXX] slideshow/source/engine/transitions/spiralwipe.cxx
[build CXX] slideshow/source/engine/transitions/sweepwipe.cxx
[build CXX] slideshow/source/engine/transitions/transitionfactorytab.cxx
[build CXX] slideshow/source/engine/transitions/transitiontools.cxx
[build CXX] slideshow/source/engine/transitions/veewipe.cxx
[build CXX] slideshow/source/engine/transitions/waterfallwipe.cxx
[build CXX] slideshow/source/engine/transitions/zigzagwipe.cxx
[build CXX] slideshow/source/engine/unoviewcontainer.cxx
[build CXX] slideshow/source/engine/usereventqueue.cxx
[build CXX] slideshow/source/engine/waitsymbol.cxx
[build CXX] slideshow/source/engine/pointersymbol.cxx
[build CXX] slideshow/source/engine/wakeupevent.cxx
[build CXX] scripting/source/dlgprov/DialogModelProvider.cxx
[build CXX] scripting/source/dlgprov/dlgevtatt.cxx
[build CXX] scripting/source/dlgprov/dlgprov.cxx
[build CXX] scripting/source/vbaevents/eventhelper.cxx
[build CXX] forms/source/component/Button.cxx
[build CXX] forms/source/component/cachedrowset.cxx
[build CXX] forms/source/component/CheckBox.cxx
[build CXX] forms/source/component/clickableimage.cxx
[build CXX] forms/source/component/cloneable.cxx
[build CXX] forms/source/component/errorbroadcaster.cxx
[build CXX] forms/source/component/Columns.cxx
[build CXX] forms/source/component/ComboBox.cxx
[build CXX] forms/source/component/Currency.cxx
[build CXX] forms/source/component/Date.cxx
[build CXX] forms/source/component/DatabaseForm.cxx
[build CXX] forms/source/component/EditBase.cxx
[build CXX] forms/source/component/Edit.cxx
[build CXX] forms/source/component/entrylisthelper.cxx
[build CXX] forms/source/component/EventThread.cxx
[build CXX] forms/source/component/File.cxx
[build CXX] forms/source/component/Filter.cxx
[build CXX] forms/source/component/findpos.cxx
[build CXX] forms/source/component/FixedText.cxx
[build CXX] forms/source/component/FormattedField.cxx
[build CXX] forms/source/component/FormattedFieldWrapper.cxx
[build CXX] forms/source/component/FormComponent.cxx
[build CXX] forms/source/component/formcontrolfont.cxx
[build CXX] forms/source/component/FormsCollection.cxx
[build CXX] forms/source/component/Grid.cxx
[build CXX] forms/source/component/GroupBox.cxx
[build CXX] forms/source/component/GroupManager.cxx
[build CXX] forms/source/component/Hidden.cxx
[build CXX] forms/source/component/ImageButton.cxx
[build CXX] forms/source/component/ImageControl.cxx
[build CXX] forms/source/component/imgprod.cxx
[build CXX] forms/source/component/ListBox.cxx
[build CXX] forms/source/component/navigationbar.cxx
[build CXX] forms/source/component/Numeric.cxx
[build CXX] forms/source/component/Pattern.cxx
[build CXX] forms/source/component/propertybaghelper.cxx
[build CXX] forms/source/component/RadioButton.cxx
[build CXX] forms/source/component/refvaluecomponent.cxx
[build CXX] forms/source/component/scrollbar.cxx
[build CXX] forms/source/component/spinbutton.cxx
[build CXX] forms/source/component/Time.cxx
[build CXX] forms/source/helper/commandimageprovider.cxx
[build CXX] forms/source/helper/controlfeatureinterception.cxx
[build CXX] forms/source/helper/formnavigation.cxx
[build CXX] forms/source/helper/resettable.cxx
[build CXX] forms/source/helper/urltransformer.cxx
[build CXX] forms/source/helper/windowstateguard.cxx
[build CXX] forms/source/misc/componenttools.cxx
[build CXX] forms/source/misc/InterfaceContainer.cxx
[build CXX] forms/source/misc/limitedformats.cxx
[build CXX] forms/source/misc/listenercontainers.cxx
[build CXX] forms/source/misc/property.cxx
[build CXX] forms/source/resource/frm_resource.cxx
[build CXX] forms/source/richtext/attributedispatcher.cxx
[build CXX] forms/source/richtext/clipboarddispatcher.cxx
[build CXX] forms/source/richtext/featuredispatcher.cxx
[build CXX] forms/source/richtext/parametrizedattributedispatcher.cxx
[build CXX] forms/source/richtext/richtextcontrol.cxx
[build CXX] forms/source/richtext/richtextengine.cxx
[build CXX] forms/source/richtext/richtextimplcontrol.cxx
[build CXX] forms/source/richtext/richtextmodel.cxx
[build CXX] forms/source/richtext/richtextunowrapper.cxx
[build CXX] forms/source/richtext/richtextvclcontrol.cxx
[build CXX] forms/source/richtext/richtextviewport.cxx
[build CXX] forms/source/richtext/rtattributehandler.cxx
[build CXX] forms/source/richtext/specialdispatchers.cxx
[build CXX] forms/source/runtime/formoperations.cxx
[build CXX] forms/source/solar/component/navbarcontrol.cxx
[build CXX] forms/source/solar/control/navtoolbar.cxx
[build CXX] forms/source/xforms/binding.cxx
[build CXX] forms/source/xforms/boolexpression.cxx
[build CXX] forms/source/xforms/computedexpression.cxx
[build CXX] forms/source/xforms/convert.cxx
[build CXX] forms/source/xforms/datatyperepository.cxx
[build CXX] forms/source/xforms/datatypes.cxx
[build CXX] forms/source/xforms/enumeration.cxx
[build CXX] forms/source/xforms/mip.cxx
[build CXX] forms/source/xforms/model.cxx
[build CXX] forms/source/xforms/model_ui.cxx
[build CXX] forms/source/xforms/pathexpression.cxx
[build CXX] forms/source/xforms/propertysetbase.cxx
[build CXX] forms/source/xforms/resourcehelper.cxx
[build CXX] forms/source/xforms/submission.cxx
[build CXX] forms/source/xforms/submission/replace.cxx
[build CXX] forms/source/xforms/submission/serialization_app_xml.cxx
[build CXX] forms/source/xforms/submission/serialization_urlencoded.cxx
[build CXX] forms/source/xforms/submission/submission_get.cxx
[build CXX] forms/source/xforms/submission/submission_post.cxx
[build CXX] forms/source/xforms/submission/submission_put.cxx
[build CXX] forms/source/xforms/unohelper.cxx
[build CXX] forms/source/xforms/xformsevent.cxx
[build CXX] forms/source/xforms/xforms_services.cxx
[build CXX] forms/source/xforms/xmlhelper.cxx
[build CXX] forms/source/xforms/xpathlib/extension.cxx
[build CXX] forms/source/xforms/xpathlib/xpathlib.cxx
[build CXX] svx/source/gengal/gengal.cxx
[build CXX] filter/source/svg/test/svg2odf.cxx
[build CXX] filter/source/svg/test/odfserializer.cxx
[build MOD] i18npool
[build BIN] svl
[build BIN] wizards
[build CXX] xmlsecurity/workben/pdfverify.cxx
[build CXX] filter/qa/cppunit/msfilter-test.cxx
[build CHK] sal
[build DEP] LNK:CppunitTest/libtest_svl_inetcontenttype.dylib
[build LNK] CppunitTest/libtest_svl_inetcontenttype.dylib
[build DEP] LNK:CppunitTest/libtest_svl_itempool.dylib
[build LNK] CppunitTest/libtest_svl_itempool.dylib
[build DEP] LNK:CppunitTest/libtest_svl_items.dylib
[build LNK] CppunitTest/libtest_svl_items.dylib
[build DEP] LNK:CppunitTest/libtest_svl_lngmisc.dylib
[build LNK] CppunitTest/libtest_svl_lngmisc.dylib
[build DEP] LNK:CppunitTest/libtest_svl_notify.dylib
[build LNK] CppunitTest/libtest_svl_notify.dylib
[build DEP] LNK:CppunitTest/libtest_svl_urihelper.dylib
[build LNK] CppunitTest/libtest_svl_urihelper.dylib
[build CXX] svx/qa/unit/svdraw/test_SdrTextObject.cxx
[build CXX] svx/qa/unit/xoutdev.cxx
[build CXX] vcl/qa/cppunit/pdfexport/pdfexport.cxx
[build CXX] xmlsecurity/qa/unit/signing/signing.cxx
[build CXX] xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx
[build CMP] vcl/vcl.macosx
[build CXX] svx/source/accessibility/AccessibleControlShape.cxx
[build CXX] svx/source/accessibility/AccessibleEmptyEditSource.cxx
[build CXX] svx/source/accessibility/AccessibleFrameSelector.cxx
[build CXX] svx/source/accessibility/AccessibleGraphicShape.cxx
[build CXX] svx/source/accessibility/AccessibleOLEShape.cxx
[build CXX] svx/source/accessibility/AccessibleShape.cxx
[build CXX] svx/source/accessibility/AccessibleShapeInfo.cxx
[build CXX] svx/source/accessibility/AccessibleShapeTreeInfo.cxx
[build CXX] svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
[build CXX] svx/source/accessibility/AccessibleTextEventQueue.cxx
[build CXX] svx/source/accessibility/AccessibleTextHelper.cxx
[build CXX] svx/source/accessibility/ChildrenManager.cxx
[build CXX] svx/source/accessibility/ChildrenManagerImpl.cxx
[build CXX] svx/source/accessibility/DescriptionGenerator.cxx
[build CXX] svx/source/accessibility/GraphCtlAccessibleContext.cxx
[build CXX] svx/source/accessibility/ShapeTypeHandler.cxx
[build CXX] svx/source/accessibility/SvxShapeTypes.cxx
[build CXX] svx/source/accessibility/charmapacc.cxx
[build CXX] svx/source/accessibility/lookupcolorname.cxx
[build CXX] svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
[build CXX] svx/source/accessibility/svxrectctaccessiblecontext.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShape3d.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShapeEngine.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
[build CXX] svx/source/customshapes/EnhancedCustomShapeHandle.cxx
[build CXX] svx/source/dialog/_bmpmask.cxx
[build CXX] svx/source/dialog/charmap.cxx
[build CXX] svx/source/dialog/searchcharmap.cxx
[build CXX] svx/source/dialog/connctrl.cxx
[build CXX] svx/source/dialog/_contdlg.cxx
[build CXX] svx/source/dialog/contwnd.cxx
[build CXX] svx/source/dialog/compressgraphicdialog.cxx
[build CXX] svx/source/dialog/ctredlin.cxx
[build CXX] svx/source/dialog/databaseregistrationui.cxx
[build CXX] svx/source/dialog/dialcontrol.cxx
[build CXX] svx/source/dialog/dlgctl3d.cxx
[build CXX] svx/source/dialog/dlgctrl.cxx
[build CXX] svx/source/dialog/docrecovery.cxx
[build CXX] svx/source/dialog/fntctrl.cxx
[build CXX] svx/source/dialog/fontlb.cxx
[build CXX] svx/source/dialog/fontwork.cxx
[build CXX] svx/source/dialog/framelinkarray.cxx
[build CXX] svx/source/dialog/frmdirlbox.cxx
[build CXX] svx/source/dialog/frmsel.cxx
[build CXX] svx/source/dialog/graphctl.cxx
[build CXX] svx/source/dialog/grfflt.cxx
[build CXX] svx/source/dialog/hdft.cxx
[build CXX] svx/source/dialog/hyperdlg.cxx
[build CXX] svx/source/dialog/imapdlg.cxx
[build CXX] svx/source/dialog/imapwnd.cxx
[build CXX] svx/source/dialog/linkwarn.cxx
[build CXX] svx/source/dialog/measctrl.cxx
[build CXX] svx/source/dialog/optgrid.cxx
[build CXX] svx/source/dialog/orienthelper.cxx
[build CXX] svx/source/dialog/pagectrl.cxx
[build CXX] svx/source/dialog/paraprev.cxx
[build CXX] svx/source/dialog/passwd.cxx
[build CXX] svx/source/dialog/prtqry.cxx
[build CXX] svx/source/dialog/relfld.cxx
[build CXX] svx/source/dialog/rlrcitem.cxx
[build CXX] svx/source/dialog/rubydialog.cxx
[build CXX] svx/source/dialog/rulritem.cxx
[build CXX] svx/source/dialog/SafeModeDialog.cxx
[build CXX] svx/source/dialog/SafeModeUI.cxx
[build CXX] svx/source/dialog/SpellDialogChildWindow.cxx
[build CXX] svx/source/dialog/srchctrl.cxx
[build CXX] svx/source/dialog/srchdlg.cxx
[build CXX] svx/source/dialog/strarray.cxx
[build CXX] svx/source/dialog/svxbmpnumvalueset.cxx
[build CXX] svx/source/dialog/svxgrahicitem.cxx
[build CXX] svx/source/dialog/svxruler.cxx
[build CXX] svx/source/dialog/swframeexample.cxx
[build CXX] svx/source/dialog/swframeposstrings.cxx
[build CXX] svx/source/dialog/txencbox.cxx
[build CXX] svx/source/dialog/txenctab.cxx
[build CXX] svx/source/engine3d/float3d.cxx
[build CXX] svx/source/items/algitem.cxx
[build CXX] svx/source/items/hlnkitem.cxx
[build CXX] svx/source/items/numfmtsh.cxx
[build CXX] svx/source/items/numinf.cxx
[build CXX] svx/source/items/ofaitem.cxx
[build CXX] svx/source/items/pageitem.cxx
[build CXX] svx/source/items/postattr.cxx
[build CXX] svx/source/items/rotmodit.cxx
[build CXX] svx/source/items/SmartTagItem.cxx
[build CXX] svx/source/items/svxerr.cxx
[build CXX] svx/source/items/viewlayoutitem.cxx
[build CXX] svx/source/items/zoomslideritem.cxx
[build CXX] svx/source/mnuctrls/clipboardctl.cxx
[build CXX] svx/source/mnuctrls/smarttagmenu.cxx
[build CXX] svx/source/sidebar/ContextChangeEventMultiplexer.cxx
[build CXX] svx/source/sidebar/EmptyPanel.cxx
[build CXX] svx/source/sidebar/nbdtmg.cxx
[build CXX] svx/source/sidebar/nbdtmgfact.cxx
[build CXX] svx/source/sidebar/PanelFactory.cxx
[build CXX] svx/source/sidebar/PanelLayout.cxx
[build CXX] svx/source/sidebar/SelectionAnalyzer.cxx
[build CXX] svx/source/sidebar/SelectionChangeHandler.cxx
[build CXX] svx/source/sidebar/text/TextCharacterSpacingControl.cxx
[build CXX] svx/source/sidebar/text/TextCharacterSpacingPopup.cxx
[build CXX] svx/source/sidebar/text/TextUnderlineControl.cxx
[build CXX] svx/source/sidebar/text/TextUnderlinePopup.cxx
[build CXX] svx/source/sidebar/text/TextPropertyPanel.cxx
[build CXX] svx/source/sidebar/styles/StylesPropertyPanel.cxx
[build CXX] svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
[build CXX] svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx
[build CXX] svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
[build CXX] svx/source/sidebar/paragraph/ParaSpacingWindow.cxx
[build CXX] svx/source/sidebar/paragraph/ParaSpacingControl.cxx
[build CXX] svx/source/sidebar/area/AreaPropertyPanel.cxx
[build CXX] svx/source/sidebar/area/AreaPropertyPanelBase.cxx
[build CXX] svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx
[build CXX] svx/source/sidebar/shadow/ShadowPropertyPanel.cxx
[build CXX] svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
[build CXX] svx/source/sidebar/line/LinePropertyPanel.cxx
[build CXX] svx/source/sidebar/line/LinePropertyPanelBase.cxx
[build CXX] svx/source/sidebar/line/LineWidthValueSet.cxx
[build CXX] svx/source/sidebar/line/LineWidthPopup.cxx
[build CXX] svx/source/sidebar/media/MediaPlaybackPanel.cxx
[build CXX] svx/source/sidebar/possize/PosSizePropertyPanel.cxx
[build CXX] svx/source/sidebar/possize/SidebarDialControl.cxx
[build CXX] svx/source/sidebar/shapes/DefaultShapesPanel.cxx
[build CXX] svx/source/sidebar/shapes/ShapesUtil.cxx
[build CXX] svx/source/sidebar/tools/ValueSetWithTextControl.cxx
[build CXX] svx/source/stbctrls/pszctrl.cxx
[build CXX] svx/source/stbctrls/insctrl.cxx
[build CXX] svx/source/stbctrls/selctrl.cxx
[build CXX] svx/source/stbctrls/xmlsecctrl.cxx
[build CXX] svx/source/stbctrls/modctrl.cxx
[build CXX] svx/source/stbctrls/zoomsliderctrl.cxx
[build CXX] svx/source/stbctrls/zoomctrl.cxx
[build CXX] svx/source/svdraw/ActionDescriptionProvider.cxx
[build CXX] svx/source/smarttags/SmartTagMgr.cxx
[build CXX] svx/source/table/accessiblecell.cxx
[build CXX] svx/source/table/accessibletableshape.cxx
[build CXX] svx/source/table/tabledesign.cxx
[build CXX] svx/source/table/tablertfexporter.cxx
[build CXX] svx/source/table/tablertfimporter.cxx
[build CXX] svx/source/tbxctrls/bulletsnumbering.cxx
[build CXX] svx/source/tbxctrls/colrctrl.cxx
[build CXX] svx/source/tbxctrls/SvxColorChildWindow.cxx
[build CXX] svx/source/tbxctrls/fillctrl.cxx
[build CXX] svx/source/tbxctrls/formatpaintbrushctrl.cxx
[build CXX] svx/source/tbxctrls/grafctrl.cxx
[build CXX] svx/source/tbxctrls/itemwin.cxx
[build CXX] svx/source/tbxctrls/layctrl.cxx
[build CXX] svx/source/tbxctrls/lboxctrl.cxx
[build CXX] svx/source/tbxctrls/linectrl.cxx
[build CXX] svx/source/tbxctrls/tbunocontroller.cxx
[build CXX] svx/source/tbxctrls/tbunosearchcontrollers.cxx
[build CXX] svx/source/tbxctrls/tbxcolor.cxx
[build CXX] svx/source/tbxctrls/tbxdrctl.cxx
[build CXX] svx/source/tbxctrls/verttexttbxctrl.cxx
[build CXX] svx/source/uitest/uiobject.cxx
[build CXX] svx/source/unodraw/recoveryui.cxx
[build CXX] svx/source/unodraw/unoctabl.cxx
[build CXX] svx/source/unodraw/UnoNamespaceMap.cxx
[build CXX] svx/source/unodraw/unopool.cxx
[build CXX] svx/source/unodraw/unoshcol.cxx
[build CXX] svx/source/unogallery/unogalitem.cxx
[build CXX] svx/source/unogallery/unogaltheme.cxx
[build CXX] svx/source/unogallery/unogalthemeprovider.cxx
[build CXX] svx/source/fmcomp/dbaobjectex.cxx
[build CXX] svx/source/form/databaselocationinput.cxx
[build CXX] svx/source/form/dbcharsethelper.cxx
[build CXX] svx/source/form/filtnav.cxx
[build CXX] svx/source/form/fmobjfac.cxx
[build CXX] svx/source/form/fmPropBrw.cxx
[build CXX] svx/source/form/fmsrccfg.cxx
[build CXX] svx/source/form/fmsrcimp.cxx
[build CXX] svx/source/form/tabwin.cxx
[build CXX] svx/source/form/tbxform.cxx
[build CXX] basctl/source/accessibility/accessibledialogcontrolshape.cxx
[build CXX] basctl/source/accessibility/accessibledialogwindow.cxx
[build CXX] basctl/source/basicide/basdoc.cxx
[build CXX] basctl/source/basicide/basicbox.cxx
[build CXX] basctl/source/basicide/basicrenderable.cxx
[build CXX] basctl/source/basicide/baside2b.cxx
[build CXX] basctl/source/basicide/baside2.cxx
[build CXX] basctl/source/basicide/baside3.cxx
[build CXX] basctl/source/basicide/basidectrlr.cxx
[build CXX] basctl/source/basicide/basides1.cxx
[build CXX] basctl/source/basicide/basides2.cxx
[build CXX] basctl/source/basicide/basides3.cxx
[build CXX] basctl/source/basicide/basidesh.cxx
[build CXX] basctl/source/basicide/basobj2.cxx
[build CXX] basctl/source/basicide/basobj3.cxx
[build CXX] basctl/source/basicide/bastype2.cxx
[build CXX] basctl/source/basicide/bastype3.cxx
[build CXX] basctl/source/basicide/bastypes.cxx
[build CXX] basctl/source/basicide/breakpoint.cxx
[build CXX] basctl/source/basicide/brkdlg.cxx
[build CXX] basctl/source/basicide/doceventnotifier.cxx
[build CXX] basctl/source/basicide/docsignature.cxx
[build CXX] basctl/source/basicide/documentenumeration.cxx
[build CXX] basctl/source/basicide/iderdll.cxx
[build CXX] basctl/source/basicide/layout.cxx
[build CXX] basctl/source/basicide/linenumberwindow.cxx
[build CXX] basctl/source/basicide/localizationmgr.cxx
[build CXX] basctl/source/basicide/macrodlg.cxx
[build CXX] basctl/source/basicide/moduldl2.cxx
[build CXX] basctl/source/basicide/moduldlg.cxx
[build CXX] basctl/source/basicide/objdlg.cxx
[build CXX] basctl/source/basicide/register.cxx
[build CXX] basctl/source/basicide/sbxitem.cxx
[build CXX] basctl/source/basicide/scriptdocument.cxx
[build CXX] basctl/source/basicide/unomodel.cxx
[build CXX] basctl/source/dlged/dlgedclip.cxx
[build CXX] basctl/source/dlged/dlged.cxx
[build CXX] basctl/source/dlged/dlgedfac.cxx
[build CXX] basctl/source/dlged/dlgedfunc.cxx
[build CXX] basctl/source/dlged/dlgedlist.cxx
[build CXX] basctl/source/dlged/dlgedmod.cxx
[build CXX] basctl/source/dlged/dlgedobj.cxx
[build CXX] basctl/source/dlged/dlgedpage.cxx
[build CXX] basctl/source/dlged/dlgedview.cxx
[build CXX] basctl/source/dlged/managelang.cxx
[build CXX] basctl/source/dlged/propbrw.cxx
[build CXX] cui/source/customize/acccfg.cxx
[build CXX] cui/source/customize/cfg.cxx
[build CXX] cui/source/customize/cfgutil.cxx
[build CXX] cui/source/customize/eventdlg.cxx
[build CXX] cui/source/customize/macropg.cxx
[build CXX] cui/source/customize/SvxConfigPageHelper.cxx
[build CXX] cui/source/customize/SvxMenuConfigPage.cxx
[build CXX] cui/source/customize/SvxToolbarConfigPage.cxx
[build CXX] cui/source/dialogs/about.cxx
[build CXX] cui/source/dialogs/colorpicker.cxx
[build CXX] cui/source/dialogs/cuicharmap.cxx
[build CXX] cui/source/dialogs/cuifmsearch.cxx
[build CXX] cui/source/dialogs/cuigaldlg.cxx
[build CXX] cui/source/dialogs/cuigrfflt.cxx
[build CXX] cui/source/dialogs/cuihyperdlg.cxx
[build CXX] cui/source/dialogs/cuiimapwnd.cxx
[build CXX] cui/source/dialogs/cuitbxform.cxx
[build CXX] cui/source/dialogs/dlgname.cxx
[build CXX] cui/source/dialogs/hangulhanjadlg.cxx
[build CXX] cui/source/dialogs/hldocntp.cxx
[build CXX] cui/source/dialogs/hldoctp.cxx
[build CXX] cui/source/dialogs/hlinettp.cxx
[build CXX] cui/source/dialogs/hlmailtp.cxx
[build CXX] cui/source/dialogs/hlmarkwn.cxx
[build CXX] cui/source/dialogs/hltpbase.cxx
[build CXX] cui/source/dialogs/hyphen.cxx
[build CXX] cui/source/dialogs/iconcdlg.cxx
[build CXX] cui/source/dialogs/insdlg.cxx
[build CXX] cui/source/dialogs/insrc.cxx
[build CXX] cui/source/dialogs/linkdlg.cxx
[build CXX] cui/source/dialogs/multipat.cxx
[build CXX] cui/source/dialogs/newtabledlg.cxx
[build CXX] cui/source/dialogs/passwdomdlg.cxx
[build CXX] cui/source/dialogs/screenshotannotationdlg.cxx
[build CXX] cui/source/dialogs/pastedlg.cxx
[build CXX] cui/source/dialogs/postdlg.cxx
[build CXX] cui/source/dialogs/scriptdlg.cxx
[build CXX] cui/source/dialogs/sdrcelldlg.cxx
[build CXX] cui/source/dialogs/showcols.cxx
[build CXX] cui/source/dialogs/SpellAttrib.cxx
[build CXX] cui/source/dialogs/SpellDialog.cxx
[build CXX] cui/source/dialogs/splitcelldlg.cxx
[build CXX] cui/source/dialogs/srchxtra.cxx
[build CXX] cui/source/dialogs/thesdlg.cxx
[build CXX] cui/source/dialogs/zoom.cxx
[build CXX] cui/source/factory/cuiexp.cxx
[build CXX] cui/source/factory/cuiresmgr.cxx
[build CXX] cui/source/factory/dlgfact.cxx
[build CXX] cui/source/factory/init.cxx
[build CXX] cui/source/options/certpath.cxx
[build CXX] cui/source/options/cfgchart.cxx
[build CXX] cui/source/options/connpoolconfig.cxx
[build CXX] cui/source/options/connpooloptions.cxx
[build CXX] cui/source/options/connpoolsettings.cxx
[build CXX] cui/source/options/cuisrchdlg.cxx
[build CXX] cui/source/options/dbregister.cxx
[build CXX] cui/source/options/dbregisterednamesconfig.cxx
[build CXX] cui/source/options/dbregistersettings.cxx
[build CXX] cui/source/options/doclinkdialog.cxx
[build CXX] cui/source/options/fontsubs.cxx
[build CXX] cui/source/options/optaboutconfig.cxx
[build CXX] cui/source/options/optaccessibility.cxx
[build CXX] cui/source/options/optasian.cxx
[build CXX] cui/source/options/optbasic.cxx
[build CXX] cui/source/options/optchart.cxx
[build CXX] cui/source/options/optcolor.cxx
[build CXX] cui/source/options/optctl.cxx
[build CXX] cui/source/options/optdict.cxx
[build CXX] cui/source/options/optfltr.cxx
[build CXX] cui/source/options/optgdlg.cxx
[build CXX] cui/source/options/optgenrl.cxx
[build CXX] cui/source/options/optHeaderTabListbox.cxx
[build CXX] cui/source/options/opthtml.cxx
[build CXX] cui/source/options/optinet2.cxx
[build CXX] cui/source/options/optjava.cxx
[build CXX] cui/source/options/optjsearch.cxx
[build CXX] cui/source/options/optlingu.cxx
[build CXX] cui/source/options/optopencl.cxx
[build CXX] cui/source/options/optpath.cxx
[build CXX] cui/source/options/optsave.cxx
[build CXX] cui/source/options/optupdt.cxx
[build CXX] cui/source/options/personalization.cxx
[build CXX] cui/source/options/personasdochandler.cxx
[build CXX] cui/source/options/radiobtnbox.cxx
[build CXX] cui/source/options/sdbcdriverenum.cxx
[build CXX] cui/source/options/securityoptions.cxx
[build CXX] cui/source/options/treeopt.cxx
[build CXX] cui/source/options/tsaurls.cxx
[build CXX] cui/source/options/webconninfo.cxx
[build CXX] cui/source/tabpages/align.cxx
[build CXX] cui/source/tabpages/autocdlg.cxx
[build CXX] cui/source/tabpages/backgrnd.cxx
[build CXX] cui/source/tabpages/bbdlg.cxx
[build CXX] cui/source/tabpages/borderconn.cxx
[build CXX] cui/source/tabpages/border.cxx
[build CXX] cui/source/tabpages/chardlg.cxx
[build CXX] cui/source/tabpages/connect.cxx
[build CXX] cui/source/tabpages/dstribut.cxx
[build CXX] cui/source/tabpages/grfpage.cxx
[build CXX] cui/source/tabpages/labdlg.cxx
[build CXX] cui/source/tabpages/macroass.cxx
[build CXX] cui/source/tabpages/measure.cxx
[build CXX] cui/source/tabpages/numfmt.cxx
[build CXX] cui/source/tabpages/numpages.cxx
[build CXX] cui/source/tabpages/page.cxx
[build CXX] cui/source/tabpages/paragrph.cxx
[build CXX] cui/source/tabpages/swpossizetabpage.cxx
[build CXX] cui/source/tabpages/tabarea.cxx
[build CXX] cui/source/tabpages/tabline.cxx
[build CXX] cui/source/tabpages/tabstpge.cxx
[build CXX] cui/source/tabpages/textanim.cxx
[build CXX] cui/source/tabpages/textattr.cxx
[build CXX] cui/source/tabpages/tparea.cxx
[build CXX] cui/source/tabpages/tpbitmap.cxx
[build CXX] cui/source/tabpages/tpcolor.cxx
[build CXX] cui/source/tabpages/tpgradnt.cxx
[build CXX] cui/source/tabpages/tphatch.cxx
[build CXX] cui/source/tabpages/tpline.cxx
[build CXX] cui/source/tabpages/tplnedef.cxx
[build CXX] cui/source/tabpages/tplneend.cxx
[build CXX] cui/source/tabpages/tppattern.cxx
[build CXX] cui/source/tabpages/tpshadow.cxx
[build CXX] cui/source/tabpages/tptrans.cxx
[build CXX] cui/source/tabpages/transfrm.cxx
[build CXX] cui/source/uno/services.cxx
[build CXX] dbaccess/source/filter/xml/dbloader2.cxx
[build CXX] dbaccess/source/filter/xml/xmlAutoStyle.cxx
[build CXX] dbaccess/source/filter/xml/xmlColumn.cxx
[build CXX] dbaccess/source/filter/xml/xmlComponent.cxx
[build CXX] dbaccess/source/filter/xml/xmlConnectionData.cxx
[build CXX] dbaccess/source/filter/xml/xmlConnectionResource.cxx
[build CXX] dbaccess/source/filter/xml/xmlDatabase.cxx
[build CXX] dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
[build CXX] dbaccess/source/filter/xml/xmlDataSource.cxx
[build CXX] dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
[build CXX] dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
[build CXX] dbaccess/source/filter/xml/xmlDataSourceSettings.cxx
[build CXX] dbaccess/source/filter/xml/xmlDocuments.cxx
[build CXX] dbaccess/source/filter/xml/xmlExport.cxx
[build CXX] dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx
[build CXX] dbaccess/source/filter/xml/xmlfilter.cxx
[build CXX] dbaccess/source/filter/xml/xmlHelper.cxx
[build CXX] dbaccess/source/filter/xml/xmlHierarchyCollection.cxx
[build CXX] dbaccess/source/filter/xml/xmlLogin.cxx
[build CXX] dbaccess/source/filter/xml/xmlQuery.cxx
[build CXX] dbaccess/source/filter/xml/xmlServerDatabase.cxx
[build CXX] dbaccess/source/filter/xml/xmlservices.cxx
[build CXX] dbaccess/source/filter/xml/xmlStyleImport.cxx
[build CXX] dbaccess/source/filter/xml/xmlTable.cxx
[build CXX] dbaccess/source/filter/xml/xmlTableFilterList.cxx
[build CXX] dbaccess/source/filter/xml/xmlTableFilterPattern.cxx
[build CXX] dbaccess/source/shared/flt_reghelper.cxx
[build CXX] dbaccess/source/ext/macromigration/dbmm_services.cxx
[build CXX] dbaccess/source/ext/macromigration/dbmm_types.cxx
[build CXX] dbaccess/source/ext/macromigration/docinteraction.cxx
[build CXX] dbaccess/source/ext/macromigration/macromigrationdialog.cxx
[build CXX] dbaccess/source/ext/macromigration/macromigrationpages.cxx
[build CXX] dbaccess/source/ext/macromigration/macromigrationwizard.cxx
[build CXX] dbaccess/source/ext/macromigration/migrationengine.cxx
[build CXX] dbaccess/source/ext/macromigration/migrationlog.cxx
[build CXX] dbaccess/source/ext/macromigration/progresscapture.cxx
[build CXX] dbaccess/source/ext/macromigration/progressmixer.cxx
[build CXX] dbaccess/source/shared/dbu_reghelper.cxx
[build CXX] dbaccess/source/ui/app/AppController.cxx
[build CXX] dbaccess/source/ui/app/AppControllerDnD.cxx
[build CXX] dbaccess/source/ui/app/AppControllerGen.cxx
[build CXX] dbaccess/source/ui/app/AppDetailPageHelper.cxx
[build CXX] dbaccess/source/ui/app/AppDetailView.cxx
[build CXX] dbaccess/source/ui/app/AppIconControl.cxx
[build CXX] dbaccess/source/ui/app/AppSwapWindow.cxx
[build CXX] dbaccess/source/ui/app/AppTitleWindow.cxx
[build CXX] dbaccess/source/ui/app/AppView.cxx
[build CXX] dbaccess/source/ui/app/subcomponentmanager.cxx
[build CXX] dbaccess/source/ui/browser/AsynchronousLink.cxx
[build CXX] dbaccess/source/ui/browser/brwctrlr.cxx
[build CXX] dbaccess/source/ui/browser/brwview.cxx
[build CXX] dbaccess/source/ui/browser/dataview.cxx
[build CXX] dbaccess/source/ui/browser/dbexchange.cxx
[build CXX] dbaccess/source/ui/browser/dbloader.cxx
[build CXX] dbaccess/source/ui/browser/dbtreemodel.cxx
[build CXX] dbaccess/source/ui/browser/dbtreeview.cxx
[build CXX] dbaccess/source/ui/browser/dsbrowserDnD.cxx
[build CXX] dbaccess/source/ui/browser/dsEntriesNoExp.cxx
[build CXX] dbaccess/source/ui/browser/exsrcbrw.cxx
[build CXX] dbaccess/source/ui/browser/formadapter.cxx
[build CXX] dbaccess/source/ui/browser/genericcontroller.cxx
[build CXX] dbaccess/source/ui/browser/sbagrid.cxx
[build CXX] dbaccess/source/ui/browser/sbamultiplex.cxx
[build CXX] dbaccess/source/ui/browser/unodatbr.cxx
[build CXX] dbaccess/source/ui/control/charsetlistbox.cxx
[build CXX] dbaccess/source/ui/control/ColumnControlWindow.cxx
[build CXX] dbaccess/source/ui/control/curledit.cxx
[build CXX] dbaccess/source/ui/control/dbtreelistbox.cxx
[build CXX] dbaccess/source/ui/control/FieldControls.cxx
[build CXX] dbaccess/source/ui/control/FieldDescControl.cxx
[build CXX] dbaccess/source/ui/control/listviewitems.cxx
[build CXX] dbaccess/source/ui/control/marktree.cxx
[build CXX] dbaccess/source/ui/control/opendoccontrols.cxx
[build CXX] dbaccess/source/ui/control/RelationControl.cxx
[build CXX] dbaccess/source/ui/control/ScrollHelper.cxx
[build CXX] dbaccess/source/ui/control/sqledit.cxx
[build CXX] dbaccess/source/ui/control/SqlNameEdit.cxx
[build CXX] dbaccess/source/ui/control/TableGrantCtrl.cxx
[build CXX] dbaccess/source/ui/control/tabletree.cxx
[build CXX] dbaccess/source/ui/control/undosqledit.cxx
[build CXX] dbaccess/source/ui/control/VertSplitView.cxx
[build CXX] dbaccess/source/ui/dlg/admincontrols.cxx
[build CXX] dbaccess/source/ui/dlg/adminpages.cxx
[build CXX] dbaccess/source/ui/dlg/adtabdlg.cxx
[build CXX] dbaccess/source/ui/dlg/advancedsettings.cxx
[build CXX] dbaccess/source/ui/dlg/CollectionView.cxx
[build CXX] dbaccess/source/ui/dlg/ConnectionHelper.cxx
[build CXX] dbaccess/source/ui/dlg/ConnectionPage.cxx
[build CXX] dbaccess/source/ui/dlg/ConnectionPageSetup.cxx
[build CXX] dbaccess/source/ui/dlg/dbadmin.cxx
[build CXX] dbaccess/source/ui/dlg/DbAdminImpl.cxx
[build CXX] dbaccess/source/ui/dlg/dbfindex.cxx
[build CXX] dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
[build CXX] dbaccess/source/ui/dlg/dbwiz.cxx
[build CXX] dbaccess/source/ui/dlg/dbwizsetup.cxx
[build CXX] dbaccess/source/ui/dlg/detailpages.cxx
[build CXX] dbaccess/source/ui/dlg/directsql.cxx
[build CXX] dbaccess/source/ui/dlg/dlgattr.cxx
[build CXX] dbaccess/source/ui/dlg/dlgsave.cxx
[build CXX] dbaccess/source/ui/dlg/dlgsize.cxx
[build CXX] dbaccess/source/ui/dlg/DriverSettings.cxx
[build CXX] dbaccess/source/ui/dlg/dsselect.cxx
[build CXX] dbaccess/source/ui/dlg/finteraction.cxx
[build CXX] dbaccess/source/ui/dlg/generalpage.cxx
[build CXX] dbaccess/source/ui/dlg/indexdialog.cxx
[build CXX] dbaccess/source/ui/dlg/indexfieldscontrol.cxx
[build CXX] dbaccess/source/ui/dlg/odbcconfig.cxx
[build CXX] dbaccess/source/ui/dlg/optionalboolitem.cxx
[build CXX] dbaccess/source/ui/dlg/paramdialog.cxx
[build CXX] dbaccess/source/ui/dlg/queryfilter.cxx
[build CXX] dbaccess/source/ui/dlg/queryorder.cxx
[build CXX] dbaccess/source/ui/dlg/QueryPropertiesDialog.cxx
[build CXX] dbaccess/source/ui/dlg/RelationDlg.cxx
[build CXX] dbaccess/source/ui/dlg/sqlmessage.cxx
[build CXX] dbaccess/source/ui/dlg/tablespage.cxx
[build CXX] dbaccess/source/ui/dlg/TablesSingleDlg.cxx
[build CXX] dbaccess/source/ui/dlg/TextConnectionHelper.cxx
[build CXX] dbaccess/source/ui/dlg/textconnectionsettings.cxx
[build CXX] dbaccess/source/ui/dlg/UserAdmin.cxx
[build CXX] dbaccess/source/ui/dlg/UserAdminDlg.cxx
[build CXX] dbaccess/source/ui/misc/asyncmodaldialog.cxx
[build CXX] dbaccess/source/ui/misc/charsets.cxx
[build CXX] dbaccess/source/ui/misc/controllerframe.cxx
[build CXX] dbaccess/source/ui/misc/databaseobjectview.cxx
[build CXX] dbaccess/source/ui/misc/datasourceconnector.cxx
[build CXX] dbaccess/source/ui/misc/dbaundomanager.cxx
[build CXX] dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
[build CXX] dbaccess/source/ui/misc/defaultobjectnamecheck.cxx
[build CXX] dbaccess/source/ui/misc/DExport.cxx
[build CXX] dbaccess/source/ui/misc/dsmeta.cxx
[build CXX] dbaccess/source/ui/misc/HtmlReader.cxx
[build CXX] dbaccess/source/ui/misc/imageprovider.cxx
[build CXX] dbaccess/source/ui/misc/indexcollection.cxx
[build CXX] dbaccess/source/ui/misc/linkeddocuments.cxx
[build CXX] dbaccess/source/ui/misc/propertysetitem.cxx
[build CXX] dbaccess/source/ui/misc/propertystorage.cxx
[build CXX] dbaccess/source/ui/misc/RowSetDrop.cxx
[build CXX] dbaccess/source/ui/misc/RtfReader.cxx
[build CXX] dbaccess/source/ui/misc/singledoccontroller.cxx
[build CXX] dbaccess/source/ui/misc/stringlistitem.cxx
[build CXX] dbaccess/source/ui/misc/TableCopyHelper.cxx
[build CXX] dbaccess/source/ui/misc/TokenWriter.cxx
[build CXX] dbaccess/source/ui/misc/ToolBoxHelper.cxx
[build CXX] dbaccess/source/ui/misc/uiservices.cxx
[build CXX] dbaccess/source/ui/misc/UITools.cxx
[build CXX] dbaccess/source/ui/misc/WColumnSelect.cxx
[build CXX] dbaccess/source/ui/misc/WCopyTable.cxx
[build CXX] dbaccess/source/ui/misc/WCPage.cxx
[build CXX] dbaccess/source/ui/misc/WExtendPages.cxx
[build CXX] dbaccess/source/ui/misc/WNameMatch.cxx
[build CXX] dbaccess/source/ui/misc/WTypeSelect.cxx
[build CXX] dbaccess/source/ui/querydesign/ConnectionLine.cxx
[build CXX] dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
[build CXX] dbaccess/source/ui/querydesign/ConnectionLineData.cxx
[build CXX] dbaccess/source/ui/querydesign/JAccess.cxx
[build CXX] dbaccess/source/ui/querydesign/JoinController.cxx
[build CXX] dbaccess/source/ui/querydesign/JoinDesignView.cxx
[build CXX] dbaccess/source/ui/querydesign/JoinExchange.cxx
[build CXX] dbaccess/source/ui/querydesign/JoinTableView.cxx
[build CXX] dbaccess/source/ui/querydesign/LimitBox.cxx
[build CXX] dbaccess/source/ui/querydesign/limitboxcontroller.cxx
[build CXX] dbaccess/source/ui/querydesign/QTableConnection.cxx
[build CXX] dbaccess/source/ui/querydesign/QTableConnectionData.cxx
[build CXX] dbaccess/source/ui/querydesign/QTableWindow.cxx
[build CXX] dbaccess/source/ui/querydesign/QTableWindowData.cxx
[build CXX] dbaccess/source/ui/querydesign/querycontainerwindow.cxx
[build CXX] dbaccess/source/ui/querydesign/querycontroller.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryDesignView.cxx
[build CXX] dbaccess/source/ui/querydesign/querydlg.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryTableView.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryTextView.cxx
[build CXX] dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
[build CXX] dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
[build CXX] dbaccess/source/ui/querydesign/TableConnection.cxx
[build CXX] dbaccess/source/ui/querydesign/TableConnectionData.cxx
[build CXX] dbaccess/source/ui/querydesign/TableFieldDescription.cxx
[build CXX] dbaccess/source/ui/querydesign/TableFieldInfo.cxx
[build CXX] dbaccess/source/ui/querydesign/TableWindow.cxx
[build CXX] dbaccess/source/ui/querydesign/TableWindowAccess.cxx
[build CXX] dbaccess/source/ui/querydesign/TableWindowData.cxx
[build CXX] dbaccess/source/ui/querydesign/TableWindowListBox.cxx
[build CXX] dbaccess/source/ui/querydesign/TableWindowTitle.cxx
[build CXX] dbaccess/source/ui/relationdesign/RelationController.cxx
[build CXX] dbaccess/source/ui/relationdesign/RelationDesignView.cxx
[build CXX] dbaccess/source/ui/relationdesign/RelationTableView.cxx
[build CXX] dbaccess/source/ui/relationdesign/RTableConnection.cxx
[build CXX] dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
[build CXX] dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
[build CXX] dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableController.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableDesignControl.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableDesignView.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableFieldControl.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableRow.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableRowExchange.cxx
[build CXX] dbaccess/source/ui/tabledesign/TableUndo.cxx
[build CXX] dbaccess/source/ui/tabledesign/TEditControl.cxx
[build CXX] dbaccess/source/ui/uno/admindlg.cxx
[build CXX] dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx
[build CXX] dbaccess/source/ui/uno/ColumnControl.cxx
[build CXX] dbaccess/source/ui/uno/ColumnModel.cxx
[build CXX] dbaccess/source/ui/uno/ColumnPeer.cxx
[build CXX] dbaccess/source/ui/uno/composerdialogs.cxx
[build CXX] dbaccess/source/ui/uno/copytablewizard.cxx
[build CXX] dbaccess/source/ui/uno/dbinteraction.cxx
[build CXX] dbaccess/source/ui/uno/DBTypeWizDlg.cxx
[build CXX] dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
[build CXX] dbaccess/source/ui/uno/TableFilterDlg.cxx
[build CXX] dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
[build CXX] dbaccess/source/ui/uno/unoadmin.cxx
[build CXX] dbaccess/source/ui/uno/unoDirectSql.cxx
[build CXX] dbaccess/source/ui/uno/unosqlmessage.cxx
[build CXX] dbaccess/source/ui/uno/UserSettingsDlg.cxx
[build CXX] writerfilter/source/rtftok/rtfcharsets.cxx
[build CXX] writerfilter/source/rtftok/rtfcontrolwords.cxx
[build CXX] writerfilter/source/rtftok/rtfdispatchdestination.cxx
[build CXX] writerfilter/source/rtftok/rtfdispatchflag.cxx
[build CXX] writerfilter/source/rtftok/rtfdispatchsymbol.cxx
[build CXX] writerfilter/source/rtftok/rtfdispatchvalue.cxx
[build CXX] writerfilter/source/rtftok/rtfdocumentfactory.cxx
[build CXX] writerfilter/source/rtftok/rtfdocumentimpl.cxx
[build CXX] writerfilter/source/rtftok/rtflookahead.cxx
[build CXX] writerfilter/source/rtftok/rtfreferenceproperties.cxx
[build CXX] writerfilter/source/rtftok/rtfreferencetable.cxx
[build CXX] writerfilter/source/rtftok/rtfsdrimport.cxx
[build CXX] writerfilter/source/rtftok/rtfskipdestination.cxx
[build CXX] writerfilter/source/rtftok/rtfsprm.cxx
[build CXX] writerfilter/source/rtftok/rtftokenizer.cxx
[build CXX] writerfilter/source/rtftok/rtfvalue.cxx
[build CXX] writerfilter/source/dmapper/BorderHandler.cxx
[build CXX] writerfilter/source/dmapper/CellColorHandler.cxx
[build CXX] writerfilter/source/dmapper/CellMarginHandler.cxx
[build CXX] writerfilter/source/dmapper/ConversionHelper.cxx
[build CXX] writerfilter/source/dmapper/DomainMapper.cxx
[build CXX] writerfilter/source/dmapper/DomainMapperTableHandler.cxx
[build CXX] writerfilter/source/dmapper/DomainMapperTableManager.cxx
[build CXX] writerfilter/source/dmapper/DomainMapper_Impl.cxx
[build CXX] writerfilter/source/dmapper/domainmapperfactory.cxx
[build CXX] writerfilter/source/dmapper/FFDataHandler.cxx
[build CXX] writerfilter/source/dmapper/FontTable.cxx
[build CXX] writerfilter/source/dmapper/FormControlHelper.cxx
[build CXX] writerfilter/source/dmapper/GraphicHelpers.cxx
[build CXX] writerfilter/source/dmapper/GraphicImport.cxx
[build CXX] writerfilter/source/dmapper/LatentStyleHandler.cxx
[build CXX] writerfilter/source/dmapper/LoggedResources.cxx
[build CXX] writerfilter/source/dmapper/MeasureHandler.cxx
[build CXX] writerfilter/source/dmapper/TrackChangesHandler.cxx
[build CXX] writerfilter/source/dmapper/ModelEventListener.cxx
[build CXX] writerfilter/source/dmapper/NumberingManager.cxx
[build CXX] writerfilter/source/dmapper/OLEHandler.cxx
[build CXX] writerfilter/source/dmapper/PageBordersHandler.cxx
[build CXX] writerfilter/source/dmapper/PropertyIds.cxx
[build CXX] writerfilter/source/dmapper/PropertyMap.cxx
[build CXX] writerfilter/source/dmapper/PropertyMapHelper.cxx
[build CXX] writerfilter/source/dmapper/SdtHelper.cxx
[build CXX] writerfilter/source/dmapper/SectionColumnHandler.cxx
[build CXX] writerfilter/source/dmapper/SettingsTable.cxx
[build CXX] writerfilter/source/dmapper/SmartTagHandler.cxx
[build CXX] writerfilter/source/dmapper/StyleSheetTable.cxx
[build CXX] writerfilter/source/dmapper/TDefTableHandler.cxx
[build CXX] writerfilter/source/dmapper/TableManager.cxx
[build CXX] writerfilter/source/dmapper/TablePositionHandler.cxx
[build CXX] writerfilter/source/dmapper/TablePropertiesHandler.cxx
[build CXX] writerfilter/source/dmapper/TagLogger.cxx
[build CXX] writerfilter/source/dmapper/TextEffectsHandler.cxx
[build CXX] writerfilter/source/dmapper/TblStylePrHandler.cxx
[build CXX] writerfilter/source/dmapper/ThemeTable.cxx
[build CXX] writerfilter/source/dmapper/WrapPolygonHandler.cxx
[build CXX] writerfilter/source/dmapper/util.cxx
[build CXX] writerfilter/source/filter/RtfFilter.cxx
[build CXX] writerfilter/source/filter/WriterFilter.cxx
[build CXX] writerfilter/source/ooxml/Handler.cxx
[build CXX] writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx
[build CXX] writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
[build CXX] writerfilter/source/ooxml/OOXMLFactory.cxx
[build CXX] writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
[build CXX] writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
[build CXX] writerfilter/source/ooxml/OOXMLParserState.cxx
[build CXX] writerfilter/source/ooxml/OOXMLPropertySet.cxx
[build CXX] writerfilter/source/ooxml/OOXMLStreamImpl.cxx
[build CXX] writerfilter/source/ooxml/qnametostrcore.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-baseStylesheet.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-baseTypes.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-chartDrawing.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-documentProperties.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-graphicalObject.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DCamera.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DLighting.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DScene.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shape3DStyles.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeEffects.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeGeometry.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeLineProperties.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-shapeProperties.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-styleDefaults.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-stylesheet.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-textCharacter.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_dml-wordprocessingDrawing.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_shared-math.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_shared-relationshipReference.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_sml-customXmlMappings.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-main.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-officeDrawing.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_vml-wordprocessingDrawing.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wp14.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_w14.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_a14.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wml.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_generated.cxx
[build CXX] workdir/CustomTarget/writerfilter/source/ooxml/qnametostr.cxx
[build CXX] dbaccess/source/sdbtools/connection/connectiontools.cxx
[build CXX] dbaccess/source/sdbtools/connection/datasourcemetadata.cxx
[build CXX] dbaccess/source/sdbtools/connection/objectnames.cxx
[build CXX] dbaccess/source/sdbtools/connection/tablename.cxx
[build CXX] dbaccess/source/sdbtools/misc/sdbt_services.cxx
[build CXX] desktop/source/app/app.cxx
[build CXX] desktop/source/app/appinit.cxx
[build CXX] desktop/source/app/check_ext_deps.cxx
[build CXX] desktop/source/app/cmdlineargs.cxx
[build CXX] desktop/source/app/cmdlinehelp.cxx
[build CXX] desktop/source/app/desktopcontext.cxx
[build CXX] desktop/source/app/dispatchwatcher.cxx
[build CXX] desktop/source/app/langselect.cxx
[build CXX] desktop/source/app/lockfile2.cxx
[build CXX] desktop/source/app/officeipcthread.cxx
[build CXX] desktop/source/app/opencl.cxx
[build CXX] desktop/source/app/sofficemain.cxx
[build CXX] desktop/source/app/userinstall.cxx
[build CXX] desktop/source/migration/migration.cxx
[build CXX] desktop/source/lib/init.cxx
[build CXX] desktop/source/lib/lokinteractionhandler.cxx
[build CXX] desktop/source/lib/lokclipboard.cxx
[build CXX] extensions/source/abpilot/abpfinalpage.cxx
[build CXX] extensions/source/abpilot/abspage.cxx
[build CXX] extensions/source/abpilot/abspilot.cxx
[build CXX] extensions/source/abpilot/admininvokationimpl.cxx
[build CXX] extensions/source/abpilot/admininvokationpage.cxx
[build CXX] extensions/source/abpilot/datasourcehandling.cxx
[build CXX] extensions/source/abpilot/fieldmappingimpl.cxx
[build CXX] extensions/source/abpilot/fieldmappingpage.cxx
[build CXX] extensions/source/abpilot/moduleabp.cxx
[build CXX] extensions/source/abpilot/tableselectionpage.cxx
[build CXX] extensions/source/abpilot/typeselectionpage.cxx
[build CXX] extensions/source/abpilot/unodialogabp.cxx
[build CXX] extensions/source/propctrlr/MasterDetailLinkDialog.cxx
[build CXX] extensions/source/propctrlr/browserline.cxx
[build CXX] extensions/source/propctrlr/browserlistbox.cxx
[build CXX] extensions/source/propctrlr/browserpage.cxx
[build CXX] extensions/source/propctrlr/browserview.cxx
[build CXX] extensions/source/propctrlr/buttonnavigationhandler.cxx
[build CXX] extensions/source/propctrlr/cellbindinghandler.cxx
[build CXX] extensions/source/propctrlr/cellbindinghelper.cxx
[build CXX] extensions/source/propctrlr/commoncontrol.cxx
[build CXX] extensions/source/propctrlr/composeduiupdate.cxx
[build CXX] extensions/source/propctrlr/controlfontdialog.cxx
[build CXX] extensions/source/propctrlr/defaultforminspection.cxx
[build CXX] extensions/source/propctrlr/defaulthelpprovider.cxx
[build CXX] extensions/source/propctrlr/editpropertyhandler.cxx
[build CXX] extensions/source/propctrlr/eformshelper.cxx
[build CXX] extensions/source/propctrlr/eformspropertyhandler.cxx
[build CXX] extensions/source/propctrlr/eventhandler.cxx
[build CXX] extensions/source/propctrlr/fontdialog.cxx
[build CXX] extensions/source/propctrlr/formbrowsertools.cxx
[build CXX] extensions/source/propctrlr/formcomponenthandler.cxx
[build CXX] extensions/source/propctrlr/formcontroller.cxx
[build CXX] extensions/source/propctrlr/formgeometryhandler.cxx
[build CXX] extensions/source/propctrlr/formlinkdialog.cxx
[build CXX] extensions/source/propctrlr/formmetadata.cxx
[build CXX] extensions/source/propctrlr/genericpropertyhandler.cxx
[build CXX] extensions/source/propctrlr/handlerhelper.cxx
[build CXX] extensions/source/propctrlr/inspectorhelpwindow.cxx
[build CXX] extensions/source/propctrlr/inspectormodelbase.cxx
[build CXX] extensions/source/propctrlr/listselectiondlg.cxx
[build CXX] extensions/source/propctrlr/modulepcr.cxx
[build CXX] extensions/source/propctrlr/newdatatype.cxx
[build CXX] extensions/source/propctrlr/objectinspectormodel.cxx
[build CXX] extensions/source/propctrlr/pcrcommon.cxx
[build CXX] extensions/source/propctrlr/pcrservices.cxx
[build CXX] extensions/source/propctrlr/pcrunodialogs.cxx
[build CXX] extensions/source/propctrlr/propcontroller.cxx
[build CXX] extensions/source/propctrlr/propertycomposer.cxx
[build CXX] extensions/source/propctrlr/propertycontrolextender.cxx
[build CXX] extensions/source/propctrlr/propertyeditor.cxx
[build CXX] extensions/source/propctrlr/propertyhandler.cxx
[build CXX] extensions/source/propctrlr/propeventtranslation.cxx
[build CXX] extensions/source/propctrlr/pushbuttonnavigation.cxx
[build CXX] extensions/source/propctrlr/selectlabeldialog.cxx
[build CXX] extensions/source/propctrlr/sqlcommanddesign.cxx
[build CXX] extensions/source/propctrlr/standardcontrol.cxx
[build CXX] extensions/source/propctrlr/stringrepresentation.cxx
[build CXX] extensions/source/propctrlr/submissionhandler.cxx
[build CXX] extensions/source/propctrlr/taborder.cxx
[build CXX] extensions/source/propctrlr/unourl.cxx
[build CXX] extensions/source/propctrlr/usercontrol.cxx
[build CXX] extensions/source/propctrlr/xsddatatypes.cxx
[build CXX] extensions/source/propctrlr/xsdvalidationhelper.cxx
[build CXX] extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
[build EPK] redland
[build CMP] filter/source/xmlfilterdetect/xmlfd
[build CXX] sc/source/core/data/attarray.cxx
[build CXX] sc/source/core/data/attrib.cxx
[build CXX] sc/source/core/data/autonamecache.cxx
[build CXX] sc/source/core/data/bcaslot.cxx
[build CXX] sc/source/core/data/bigrange.cxx
[build CXX] sc/source/core/data/celltextattr.cxx
[build CXX] sc/source/core/data/cellvalue.cxx
[build CXX] sc/source/core/data/cellvalues.cxx
[build CXX] sc/source/core/data/clipcontext.cxx
[build CXX] sc/source/core/data/clipparam.cxx
[build CXX] sc/source/core/data/colcontainer.cxx
[build CXX] sc/source/core/data/column.cxx
[build CXX] sc/source/core/data/column2.cxx
[build CXX] sc/source/core/data/column3.cxx
[build CXX] sc/source/core/data/column4.cxx
[build CXX] sc/source/core/data/columniterator.cxx
[build CXX] sc/source/core/data/columnset.cxx
[build CXX] sc/source/core/data/columnspanset.cxx
[build CXX] sc/source/core/data/compressedarray.cxx
[build CXX] sc/source/core/data/colorscale.cxx
[build CXX] sc/source/core/data/conditio.cxx
[build CXX] sc/source/core/data/dbdocutl.cxx
[build CXX] sc/source/core/data/dociter.cxx
[build CXX] sc/source/core/data/docparam.cxx
[build CXX] sc/source/core/data/docpool.cxx
[build CXX] sc/source/core/data/documen2.cxx
[build CXX] sc/source/core/data/documen3.cxx
[build CXX] sc/source/core/data/documen4.cxx
[build CXX] sc/source/core/data/documen5.cxx
[build CXX] sc/source/core/data/documen6.cxx
[build CXX] sc/source/core/data/documen7.cxx
[build CXX] sc/source/core/data/documen8.cxx
[build CXX] sc/source/core/data/documen9.cxx
[build CXX] sc/source/core/data/document.cxx
[build CXX] sc/source/core/data/document10.cxx
[build CXX] sc/source/core/data/documentimport.cxx
[build CXX] sc/source/core/data/documentstreamaccess.cxx
[build CXX] sc/source/core/data/dpdimsave.cxx
[build CXX] sc/source/core/data/dpfilteredcache.cxx
[build CXX] sc/source/core/data/dpglobal.cxx
[build CXX] sc/source/core/data/dpgroup.cxx
[build CXX] sc/source/core/data/dpitemdata.cxx
[build CXX] sc/source/core/data/dpnumgroupinfo.cxx
[build CXX] sc/source/core/data/dpobject.cxx
[build CXX] sc/source/core/data/dpoutput.cxx
[build CXX] sc/source/core/data/dpoutputgeometry.cxx
[build CXX] sc/source/core/data/dpresfilter.cxx
[build CXX] sc/source/core/data/dpsave.cxx
[build CXX] sc/source/core/data/dpsdbtab.cxx
[build CXX] sc/source/core/data/dpshttab.cxx
[build CXX] sc/source/core/data/dptabdat.cxx
[build CXX] sc/source/core/data/dpcache.cxx
[build CXX] sc/source/core/data/dptabres.cxx
[build CXX] sc/source/core/data/dptabsrc.cxx
[build CXX] sc/source/core/data/dputil.cxx
[build CXX] sc/source/core/data/drawpage.cxx
[build CXX] sc/source/core/data/drwlayer.cxx
[build CXX] sc/source/core/data/edittextiterator.cxx
[build CXX] sc/source/core/data/fillinfo.cxx
[build CXX] sc/source/core/data/formulacell.cxx
[build CXX] sc/source/core/data/formulaiter.cxx
[build CXX] sc/source/core/data/funcdesc.cxx
[build CXX] sc/source/core/data/global.cxx
[build CXX] sc/source/core/data/global2.cxx
[build CXX] sc/source/core/data/globalx.cxx
[build CXX] sc/source/core/data/grouptokenconverter.cxx
[build CXX] sc/source/core/data/listenercontext.cxx
[build CXX] sc/source/core/data/markarr.cxx
[build CXX] sc/source/core/data/markdata.cxx
[build CXX] sc/source/core/data/markmulti.cxx
[build CXX] sc/source/core/data/mtvcellfunc.cxx
[build CXX] sc/source/core/data/mtvelements.cxx
[build CXX] sc/source/core/data/olinetab.cxx
[build CXX] sc/source/core/data/pagepar.cxx
[build CXX] sc/source/core/data/patattr.cxx
[build CXX] sc/source/core/data/pivot2.cxx
[build CXX] sc/source/core/data/poolhelp.cxx
[build CXX] sc/source/core/data/postit.cxx
[build CXX] sc/source/core/data/refupdatecontext.cxx
[build CXX] sc/source/core/data/rowheightcontext.cxx
[build CXX] sc/source/core/data/segmenttree.cxx
[build CXX] sc/source/core/data/sheetevents.cxx
[build CXX] sc/source/core/data/simpleformulacalc.cxx
[build CXX] sc/source/core/data/sortparam.cxx
[build CXX] sc/source/core/data/stlpool.cxx
[build CXX] sc/source/core/data/stlsheet.cxx
[build CXX] sc/source/core/data/subtotalparam.cxx
[build CXX] sc/source/core/data/tabbgcolor.cxx
[build CXX] sc/source/core/data/table1.cxx
[build CXX] sc/source/core/data/table2.cxx
[build CXX] sc/source/core/data/table3.cxx
[build CXX] sc/source/core/data/table4.cxx
[build CXX] sc/source/core/data/table5.cxx
[build CXX] sc/source/core/data/table6.cxx
[build CXX] sc/source/core/data/table7.cxx
[build CXX] sc/source/core/data/tabprotection.cxx
[build CXX] sc/source/core/data/types.cxx
[build CXX] sc/source/core/data/userdat.cxx
[build CXX] sc/source/core/data/validat.cxx
[build CXX] sc/source/core/tool/addincfg.cxx
[build CXX] sc/source/core/tool/addincol.cxx
[build CXX] sc/source/core/tool/addinhelpid.cxx
[build CXX] sc/source/core/tool/addinlis.cxx
[build CXX] sc/source/core/tool/address.cxx
[build CXX] sc/source/core/tool/adiasync.cxx
[build CXX] sc/source/core/tool/appoptio.cxx
[build CXX] sc/source/core/tool/autoform.cxx
[build CXX] sc/source/core/tool/bulkdatahint.cxx
[build CXX] sc/source/core/tool/brdcst.cxx
[build CXX] sc/source/core/tool/calcconfig.cxx
[build CXX] sc/source/core/tool/callform.cxx
[build CXX] sc/source/core/tool/cellform.cxx
[build CXX] sc/source/core/tool/cellkeytranslator.cxx
[build CXX] sc/source/core/tool/chartarr.cxx
[build CXX] sc/source/core/tool/charthelper.cxx
[build CXX] sc/source/core/tool/chartlis.cxx
[build CXX] sc/source/core/tool/chartlock.cxx
[build CXX] sc/source/core/tool/chartpos.cxx
[build CXX] sc/source/core/tool/chgtrack.cxx
[build CXX] sc/source/core/tool/chgviset.cxx
[build CXX] sc/source/core/tool/compare.cxx
[build CXX] sc/source/core/tool/compiler.cxx
[build CXX] sc/source/core/tool/consoli.cxx
[build CXX] sc/source/core/tool/dbdata.cxx
[build CXX] sc/source/core/tool/ddelink.cxx
[build CXX] sc/source/core/tool/defaultsoptions.cxx
[build CXX] sc/source/core/tool/detdata.cxx
[build CXX] sc/source/core/tool/detfunc.cxx
[build CXX] sc/source/core/tool/docoptio.cxx
[build CXX] sc/source/core/tool/doubleref.cxx
[build CXX] sc/source/core/tool/editdataarray.cxx
[build CXX] sc/source/core/tool/editutil.cxx
[build CXX] sc/source/core/tool/filtopt.cxx
[build CXX] sc/source/core/tool/formulagroup.cxx
[build CXX] sc/source/core/tool/formulaopt.cxx
[build CXX] sc/source/core/tool/formulaparserpool.cxx
[build CXX] sc/source/core/tool/formularesult.cxx
[build CXX] sc/source/core/tool/grouparealistener.cxx
[build CXX] sc/source/core/tool/hints.cxx
[build CXX] sc/source/core/tool/inputopt.cxx
[build CXX] sc/source/core/tool/interpr1.cxx
[build CXX] sc/source/core/tool/interpr2.cxx
[build CXX] sc/source/core/tool/interpr3.cxx
[build CXX] sc/source/core/tool/interpr4.cxx
[build CXX] sc/source/core/tool/interpr5.cxx
[build CXX] sc/source/core/tool/interpr6.cxx
[build CXX] sc/source/core/tool/interpr7.cxx
[build CXX] sc/source/core/tool/interpr8.cxx
[build CXX] sc/source/core/tool/jumpmatrix.cxx
[build CXX] sc/source/core/tool/listenerquery.cxx
[build CXX] sc/source/core/tool/lookupcache.cxx
[build CXX] sc/source/core/tool/matrixoperators.cxx
[build CXX] sc/source/core/tool/navicfg.cxx
[build CXX] sc/source/core/tool/numformat.cxx
[build CXX] sc/source/core/tool/odffmap.cxx
[build CXX] sc/source/core/tool/optutil.cxx
[build CXX] sc/source/core/tool/orcusxml.cxx
[build CXX] sc/source/core/tool/parclass.cxx
[build CXX] sc/source/core/tool/printopt.cxx
[build CXX] sc/source/core/tool/prnsave.cxx
[build CXX] sc/source/core/tool/progress.cxx
[build CXX] sc/source/core/tool/queryentry.cxx
[build CXX] sc/source/core/tool/queryparam.cxx
[build CXX] sc/source/core/tool/rangelst.cxx
[build CXX] sc/source/core/tool/rangenam.cxx
[build CXX] sc/source/core/tool/rangeseq.cxx
[build CXX] sc/source/core/tool/rangeutl.cxx
[build CXX] sc/source/core/tool/rechead.cxx
[build CXX] sc/source/core/tool/recursionhelper.cxx
[build CXX] sc/source/core/tool/refdata.cxx
[build CXX] sc/source/core/tool/reffind.cxx
[build CXX] sc/source/core/tool/refhint.cxx
[build CXX] sc/source/core/tool/refreshtimer.cxx
[build CXX] sc/source/core/tool/reftokenhelper.cxx
[build CXX] sc/source/core/tool/refupdat.cxx
[build CXX] sc/source/core/tool/reordermap.cxx
[build CXX] sc/source/core/tool/scmatrix.cxx
[build CXX] sc/source/core/tool/scopetools.cxx
[build CXX] sc/source/core/tool/sharedformula.cxx
[build CXX] sc/source/core/tool/simplerangelist.cxx
[build CXX] sc/source/core/tool/stringutil.cxx
[build CXX] sc/source/core/tool/stylehelper.cxx
[build CXX] sc/source/core/tool/subtotal.cxx
[build CXX] sc/source/core/tool/token.cxx
[build CXX] sc/source/core/tool/tokenstringcontext.cxx
[build CXX] sc/source/core/tool/typedstrdata.cxx
[build CXX] sc/source/core/tool/unitconv.cxx
[build CXX] sc/source/core/tool/userlist.cxx
[build CXX] sc/source/core/tool/viewopti.cxx
[build CXX] sc/source/core/tool/zforauto.cxx
[build CXX] sc/source/filter/xml/datastreamimport.cxx
[build CXX] sc/source/filter/xml/XMLCalculationSettingsContext.cxx
[build CXX] sc/source/filter/xml/XMLCellRangeSourceContext.cxx
[build CXX] sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx
[build CXX] sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx
[build CXX] sc/source/filter/xml/XMLCodeNameProvider.cxx
[build CXX] sc/source/filter/xml/XMLColumnRowGroupExport.cxx
[build CXX] sc/source/filter/xml/XMLConsolidationContext.cxx
[build CXX] sc/source/filter/xml/XMLConverter.cxx
[build CXX] sc/source/filter/xml/XMLDDELinksContext.cxx
[build CXX] sc/source/filter/xml/XMLDetectiveContext.cxx
[build CXX] sc/source/filter/xml/XMLEmptyContext.cxx
[build CXX] sc/source/filter/xml/XMLExportDDELinks.cxx
[build CXX] sc/source/filter/xml/XMLExportDataPilot.cxx
[build CXX] sc/source/filter/xml/XMLExportDatabaseRanges.cxx
[build CXX] sc/source/filter/xml/XMLExportIterator.cxx
[build CXX] sc/source/filter/xml/XMLExportSharedData.cxx
[build CXX] sc/source/filter/xml/XMLStylesExportHelper.cxx
[build CXX] sc/source/filter/xml/XMLStylesImportHelper.cxx
[build CXX] sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
[build CXX] sc/source/filter/xml/XMLTableMasterPageExport.cxx
[build CXX] sc/source/filter/xml/XMLTableShapeImportHelper.cxx
[build CXX] sc/source/filter/xml/XMLTableShapeResizer.cxx
[build CXX] sc/source/filter/xml/XMLTableShapesContext.cxx
[build CXX] sc/source/filter/xml/XMLTableSourceContext.cxx
[build CXX] sc/source/filter/xml/XMLTrackedChangesContext.cxx
[build CXX] sc/source/filter/xml/cachedattraccess.cxx
[build CXX] sc/source/filter/xml/celltextparacontext.cxx
[build CXX] sc/source/filter/xml/editattributemap.cxx
[build CXX] sc/source/filter/xml/importcontext.cxx
[build CXX] sc/source/filter/xml/pivotsource.cxx
[build CXX] sc/source/filter/xml/sheetdata.cxx
[build CXX] sc/source/filter/xml/xmlannoi.cxx
[build CXX] sc/source/filter/xml/xmlbodyi.cxx
[build CXX] sc/source/filter/xml/xmlcelli.cxx
[build CXX] sc/source/filter/xml/xmlcoli.cxx
[build CXX] sc/source/filter/xml/xmlcondformat.cxx
[build CXX] sc/source/filter/xml/xmlconti.cxx
[build CXX] sc/source/filter/xml/xmlcvali.cxx
[build CXX] sc/source/filter/xml/xmldpimp.cxx
[build CXX] sc/source/filter/xml/xmldrani.cxx
[build CXX] sc/source/filter/xml/xmlexprt.cxx
[build CXX] sc/source/filter/xml/xmlexternaltabi.cxx
[build CXX] sc/source/filter/xml/xmlfilti.cxx
[build CXX] sc/source/filter/xml/xmlfonte.cxx
[build CXX] sc/source/filter/xml/xmlimprt.cxx
[build CXX] sc/source/filter/xml/xmllabri.cxx
[build CXX] sc/source/filter/xml/xmlmappingi.cxx
[build CXX] sc/source/filter/xml/xmlnexpi.cxx
[build CXX] sc/source/filter/xml/xmlrowi.cxx
[build CXX] sc/source/filter/xml/xmlsceni.cxx
[build CXX] sc/source/filter/xml/xmlsorti.cxx
[build CXX] sc/source/filter/xml/xmlstyle.cxx
[build CXX] sc/source/filter/xml/xmlstyli.cxx
[build CXX] sc/source/filter/xml/xmlsubti.cxx
[build CXX] sc/source/filter/xml/xmltabi.cxx
[build CXX] sc/source/filter/xml/xmlwrap.cxx
[build CXX] sc/source/filter/chart/chart_imp.cxx
[build CXX] sc/source/filter/importfilterdata.cxx
[build CXX] sc/source/ui/Accessibility/AccessibilityHints.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleCell.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleCellBase.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleContextBase.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleCsvControl.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleDocument.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleDocumentBase.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleEditObject.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleFilterMenuItem.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleFilterTopWindow.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleGlobal.cxx
[build CXX] sc/source/ui/Accessibility/AccessiblePageHeader.cxx
[build CXX] sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx
[build CXX] sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
[build CXX] sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx
[build CXX] sc/source/ui/Accessibility/AccessiblePreviewTable.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleTableBase.cxx
[build CXX] sc/source/ui/Accessibility/AccessibleText.cxx
[build CXX] sc/source/ui/Accessibility/DrawModelBroadcaster.cxx
[build CXX] sc/source/ui/app/client.cxx
[build CXX] sc/source/ui/app/drwtrans.cxx
[build CXX] sc/source/ui/app/inputhdl.cxx
[build CXX] sc/source/ui/app/inputwin.cxx
[build CXX] sc/source/ui/app/lnktrans.cxx
[build CXX] sc/source/ui/app/msgpool.cxx
[build CXX] sc/source/ui/app/rfindlst.cxx
[build CXX] sc/source/ui/app/scdll.cxx
[build CXX] sc/source/ui/app/scmod.cxx
[build CXX] sc/source/ui/app/seltrans.cxx
[build CXX] sc/source/ui/app/transobj.cxx
[build CXX] sc/source/ui/app/typemap.cxx
[build CXX] sc/source/ui/app/uiitems.cxx
[build CXX] sc/source/ui/attrdlg/scabstdlg.cxx
[build CXX] sc/source/ui/cctrl/cbnumberformat.cxx
[build CXX] sc/source/ui/cctrl/cbuttonw.cxx
[build CXX] sc/source/ui/cctrl/checklistmenu.cxx
[build CXX] sc/source/ui/cctrl/dpcontrol.cxx
[build CXX] sc/source/ui/cctrl/tbzoomsliderctrl.cxx
[build CXX] sc/source/ui/condformat/condformatdlg.cxx
[build CXX] sc/source/ui/condformat/condformatdlgentry.cxx
[build CXX] sc/source/ui/condformat/condformatdlgitem.cxx
[build CXX] sc/source/ui/condformat/condformathelper.cxx
[build CXX] sc/source/ui/condformat/colorformat.cxx
[build CXX] sc/source/ui/dataprovider/csvdataprovider.cxx
[build CXX] sc/source/ui/dataprovider/dataprovider.cxx
[build CXX] sc/source/ui/dataprovider/datatransformation.cxx
[build CXX] sc/source/ui/dataprovider/htmldataprovider.cxx
[build CXX] sc/source/ui/dbgui/asciiopt.cxx
[build CXX] sc/source/ui/dbgui/consdlg.cxx
[build CXX] sc/source/ui/dbgui/csvcontrol.cxx
[build CXX] sc/source/ui/dbgui/csvgrid.cxx
[build CXX] sc/source/ui/dbgui/csvruler.cxx
[build CXX] sc/source/ui/dbgui/csvsplits.cxx
[build CXX] sc/source/ui/dbgui/csvtablebox.cxx
[build CXX] sc/source/ui/dbgui/dbnamdlg.cxx
[build CXX] sc/source/ui/dbgui/filtdlg.cxx
[build CXX] sc/source/ui/dbgui/foptmgr.cxx
[build CXX] sc/source/ui/dbgui/imoptdlg.cxx
[build CXX] sc/source/ui/dbgui/PivotLayoutDialog.cxx
[build CXX] sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx
[build CXX] sc/source/ui/dbgui/PivotLayoutTreeListData.cxx
[build CXX] sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx
[build CXX] sc/source/ui/dbgui/PivotLayoutTreeList.cxx
[build CXX] sc/source/ui/dbgui/sfiltdlg.cxx
[build CXX] sc/source/ui/dbgui/validate.cxx
[build CXX] sc/source/ui/dialogs/searchresults.cxx
[build CXX] sc/source/ui/docshell/arealink.cxx
[build CXX] sc/source/ui/docshell/autostyl.cxx
[build CXX] sc/source/ui/docshell/datastream.cxx
[build CXX] sc/source/ui/docshell/dbdocfun.cxx
[build CXX] sc/source/ui/docshell/dbdocimp.cxx
[build CXX] sc/source/ui/docshell/docfunc.cxx
[build CXX] sc/source/ui/docshell/docfuncutil.cxx
[build CXX] sc/source/ui/docshell/docsh.cxx
[build CXX] sc/source/ui/docshell/docsh2.cxx
[build CXX] sc/source/ui/docshell/docsh3.cxx
[build CXX] sc/source/ui/docshell/docsh4.cxx
[build CXX] sc/source/ui/docshell/docsh5.cxx
[build CXX] sc/source/ui/docshell/docsh6.cxx
[build CXX] sc/source/ui/docshell/docsh8.cxx
[build CXX] sc/source/ui/docshell/documentlinkmgr.cxx
[build CXX] sc/source/ui/docshell/editable.cxx
[build CXX] sc/source/ui/docshell/externalrefmgr.cxx
[build CXX] sc/source/ui/docshell/impex.cxx
[build CXX] sc/source/ui/docshell/macromgr.cxx
[build CXX] sc/source/ui/docshell/olinefun.cxx
[build CXX] sc/source/ui/docshell/pagedata.cxx
[build CXX] sc/source/ui/docshell/pntlock.cxx
[build CXX] sc/source/ui/docshell/servobj.cxx
[build CXX] sc/source/ui/docshell/sizedev.cxx
[build CXX] sc/source/ui/docshell/tablink.cxx
[build CXX] sc/source/ui/drawfunc/chartsh.cxx
[build CXX] sc/source/ui/drawfunc/drawsh.cxx
[build CXX] sc/source/ui/drawfunc/drawsh2.cxx
[build CXX] sc/source/ui/drawfunc/drawsh4.cxx
[build CXX] sc/source/ui/drawfunc/drawsh5.cxx
[build CXX] sc/source/ui/drawfunc/drformsh.cxx
[build CXX] sc/source/ui/drawfunc/drtxtob.cxx
[build CXX] sc/source/ui/drawfunc/drtxtob1.cxx
[build CXX] sc/source/ui/drawfunc/drtxtob2.cxx
[build CXX] sc/source/ui/drawfunc/fuconarc.cxx
[build CXX] sc/source/ui/drawfunc/fuconcustomshape.cxx
[build CXX] sc/source/ui/drawfunc/fuconpol.cxx
[build CXX] sc/source/ui/drawfunc/fuconrec.cxx
[build CXX] sc/source/ui/drawfunc/fuconstr.cxx
[build CXX] sc/source/ui/drawfunc/fuconuno.cxx
[build CXX] sc/source/ui/drawfunc/fudraw.cxx
[build CXX] sc/source/ui/drawfunc/fuins1.cxx
[build CXX] sc/source/ui/drawfunc/fuins2.cxx
[build CXX] sc/source/ui/drawfunc/fupoor.cxx
[build CXX] sc/source/ui/drawfunc/fusel.cxx
[build CXX] sc/source/ui/drawfunc/fusel2.cxx
[build CXX] sc/source/ui/drawfunc/futext.cxx
[build CXX] sc/source/ui/drawfunc/futext2.cxx
[build CXX] sc/source/ui/drawfunc/futext3.cxx
[build CXX] sc/source/ui/drawfunc/graphsh.cxx
[build CXX] sc/source/ui/drawfunc/mediash.cxx
[build CXX] sc/source/ui/drawfunc/oleobjsh.cxx
[build CXX] sc/source/ui/formdlg/dwfunctr.cxx
[build CXX] sc/source/ui/formdlg/formdata.cxx
[build CXX] sc/source/ui/formdlg/formula.cxx
[build CXX] sc/source/ui/miscdlgs/acredlin.cxx
[build CXX] sc/source/ui/miscdlgs/anyrefdg.cxx
[build CXX] sc/source/ui/miscdlgs/autofmt.cxx
[build CXX] sc/source/ui/miscdlgs/conflictsdlg.cxx
[build CXX] sc/source/ui/miscdlgs/crnrdlg.cxx
[build CXX] sc/source/ui/miscdlgs/datastreamdlg.cxx
[build CXX] sc/source/ui/miscdlgs/dataproviderdlg.cxx
[build CXX] sc/source/ui/miscdlgs/highred.cxx
[build CXX] sc/source/ui/miscdlgs/mergecellsdialog.cxx
[build CXX] sc/source/ui/miscdlgs/optsolver.cxx
[build CXX] sc/source/ui/miscdlgs/protectiondlg.cxx
[build CXX] sc/source/ui/miscdlgs/redcom.cxx
[build CXX] sc/source/ui/miscdlgs/retypepassdlg.cxx
[build CXX] sc/source/ui/miscdlgs/sharedocdlg.cxx
[build CXX] sc/source/ui/miscdlgs/simpref.cxx
[build CXX] sc/source/ui/miscdlgs/solveroptions.cxx
[build CXX] sc/source/ui/miscdlgs/solverutil.cxx
[build CXX] sc/source/ui/miscdlgs/solvrdlg.cxx
[build CXX] sc/source/ui/miscdlgs/tabopdlg.cxx
[build CXX] sc/source/ui/miscdlgs/warnbox.cxx
[build CXX] sc/source/ui/namedlg/namedefdlg.cxx
[build CXX] sc/source/ui/namedlg/namedlg.cxx
[build CXX] sc/source/ui/namedlg/namemgrtable.cxx
[build CXX] sc/source/ui/navipi/content.cxx
[build CXX] sc/source/ui/navipi/navcitem.cxx
[build CXX] sc/source/ui/navipi/navipi.cxx
[build CXX] sc/source/ui/navipi/scenwnd.cxx
[build CXX] sc/source/ui/pagedlg/areasdlg.cxx
[build CXX] sc/source/ui/pagedlg/tphfedit.cxx
[build CXX] sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
[build CXX] sc/source/ui/sidebar/CellLineStyleControl.cxx
[build CXX] sc/source/ui/sidebar/CellLineStyleValueSet.cxx
[build CXX] sc/source/ui/sidebar/CellBorderUpdater.cxx
[build CXX] sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
[build CXX] sc/source/ui/sidebar/CellBorderStyleControl.cxx
[build CXX] sc/source/ui/sidebar/NumberFormatControl.cxx
[build CXX] sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
[build CXX] sc/source/ui/sidebar/ScPanelFactory.cxx
[build CXX] sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/FTestDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx
[build CXX] sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx
[build CXX] sc/source/ui/StatisticsDialogs/TTestDialog.cxx
[build CXX] sc/source/ui/StatisticsDialogs/ZTestDialog.cxx
[build CXX] sc/source/ui/uitest/uiobject.cxx
[build CXX] sc/source/ui/undo/areasave.cxx
[build CXX] sc/source/ui/undo/refundo.cxx
[build CXX] sc/source/ui/undo/target.cxx
[build CXX] sc/source/ui/undo/undobase.cxx
[build CXX] sc/source/ui/undo/undoblk.cxx
[build CXX] sc/source/ui/undo/undoblk2.cxx
[build CXX] sc/source/ui/undo/undoblk3.cxx
[build CXX] sc/source/ui/undo/undocell.cxx
[build CXX] sc/source/ui/undo/undocell2.cxx
[build CXX] sc/source/ui/undo/undoconvert.cxx
[build CXX] sc/source/ui/undo/undodat.cxx
[build CXX] sc/source/ui/undo/undodraw.cxx
[build CXX] sc/source/ui/undo/undoolk.cxx
[build CXX] sc/source/ui/undo/undorangename.cxx
[build CXX] sc/source/ui/undo/undosort.cxx
[build CXX] sc/source/ui/undo/undostyl.cxx
[build CXX] sc/source/ui/undo/undotab.cxx
[build CXX] sc/source/ui/undo/undoutil.cxx
[build CXX] sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
[build CXX] sc/source/ui/unoobj/addruno.cxx
[build CXX] sc/source/ui/unoobj/afmtuno.cxx
[build CXX] sc/source/ui/unoobj/appluno.cxx
[build CXX] sc/source/ui/unoobj/celllistsource.cxx
[build CXX] sc/source/ui/unoobj/cellsuno.cxx
[build CXX] sc/source/ui/unoobj/cellvaluebinding.cxx
[build CXX] sc/source/ui/unoobj/chart2uno.cxx
[build CXX] sc/source/ui/unoobj/chartuno.cxx
[build CXX] sc/source/ui/unoobj/condformatuno.cxx
[build CXX] sc/source/ui/unoobj/confuno.cxx
[build CXX] sc/source/ui/unoobj/convuno.cxx
[build CXX] sc/source/ui/unoobj/cursuno.cxx
[build CXX] sc/source/ui/unoobj/dapiuno.cxx
[build CXX] sc/source/ui/unoobj/datauno.cxx
[build CXX] sc/source/ui/unoobj/defltuno.cxx
[build CXX] sc/source/ui/unoobj/dispuno.cxx
[build CXX] sc/source/ui/unoobj/docuno.cxx
[build CXX] sc/source/ui/unoobj/drdefuno.cxx
[build CXX] sc/source/ui/unoobj/editsrc.cxx
[build CXX] sc/source/ui/unoobj/eventuno.cxx
[build CXX] sc/source/ui/unoobj/fielduno.cxx
[build CXX] sc/source/ui/unoobj/filtuno.cxx
[build CXX] sc/source/ui/unoobj/fmtuno.cxx
[build CXX] sc/source/ui/unoobj/forbiuno.cxx
[build CXX] sc/source/ui/unoobj/funcuno.cxx
[build CXX] sc/source/ui/unoobj/linkuno.cxx
[build CXX] sc/source/ui/unoobj/listenercalls.cxx
[build CXX] sc/source/ui/unoobj/miscuno.cxx
[build CXX] sc/source/ui/unoobj/nameuno.cxx
[build CXX] sc/source/ui/unoobj/notesuno.cxx
[build CXX] sc/source/ui/unoobj/optuno.cxx
[build CXX] sc/source/ui/unoobj/pageuno.cxx
[build CXX] sc/source/ui/unoobj/PivotTableDataProvider.cxx
[build CXX] sc/source/ui/unoobj/PivotTableDataSource.cxx
[build CXX] sc/source/ui/unoobj/PivotTableDataSequence.cxx
[build CXX] sc/source/ui/unoobj/TablePivotCharts.cxx
[build CXX] sc/source/ui/unoobj/TablePivotChart.cxx
[build CXX] sc/source/ui/unoobj/ChartTools.cxx
[build CXX] sc/source/ui/unoobj/servuno.cxx
[build CXX] sc/source/ui/unoobj/shapeuno.cxx
[build CXX] sc/source/ui/unoobj/srchuno.cxx
[build CXX] sc/source/ui/unoobj/styleuno.cxx
[build CXX] sc/source/ui/unoobj/targuno.cxx
[build CXX] sc/source/ui/unoobj/textuno.cxx
[build CXX] sc/source/ui/unoobj/tokenuno.cxx
[build CXX] sc/source/ui/unoobj/unodoc.cxx
[build CXX] sc/source/ui/unoobj/unoreflist.cxx
[build CXX] sc/source/ui/unoobj/viewuno.cxx
[build CXX] sc/source/ui/unoobj/warnpassword.cxx
[build CXX] sc/source/ui/view/auditsh.cxx
[build CXX] sc/source/ui/view/cellmergeoption.cxx
[build CXX] sc/source/ui/view/cellsh.cxx
[build CXX] sc/source/ui/view/cellsh1.cxx
[build CXX] sc/source/ui/view/cellsh2.cxx
[build CXX] sc/source/ui/view/cellsh3.cxx
[build CXX] sc/source/ui/view/cellsh4.cxx
[build CXX] sc/source/ui/view/colrowba.cxx
[build CXX] sc/source/ui/view/cliputil.cxx
[build CXX] sc/source/ui/view/dbfunc.cxx
[build CXX] sc/source/ui/view/dbfunc2.cxx
[build CXX] sc/source/ui/view/dbfunc3.cxx
[build CXX] sc/source/ui/view/dbfunc4.cxx
[build CXX] sc/source/ui/view/drawutil.cxx
[build CXX] sc/source/ui/view/drawvie3.cxx
[build CXX] sc/source/ui/view/drawvie4.cxx
[build CXX] sc/source/ui/view/drawview.cxx
[build CXX] sc/source/ui/view/editsh.cxx
[build CXX] sc/source/ui/view/formatsh.cxx
[build CXX] sc/source/ui/view/gridmerg.cxx
[build CXX] sc/source/ui/view/gridwin.cxx
[build CXX] sc/source/ui/view/gridwin2.cxx
[build CXX] sc/source/ui/view/gridwin3.cxx
[build CXX] sc/source/ui/view/gridwin4.cxx
[build CXX] sc/source/ui/view/gridwin5.cxx
[build CXX] sc/source/ui/view/hdrcont.cxx
[build CXX] sc/source/ui/view/hintwin.cxx
[build CXX] sc/source/ui/view/imapwrap.cxx
[build CXX] sc/source/ui/view/invmerge.cxx
[build CXX] sc/source/ui/view/notemark.cxx
[build CXX] sc/source/ui/view/olinewin.cxx
[build CXX] sc/source/ui/view/output.cxx
[build CXX] sc/source/ui/view/output2.cxx
[build CXX] sc/source/ui/view/output3.cxx
[build CXX] sc/source/ui/view/overlayobject.cxx
[build CXX] sc/source/ui/view/pfuncache.cxx
[build CXX] sc/source/ui/view/pgbrksh.cxx
[build CXX] sc/source/ui/view/pivotsh.cxx
[build CXX] sc/source/ui/view/preview.cxx
[build CXX] sc/source/ui/view/prevloc.cxx
[build CXX] sc/source/ui/view/prevwsh.cxx
[build CXX] sc/source/ui/view/prevwsh2.cxx
[build CXX] sc/source/ui/view/printfun.cxx
[build CXX] sc/source/ui/view/reffact.cxx
[build CXX] sc/source/ui/view/scextopt.cxx
[build CXX] sc/source/ui/view/select.cxx
[build CXX] sc/source/ui/view/selectionstate.cxx
[build CXX] sc/source/ui/view/spelldialog.cxx
[build CXX] sc/source/ui/view/spelleng.cxx
[build CXX] sc/source/ui/view/spellcheckcontext.cxx
[build CXX] sc/source/ui/view/tabcont.cxx
[build CXX] sc/source/ui/view/tabsplit.cxx
[build CXX] sc/source/ui/view/tabview.cxx
[build CXX] sc/source/ui/view/tabview2.cxx
[build CXX] sc/source/ui/view/tabview3.cxx
[build CXX] sc/source/ui/view/tabview4.cxx
[build CXX] sc/source/ui/view/tabview5.cxx
[build CXX] sc/source/ui/view/tabvwsh.cxx
[build CXX] sc/source/ui/view/tabvwsh2.cxx
[build CXX] sc/source/ui/view/tabvwsh3.cxx
[build CXX] sc/source/ui/view/tabvwsh4.cxx
[build CXX] sc/source/ui/view/tabvwsh5.cxx
[build CXX] sc/source/ui/view/tabvwsh8.cxx
[build CXX] sc/source/ui/view/tabvwsh9.cxx
[build CXX] sc/source/ui/view/tabvwsha.cxx
[build CXX] sc/source/ui/view/tabvwshb.cxx
[build CXX] sc/source/ui/view/tabvwshc.cxx
[build CXX] sc/source/ui/view/tabvwshd.cxx
[build CXX] sc/source/ui/view/tabvwshe.cxx
[build CXX] sc/source/ui/view/tabvwshf.cxx
[build CXX] sc/source/ui/view/tabvwshg.cxx
[build CXX] sc/source/ui/view/tabvwshh.cxx
[build CXX] sc/source/ui/view/viewdata.cxx
[build CXX] sc/source/ui/view/viewfun2.cxx
[build CXX] sc/source/ui/view/viewfun3.cxx
[build CXX] sc/source/ui/view/viewfun4.cxx
[build CXX] sc/source/ui/view/viewfun5.cxx
[build CXX] sc/source/ui/view/viewfun6.cxx
[build CXX] sc/source/ui/view/viewfun7.cxx
[build CXX] sc/source/ui/view/viewfunc.cxx
[build CXX] sc/source/ui/view/viewutil.cxx
[build CXX] sc/source/ui/view/waitoff.cxx
[build CXX] sc/source/ui/xmlsource/xmlsourcedlg.cxx
[build CXX] sc/source/core/opencl/formulagroupcl.cxx
[build CXX] sc/source/core/opencl/opbase.cxx
[build CXX] sc/source/core/opencl/op_financial.cxx
[build CXX] sc/source/core/opencl/op_database.cxx
[build CXX] sc/source/core/opencl/op_math.cxx
[build CXX] sc/source/core/opencl/op_addin.cxx
[build CXX] sc/source/core/opencl/op_statistical.cxx
[build CXX] sc/source/core/opencl/op_array.cxx
[build CXX] sc/source/core/opencl/op_logical.cxx
[build CXX] sc/source/core/opencl/op_spreadsheet.cxx
[build CXX] sw/source/core/SwNumberTree/SwNodeNum.cxx
[build CXX] sw/source/core/SwNumberTree/SwNumberTree.cxx
[build CXX] sw/source/core/access/acccell.cxx
[build CXX] sw/source/core/access/acccontext.cxx
[build CXX] sw/source/core/access/accdoc.cxx
[build CXX] sw/source/core/access/accembedded.cxx
[build CXX] sw/source/core/access/accfootnote.cxx
[build CXX] sw/source/core/access/accframe.cxx
[build CXX] sw/source/core/access/accframebase.cxx
[build CXX] sw/source/core/access/accfrmobj.cxx
[build CXX] sw/source/core/access/accfrmobjmap.cxx
[build CXX] sw/source/core/access/accfrmobjslist.cxx
[build CXX] sw/source/core/access/accgraphic.cxx
[build CXX] sw/source/core/access/accheaderfooter.cxx
[build CXX] sw/source/core/access/acchyperlink.cxx
[build CXX] sw/source/core/access/acchypertextdata.cxx
[build CXX] sw/source/core/access/accmap.cxx
[build CXX] sw/source/core/access/accnotextframe.cxx
[build CXX] sw/source/core/access/accnotexthyperlink.cxx
[build CXX] sw/source/core/access/accpage.cxx
[build CXX] sw/source/core/access/accpara.cxx
[build CXX] sw/source/core/access/accportions.cxx
[build CXX] sw/source/core/access/accpreview.cxx
[build CXX] sw/source/core/access/accselectionhelper.cxx
[build CXX] sw/source/core/access/acctable.cxx
[build CXX] sw/source/core/access/acctextframe.cxx
[build CXX] sw/source/core/access/parachangetrackinginfo.cxx
[build CXX] sw/source/core/access/textmarkuphelper.cxx
[build CXX] sw/source/core/attr/calbck.cxx
[build CXX] sw/source/core/attr/cellatr.cxx
[build CXX] sw/source/core/attr/fmtfollowtextflow.cxx
[build CXX] sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx
[build CXX] sw/source/core/attr/format.cxx
[build CXX] sw/source/core/attr/hints.cxx
[build CXX] sw/source/core/attr/swatrset.cxx
[build CXX] sw/source/core/bastyp/SwSmartTagMgr.cxx
[build CXX] sw/source/core/bastyp/bparr.cxx
[build CXX] sw/source/core/bastyp/breakit.cxx
[build CXX] sw/source/core/bastyp/calc.cxx
[build CXX] sw/source/core/bastyp/checkit.cxx
[build CXX] sw/source/core/bastyp/index.cxx
[build CXX] sw/source/core/bastyp/init.cxx
[build CXX] sw/source/core/bastyp/proofreadingiterator.cxx
[build CXX] sw/source/core/bastyp/swcache.cxx
[build CXX] sw/source/core/bastyp/swrect.cxx
[build CXX] sw/source/core/bastyp/swregion.cxx
[build CXX] sw/source/core/bastyp/swtypes.cxx
[build CXX] sw/source/core/bastyp/tabcol.cxx
[build CXX] sw/source/core/crsr/annotationmark.cxx
[build CXX] sw/source/core/crsr/BlockCursor.cxx
[build CXX] sw/source/core/crsr/bookmrk.cxx
[build CXX] sw/source/core/crsr/callnk.cxx
[build CXX] sw/source/core/crsr/crbm.cxx
[build CXX] sw/source/core/crsr/crossrefbookmark.cxx
[build CXX] sw/source/core/crsr/crsrsh.cxx
[build CXX] sw/source/core/crsr/crstrvl.cxx
[build CXX] sw/source/core/crsr/crstrvl1.cxx
[build CXX] sw/source/core/crsr/findattr.cxx
[build CXX] sw/source/core/crsr/findcoll.cxx
[build CXX] sw/source/core/crsr/findfmt.cxx
[build CXX] sw/source/core/crsr/findtxt.cxx
[build CXX] sw/source/core/crsr/pam.cxx
[build CXX] sw/source/core/crsr/paminit.cxx
[build CXX] sw/source/core/crsr/swcrsr.cxx
[build CXX] sw/source/core/crsr/trvlcol.cxx
[build CXX] sw/source/core/crsr/trvlfnfl.cxx
[build CXX] sw/source/core/crsr/trvlreg.cxx
[build CXX] sw/source/core/crsr/trvltbl.cxx
[build CXX] sw/source/core/crsr/viscrs.cxx
[build CXX] sw/source/core/crsr/overlayrangesoutline.cxx
[build CXX] sw/source/core/doc/SwDocIdle.cxx
[build CXX] sw/source/core/doc/SwStyleNameMapper.cxx
[build CXX] sw/source/core/doc/acmplwrd.cxx
[build CXX] sw/source/core/doc/CntntIdxStore.cxx
[build CXX] sw/source/core/doc/dbgoutsw.cxx
[build CXX] sw/source/core/doc/doc.cxx
[build CXX] sw/source/core/doc/docbasic.cxx
[build CXX] sw/source/core/doc/docbm.cxx
[build CXX] sw/source/core/doc/docchart.cxx
[build CXX] sw/source/core/doc/doccomp.cxx
[build CXX] sw/source/core/doc/doccorr.cxx
[build CXX] sw/source/core/doc/docdesc.cxx
[build CXX] sw/source/core/doc/docdraw.cxx
[build CXX] sw/source/core/doc/docedt.cxx
[build CXX] sw/source/core/doc/docfld.cxx
[build CXX] sw/source/core/doc/docfly.cxx
[build CXX] sw/source/core/doc/docfmt.cxx
[build CXX] sw/source/core/doc/docftn.cxx
[build CXX] sw/source/core/doc/docglbl.cxx
[build CXX] sw/source/core/doc/docglos.cxx
[build CXX] sw/source/core/doc/doclay.cxx
[build CXX] sw/source/core/doc/docnew.cxx
[build CXX] sw/source/core/doc/docnum.cxx
[build CXX] sw/source/core/doc/docredln.cxx
[build CXX] sw/source/core/doc/docruby.cxx
[build CXX] sw/source/core/doc/docsort.cxx
[build CXX] sw/source/core/doc/docstat.cxx
[build CXX] sw/source/core/doc/doctxm.cxx
[build CXX] sw/source/core/doc/DocumentDeviceManager.cxx
[build CXX] sw/source/core/doc/docxforms.cxx
[build CXX] sw/source/core/doc/DocumentSettingManager.cxx
[build CXX] sw/source/core/doc/DocumentDrawModelManager.cxx
[build CXX] sw/source/core/doc/DocumentChartDataProviderManager.cxx
[build CXX] sw/source/core/doc/DocumentTimerManager.cxx
[build CXX] sw/source/core/doc/DocumentLinksAdministrationManager.cxx
[build CXX] sw/source/core/doc/DocumentListItemsManager.cxx
[build CXX] sw/source/core/doc/DocumentListsManager.cxx
[build CXX] sw/source/core/doc/DocumentOutlineNodesManager.cxx
[build CXX] sw/source/core/doc/DocumentContentOperationsManager.cxx
[build CXX] sw/source/core/doc/DocumentRedlineManager.cxx
[build CXX] sw/source/core/doc/DocumentFieldsManager.cxx
[build CXX] sw/source/core/doc/DocumentStatisticsManager.cxx
[build CXX] sw/source/core/doc/DocumentStateManager.cxx
[build CXX] sw/source/core/doc/DocumentLayoutManager.cxx
[build CXX] sw/source/core/doc/DocumentStylePoolManager.cxx
[build CXX] sw/source/core/doc/DocumentExternalDataManager.cxx
[build CXX] sw/source/core/doc/extinput.cxx
[build CXX] sw/source/core/doc/fmtcol.cxx
[build CXX] sw/source/core/doc/ftnidx.cxx
[build CXX] sw/source/core/doc/gctable.cxx
[build CXX] sw/source/core/doc/htmltbl.cxx
[build CXX] sw/source/core/doc/lineinfo.cxx
[build CXX] sw/source/core/doc/list.cxx
[build CXX] sw/source/core/doc/notxtfrm.cxx
[build CXX] sw/source/core/doc/number.cxx
[build CXX] sw/source/core/doc/poolfmt.cxx
[build CXX] sw/source/core/doc/rdfhelper.cxx
[build CXX] sw/source/core/doc/sortopt.cxx
[build CXX] sw/source/core/doc/swserv.cxx
[build CXX] sw/source/core/doc/swstylemanager.cxx
[build CXX] sw/source/core/doc/tblafmt.cxx
[build CXX] sw/source/core/doc/tblcpy.cxx
[build CXX] sw/source/core/doc/tblrwcl.cxx
[build CXX] sw/source/core/doc/textboxhelper.cxx
[build CXX] sw/source/core/doc/visiturl.cxx
[build CXX] sw/source/core/docnode/cancellablejob.cxx
[build CXX] sw/source/core/docnode/finalthreadmanager.cxx
[build CXX] sw/source/core/docnode/ndcopy.cxx
[build CXX] sw/source/core/docnode/ndnotxt.cxx
[build CXX] sw/source/core/docnode/ndnum.cxx
[build CXX] sw/source/core/docnode/ndsect.cxx
[build CXX] sw/source/core/docnode/ndtbl.cxx
[build CXX] sw/source/core/docnode/ndtbl1.cxx
[build CXX] sw/source/core/docnode/node.cxx
[build CXX] sw/source/core/docnode/node2lay.cxx
[build CXX] sw/source/core/docnode/nodes.cxx
[build CXX] sw/source/core/docnode/observablethread.cxx
[build CXX] sw/source/core/docnode/pausethreadstarting.cxx
[build CXX] sw/source/core/docnode/retrievedinputstreamdata.cxx
[build CXX] sw/source/core/docnode/retrieveinputstream.cxx
[build CXX] sw/source/core/docnode/retrieveinputstreamconsumer.cxx
[build CXX] sw/source/core/docnode/section.cxx
[build CXX] sw/source/core/docnode/swbaslnk.cxx
[build CXX] sw/source/core/docnode/swthreadjoiner.cxx
[build CXX] sw/source/core/docnode/swthreadmanager.cxx
[build CXX] sw/source/core/docnode/threadlistener.cxx
[build CXX] sw/source/core/docnode/threadmanager.cxx
[build CXX] sw/source/core/draw/dcontact.cxx
[build CXX] sw/source/core/draw/dflyobj.cxx
[build CXX] sw/source/core/draw/dobjfac.cxx
[build CXX] sw/source/core/draw/dpage.cxx
[build CXX] sw/source/core/draw/drawdoc.cxx
[build CXX] sw/source/core/draw/dview.cxx
[build CXX] sw/source/core/edit/acorrect.cxx
[build CXX] sw/source/core/edit/autofmt.cxx
[build CXX] sw/source/core/edit/edatmisc.cxx
[build CXX] sw/source/core/edit/edattr.cxx
[build CXX] sw/source/core/edit/eddel.cxx
[build CXX] sw/source/core/edit/edfcol.cxx
[build CXX] sw/source/core/edit/edfld.cxx
[build CXX] sw/source/core/edit/edfldexp.cxx
[build CXX] sw/source/core/edit/edfmt.cxx
[build CXX] sw/source/core/edit/edglbldc.cxx
[build CXX] sw/source/core/edit/edglss.cxx
[build CXX] sw/source/core/edit/editsh.cxx
[build CXX] sw/source/core/edit/edlingu.cxx
[build CXX] sw/source/core/edit/ednumber.cxx
[build CXX] sw/source/core/edit/edredln.cxx
[build CXX] sw/source/core/edit/edsect.cxx
[build CXX] sw/source/core/edit/edtab.cxx
[build CXX] sw/source/core/edit/edtox.cxx
[build CXX] sw/source/core/edit/edundo.cxx
[build CXX] sw/source/core/edit/edws.cxx
[build CXX] sw/source/core/fields/authfld.cxx
[build CXX] sw/source/core/fields/cellfml.cxx
[build CXX] sw/source/core/fields/chpfld.cxx
[build CXX] sw/source/core/fields/dbfld.cxx
[build CXX] sw/source/core/fields/ddefld.cxx
[build CXX] sw/source/core/fields/ddetbl.cxx
[build CXX] sw/source/core/fields/docufld.cxx
[build CXX] sw/source/core/fields/expfld.cxx
[build CXX] sw/source/core/fields/fldbas.cxx
[build CXX] sw/source/core/fields/flddat.cxx
[build CXX] sw/source/core/fields/flddropdown.cxx
[build CXX] sw/source/core/fields/fldlst.cxx
[build CXX] sw/source/core/fields/macrofld.cxx
[build CXX] sw/source/core/fields/postithelper.cxx
[build CXX] sw/source/core/fields/reffld.cxx
[build CXX] sw/source/core/fields/scrptfld.cxx
[build CXX] sw/source/core/fields/tblcalc.cxx
[build CXX] sw/source/core/fields/textapi.cxx
[build CXX] sw/source/core/fields/usrfld.cxx
[build CXX] sw/source/core/frmedt/fecopy.cxx
[build CXX] sw/source/core/frmedt/fedesc.cxx
[build CXX] sw/source/core/frmedt/fefly1.cxx
[build CXX] sw/source/core/frmedt/feflyole.cxx
[build CXX] sw/source/core/frmedt/feshview.cxx
[build CXX] sw/source/core/frmedt/fetab.cxx
[build CXX] sw/source/core/frmedt/fews.cxx
[build CXX] sw/source/core/frmedt/tblsel.cxx
[build CXX] sw/source/core/graphic/grfatr.cxx
[build CXX] sw/source/core/graphic/ndgrf.cxx
[build CXX] sw/source/core/layout/anchoreddrawobject.cxx
[build CXX] sw/source/core/layout/anchoredobject.cxx
[build CXX] sw/source/core/layout/atrfrm.cxx
[build CXX] sw/source/core/layout/calcmove.cxx
[build CXX] sw/source/core/layout/colfrm.cxx
[build CXX] sw/source/core/layout/dbg_lay.cxx
[build CXX] sw/source/core/layout/dumpfilter.cxx
[build CXX] sw/source/core/layout/findfrm.cxx
[build CXX] sw/source/core/layout/flowfrm.cxx
[build CXX] sw/source/core/layout/fly.cxx
[build CXX] sw/source/core/layout/flycnt.cxx
[build CXX] sw/source/core/layout/flyincnt.cxx
[build CXX] sw/source/core/layout/flylay.cxx
[build CXX] sw/source/core/layout/flypos.cxx
[build CXX] sw/source/core/layout/frmtool.cxx
[build CXX] sw/source/core/layout/ftnfrm.cxx
[build CXX] sw/source/core/layout/hffrm.cxx
[build CXX] sw/source/core/layout/layact.cxx
[build CXX] sw/source/core/layout/laycache.cxx
[build CXX] sw/source/core/layout/layouter.cxx
[build CXX] sw/source/core/layout/movedfwdfrmsbyobjpos.cxx
[build CXX] sw/source/core/layout/newfrm.cxx
[build CXX] sw/source/core/layout/objectformatter.cxx
[build CXX] sw/source/core/layout/objectformatterlayfrm.cxx
[build CXX] sw/source/core/layout/objectformattertxtfrm.cxx
[build CXX] sw/source/core/layout/objstmpconsiderwrapinfl.cxx
[build CXX] sw/source/core/layout/pagechg.cxx
[build CXX] sw/source/core/layout/pagedesc.cxx
[build CXX] sw/source/core/layout/paintfrm.cxx
[build CXX] sw/source/core/layout/sectfrm.cxx
[build CXX] sw/source/core/layout/softpagebreak.cxx
[build CXX] sw/source/core/layout/sortedobjs.cxx
[build CXX] sw/source/core/layout/ssfrm.cxx
[build CXX] sw/source/core/layout/swselectionlist.cxx
[build CXX] sw/source/core/layout/tabfrm.cxx
[build CXX] sw/source/core/layout/trvlfrm.cxx
[build CXX] sw/source/core/layout/unusedf.cxx
[build CXX] sw/source/core/layout/virtoutp.cxx
[build CXX] sw/source/core/layout/wsfrm.cxx
[build CXX] sw/source/core/objectpositioning/anchoredobjectposition.cxx
[build CXX] sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
[build CXX] sw/source/core/objectpositioning/environmentofanchoredobject.cxx
[build CXX] sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
[build CXX] sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx
[build CXX] sw/source/core/ole/ndole.cxx
[build CXX] sw/source/core/para/paratr.cxx
[build CXX] sw/source/core/sw3io/swacorr.cxx
[build CXX] sw/source/core/swg/SwXMLBlockExport.cxx
[build CXX] sw/source/core/swg/SwXMLBlockImport.cxx
[build CXX] sw/source/core/swg/SwXMLSectionList.cxx
[build CXX] sw/source/core/swg/SwXMLTextBlocks.cxx
[build CXX] sw/source/core/swg/SwXMLTextBlocks1.cxx
[build CXX] sw/source/core/swg/swblocks.cxx
[build CXX] sw/source/core/table/swnewtable.cxx
[build CXX] sw/source/core/table/swtable.cxx
[build CXX] sw/source/core/text/EnhancedPDFExportHelper.cxx
[build CXX] sw/source/core/text/SwGrammarMarkUp.cxx
[build CXX] sw/source/core/text/atrstck.cxx
[build CXX] sw/source/core/text/blink.cxx
[build CXX] sw/source/core/text/frmcrsr.cxx
[build CXX] sw/source/core/text/frmform.cxx
[build CXX] sw/source/core/text/frminf.cxx
[build CXX] sw/source/core/text/frmpaint.cxx
[build CXX] sw/source/core/text/guess.cxx
[build CXX] sw/source/core/text/inftxt.cxx
[build CXX] sw/source/core/text/itradj.cxx
[build CXX] sw/source/core/text/itratr.cxx
[build CXX] sw/source/core/text/itrcrsr.cxx
[build CXX] sw/source/core/text/itrform2.cxx
[build CXX] sw/source/core/text/itrpaint.cxx
[build CXX] sw/source/core/text/itrtxt.cxx
[build CXX] sw/source/core/text/noteurl.cxx
[build CXX] sw/source/core/text/porexp.cxx
[build CXX] sw/source/core/text/porfld.cxx
[build CXX] sw/source/core/text/porfly.cxx
[build CXX] sw/source/core/text/porglue.cxx
[build CXX] sw/source/core/text/porlay.cxx
[build CXX] sw/source/core/text/porlin.cxx
[build CXX] sw/source/core/text/pormulti.cxx
[build CXX] sw/source/core/text/porref.cxx
[build CXX] sw/source/core/text/porrst.cxx
[build CXX] sw/source/core/text/portox.cxx
[build CXX] sw/source/core/text/portxt.cxx
[build CXX] sw/source/core/text/redlnitr.cxx
[build CXX] sw/source/core/text/txtcache.cxx
[build CXX] sw/source/core/text/txtdrop.cxx
[build CXX] sw/source/core/text/txtfld.cxx
[build CXX] sw/source/core/text/txtfly.cxx
[build CXX] sw/source/core/text/txtfrm.cxx
[build CXX] sw/source/core/text/txtftn.cxx
[build CXX] sw/source/core/text/txthyph.cxx
[build CXX] sw/source/core/text/txtinit.cxx
[build CXX] sw/source/core/text/txtio.cxx
[build CXX] sw/source/core/text/txtpaint.cxx
[build CXX] sw/source/core/text/txttab.cxx
[build CXX] sw/source/core/text/widorp.cxx
[build CXX] sw/source/core/text/wrong.cxx
[build CXX] sw/source/core/text/xmldump.cxx
[build CXX] sw/source/core/tox/tox.cxx
[build CXX] sw/source/core/tox/toxhlp.cxx
[build CXX] sw/source/core/tox/txmsrt.cxx
[build CXX] sw/source/core/tox/ToxLinkProcessor.cxx
[build CXX] sw/source/core/tox/ToxTabStopTokenHandler.cxx
[build CXX] sw/source/core/tox/ToxTextGenerator.cxx
[build CXX] sw/source/core/tox/ToxWhitespaceStripper.cxx
[build CXX] sw/source/core/txtnode/SwGrammarContact.cxx
[build CXX] sw/source/core/txtnode/atrfld.cxx
[build CXX] sw/source/core/txtnode/atrflyin.cxx
[build CXX] sw/source/core/txtnode/atrftn.cxx
[build CXX] sw/source/core/txtnode/atrref.cxx
[build CXX] sw/source/core/txtnode/atrtox.cxx
[build CXX] sw/source/core/txtnode/chrfmt.cxx
[build CXX] sw/source/core/txtnode/fmtatr2.cxx
[build CXX] sw/source/core/txtnode/fntcache.cxx
[build CXX] sw/source/core/txtnode/fntcap.cxx
[build CXX] sw/source/core/txtnode/modeltoviewhelper.cxx
[build CXX] sw/source/core/txtnode/ndhints.cxx
[build CXX] sw/source/core/txtnode/ndtxt.cxx
[build CXX] sw/source/core/txtnode/swfntcch.cxx
[build CXX] sw/source/core/txtnode/swfont.cxx
[build CXX] sw/source/core/txtnode/thints.cxx
[build CXX] sw/source/core/txtnode/txatbase.cxx
[build CXX] sw/source/core/txtnode/txatritr.cxx
[build CXX] sw/source/core/txtnode/txtatr2.cxx
[build CXX] sw/source/core/txtnode/txtedt.cxx
[build CXX] sw/source/core/undo/SwRewriter.cxx
[build CXX] sw/source/core/undo/SwUndoField.cxx
[build CXX] sw/source/core/undo/SwUndoFmt.cxx
[build CXX] sw/source/core/undo/SwUndoPageDesc.cxx
[build CXX] sw/source/core/undo/SwUndoTOXChange.cxx
[build CXX] sw/source/core/undo/docundo.cxx
[build CXX] sw/source/core/undo/rolbck.cxx
[build CXX] sw/source/core/undo/unattr.cxx
[build CXX] sw/source/core/undo/unbkmk.cxx
[build CXX] sw/source/core/undo/undel.cxx
[build CXX] sw/source/core/undo/undobj.cxx
[build CXX] sw/source/core/undo/undobj1.cxx
[build CXX] sw/source/core/undo/undoflystrattr.cxx
[build CXX] sw/source/core/undo/undraw.cxx
[build CXX] sw/source/core/undo/unfmco.cxx
[build CXX] sw/source/core/undo/unins.cxx
[build CXX] sw/source/core/undo/unmove.cxx
[build CXX] sw/source/core/undo/unnum.cxx
[build CXX] sw/source/core/undo/unoutl.cxx
[build CXX] sw/source/core/undo/unovwr.cxx
[build CXX] sw/source/core/undo/unredln.cxx
[build CXX] sw/source/core/undo/unsect.cxx
[build CXX] sw/source/core/undo/unsort.cxx
[build CXX] sw/source/core/undo/unspnd.cxx
[build CXX] sw/source/core/undo/untbl.cxx
[build CXX] sw/source/core/undo/untblk.cxx
[build CXX] sw/source/core/unocore/SwXTextDefaults.cxx
[build CXX] sw/source/core/unocore/TextCursorHelper.cxx
[build CXX] sw/source/core/unocore/XMLRangeHelper.cxx
[build CXX] sw/source/core/unocore/swunohelper.cxx
[build CXX] sw/source/core/unocore/unobkm.cxx
[build CXX] sw/source/core/unocore/unochart.cxx
[build CXX] sw/source/core/unocore/unocoll.cxx
[build CXX] sw/source/core/unocore/unocrsr.cxx
[build CXX] sw/source/core/unocore/unocrsrhelper.cxx
[build CXX] sw/source/core/unocore/unodraw.cxx
[build CXX] sw/source/core/unocore/unoevent.cxx
[build CXX] sw/source/core/unocore/unofield.cxx
[build CXX] sw/source/core/unocore/unoflatpara.cxx
[build CXX] sw/source/core/unocore/unoframe.cxx
[build CXX] sw/source/core/unocore/unoftn.cxx
[build CXX] sw/source/core/unocore/unoidx.cxx
[build CXX] sw/source/core/unocore/unomap.cxx
[build CXX] sw/source/core/unocore/unomap1.cxx
[build CXX] sw/source/core/unocore/unoobj.cxx
[build CXX] sw/source/core/unocore/unoobj2.cxx
[build CXX] sw/source/core/unocore/unoparagraph.cxx
[build CXX] sw/source/core/unocore/unoport.cxx
[build CXX] sw/source/core/unocore/unoportenum.cxx
[build CXX] sw/source/core/unocore/unoredline.cxx
[build CXX] sw/source/core/unocore/unoredlines.cxx
[build CXX] sw/source/core/unocore/unorefmk.cxx
[build CXX] sw/source/core/unocore/unosect.cxx
[build CXX] sw/source/core/unocore/unosett.cxx
[build CXX] sw/source/core/unocore/unosrch.cxx
[build CXX] sw/source/core/unocore/unostyle.cxx
[build CXX] sw/source/core/unocore/unotbl.cxx
[build CXX] sw/source/core/unocore/unotext.cxx
[build CXX] sw/source/core/unocore/unotextmarkup.cxx
[build CXX] sw/source/core/view/pagepreviewlayout.cxx
[build CXX] sw/source/core/view/printdata.cxx
[build CXX] sw/source/core/view/vdraw.cxx
[build CXX] sw/source/core/view/viewimp.cxx
[build CXX] sw/source/core/view/viewpg.cxx
[build CXX] sw/source/core/view/viewsh.cxx
[build CXX] sw/source/core/view/vnew.cxx
[build CXX] sw/source/core/view/vprint.cxx
[build CXX] sw/source/filter/ascii/ascatr.cxx
[build CXX] sw/source/filter/ascii/parasc.cxx
[build CXX] sw/source/filter/ascii/wrtasc.cxx
[build CXX] sw/source/filter/basflt/docfact.cxx
[build CXX] sw/source/filter/basflt/fltini.cxx
[build CXX] sw/source/filter/basflt/fltshell.cxx
[build CXX] sw/source/filter/basflt/iodetect.cxx
[build CXX] sw/source/filter/basflt/shellio.cxx
[build CXX] sw/source/filter/html/SwAppletImpl.cxx
[build CXX] sw/source/filter/html/css1atr.cxx
[build CXX] sw/source/filter/html/css1kywd.cxx
[build CXX] sw/source/filter/html/htmlatr.cxx
[build CXX] sw/source/filter/html/htmlbas.cxx
[build CXX] sw/source/filter/html/htmlcss1.cxx
[build CXX] sw/source/filter/html/htmlctxt.cxx
[build CXX] sw/source/filter/html/htmldrawreader.cxx
[build CXX] sw/source/filter/html/htmldrawwriter.cxx
[build CXX] sw/source/filter/html/htmlfld.cxx
[build CXX] sw/source/filter/html/htmlfldw.cxx
[build CXX] sw/source/filter/html/htmlfly.cxx
[build CXX] sw/source/filter/html/htmlflywriter.cxx
[build CXX] sw/source/filter/html/htmlflyt.cxx
[build CXX] sw/source/filter/html/htmlform.cxx
[build CXX] sw/source/filter/html/htmlforw.cxx
[build CXX] sw/source/filter/html/htmlftn.cxx
[build CXX] sw/source/filter/html/htmlgrin.cxx
[build CXX] sw/source/filter/html/htmlnum.cxx
[build CXX] sw/source/filter/html/htmlnumreader.cxx
[build CXX] sw/source/filter/html/htmlnumwriter.cxx
[build CXX] sw/source/filter/html/htmlplug.cxx
[build CXX] sw/source/filter/html/htmlsect.cxx
[build CXX] sw/source/filter/html/htmltab.cxx
[build CXX] sw/source/filter/html/htmltabw.cxx
[build CXX] sw/source/filter/html/parcss1.cxx
[build CXX] sw/source/filter/html/svxcss1.cxx
[build CXX] sw/source/filter/html/swhtml.cxx
[build CXX] sw/source/filter/html/wrthtml.cxx
[build CXX] sw/source/filter/writer/writer.cxx
[build CXX] sw/source/filter/writer/wrt_fn.cxx
[build CXX] sw/source/filter/writer/wrtswtbl.cxx
[build CXX] sw/source/filter/xml/XMLRedlineImportHelper.cxx
[build CXX] sw/source/filter/xml/swxml.cxx
[build CXX] sw/source/filter/xml/wrtxml.cxx
[build CXX] sw/source/filter/xml/xmlbrsh.cxx
[build CXX] sw/source/filter/xml/xmlexp.cxx
[build CXX] sw/source/filter/xml/xmlexpit.cxx
[build CXX] sw/source/filter/xml/xmlfmt.cxx
[build CXX] sw/source/filter/xml/xmlfmte.cxx
[build CXX] sw/source/filter/xml/xmlfonte.cxx
[build CXX] sw/source/filter/xml/xmlimp.cxx
[build CXX] sw/source/filter/xml/xmlimpit.cxx
[build CXX] sw/source/filter/xml/xmlitem.cxx
[build CXX] sw/source/filter/xml/xmliteme.cxx
[build CXX] sw/source/filter/xml/xmlitemi.cxx
[build CXX] sw/source/filter/xml/xmlitemm.cxx
[build CXX] sw/source/filter/xml/xmlithlp.cxx
[build CXX] sw/source/filter/xml/xmlitmpr.cxx
[build CXX] sw/source/filter/xml/xmlmeta.cxx
[build CXX] sw/source/filter/xml/xmlscript.cxx
[build CXX] sw/source/filter/xml/xmltble.cxx
[build CXX] sw/source/filter/xml/xmltbli.cxx
[build CXX] sw/source/filter/xml/xmltext.cxx
[build CXX] sw/source/filter/xml/xmltexte.cxx
[build CXX] sw/source/filter/xml/xmltexti.cxx
[build CXX] sw/source/uibase/app/appenv.cxx
[build CXX] sw/source/uibase/app/apphdl.cxx
[build CXX] sw/source/uibase/app/applab.cxx
[build CXX] sw/source/uibase/app/appopt.cxx
[build CXX] sw/source/uibase/app/docsh.cxx
[build CXX] sw/source/uibase/app/docsh2.cxx
[build CXX] sw/source/uibase/app/docshdrw.cxx
[build CXX] sw/source/uibase/app/docshini.cxx
[build CXX] sw/source/uibase/app/docst.cxx
[build CXX] sw/source/uibase/app/docstyle.cxx
[build CXX] sw/source/uibase/app/mainwn.cxx
[build CXX] sw/source/uibase/app/swdll.cxx
[build CXX] sw/source/uibase/app/swmodul1.cxx
[build CXX] sw/source/uibase/app/swmodule.cxx
[build CXX] sw/source/uibase/app/swwait.cxx
[build CXX] sw/source/uibase/dbui/dbmgr.cxx
[build CXX] sw/source/uibase/dbui/dbui.cxx
[build CXX] sw/source/uibase/dbui/maildispatcher.cxx
[build CXX] sw/source/uibase/dbui/mailmergehelper.cxx
[build CXX] sw/source/uibase/dbui/mmconfigitem.cxx
[build CXX] sw/source/uibase/cctrl/actctrl.cxx
[build CXX] sw/source/uibase/chrdlg/ccoll.cxx
[build CXX] sw/source/uibase/config/StoredChapterNumbering.cxx
[build CXX] sw/source/uibase/config/barcfg.cxx
[build CXX] sw/source/uibase/config/caption.cxx
[build CXX] sw/source/uibase/config/cfgitems.cxx
[build CXX] sw/source/uibase/config/dbconfig.cxx
[build CXX] sw/source/uibase/config/fontcfg.cxx
[build CXX] sw/source/uibase/config/modcfg.cxx
[build CXX] sw/source/uibase/config/prtopt.cxx
[build CXX] sw/source/uibase/config/uinums.cxx
[build CXX] sw/source/uibase/config/usrpref.cxx
[build CXX] sw/source/uibase/config/viewopt.cxx
[build CXX] sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx
[build CXX] sw/source/uibase/dialog/regionsw.cxx
[build CXX] sw/source/uibase/dialog/swabstdlg.cxx
[build CXX] sw/source/uibase/dialog/swwrtshitem.cxx
[build CXX] sw/source/uibase/dialog/watermarkdialog.cxx
[build CXX] sw/source/uibase/dochdl/gloshdl.cxx
[build CXX] sw/source/uibase/dochdl/swdtflvr.cxx
[build CXX] sw/source/uibase/docvw/AnchorOverlayObject.cxx
[build CXX] sw/source/uibase/docvw/AnnotationMenuButton.cxx
[build CXX] sw/source/uibase/docvw/AnnotationWin.cxx
[build CXX] sw/source/uibase/docvw/AnnotationWin2.cxx
[build CXX] sw/source/uibase/docvw/DashedLine.cxx
[build CXX] sw/source/uibase/docvw/FrameControlsManager.cxx
[build CXX] sw/source/uibase/docvw/PageBreakWin.cxx
[build CXX] sw/source/uibase/docvw/OverlayRanges.cxx
[build CXX] sw/source/uibase/docvw/PostItMgr.cxx
[build CXX] sw/source/uibase/docvw/ShadowOverlayObject.cxx
[build CXX] sw/source/uibase/docvw/SidebarScrollBar.cxx
[build CXX] sw/source/uibase/docvw/SidebarTxtControl.cxx
[build CXX] sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
[build CXX] sw/source/uibase/docvw/SidebarWinAcc.cxx
[build CXX] sw/source/uibase/docvw/HeaderFooterWin.cxx
[build CXX] sw/source/uibase/docvw/edtdd.cxx
[build CXX] sw/source/uibase/docvw/edtwin.cxx
[build CXX] sw/source/uibase/docvw/edtwin2.cxx
[build CXX] sw/source/uibase/docvw/edtwin3.cxx
[build CXX] sw/source/uibase/docvw/frmsidebarwincontainer.cxx
[build CXX] sw/source/uibase/docvw/romenu.cxx
[build CXX] sw/source/uibase/docvw/srcedtw.cxx
[build CXX] sw/source/uibase/envelp/envimg.cxx
[build CXX] sw/source/uibase/envelp/labelcfg.cxx
[build CXX] sw/source/uibase/envelp/labimg.cxx
[build CXX] sw/source/uibase/envelp/syncbtn.cxx
[build CXX] sw/source/uibase/fldui/fldmgr.cxx
[build CXX] sw/source/uibase/fldui/fldwrap.cxx
[build CXX] sw/source/uibase/fldui/xfldui.cxx
[build CXX] sw/source/uibase/frmdlg/colex.cxx
[build CXX] sw/source/uibase/frmdlg/colmgr.cxx
[build CXX] sw/source/uibase/frmdlg/frmmgr.cxx
[build CXX] sw/source/uibase/globdoc/globdoc.cxx
[build CXX] sw/source/uibase/index/idxmrk.cxx
[build CXX] sw/source/uibase/dialog/wordcountwrapper.cxx
[build CXX] sw/source/uibase/index/toxmgr.cxx
[build CXX] sw/source/uibase/lingu/hhcwrp.cxx
[build CXX] sw/source/uibase/lingu/hyp.cxx
[build CXX] sw/source/uibase/lingu/olmenu.cxx
[build CXX] sw/source/uibase/lingu/sdrhhcwrap.cxx
[build CXX] sw/source/uibase/misc/glosdoc.cxx
[build CXX] sw/source/uibase/misc/glshell.cxx
[build CXX] sw/source/uibase/misc/numberingtypelistbox.cxx
[build CXX] sw/source/uibase/misc/redlndlg.cxx
[build CXX] sw/source/uibase/misc/swruler.cxx
[build CXX] sw/source/uibase/ribbar/conarc.cxx
[build CXX] sw/source/uibase/ribbar/concustomshape.cxx
[build CXX] sw/source/uibase/ribbar/conform.cxx
[build CXX] sw/source/uibase/ribbar/conpoly.cxx
[build CXX] sw/source/uibase/ribbar/conrect.cxx
[build CXX] sw/source/uibase/ribbar/drawbase.cxx
[build CXX] sw/source/uibase/ribbar/dselect.cxx
[build CXX] sw/source/uibase/ribbar/inputwin.cxx
[build CXX] sw/source/uibase/ribbar/workctrl.cxx
[build CXX] sw/source/uibase/shells/annotsh.cxx
[build CXX] sw/source/uibase/shells/basesh.cxx
[build CXX] sw/source/uibase/shells/beziersh.cxx
[build CXX] sw/source/uibase/shells/drawdlg.cxx
[build CXX] sw/source/uibase/shells/drawsh.cxx
[build CXX] sw/source/uibase/shells/drformsh.cxx
[build CXX] sw/source/uibase/shells/drwbassh.cxx
[build CXX] sw/source/uibase/shells/drwtxtex.cxx
[build CXX] sw/source/uibase/shells/drwtxtsh.cxx
[build CXX] sw/source/uibase/shells/frmsh.cxx
[build CXX] sw/source/uibase/shells/grfsh.cxx
[build CXX] sw/source/uibase/shells/grfshex.cxx
[build CXX] sw/source/uibase/shells/langhelper.cxx
[build CXX] sw/source/uibase/shells/listsh.cxx
[build CXX] sw/source/uibase/shells/mediash.cxx
[build CXX] sw/source/uibase/shells/navsh.cxx
[build CXX] sw/source/uibase/shells/olesh.cxx
[build CXX] sw/source/uibase/shells/slotadd.cxx
[build CXX] sw/source/uibase/shells/tabsh.cxx
[build CXX] sw/source/uibase/shells/textdrw.cxx
[build CXX] sw/source/uibase/shells/textfld.cxx
[build CXX] sw/source/uibase/shells/textglos.cxx
[build CXX] sw/source/uibase/shells/textidx.cxx
[build CXX] sw/source/uibase/shells/textsh.cxx
[build CXX] sw/source/uibase/shells/textsh1.cxx
[build CXX] sw/source/uibase/shells/textsh2.cxx
[build CXX] sw/source/uibase/shells/txtattr.cxx
[build CXX] sw/source/uibase/shells/txtcrsr.cxx
[build CXX] sw/source/uibase/shells/txtnum.cxx
[build CXX] sw/source/uibase/sidebar/StylePresetsPanel.cxx
[build CXX] sw/source/uibase/sidebar/PageOrientationControl.cxx
[build CXX] sw/source/uibase/sidebar/PageOrientationPopup.cxx
[build CXX] sw/source/uibase/sidebar/PageMarginControl.cxx
[build CXX] sw/source/uibase/sidebar/PageMarginPopup.cxx
[build CXX] sw/source/uibase/sidebar/PageSizeControl.cxx
[build CXX] sw/source/uibase/sidebar/PageSizePopup.cxx
[build CXX] sw/source/uibase/sidebar/PageColumnControl.cxx
[build CXX] sw/source/uibase/sidebar/PageColumnPopup.cxx
[build CXX] sw/source/uibase/sidebar/PageFormatPanel.cxx
[build CXX] sw/source/uibase/sidebar/PageHeaderPanel.cxx
[build CXX] sw/source/uibase/sidebar/PageFooterPanel.cxx
[build CXX] sw/source/uibase/sidebar/PageStylesPanel.cxx
[build CXX] sw/source/uibase/sidebar/WrapPropertyPanel.cxx
[build CXX] sw/source/uibase/sidebar/ThemePanel.cxx
[build CXX] sw/source/uibase/sidebar/SwPanelFactory.cxx
[build CXX] sw/source/uibase/table/chartins.cxx
[build CXX] sw/source/uibase/table/swtablerep.cxx
[build CXX] sw/source/uibase/table/tablemgr.cxx
[build CXX] sw/source/uibase/uitest/uiobject.cxx
[build CXX] sw/source/uibase/uiview/formatclipboard.cxx
[build CXX] sw/source/uibase/uiview/pview.cxx
[build CXX] sw/source/uibase/uiview/scroll.cxx
[build CXX] sw/source/uibase/uiview/srcview.cxx
[build CXX] sw/source/uibase/uiview/swcli.cxx
[build CXX] sw/source/uibase/uiview/uivwimp.cxx
[build CXX] sw/source/uibase/uiview/view.cxx
[build CXX] sw/source/uibase/uiview/view0.cxx
[build CXX] sw/source/uibase/uiview/view1.cxx
[build CXX] sw/source/uibase/uiview/view2.cxx
[build CXX] sw/source/uibase/uiview/viewcoll.cxx
[build CXX] sw/source/uibase/uiview/viewdlg.cxx
[build CXX] sw/source/uibase/uiview/viewdlg2.cxx
[build CXX] sw/source/uibase/uiview/viewdraw.cxx
[build CXX] sw/source/uibase/uiview/viewling.cxx
[build CXX] sw/source/uibase/uiview/viewmdi.cxx
[build CXX] sw/source/uibase/uiview/viewport.cxx
[build CXX] sw/source/uibase/uiview/viewprt.cxx
[build CXX] sw/source/uibase/uiview/viewsrch.cxx
[build CXX] sw/source/uibase/uiview/viewstat.cxx
[build CXX] sw/source/uibase/uiview/viewtab.cxx
[build CXX] sw/source/uibase/uno/SwXDocumentSettings.cxx
[build CXX] sw/source/uibase/uno/SwXFilterOptions.cxx
[build CXX] sw/source/uibase/uno/dlelstnr.cxx
[build CXX] sw/source/uibase/uno/unoatxt.cxx
[build CXX] sw/source/uibase/uno/unodefaults.cxx
[build CXX] sw/source/uibase/uno/unodispatch.cxx
[build CXX] sw/source/uibase/uno/unodoc.cxx
[build CXX] sw/source/uibase/uno/unofreg.cxx
[build CXX] sw/source/uibase/uno/unomailmerge.cxx
[build CXX] sw/source/uibase/uno/unomod.cxx
[build CXX] sw/source/uibase/uno/unomodule.cxx
[build CXX] sw/source/uibase/uno/unotxdoc.cxx
[build CXX] sw/source/uibase/uno/unotxvw.cxx
[build CXX] sw/source/uibase/utlui/attrdesc.cxx
[build CXX] sw/source/uibase/utlui/bookctrl.cxx
[build CXX] sw/source/uibase/utlui/condedit.cxx
[build CXX] sw/source/uibase/utlui/content.cxx
[build CXX] sw/source/uibase/utlui/glbltree.cxx
[build CXX] sw/source/uibase/utlui/gloslst.cxx
[build CXX] sw/source/uibase/utlui/initui.cxx
[build CXX] sw/source/uibase/utlui/navicfg.cxx
[build CXX] sw/source/uibase/utlui/navipi.cxx
[build CXX] sw/source/uibase/utlui/gotodlg.cxx
[build CXX] sw/source/uibase/utlui/numfmtlb.cxx
[build CXX] sw/source/uibase/utlui/prcntfld.cxx
[build CXX] sw/source/uibase/utlui/shdwcrsr.cxx
[build CXX] sw/source/uibase/utlui/tmplctrl.cxx
[build CXX] sw/source/uibase/utlui/uiitems.cxx
[build CXX] sw/source/uibase/utlui/uitool.cxx
[build CXX] sw/source/uibase/utlui/unotools.cxx
[build CXX] sw/source/uibase/utlui/viewlayoutctrl.cxx
[build CXX] sw/source/uibase/utlui/wordcountctrl.cxx
[build CXX] sw/source/uibase/utlui/zoomctrl.cxx
[build CXX] sw/source/uibase/web/wdocsh.cxx
[build CXX] sw/source/uibase/web/wformsh.cxx
[build CXX] sw/source/uibase/web/wfrmsh.cxx
[build CXX] sw/source/uibase/web/wgrfsh.cxx
[build CXX] sw/source/uibase/web/wlistsh.cxx
[build CXX] sw/source/uibase/web/wolesh.cxx
[build CXX] sw/source/uibase/web/wtabsh.cxx
[build CXX] sw/source/uibase/web/wtextsh.cxx
[build CXX] sw/source/uibase/web/wview.cxx
[build CXX] sw/source/uibase/wrtsh/delete.cxx
[build CXX] sw/source/uibase/wrtsh/move.cxx
[build CXX] sw/source/uibase/wrtsh/navmgr.cxx
[build CXX] sw/source/uibase/wrtsh/select.cxx
[build CXX] sw/source/uibase/wrtsh/wrtsh1.cxx
[build CXX] sw/source/uibase/wrtsh/wrtsh2.cxx
[build CXX] sw/source/uibase/wrtsh/wrtsh3.cxx
[build CXX] sw/source/uibase/wrtsh/wrtsh4.cxx
[build CXX] sw/source/uibase/wrtsh/wrtundo.cxx
[build CXX] sw/source/uibase/dbui/dbtree.cxx
[build CXX] sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
[build CXX] sw/source/filter/docx/swdocxreader.cxx
[build CXX] sw/source/filter/rtf/swparrtf.cxx
[build CXX] sw/source/filter/ww8/docxattributeoutput.cxx
[build CXX] sw/source/filter/ww8/docxexport.cxx
[build CXX] sw/source/filter/ww8/docxexportfilter.cxx
[build CXX] sw/source/filter/ww8/docxsdrexport.cxx
[build CXX] sw/source/filter/ww8/docxtablestyleexport.cxx
[build CXX] sw/source/filter/ww8/rtfattributeoutput.cxx
[build CXX] sw/source/filter/ww8/rtfexport.cxx
[build CXX] sw/source/filter/ww8/rtfexportfilter.cxx
[build CXX] sw/source/filter/ww8/rtfsdrexport.cxx
[build CXX] sw/source/filter/ww8/rtfstringbuffer.cxx
[build CXX] sw/source/filter/ww8/WW8FFData.cxx
[build CXX] sw/source/filter/ww8/WW8FibData.cxx
[build CXX] sw/source/filter/ww8/WW8Sttbf.cxx
[build CXX] sw/source/filter/ww8/WW8TableInfo.cxx
[build CXX] sw/source/filter/ww8/fields.cxx
[build CXX] sw/source/filter/ww8/styles.cxx
[build CXX] sw/source/filter/ww8/writerhelper.cxx
[build CXX] sw/source/filter/ww8/writerwordglue.cxx
[build CXX] sw/source/filter/ww8/wrtw8esh.cxx
[build CXX] sw/source/filter/ww8/wrtw8nds.cxx
[build CXX] sw/source/filter/ww8/wrtw8num.cxx
[build CXX] sw/source/filter/ww8/wrtw8sty.cxx
[build CXX] sw/source/filter/ww8/wrtww8.cxx
[build CXX] sw/source/filter/ww8/wrtww8gr.cxx
[build CXX] sw/source/filter/ww8/ww8atr.cxx
[build CXX] sw/source/filter/ww8/ww8glsy.cxx
[build CXX] sw/source/filter/ww8/ww8graf.cxx
[build CXX] sw/source/filter/ww8/ww8graf2.cxx
[build CXX] sw/source/filter/ww8/ww8par.cxx
[build CXX] sw/source/filter/ww8/ww8par2.cxx
[build CXX] sw/source/filter/ww8/ww8par3.cxx
[build CXX] sw/source/filter/ww8/ww8par4.cxx
[build CXX] sw/source/filter/ww8/ww8par5.cxx
[build CXX] sw/source/filter/ww8/ww8par6.cxx
[build CXX] sw/source/filter/ww8/ww8scan.cxx
[build CXX] sw/source/filter/ww8/ww8toolbar.cxx
[build CXX] sw/source/ui/chrdlg/break.cxx
[build CXX] sw/source/ui/chrdlg/chardlg.cxx
[build CXX] sw/source/ui/chrdlg/drpcps.cxx
[build CXX] sw/source/ui/chrdlg/numpara.cxx
[build CXX] sw/source/ui/chrdlg/pardlg.cxx
[build CXX] sw/source/ui/chrdlg/swuiccoll.cxx
[build CXX] sw/source/ui/chrdlg/tblnumfm.cxx
[build CXX] sw/source/ui/config/mailconfigpage.cxx
[build CXX] sw/source/ui/config/optcomp.cxx
[build CXX] sw/source/ui/config/optload.cxx
[build CXX] sw/source/ui/config/optpage.cxx
[build CXX] sw/source/ui/dialog/abstract.cxx
[build CXX] sw/source/ui/dialog/addrdlg.cxx
[build CXX] sw/source/ui/dialog/ascfldlg.cxx
[build CXX] sw/source/ui/dialog/docstdlg.cxx
[build CXX] sw/source/ui/dialog/macassgn.cxx
[build CXX] sw/source/ui/dialog/swdlgfact.cxx
[build CXX] sw/source/ui/dialog/swmessdialog.cxx
[build CXX] sw/source/ui/dialog/swuiexp.cxx
[build CXX] sw/source/ui/dialog/uiregionsw.cxx
[build CXX] sw/source/ui/dialog/wordcountdialog.cxx
[build CXX] sw/source/ui/dochdl/selglos.cxx
[build CXX] sw/source/ui/envelp/envfmt.cxx
[build CXX] sw/source/ui/envelp/envlop1.cxx
[build CXX] sw/source/ui/envelp/envprt.cxx
[build CXX] sw/source/ui/envelp/label1.cxx
[build CXX] sw/source/ui/envelp/labelexp.cxx
[build CXX] sw/source/ui/envelp/labfmt.cxx
[build CXX] sw/source/ui/envelp/labprt.cxx
[build CXX] sw/source/ui/envelp/mailmrge.cxx
[build CXX] sw/source/ui/fldui/DropDownFieldDialog.cxx
[build CXX] sw/source/ui/fldui/FldRefTreeListBox.cxx
[build CXX] sw/source/ui/fldui/changedb.cxx
[build CXX] sw/source/ui/fldui/flddb.cxx
[build CXX] sw/source/ui/fldui/flddinf.cxx
[build CXX] sw/source/ui/fldui/flddok.cxx
[build CXX] sw/source/ui/fldui/fldedt.cxx
[build CXX] sw/source/ui/fldui/fldfunc.cxx
[build CXX] sw/source/ui/fldui/fldpage.cxx
[build CXX] sw/source/ui/fldui/fldref.cxx
[build CXX] sw/source/ui/fldui/fldtdlg.cxx
[build CXX] sw/source/ui/fldui/fldvar.cxx
[build CXX] sw/source/ui/fldui/inpdlg.cxx
[build CXX] sw/source/ui/fldui/javaedit.cxx
[build CXX] sw/source/ui/fmtui/tmpdlg.cxx
[build CXX] sw/source/ui/frmdlg/column.cxx
[build CXX] sw/source/ui/frmdlg/cption.cxx
[build CXX] sw/source/ui/frmdlg/frmdlg.cxx
[build CXX] sw/source/ui/frmdlg/frmpage.cxx
[build CXX] sw/source/ui/frmdlg/pattern.cxx
[build CXX] sw/source/ui/frmdlg/uiborder.cxx
[build CXX] sw/source/ui/frmdlg/wrap.cxx
[build CXX] sw/source/ui/index/cntex.cxx
[build CXX] sw/source/ui/index/cnttab.cxx
[build CXX] sw/source/ui/index/multmrk.cxx
[build CXX] sw/source/ui/index/swuiidxmrk.cxx
[build CXX] sw/source/ui/misc/bookmark.cxx
[build CXX] sw/source/ui/misc/docfnote.cxx
[build CXX] sw/source/ui/misc/glosbib.cxx
[build CXX] sw/source/ui/misc/glossary.cxx
[build CXX] sw/source/ui/misc/insfnote.cxx
[build CXX] sw/source/ui/misc/linenum.cxx
[build CXX] sw/source/ui/misc/num.cxx
[build CXX] sw/source/ui/misc/outline.cxx
[build CXX] sw/source/ui/misc/pgfnote.cxx
[build CXX] sw/source/ui/misc/pggrid.cxx
[build CXX] sw/source/ui/misc/srtdlg.cxx
[build CXX] sw/source/ui/misc/swmodalredlineacceptdlg.cxx
[build CXX] sw/source/ui/misc/titlepage.cxx
[build CXX] sw/source/ui/table/colwd.cxx
[build CXX] sw/source/ui/table/convert.cxx
[build CXX] sw/source/ui/table/instable.cxx
[build CXX] sw/source/ui/table/mergetbl.cxx
[build CXX] sw/source/ui/table/rowht.cxx
[build CXX] sw/source/ui/table/splittbl.cxx
[build CXX] sw/source/ui/table/tabledlg.cxx
[build CXX] sw/source/ui/table/tautofmt.cxx
[build CXX] sw/source/ui/utlui/swrenamexnameddlg.cxx
[build CXX] sw/source/ui/dbui/addresslistdialog.cxx
[build CXX] sw/source/ui/dbui/createaddresslistdialog.cxx
[build CXX] sw/source/ui/dbui/customizeaddresslistdialog.cxx
[build CXX] sw/source/ui/dbui/dbinsdlg.cxx
[build CXX] sw/source/ui/dbui/dbtablepreviewdialog.cxx
[build CXX] sw/source/ui/dbui/mailmergewizard.cxx
[build CXX] sw/source/ui/dbui/mmaddressblockpage.cxx
[build CXX] sw/source/ui/dbui/mmdocselectpage.cxx
[build CXX] sw/source/ui/dbui/mmgreetingspage.cxx
[build CXX] sw/source/ui/dbui/mmlayoutpage.cxx
[build CXX] sw/source/ui/dbui/mmoutputtypepage.cxx
[build CXX] sw/source/ui/dbui/mmresultdialogs.cxx
[build CXX] sw/source/ui/dbui/selectdbtabledialog.cxx
[build CXX] sc/source/filter/dif/difexp.cxx
[build CXX] sc/source/filter/dif/difimp.cxx
[build CXX] sc/source/filter/excel/colrowst.cxx
[build CXX] sc/source/filter/excel/excdoc.cxx
[build CXX] sc/source/filter/excel/excel.cxx
[build CXX] sc/source/filter/excel/excform.cxx
[build CXX] sc/source/filter/excel/excform8.cxx
[build CXX] sc/source/filter/excel/excimp8.cxx
[build CXX] sc/source/filter/excel/excrecds.cxx
[build CXX] sc/source/filter/excel/exctools.cxx
[build CXX] sc/source/filter/excel/expop2.cxx
[build CXX] sc/source/filter/excel/fontbuff.cxx
[build CXX] sc/source/filter/excel/frmbase.cxx
[build CXX] sc/source/filter/excel/impop.cxx
[build CXX] sc/source/filter/excel/namebuff.cxx
[build CXX] sc/source/filter/excel/read.cxx
[build CXX] sc/source/filter/excel/tokstack.cxx
[build CXX] sc/source/filter/excel/xechart.cxx
[build CXX] sc/source/filter/excel/xecontent.cxx
[build CXX] sc/source/filter/excel/xedbdata.cxx
[build CXX] sc/source/filter/excel/xeescher.cxx
[build CXX] sc/source/filter/excel/xeextlst.cxx
[build CXX] sc/source/filter/excel/xeformula.cxx
[build CXX] sc/source/filter/excel/xehelper.cxx
[build CXX] sc/source/filter/excel/xelink.cxx
[build CXX] sc/source/filter/excel/xename.cxx
[build CXX] sc/source/filter/excel/xepage.cxx
[build CXX] sc/source/filter/excel/xepivot.cxx
[build CXX] sc/source/filter/excel/xepivotxml.cxx
[build CXX] sc/source/filter/excel/xerecord.cxx
[build CXX] sc/source/filter/excel/xeroot.cxx
[build CXX] sc/source/filter/excel/xestream.cxx
[build CXX] sc/source/filter/excel/xestring.cxx
[build CXX] sc/source/filter/excel/xestyle.cxx
[build CXX] sc/source/filter/excel/xetable.cxx
[build CXX] sc/source/filter/excel/xeview.cxx
[build CXX] sc/source/filter/excel/xichart.cxx
[build CXX] sc/source/filter/excel/xicontent.cxx
[build CXX] sc/source/filter/excel/xiescher.cxx
[build CXX] sc/source/filter/excel/xiformula.cxx
[build CXX] sc/source/filter/excel/xihelper.cxx
[build CXX] sc/source/filter/excel/xilink.cxx
[build CXX] sc/source/filter/excel/xiname.cxx
[build CXX] sc/source/filter/excel/xipage.cxx
[build CXX] sc/source/filter/excel/xipivot.cxx
[build CXX] sc/source/filter/excel/xiroot.cxx
[build CXX] sc/source/filter/excel/xistream.cxx
[build CXX] sc/source/filter/excel/xistring.cxx
[build CXX] sc/source/filter/excel/xistyle.cxx
[build CXX] sc/source/filter/excel/xiview.cxx
[build CXX] sc/source/filter/excel/xladdress.cxx
[build CXX] sc/source/filter/excel/xlchart.cxx
[build CXX] sc/source/filter/excel/xlescher.cxx
[build CXX] sc/source/filter/excel/xlformula.cxx
[build CXX] sc/source/filter/excel/xlpage.cxx
[build CXX] sc/source/filter/excel/xlpivot.cxx
[build CXX] sc/source/filter/excel/xlroot.cxx
[build CXX] sc/source/filter/excel/xlstyle.cxx
[build CXX] sc/source/filter/excel/xltoolbar.cxx
[build CXX] sc/source/filter/excel/xltools.cxx
[build CXX] sc/source/filter/excel/xltracer.cxx
[build CXX] sc/source/filter/excel/xlview.cxx
[build CXX] sc/source/filter/ftools/fapihelper.cxx
[build CXX] sc/source/filter/ftools/fprogressbar.cxx
[build CXX] sc/source/filter/ftools/ftools.cxx
[build CXX] sc/source/filter/ftools/sharedformulagroups.cxx
[build CXX] sc/source/filter/html/htmlexp.cxx
[build CXX] sc/source/filter/html/htmlexp2.cxx
[build CXX] sc/source/filter/html/htmlimp.cxx
[build CXX] sc/source/filter/html/htmlpars.cxx
[build CXX] sc/source/filter/lotus/filter.cxx
[build CXX] sc/source/filter/lotus/lotattr.cxx
[build CXX] sc/source/filter/lotus/lotform.cxx
[build CXX] sc/source/filter/lotus/lotimpop.cxx
[build CXX] sc/source/filter/lotus/lotread.cxx
[build CXX] sc/source/filter/lotus/lotus.cxx
[build CXX] sc/source/filter/lotus/memory.cxx
[build CXX] sc/source/filter/lotus/op.cxx
[build CXX] sc/source/filter/lotus/optab.cxx
[build CXX] sc/source/filter/lotus/tool.cxx
[build CXX] sc/source/filter/qpro/qpro.cxx
[build CXX] sc/source/filter/qpro/qproform.cxx
[build CXX] sc/source/filter/qpro/qprostyle.cxx
[build CXX] sc/source/filter/rtf/eeimpars.cxx
[build CXX] sc/source/filter/rtf/expbase.cxx
[build CXX] sc/source/filter/rtf/rtfexp.cxx
[build CXX] sc/source/filter/rtf/rtfimp.cxx
[build CXX] sc/source/filter/rtf/rtfparse.cxx
[build CXX] sc/source/filter/starcalc/collect.cxx
[build CXX] sc/source/filter/starcalc/scflt.cxx
[build CXX] sc/source/filter/starcalc/scfobj.cxx
[build CXX] sc/source/filter/xcl97/XclExpChangeTrack.cxx
[build CXX] sc/source/filter/xcl97/XclImpChangeTrack.cxx
[build CXX] sc/source/filter/xcl97/xcl97esc.cxx
[build CXX] sc/source/filter/xcl97/xcl97rec.cxx
[build CXX] sc/source/filter/oox/excelfilter.cxx
[build CXX] sc/source/filter/oox/addressconverter.cxx
[build CXX] sc/source/filter/oox/autofilterbuffer.cxx
[build CXX] sc/source/filter/oox/autofiltercontext.cxx
[build CXX] sc/source/filter/oox/biffhelper.cxx
[build CXX] sc/source/filter/oox/chartsheetfragment.cxx
[build CXX] sc/source/filter/oox/commentsbuffer.cxx
[build CXX] sc/source/filter/oox/commentsfragment.cxx
[build CXX] sc/source/filter/oox/condformatbuffer.cxx
[build CXX] sc/source/filter/oox/condformatcontext.cxx
[build CXX] sc/source/filter/oox/connectionsbuffer.cxx
[build CXX] sc/source/filter/oox/connectionsfragment.cxx
[build CXX] sc/source/filter/oox/defnamesbuffer.cxx
[build CXX] sc/source/filter/oox/drawingbase.cxx
[build CXX] sc/source/filter/oox/drawingfragment.cxx
[build CXX] sc/source/filter/oox/excelchartconverter.cxx
[build CXX] sc/source/filter/oox/excelhandlers.cxx
[build CXX] sc/source/filter/oox/excelvbaproject.cxx
[build CXX] sc/source/filter/oox/externallinkbuffer.cxx
[build CXX] sc/source/filter/oox/externallinkfragment.cxx
[build CXX] sc/source/filter/oox/extlstcontext.cxx
[build CXX] sc/source/filter/oox/formulabase.cxx
[build CXX] sc/source/filter/oox/formulabuffer.cxx
[build CXX] sc/source/filter/oox/formulaparser.cxx
[build CXX] sc/source/filter/oox/numberformatsbuffer.cxx
[build CXX] sc/source/filter/oox/ooxformulaparser.cxx
[build CXX] sc/source/filter/oox/pagesettings.cxx
[build CXX] sc/source/filter/oox/pivotcachebuffer.cxx
[build CXX] sc/source/filter/oox/pivotcachefragment.cxx
[build CXX] sc/source/filter/oox/pivottablebuffer.cxx
[build CXX] sc/source/filter/oox/pivottablefragment.cxx
[build CXX] sc/source/filter/oox/querytablebuffer.cxx
[build CXX] sc/source/filter/oox/querytablefragment.cxx
[build CXX] sc/source/filter/oox/revisionfragment.cxx
[build CXX] sc/source/filter/oox/richstringcontext.cxx
[build CXX] sc/source/filter/oox/richstring.cxx
[build CXX] sc/source/filter/oox/scenariobuffer.cxx
[build CXX] sc/source/filter/oox/scenariocontext.cxx
[build CXX] sc/source/filter/oox/sharedstringsbuffer.cxx
[build CXX] sc/source/filter/oox/sharedstringsfragment.cxx
[build CXX] sc/source/filter/oox/sheetdatabuffer.cxx
[build CXX] sc/source/filter/oox/sheetdatacontext.cxx
[build CXX] sc/source/filter/oox/stylesbuffer.cxx
[build CXX] sc/source/filter/oox/stylesfragment.cxx
[build CXX] sc/source/filter/oox/tablebuffer.cxx
[build CXX] sc/source/filter/oox/tablecolumnsbuffer.cxx
[build CXX] sc/source/filter/oox/tablecolumnscontext.cxx
[build CXX] sc/source/filter/oox/tablefragment.cxx
[build CXX] sc/source/filter/oox/themebuffer.cxx
[build CXX] sc/source/filter/oox/unitconverter.cxx
[build CXX] sc/source/filter/oox/viewsettings.cxx
[build CXX] sc/source/filter/oox/workbookfragment.cxx
[build CXX] sc/source/filter/oox/workbookhelper.cxx
[build CXX] sc/source/filter/oox/workbooksettings.cxx
[build CXX] sc/source/filter/oox/worksheetbuffer.cxx
[build CXX] sc/source/filter/oox/worksheetfragment.cxx
[build CXX] sc/source/filter/oox/worksheethelper.cxx
[build CXX] sc/source/filter/oox/worksheetsettings.cxx
[build CXX] sc/source/filter/orcus/interface.cxx
[build CXX] sc/source/filter/orcus/orcusfiltersimpl.cxx
[build CXX] sc/source/filter/orcus/xmlcontext.cxx
[build CXX] sc/source/filter/orcus/filterdetect.cxx
[build CXX] sc/source/ui/vba/excelvbahelper.cxx
[build CXX] sc/source/ui/vba/service.cxx
[build CXX] sc/source/ui/vba/vbaapplication.cxx
[build CXX] sc/source/ui/vba/vbaassistant.cxx
[build CXX] sc/source/ui/vba/vbaaxes.cxx
[build CXX] sc/source/ui/vba/vbaaxis.cxx
[build CXX] sc/source/ui/vba/vbaaxistitle.cxx
[build CXX] sc/source/ui/vba/vbaborders.cxx
[build CXX] sc/source/ui/vba/vbacharacters.cxx
[build CXX] sc/source/ui/vba/vbachart.cxx
[build CXX] sc/source/ui/vba/vbachartobject.cxx
[build CXX] sc/source/ui/vba/vbachartobjects.cxx
[build CXX] sc/source/ui/vba/vbacharttitle.cxx
[build CXX] sc/source/ui/vba/vbacomment.cxx
[build CXX] sc/source/ui/vba/vbacomments.cxx
[build CXX] sc/source/ui/vba/vbacondition.cxx
[build CXX] sc/source/ui/vba/vbadialog.cxx
[build CXX] sc/source/ui/vba/vbadialogs.cxx
[build CXX] sc/source/ui/vba/vbaeventshelper.cxx
[build CXX] sc/source/ui/vba/vbafiledialog.cxx
[build CXX] sc/source/ui/vba/vbafiledialogitems.cxx
[build CXX] sc/source/ui/vba/vbafont.cxx
[build CXX] sc/source/ui/vba/vbaformat.cxx
[build CXX] sc/source/ui/vba/vbaformatcondition.cxx
[build CXX] sc/source/ui/vba/vbaformatconditions.cxx
[build CXX] sc/source/ui/vba/vbaglobals.cxx
[build CXX] sc/source/ui/vba/vbahyperlink.cxx
[build CXX] sc/source/ui/vba/vbahyperlinks.cxx
[build CXX] sc/source/ui/vba/vbainterior.cxx
[build CXX] sc/source/ui/vba/vbamenubar.cxx
[build CXX] sc/source/ui/vba/vbamenubars.cxx
[build CXX] sc/source/ui/vba/vbamenu.cxx
[build CXX] sc/source/ui/vba/vbamenus.cxx
[build CXX] sc/source/ui/vba/vbamenuitem.cxx
[build CXX] sc/source/ui/vba/vbamenuitems.cxx
[build CXX] sc/source/ui/vba/vbaname.cxx
[build CXX] sc/source/ui/vba/vbanames.cxx
[build CXX] sc/source/ui/vba/vbaoleobject.cxx
[build CXX] sc/source/ui/vba/vbaoleobjects.cxx
[build CXX] sc/source/ui/vba/vbaoutline.cxx
[build CXX] sc/source/ui/vba/vbapagebreak.cxx
[build CXX] sc/source/ui/vba/vbapagebreaks.cxx
[build CXX] sc/source/ui/vba/vbapagesetup.cxx
[build CXX] sc/source/ui/vba/vbapalette.cxx
[build CXX] sc/source/ui/vba/vbapane.cxx
[build CXX] sc/source/ui/vba/vbapivotcache.cxx
[build CXX] sc/source/ui/vba/vbapivottable.cxx
[build CXX] sc/source/ui/vba/vbapivottables.cxx
[build CXX] sc/source/ui/vba/vbarange.cxx
[build CXX] sc/source/ui/vba/vbasheetobject.cxx
[build CXX] sc/source/ui/vba/vbasheetobjects.cxx
[build CXX] sc/source/ui/vba/vbastyle.cxx
[build CXX] sc/source/ui/vba/vbastyles.cxx
[build CXX] sc/source/ui/vba/vbatextboxshape.cxx
[build CXX] sc/source/ui/vba/vbatextframe.cxx
[build CXX] sc/source/ui/vba/vbavalidation.cxx
[build CXX] sc/source/ui/vba/vbawindow.cxx
[build CXX] sc/source/ui/vba/vbawindows.cxx
[build CXX] sc/source/ui/vba/vbaworkbook.cxx
[build CXX] sc/source/ui/vba/vbaworkbooks.cxx
[build CXX] sc/source/ui/vba/vbaworksheet.cxx
[build CXX] sc/source/ui/vba/vbaworksheets.cxx
[build CXX] sc/source/ui/vba/vbawsfunction.cxx
[build CXX] sd/source/filter/eppt/eppt.cxx
[build CXX] sd/source/filter/eppt/epptso.cxx
[build CXX] sd/source/filter/eppt/escherex.cxx
[build CXX] sd/source/filter/eppt/pptexanimations.cxx
[build CXX] sd/source/filter/eppt/pptexsoundcollection.cxx
[build CXX] sd/source/filter/eppt/pptx-epptbase.cxx
[build CXX] sd/source/filter/eppt/pptx-epptooxml.cxx
[build CXX] sd/source/filter/eppt/pptx-grouptable.cxx
[build CXX] sd/source/filter/eppt/pptx-stylesheet.cxx
[build CXX] sd/source/filter/eppt/pptx-text.cxx
[build CXX] sd/source/filter/ppt/ppt97animations.cxx
[build CXX] sd/source/filter/ppt/pptatom.cxx
[build CXX] sd/source/filter/ppt/pptin.cxx
[build CXX] sd/source/filter/ppt/pptinanimations.cxx
[build CXX] sd/source/filter/ppt/propread.cxx
[build CXX] starmath/source/ElementsDockingWindow.cxx
[build CXX] starmath/source/accessibility.cxx
[build CXX] starmath/source/action.cxx
[build CXX] starmath/source/caret.cxx
[build CXX] starmath/source/cfgitem.cxx
[build CXX] starmath/source/cursor.cxx
[build CXX] starmath/source/dialog.cxx
[build CXX] starmath/source/document.cxx
[build CXX] starmath/source/edit.cxx
[build CXX] starmath/source/format.cxx
[build CXX] starmath/source/mathmlattr.cxx
[build CXX] starmath/source/mathmlexport.cxx
[build CXX] starmath/source/mathmlimport.cxx
[build CXX] starmath/source/mathtype.cxx
[build CXX] starmath/source/node.cxx
[build CXX] starmath/source/ooxmlexport.cxx
[build CXX] starmath/source/ooxmlimport.cxx
[build CXX] starmath/source/rtfexport.cxx
[build CXX] starmath/source/parse.cxx
[build CXX] starmath/source/rect.cxx
[build CXX] starmath/source/register.cxx
[build CXX] starmath/source/smdll.cxx
[build CXX] starmath/source/smmod.cxx
[build CXX] starmath/source/symbol.cxx
[build CXX] starmath/source/tmpdevice.cxx
[build CXX] starmath/source/typemap.cxx
[build CXX] starmath/source/uiobject.cxx
[build CXX] starmath/source/unodoc.cxx
[build CXX] starmath/source/unofilter.cxx
[build CXX] starmath/source/unomodel.cxx
[build CXX] starmath/source/utility.cxx
[build CXX] starmath/source/view.cxx
[build CXX] starmath/source/visitors.cxx
[build CXX] starmath/source/wordexportbase.cxx
[build CXX] unoxml/source/rdf/CBlankNode.cxx
[build CXX] unoxml/source/rdf/CURI.cxx
[build CXX] unoxml/source/rdf/CLiteral.cxx
[build CXX] unoxml/source/rdf/librdf_repository.cxx
[build CXX] unoxml/source/rdf/librdf_services.cxx
[build CXX] uui/source/alreadyopen.cxx
[build CXX] uui/source/authfallbackdlg.cxx
[build CXX] uui/source/filechanged.cxx
[build CXX] uui/source/fltdlg.cxx
[build CXX] uui/source/iahndl.cxx
[build CXX] uui/source/iahndl-authentication.cxx
[build CXX] uui/source/iahndl-errorhandler.cxx
[build CXX] uui/source/iahndl-filter.cxx
[build CXX] uui/source/iahndl-ioexceptions.cxx
[build CXX] uui/source/iahndl-locking.cxx
[build CXX] uui/source/iahndl-ssl.cxx
[build CXX] uui/source/interactionhandler.cxx
[build CXX] uui/source/lockfailed.cxx
[build CXX] uui/source/lockcorrupt.cxx
[build CXX] uui/source/logindlg.cxx
[build CXX] uui/source/masterpasscrtdlg.cxx
[build CXX] uui/source/masterpassworddlg.cxx
[build CXX] uui/source/nameclashdlg.cxx
[build CXX] uui/source/openlocked.cxx
[build CXX] uui/source/passwordcontainer.cxx
[build CXX] uui/source/passworddlg.cxx
[build CXX] uui/source/requeststringresolver.cxx
[build CXX] uui/source/secmacrowarnings.cxx
[build CXX] uui/source/services.cxx
[build CXX] uui/source/sslwarndlg.cxx
[build CXX] uui/source/trylater.cxx
[build CXX] uui/source/unknownauthdlg.cxx
[build CXX] writerperfect/source/common/DirectoryStream.cxx
[build CXX] writerperfect/source/common/DocumentHandler.cxx
[build CXX] writerperfect/source/common/WPFTEncodingDialog.cxx
[build CXX] writerperfect/source/common/WPFTResMgr.cxx
[build CXX] writerperfect/source/common/WPXSvInputStream.cxx
[build CXX] sw/source/ui/vba/service.cxx
[build CXX] sw/source/ui/vba/vbarange.cxx
[build CXX] sw/source/ui/vba/vbacell.cxx
[build CXX] sw/source/ui/vba/vbacells.cxx
[build CXX] sw/source/ui/vba/vbacolumn.cxx
[build CXX] sw/source/ui/vba/vbacolumns.cxx
[build CXX] sw/source/ui/vba/vbaframe.cxx
[build CXX] sw/source/ui/vba/vbaframes.cxx
[build CXX] sw/source/ui/vba/vbalistformat.cxx
[build CXX] sw/source/ui/vba/vbalistgallery.cxx
[build CXX] sw/source/ui/vba/vbalistgalleries.cxx
[build CXX] sw/source/ui/vba/vbalisthelper.cxx
[build CXX] sw/source/ui/vba/vbalistlevel.cxx
[build CXX] sw/source/ui/vba/vbalistlevels.cxx
[build CXX] sw/source/ui/vba/vbalisttemplate.cxx
[build CXX] sw/source/ui/vba/vbalisttemplates.cxx
[build CXX] sw/source/ui/vba/vbarevision.cxx
[build CXX] sw/source/ui/vba/vbarevisions.cxx
[build CXX] sw/source/ui/vba/vbarow.cxx
[build CXX] sw/source/ui/vba/vbarows.cxx
[build CXX] sw/source/ui/vba/vbadocument.cxx
[build CXX] sw/source/ui/vba/vbasections.cxx
[build CXX] sw/source/ui/vba/vbadialog.cxx
[build CXX] sw/source/ui/vba/vbawrapformat.cxx
[build CXX] sw/source/ui/vba/vbafont.cxx
[build CXX] sw/source/ui/vba/vbarangehelper.cxx
[build CXX] sw/source/ui/vba/vbaaddin.cxx
[build CXX] sw/source/ui/vba/vbaautotextentry.cxx
[build CXX] sw/source/ui/vba/vbadocumentproperties.cxx
[build CXX] sw/source/ui/vba/vbaeventshelper.cxx
[build CXX] sw/source/ui/vba/vbastyle.cxx
[build CXX] sw/source/ui/vba/vbapane.cxx
[build CXX] sw/source/ui/vba/vbaglobals.cxx
[build CXX] sw/source/ui/vba/vbatemplate.cxx
[build CXX] sw/source/ui/vba/vbaaddins.cxx
[build CXX] sw/source/ui/vba/vbaview.cxx
[build CXX] sw/source/ui/vba/vbaheaderfooter.cxx
[build CXX] sw/source/ui/vba/vbaheadersfooters.cxx
[build CXX] sw/source/ui/vba/vbaheaderfooterhelper.cxx
[build CXX] sw/source/ui/vba/vbabookmarks.cxx
[build CXX] sw/source/ui/vba/vbaoptions.cxx
[build CXX] sw/source/ui/vba/vbadialogs.cxx
[build CXX] sw/source/ui/vba/vbapalette.cxx
[build CXX] sw/source/ui/vba/vbaparagraph.cxx
[build CXX] sw/source/ui/vba/vbafind.cxx
[build CXX] sw/source/ui/vba/vbasection.cxx
[build CXX] sw/source/ui/vba/vbabookmark.cxx
[build CXX] sw/source/ui/vba/vbaapplication.cxx
[build CXX] sw/source/ui/vba/vbawindow.cxx
[build CXX] sw/source/ui/vba/vbareplacement.cxx
[build CXX] sw/source/ui/vba/vbatable.cxx
[build CXX] sw/source/ui/vba/vbatablehelper.cxx
[build CXX] sw/source/ui/vba/vbatabstop.cxx
[build CXX] sw/source/ui/vba/vbatabstops.cxx
[build CXX] sw/source/ui/vba/vbaselection.cxx
[build CXX] sw/source/ui/vba/vbasystem.cxx
[build CXX] sw/source/ui/vba/vbainformationhelper.cxx
[build CXX] sw/source/ui/vba/vbapagesetup.cxx
[build CXX] sw/source/ui/vba/vbafield.cxx
[build CXX] sw/source/ui/vba/vbatables.cxx
[build CXX] sw/source/ui/vba/vbatableofcontents.cxx
[build CXX] sw/source/ui/vba/vbatablesofcontents.cxx
[build CXX] sw/source/ui/vba/vbavariable.cxx
[build CXX] sw/source/ui/vba/vbadocuments.cxx
[build CXX] sw/source/ui/vba/vbaparagraphformat.cxx
[build CXX] sw/source/ui/vba/vbaborders.cxx
[build CXX] sw/source/ui/vba/vbavariables.cxx
[build CXX] sw/source/ui/vba/vbastyles.cxx
[build CXX] sw/source/ui/vba/vbapanes.cxx
[build CXX] sw/source/ui/vba/wordvbahelper.cxx
[build CXX] vbahelper/source/msforms/service.cxx
[build CXX] vbahelper/source/msforms/vbabutton.cxx
[build CXX] vbahelper/source/msforms/vbacheckbox.cxx
[build CXX] vbahelper/source/msforms/vbacombobox.cxx
[build CXX] vbahelper/source/msforms/vbacontrol.cxx
[build CXX] vbahelper/source/msforms/vbacontrols.cxx
[build CXX] vbahelper/source/msforms/vbaframe.cxx
[build CXX] vbahelper/source/msforms/vbaimage.cxx
[build CXX] vbahelper/source/msforms/vbalabel.cxx
[build CXX] vbahelper/source/msforms/vbalistbox.cxx
[build CXX] vbahelper/source/msforms/vbalistcontrolhelper.cxx
[build CXX] vbahelper/source/msforms/vbamultipage.cxx
[build CXX] vbahelper/source/msforms/vbanewfont.cxx
[build CXX] vbahelper/source/msforms/vbapages.cxx
[build CXX] vbahelper/source/msforms/vbaprogressbar.cxx
[build CXX] vbahelper/source/msforms/vbaradiobutton.cxx
[build CXX] vbahelper/source/msforms/vbascrollbar.cxx
[build CXX] vbahelper/source/msforms/vbaspinbutton.cxx
[build CXX] vbahelper/source/msforms/vbasystemaxcontrol.cxx
[build CXX] vbahelper/source/msforms/vbatextbox.cxx
[build CXX] vbahelper/source/msforms/vbatogglebutton.cxx
[build CXX] vbahelper/source/msforms/vbauserform.cxx
[build CXX] reportdesign/source/core/api/FixedLine.cxx
[build CXX] reportdesign/source/core/api/FixedText.cxx
[build CXX] reportdesign/source/core/api/FormatCondition.cxx
[build CXX] reportdesign/source/core/api/FormattedField.cxx
[build CXX] reportdesign/source/core/api/Function.cxx
[build CXX] reportdesign/source/core/api/Functions.cxx
[build CXX] reportdesign/source/core/api/Group.cxx
[build CXX] reportdesign/source/core/api/Groups.cxx
[build CXX] reportdesign/source/core/api/ImageControl.cxx
[build CXX] reportdesign/source/core/api/ReportComponent.cxx
[build CXX] reportdesign/source/core/api/ReportControlModel.cxx
[build CXX] reportdesign/source/core/api/ReportDefinition.cxx
[build CXX] reportdesign/source/core/api/ReportEngineJFree.cxx
[build CXX] reportdesign/source/core/api/ReportVisitor.cxx
[build CXX] reportdesign/source/core/api/Section.cxx
[build CXX] reportdesign/source/core/api/services.cxx
[build CXX] reportdesign/source/core/api/Shape.cxx
[build CXX] reportdesign/source/core/api/Tools.cxx
[build CXX] reportdesign/source/core/misc/conditionalexpression.cxx
[build CXX] reportdesign/source/core/misc/conditionupdater.cxx
[build CXX] reportdesign/source/core/misc/reportformula.cxx
[build CXX] reportdesign/source/core/resource/core_resource.cxx
[build CXX] reportdesign/source/core/sdr/formatnormalizer.cxx
[build CXX] reportdesign/source/core/sdr/PropertyForward.cxx
[build CXX] reportdesign/source/core/sdr/ReportDrawPage.cxx
[build CXX] reportdesign/source/core/sdr/ReportUndoFactory.cxx
[build CXX] reportdesign/source/core/sdr/RptModel.cxx
[build CXX] reportdesign/source/core/sdr/RptObject.cxx
[build CXX] reportdesign/source/core/sdr/RptObjectListener.cxx
[build CXX] reportdesign/source/core/sdr/RptPage.cxx
[build CXX] reportdesign/source/core/sdr/UndoActions.cxx
[build CXX] reportdesign/source/core/sdr/UndoEnv.cxx
[build CXX] sc/source/ui/attrdlg/attrdlg.cxx
[build CXX] sc/source/ui/attrdlg/scdlgfact.cxx
[build CXX] sc/source/ui/attrdlg/scuiexp.cxx
[build CXX] sc/source/ui/attrdlg/tabpages.cxx
[build CXX] sc/source/ui/cctrl/editfield.cxx
[build CXX] sc/source/ui/condformat/condformatmgr.cxx
[build CXX] sc/source/ui/dbgui/dapidata.cxx
[build CXX] sc/source/ui/dbgui/dapitype.cxx
[build CXX] sc/source/ui/dbgui/dpgroupdlg.cxx
[build CXX] sc/source/ui/dbgui/pfiltdlg.cxx
[build CXX] sc/source/ui/dbgui/pvfundlg.cxx
[build CXX] sc/source/ui/dbgui/scendlg.cxx
[build CXX] sc/source/ui/dbgui/scuiasciiopt.cxx
[build CXX] sc/source/ui/dbgui/scuiimoptdlg.cxx
[build CXX] sc/source/ui/dbgui/sortdlg.cxx
[build CXX] sc/source/ui/dbgui/sortkeydlg.cxx
[build CXX] sc/source/ui/dbgui/subtdlg.cxx
[build CXX] sc/source/ui/dbgui/textimportoptions.cxx
[build CXX] sc/source/ui/dbgui/tpsort.cxx
[build CXX] sc/source/ui/dbgui/tpsubt.cxx
[build CXX] sc/source/ui/docshell/tpstat.cxx
[build CXX] sc/source/ui/miscdlgs/crdlg.cxx
[build CXX] sc/source/ui/miscdlgs/datafdlg.cxx
[build CXX] sc/source/ui/miscdlgs/delcldlg.cxx
[build CXX] sc/source/ui/miscdlgs/delcodlg.cxx
[build CXX] sc/source/ui/miscdlgs/filldlg.cxx
[build CXX] sc/source/ui/miscdlgs/groupdlg.cxx
[build CXX] sc/source/ui/miscdlgs/inscldlg.cxx
[build CXX] sc/source/ui/miscdlgs/inscodlg.cxx
[build CXX] sc/source/ui/miscdlgs/instbdlg.cxx
[build CXX] sc/source/ui/miscdlgs/lbseldlg.cxx
[build CXX] sc/source/ui/miscdlgs/linkarea.cxx
[build CXX] sc/source/ui/miscdlgs/mtrindlg.cxx
[build CXX] sc/source/ui/miscdlgs/mvtabdlg.cxx
[build CXX] sc/source/ui/miscdlgs/namecrea.cxx
[build CXX] sc/source/ui/miscdlgs/scuiautofmt.cxx
[build CXX] sc/source/ui/miscdlgs/shtabdlg.cxx
[build CXX] sc/source/ui/miscdlgs/strindlg.cxx
[build CXX] sc/source/ui/miscdlgs/tabbgcolordlg.cxx
[build CXX] sc/source/ui/miscdlgs/textdlgs.cxx
[build CXX] sc/source/ui/namedlg/namepast.cxx
[build CXX] sc/source/ui/optdlg/calcoptionsdlg.cxx
[build CXX] sc/source/ui/optdlg/opredlin.cxx
[build CXX] sc/source/ui/optdlg/tpcalc.cxx
[build CXX] sc/source/ui/optdlg/tpcompatibility.cxx
[build CXX] sc/source/ui/optdlg/tpformula.cxx
[build CXX] sc/source/ui/optdlg/tpdefaults.cxx
[build CXX] sc/source/ui/optdlg/tpprint.cxx
[build CXX] sc/source/ui/optdlg/tpusrlst.cxx
[build CXX] sc/source/ui/optdlg/tpview.cxx
[build CXX] sc/source/ui/pagedlg/hfedtdlg.cxx
[build CXX] sc/source/ui/pagedlg/scuitphfedit.cxx
[build CXX] sc/source/ui/pagedlg/tphf.cxx
[build CXX] sc/source/ui/pagedlg/tptable.cxx
[build CXX] sc/source/ui/styleui/styledlg.cxx
[build CXX] sd/source/filter/html/htmlattr.cxx
[build CXX] sd/source/filter/html/pubdlg.cxx
[build CXX] sd/source/ui/dlg/brkdlg.cxx
[build CXX] sd/source/ui/dlg/copydlg.cxx
[build CXX] sd/source/ui/dlg/custsdlg.cxx
[build CXX] sd/source/ui/dlg/dlgchar.cxx
[build CXX] sd/source/ui/dlg/dlgfield.cxx
[build CXX] sd/source/ui/dlg/dlgolbul.cxx
[build CXX] sd/source/ui/dlg/dlgpage.cxx
[build CXX] sd/source/ui/dlg/dlgsnap.cxx
[build CXX] sd/source/ui/dlg/headerfooterdlg.cxx
[build CXX] sd/source/ui/dlg/inspagob.cxx
[build CXX] sd/source/ui/dlg/masterlayoutdlg.cxx
[build CXX] sd/source/ui/dlg/morphdlg.cxx
[build CXX] sd/source/ui/dlg/paragr.cxx
[build CXX] sd/source/ui/dlg/present.cxx
[build CXX] sd/source/ui/dlg/prltempl.cxx
[build CXX] sd/source/ui/dlg/prntopts.cxx
[build CXX] sd/source/ui/dlg/RemoteDialog.cxx
[build CXX] sd/source/ui/dlg/RemoteDialogClientBox.cxx
[build CXX] sd/source/ui/dlg/sddlgfact.cxx
[build CXX] sd/source/ui/dlg/sdpreslt.cxx
[build CXX] sd/source/ui/dlg/sduiexp.cxx
[build CXX] sd/source/ui/dlg/tabtempl.cxx
[build CXX] sd/source/ui/dlg/tpaction.cxx
[build CXX] sd/source/ui/dlg/tpoption.cxx
[build CXX] sd/source/ui/dlg/vectdlg.cxx
[build CXX] sd/source/ui/dlg/PhotoAlbumDialog.cxx
[build MOD] svl
[build CXX] svx/workben/pixelctl.cxx
[build MOD] wizards
[build CXX] dbaccess/qa/extras/dialog-save.cxx
[build CXX] dbaccess/qa/extras/empty-stdlib-save.cxx
[build CXX] dbaccess/qa/extras/nolib-save.cxx
[build CXX] dbaccess/qa/extras/macros-test.cxx
[build CXX] dbaccess/qa/extras/rowsetclones.cxx
[build CXX] dbaccess/qa/unit/hsqldb.cxx
[build CXX] desktop/qa/desktop_app/test_desktop_app.cxx
[build CXX] oox/qa/token/tokenmap-test.cxx
[build CXX] oox/qa/unit/vba_compression.cxx
[build CXX] oox/qa/unit/vba_encryption.cxx
[build CXX] sc/qa/unit/helper/qahelper.cxx
[build CXX] sc/qa/unit/helper/xpath.cxx
[build CXX] sc/qa/unit/functions_test.cxx
[build CXX] sc/qa/unit/test_ScChartListenerCollection.cxx
[build CXX] sc/qa/unit/dataproviders_test.cxx
[build CXX] sc/qa/unit/datatransformation_test.cxx
[build CXX] sc/qa/unit/datacache.cxx
[build CXX] sd/qa/unit/uimpress.cxx
[build CXX] sd/qa/unit/import-tests.cxx
[build CXX] sd/qa/unit/export-tests-ooxml1.cxx
[build CXX] sd/qa/unit/export-tests-ooxml2.cxx
[build CXX] sd/qa/unit/export-tests.cxx
[build CXX] sd/qa/unit/filters-test.cxx
[build CXX] sd/qa/unit/misc-tests.cxx
[build CXX] sd/qa/unit/HtmlExportTest.cxx
[build CXX] starmath/qa/extras/mmlexport-test.cxx
[build CXX] starmath/qa/extras/mmlimport-test.cxx
[build CXX] starmath/qa/cppunit/test_cursor.cxx
[build CXX] starmath/qa/cppunit/test_node.cxx
[build CXX] starmath/qa/cppunit/test_nodetotextvisitors.cxx
[build CXX] starmath/qa/cppunit/test_parse.cxx
[build CXX] starmath/qa/cppunit/test_starmath.cxx
[build CUT] svl_inetcontenttype
[build CUT] svl_itempool
[build CUT] svl_items
[build CUT] svl_lngmisc
[build CUT] svl_notify
[build CUT] svl_urihelper
[build CXX] svtools/qa/unit/GraphicObjectTest.cxx
[build CXX] writerperfect/qa/unit/DirectoryStreamTest.cxx
[build CXX] writerperfect/qa/unit/WPXSvStreamTest.cxx
[build CXX] writerperfect/qa/unit/stream.cxx
[build CXX] writerperfect/qa/unit/DrawingImportTest.cxx
[build CXX] writerperfect/qa/unit/PresentationImportTest.cxx
[build CXX] writerperfect/qa/unit/SpreadsheetImportTest.cxx
[build CXX] writerperfect/qa/unit/TextImportTest.cxx
[build CXX] writerperfect/qa/unit/wpftimport.cxx
[build CXX] chart2/qa/extras/chart2export.cxx
[build CXX] chart2/qa/extras/chart2import.cxx
[build CXX] chart2/qa/extras/chart2_trendcalculators.cxx
[build CXX] chart2/qa/extras/chart2dump/chart2dump.cxx
[build CXX] chart2/qa/extras/PivotChartTest.cxx
[build CXX] sc/qa/extras/sccondformats.cxx
[build CXX] sc/qa/extras/new_cond_format.cxx
[build CXX] sc/qa/unit/subsequent_filters-test.cxx
[build CXX] sc/qa/unit/subsequent_export-test.cxx
[build CXX] sc/qa/extras/htmlexporttest.cxx
[build CXX] sc/qa/unit/copy_paste_test.cxx
[build CXX] sc/qa/unit/functions_test_old.cxx
[build CXX] sc/qa/unit/functions_database.cxx
[build CXX] sc/qa/unit/functions_array.cxx
[build CXX] sc/qa/unit/functions_addin.cxx
[build CXX] sc/qa/unit/functions_datetime.cxx
[build CXX] sc/qa/unit/functions_financial.cxx
[build CXX] sc/qa/unit/functions_information.cxx
[build CXX] sc/qa/unit/functions_logical.cxx
[build CXX] sc/qa/unit/functions_mathematical.cxx
[build CXX] sc/qa/unit/functions_spreadsheet.cxx
[build CXX] sc/qa/unit/functions_statistical.cxx
[build CXX] sc/qa/unit/functions_text.cxx
[build CXX] sw/qa/core/uwriter.cxx
[build CXX] sw/qa/core/Test-BigPtrArray.cxx
[build CXX] sw/qa/core/test_ToxWhitespaceStripper.cxx
[build CXX] sw/qa/core/test_ToxLinkProcessor.cxx
[build CXX] sw/qa/core/test_ToxTextGenerator.cxx
[build CXX] sw/qa/core/test_ToxMiscTest.cxx
[build CXX] sw/qa/extras/docbookexport/docbookexport.cxx
[build CXX] sw/qa/extras/htmlexport/htmlexport.cxx
[build CXX] sw/qa/extras/htmlimport/htmlimport.cxx
[build CXX] sw/qa/core/macros-test.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport3.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
[build CXX] sw/qa/extras/ooxmlexport/ooxmlencryption.cxx
[build CXX] sw/qa/extras/ooxmlimport/ooxmlimport.cxx
[build CXX] sw/qa/extras/ww8export/ww8export.cxx
[build CXX] sw/qa/extras/ww8export/ww8export2.cxx
[build CXX] sw/qa/extras/ww8import/ww8import.cxx
[build CXX] sw/qa/extras/rtfexport/rtfexport.cxx
[build CXX] sw/qa/extras/rtfexport/rtfexport2.cxx
[build CXX] sw/qa/extras/rtfexport/rtfexport3.cxx
[build CXX] sw/qa/extras/rtfimport/rtfimport.cxx
[build CXX] sw/qa/extras/odfexport/odfexport.cxx
[build CXX] sw/qa/extras/odfimport/odfimport.cxx
[build CXX] sw/qa/extras/txtexport/txtexport.cxx
[build CXX] sw/qa/extras/mailmerge/mailmerge.cxx
[build CXX] sw/qa/extras/globalfilter/globalfilter.cxx
[build CXX] writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
[build CXX] writerfilter/qa/cppunittests/misc/misc.cxx
[build DEP] LNK:Library/libtklo.dylib
[build LNK] Library/libtklo.dylib
[build DEP] LNK:Library/libavmediaMacAVFlo.dylib
[build LNK] Library/libavmediaMacAVFlo.dylib
[build DEP] LNK:Library/libavmediaogl.dylib
[build LNK] Library/libavmediaogl.dylib
[build DEP] LNK:Library/libcanvasfactorylo.dylib
[build LNK] Library/libcanvasfactorylo.dylib
[build CXX] chart2/source/controller/accessibility/AccessibleBase.cxx
[build CXX] chart2/source/controller/accessibility/AccessibleChartElement.cxx
[build CXX] chart2/source/controller/accessibility/AccessibleChartShape.cxx
[build CXX] chart2/source/controller/accessibility/AccessibleChartView.cxx
[build CXX] chart2/source/controller/accessibility/AccessibleTextHelper.cxx
[build CXX] chart2/source/controller/accessibility/AccessibleViewForwarder.cxx
[build CXX] chart2/source/controller/accessibility/ChartElementFactory.cxx
[build CXX] chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/AxisWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/Chart2ModelContact.cxx
[build CXX] chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/GridWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedAddInProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedScaleProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedSceneProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
[build CXX] chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.cxx
[build CXX] chart2/source/controller/dialogs/ChangingResource.cxx
[build CXX] chart2/source/controller/dialogs/ChartTypeDialogController.cxx
[build CXX] chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx
[build CXX] chart2/source/controller/dialogs/DataBrowser.cxx
[build CXX] chart2/source/controller/dialogs/DataBrowserModel.cxx
[build CXX] chart2/source/controller/dialogs/DialogModel.cxx
[build CXX] chart2/source/controller/dialogs/dlg_ChartType.cxx
[build CXX] chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
[build CXX] chart2/source/controller/dialogs/dlg_CreationWizard.cxx
[build CXX] chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
[build CXX] chart2/source/controller/dialogs/dlg_DataEditor.cxx
[build CXX] chart2/source/controller/dialogs/dlg_DataSource.cxx
[build CXX] chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx
[build CXX] chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx
[build CXX] chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx
[build CXX] chart2/source/controller/dialogs/dlg_InsertLegend.cxx
[build CXX] chart2/source/controller/dialogs/dlg_InsertTitle.cxx
[build CXX] chart2/source/controller/dialogs/dlg_NumberFormat.cxx
[build CXX] chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
[build CXX] chart2/source/controller/dialogs/dlg_ShapeFont.cxx
[build CXX] chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx
[build CXX] chart2/source/controller/dialogs/dlg_View3D.cxx
[build CXX] chart2/source/controller/dialogs/ObjectNameProvider.cxx
[build CXX] chart2/source/controller/dialogs/RangeSelectionHelper.cxx
[build CXX] chart2/source/controller/dialogs/RangeSelectionListener.cxx
[build CXX] chart2/source/controller/dialogs/res_BarGeometry.cxx
[build CXX] chart2/source/controller/dialogs/res_DataLabel.cxx
[build CXX] chart2/source/controller/dialogs/res_ErrorBar.cxx
[build CXX] chart2/source/controller/dialogs/res_LegendPosition.cxx
[build CXX] chart2/source/controller/dialogs/res_Titles.cxx
[build CXX] chart2/source/controller/dialogs/res_Trendline.cxx
[build CXX] chart2/source/controller/dialogs/TextDirectionListBox.cxx
[build CXX] chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx
[build CXX] chart2/source/controller/dialogs/TitleDialogData.cxx
[build CXX] chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx
[build CXX] chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx
[build CXX] chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
[build CXX] chart2/source/controller/dialogs/tp_AxisLabel.cxx
[build CXX] chart2/source/controller/dialogs/tp_AxisPositions.cxx
[build CXX] chart2/source/controller/dialogs/tp_ChartType.cxx
[build CXX] chart2/source/controller/dialogs/tp_DataLabel.cxx
[build CXX] chart2/source/controller/dialogs/tp_DataSourceControls.cxx
[build CXX] chart2/source/controller/dialogs/tp_DataSource.cxx
[build CXX] chart2/source/controller/dialogs/tp_ErrorBars.cxx
[build CXX] chart2/source/controller/dialogs/tp_LegendPosition.cxx
[build CXX] chart2/source/controller/dialogs/tp_PointGeometry.cxx
[build CXX] chart2/source/controller/dialogs/tp_PolarOptions.cxx
[build CXX] chart2/source/controller/dialogs/tp_RangeChooser.cxx
[build CXX] chart2/source/controller/dialogs/tp_Scale.cxx
[build CXX] chart2/source/controller/dialogs/tp_SeriesToAxis.cxx
[build CXX] chart2/source/controller/dialogs/tp_TitleRotation.cxx
[build CXX] chart2/source/controller/dialogs/tp_Trendline.cxx
[build CXX] chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx
[build CXX] chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
[build CXX] chart2/source/controller/drawinglayer/ViewElementListProvider.cxx
[build CXX] chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/ItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx
[build CXX] chart2/source/controller/itemsetwrapper/MultipleItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/RegressionEquationItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx
[build CXX] chart2/source/controller/itemsetwrapper/TitleItemConverter.cxx
[build CXX] chart2/source/controller/main/ChartController.cxx
[build CXX] chart2/source/controller/main/ChartController_EditData.cxx
[build CXX] chart2/source/controller/main/ChartController_Insert.cxx
[build CXX] chart2/source/controller/main/ChartController_Position.cxx
[build CXX] chart2/source/controller/main/ChartController_Properties.cxx
[build CXX] chart2/source/controller/main/ChartController_TextEdit.cxx
[build CXX] chart2/source/controller/main/ChartController_Tools.cxx
[build CXX] chart2/source/controller/main/ChartController_Window.cxx
[build CXX] chart2/source/controller/main/ChartDropTargetHelper.cxx
[build CXX] chart2/source/controller/main/ChartFrameloader.cxx
[build CXX] chart2/source/controller/main/ChartModelClone.cxx
[build CXX] chart2/source/controller/main/ChartTransferable.cxx
[build CXX] chart2/source/controller/main/ChartWindow.cxx
[build CXX] chart2/source/controller/main/CommandDispatchContainer.cxx
[build CXX] chart2/source/controller/main/CommandDispatch.cxx
[build CXX] chart2/source/controller/main/ConfigurationAccess.cxx
[build CXX] chart2/source/controller/main/ControllerCommandDispatch.cxx
[build CXX] chart2/source/controller/main/DragMethod_Base.cxx
[build CXX] chart2/source/controller/main/DragMethod_PieSegment.cxx
[build CXX] chart2/source/controller/main/DragMethod_RotateDiagram.cxx
[build CXX] chart2/source/controller/main/DrawCommandDispatch.cxx
[build CXX] chart2/source/controller/main/ElementSelector.cxx
[build CXX] chart2/source/controller/main/FeatureCommandDispatchBase.cxx
[build CXX] chart2/source/controller/main/ObjectHierarchy.cxx
[build CXX] chart2/source/controller/main/PositionAndSizeHelper.cxx
[build CXX] chart2/source/controller/main/SelectionHelper.cxx
[build CXX] chart2/source/controller/main/ShapeController.cxx
[build CXX] chart2/source/controller/main/StatusBarCommandDispatch.cxx
[build CXX] chart2/source/controller/main/ToolbarController.cxx
[build CXX] chart2/source/controller/main/UndoActions.cxx
[build CXX] chart2/source/controller/main/UndoCommandDispatch.cxx
[build CXX] chart2/source/controller/main/UndoGuard.cxx
[build CXX] chart2/source/controller/sidebar/Chart2PanelFactory.cxx
[build CXX] chart2/source/controller/sidebar/ChartAreaPanel.cxx
[build CXX] chart2/source/controller/sidebar/ChartAxisPanel.cxx
[build CXX] chart2/source/controller/sidebar/ChartColorWrapper.cxx
[build CXX] chart2/source/controller/sidebar/ChartElementsPanel.cxx
[build CXX] chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
[build CXX] chart2/source/controller/sidebar/ChartLinePanel.cxx
[build CXX] chart2/source/controller/sidebar/ChartSeriesPanel.cxx
[build CXX] chart2/source/controller/sidebar/ChartSidebarModifyListener.cxx
[build CXX] chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx
[build CXX] chart2/source/controller/uitest/uiobject.cxx
[build DEP] LNK:Library/libdeploymentmisclo.dylib
[build LNK] Library/libdeploymentmisclo.dylib
[build DEP] LNK:Library/libspllo.dylib
[build LNK] Library/libspllo.dylib
[build C  ] desktop/source/app/main.c
[build DEP] LNK:Library/libemboleobj.dylib
[build LNK] Library/libemboleobj.dylib
[build DEP] LNK:Library/libupdatefeedlo.dylib
[build LNK] Library/libupdatefeedlo.dylib
[build DEP] LNK:Library/libupdatecheckuilo.dylib
[build LNK] Library/libupdatecheckuilo.dylib
[build DEP] LNK:Library/libupdchklo.dylib
[build LNK] Library/libupdchklo.dylib
[build BIN] redland
[build DEP] LNK:Library/libPresenterScreenlo.dylib
[build LNK] Library/libPresenterScreenlo.dylib
[build DEP] LNK:Library/libucpimagelo.dylib
[build LNK] Library/libucpimagelo.dylib
[build DEP] LNK:Library/libunordflo.dylib
[build LNK] Library/libunordflo.dylib
[build CXX] writerperfect/source/impress/KeynoteImportFilter.cxx
[build CXX] writerperfect/source/impress/MWAWPresentationImportFilter.cxx
[build CXX] writerperfect/source/impress/StarOfficePresentationImportFilter.cxx
[build CXX] writerperfect/source/calc/MSWorksCalcImportFilter.cxx
[build CXX] writerperfect/source/calc/MWAWCalcImportFilter.cxx
[build CXX] writerperfect/source/calc/NumbersImportFilter.cxx
[build CXX] writerperfect/source/calc/StarOfficeCalcImportFilter.cxx
[build DEP] LNK:Library/libfps_aqualo.dylib
[build LNK] Library/libfps_aqualo.dylib
[build CXX] reportdesign/source/ui/dlg/AddField.cxx
[build CXX] reportdesign/source/ui/dlg/CondFormat.cxx
[build CXX] reportdesign/source/ui/dlg/Condition.cxx
[build CXX] reportdesign/source/ui/dlg/DateTime.cxx
[build CXX] reportdesign/source/ui/dlg/dlgpage.cxx
[build CXX] reportdesign/source/ui/dlg/Formula.cxx
[build CXX] reportdesign/source/ui/dlg/GroupExchange.cxx
[build CXX] reportdesign/source/ui/dlg/GroupsSorting.cxx
[build CXX] reportdesign/source/ui/dlg/Navigator.cxx
[build CXX] reportdesign/source/ui/dlg/PageNumber.cxx
[build CXX] reportdesign/source/ui/inspection/DataProviderHandler.cxx
[build CXX] reportdesign/source/ui/inspection/DefaultInspection.cxx
[build CXX] reportdesign/source/ui/inspection/GeometryHandler.cxx
[build CXX] reportdesign/source/ui/inspection/metadata.cxx
[build CXX] reportdesign/source/ui/inspection/ReportComponentHandler.cxx
[build CXX] reportdesign/source/ui/misc/ColorListener.cxx
[build CXX] reportdesign/source/ui/misc/FunctionHelper.cxx
[build CXX] reportdesign/source/ui/misc/rptuiservices.cxx
[build CXX] reportdesign/source/ui/misc/RptUndo.cxx
[build CXX] reportdesign/source/ui/misc/statusbarcontroller.cxx
[build CXX] reportdesign/source/ui/misc/toolboxcontroller.cxx
[build CXX] reportdesign/source/ui/misc/UITools.cxx
[build CXX] reportdesign/source/ui/report/DesignView.cxx
[build CXX] reportdesign/source/ui/report/dlgedclip.cxx
[build CXX] reportdesign/source/ui/report/dlgedfac.cxx
[build CXX] reportdesign/source/ui/report/dlgedfunc.cxx
[build CXX] reportdesign/source/ui/report/EndMarker.cxx
[build CXX] reportdesign/source/ui/report/FixedTextColor.cxx
[build CXX] reportdesign/source/ui/report/FormattedFieldBeautifier.cxx
[build CXX] reportdesign/source/ui/report/propbrw.cxx
[build CXX] reportdesign/source/ui/report/ReportController.cxx
[build CXX] reportdesign/source/ui/report/ReportControllerObserver.cxx
[build CXX] reportdesign/source/ui/report/ReportSection.cxx
[build CXX] reportdesign/source/ui/report/ReportWindow.cxx
[build CXX] reportdesign/source/ui/report/ScrollHelper.cxx
[build CXX] reportdesign/source/ui/report/SectionView.cxx
[build CXX] reportdesign/source/ui/report/SectionWindow.cxx
[build CXX] reportdesign/source/ui/report/StartMarker.cxx
[build CXX] reportdesign/source/ui/report/ViewsWindow.cxx
[build CXX] reportdesign/source/filter/xml/dbloader2.cxx
[build CXX] reportdesign/source/filter/xml/xmlAutoStyle.cxx
[build CXX] reportdesign/source/filter/xml/xmlCell.cxx
[build CXX] reportdesign/source/filter/xml/xmlColumn.cxx
[build CXX] reportdesign/source/filter/xml/xmlComponent.cxx
[build CXX] reportdesign/source/filter/xml/xmlCondPrtExpr.cxx
[build CXX] reportdesign/source/filter/xml/xmlControlProperty.cxx
[build CXX] reportdesign/source/filter/xml/xmlExport.cxx
[build CXX] reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx
[build CXX] reportdesign/source/filter/xml/xmlfilter.cxx
[build CXX] reportdesign/source/filter/xml/xmlFixedContent.cxx
[build CXX] reportdesign/source/filter/xml/xmlFormatCondition.cxx
[build CXX] reportdesign/source/filter/xml/xmlFormattedField.cxx
[build CXX] reportdesign/source/filter/xml/xmlFunction.cxx
[build CXX] reportdesign/source/filter/xml/xmlGroup.cxx
[build CXX] reportdesign/source/filter/xml/xmlHelper.cxx
[build CXX] reportdesign/source/filter/xml/xmlImage.cxx
[build CXX] reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx
[build CXX] reportdesign/source/filter/xml/xmlMasterFields.cxx
[build CXX] reportdesign/source/filter/xml/xmlPropertyHandler.cxx
[build CXX] reportdesign/source/filter/xml/xmlReport.cxx
[build CXX] reportdesign/source/filter/xml/xmlReportElement.cxx
[build CXX] reportdesign/source/filter/xml/xmlReportElementBase.cxx
[build CXX] reportdesign/source/filter/xml/xmlSection.cxx
[build CXX] reportdesign/source/filter/xml/xmlservices.cxx
[build CXX] reportdesign/source/filter/xml/xmlStyleImport.cxx
[build CXX] reportdesign/source/filter/xml/xmlSubDocument.cxx
[build CXX] reportdesign/source/filter/xml/xmlTable.cxx
[build DEP] LNK:Library/libucpchelp1.dylib
[build LNK] Library/libucpchelp1.dylib
[build DEP] LNK:Library/libpdfimportlo.dylib
[build LNK] Library/libpdfimportlo.dylib
[build DEP] LNK:Library/libtest-setupvcl.dylib
[build LNK] Library/libtest-setupvcl.dylib
[build DEP] LNK:Executable/ui-previewer
[build LNK] Executable/ui-previewer
[build DEP] LNK:Executable/outdevgrind
[build LNK] Executable/outdevgrind
[build DEP] LNK:Executable/vcldemo
[build LNK] Executable/vcldemo
[build DEP] LNK:Executable/icontest
[build LNK] Executable/icontest
[build DEP] LNK:Executable/visualbackendtest
[build LNK] Executable/visualbackendtest
[build DEP] LNK:Executable/mtfdemo
[build LNK] Executable/mtfdemo
[build DEP] LNK:Executable/svdemo
[build LNK] Executable/svdemo
[build DEP] LNK:Executable/fftester
[build LNK] Executable/fftester
[build DEP] LNK:Executable/svptest
[build LNK] Executable/svptest
[build DEP] LNK:Executable/svpclient
[build LNK] Executable/svpclient
[build CXX] sc/qa/unit/ucalc.cxx
[build CXX] sc/qa/unit/ucalc_column.cxx
[build CXX] sc/qa/unit/ucalc_condformat.cxx
[build CXX] sc/qa/unit/ucalc_formula.cxx
[build CXX] sc/qa/unit/ucalc_pivottable.cxx
[build CXX] sc/qa/unit/ucalc_sharedformula.cxx
[build CXX] sc/qa/unit/ucalc_sort.cxx
[build CXX] sc/qa/unit/bugfix-test.cxx
[build CXX] sc/qa/unit/filters-test.cxx
[build CXX] sc/qa/unit/rangelst_test.cxx
[build CXX] sc/qa/unit/range.cxx
[build CXX] sc/qa/unit/mark_test.cxx
[build DEP] LNK:Executable/pdfunzip
[build LNK] Executable/pdfunzip
[build DEP] LNK:CppunitTest/libtest_vcl_app_test.dylib
[build LNK] CppunitTest/libtest_vcl_app_test.dylib
[build CXX] sw/qa/extras/uiwriter/uiwriter.cxx
[build CMP] toolkit/util/tk
[build CMP] avmedia/source/macavf/avmediaMacAVF
[build CMP] avmedia/source/opengl/avmediaogl
[build CMP] canvas/source/factory/canvasfactory
[build DEP] LNK:Library/libdeployment.dylib
[build LNK] Library/libdeployment.dylib
[build CMP] desktop/source/splash/spl
[build DEP] LNK:Library/libunopkgapp.dylib
[build LNK] Library/libunopkgapp.dylib
[build CMP] embeddedobj/source/msole/emboleobj
[build CMP] extensions/source/update/feed/updatefeed
[build CMP] extensions/source/update/ui/updchk
[build CMP] extensions/source/update/check/updchk.uno
[build MOD] redland
[build CMP] sdext/source/presenter/presenter
[build CMP] ucb/source/ucp/image/ucpimage
[build CMP] unoxml/source/rdf/unordf
[build CMP] fpicker/source/aqua/fps_aqua
[build CMP] xmlhelp/util/ucpchelp1
[build CMP] sdext/source/pdfimport/pdfimport
[build BIN] sdext
[build DEP] LNK:Library/libvclbootstrapprotector.dylib
[build LNK] Library/libvclbootstrapprotector.dylib
[build BIN] ucb
[build BIN] unoxml
[build BIN] vcl
[build BIN] xmlhelp
[build DEP] LNK:CppunitTest/libtest_desktop_version.dylib
[build LNK] CppunitTest/libtest_desktop_version.dylib
[build CUT] vcl_app_test
[build DEP] LNK:Library/libsvtlo.dylib
[build LNK] Library/libsvtlo.dylib
[build DEP] LNK:Library/libcanvastoolslo.dylib
[build LNK] Library/libcanvastoolslo.dylib
[build CMP] desktop/source/deployment/deployment
[build DEP] LNK:Executable/unopkg
[build LNK] Executable/unopkg
[build PKG] libwpg
[build DEP] LNK:Library/libicglo.dylib
[build LNK] Library/libicglo.dylib
[build MOD] sdext
[build BIN] toolkit
[build MOD] ucb
[build MOD] unoxml
[build MOD] vcl
[build MOD] xmlhelp
[build CUT] desktop_version
[build DEP] LNK:Library/libsimplecanvaslo.dylib
[build LNK] Library/libsimplecanvaslo.dylib
[build DEP] LNK:Library/liboglcanvaslo.dylib
[build LNK] Library/liboglcanvaslo.dylib
[build EPK] libwpg
[build DEP] LNK:Library/libOGLTranslo.dylib
[build LNK] Library/libOGLTranslo.dylib
[build MOD] toolkit
[build CMP] canvas/source/simplecanvas/simplecanvas
[build CMP] canvas/source/opengl/oglcanvas
[build BIN] libwpg
[build CXX] writerperfect/source/draw/CDRImportFilter.cxx
[build CXX] writerperfect/source/draw/CMXImportFilter.cxx
[build CXX] writerperfect/source/draw/FreehandImportFilter.cxx
[build CXX] writerperfect/source/draw/MSPUBImportFilter.cxx
[build CXX] writerperfect/source/draw/MWAWDrawImportFilter.cxx
[build CXX] writerperfect/source/draw/PageMakerImportFilter.cxx
[build CXX] writerperfect/source/draw/StarOfficeDrawImportFilter.cxx
[build CXX] writerperfect/source/draw/VisioImportFilter.cxx
[build CXX] writerperfect/source/draw/WPGImportFilter.cxx
[build CXX] writerperfect/source/draw/ZMFImportFilter.cxx
[build CXX] writerperfect/source/writer/AbiWordImportFilter.cxx
[build CXX] writerperfect/source/writer/EBookImportFilter.cxx
[build CXX] writerperfect/source/writer/EPUBExportFilter.cxx
[build CXX] writerperfect/source/writer/EPUBPackage.cxx
[build CXX] writerperfect/source/writer/MSWorksImportFilter.cxx
[build CXX] writerperfect/source/writer/MWAWImportFilter.cxx
[build CXX] writerperfect/source/writer/PagesImportFilter.cxx
[build CXX] writerperfect/source/writer/StarOfficeWriterImportFilter.cxx
[build CXX] writerperfect/source/writer/WordPerfectImportFilter.cxx
[build CXX] writerperfect/source/writer/exp/XMLBase64ImportContext.cxx
[build CXX] writerperfect/source/writer/exp/XMLTextFrameContext.cxx
[build CXX] writerperfect/source/writer/exp/txtparai.cxx
[build CXX] writerperfect/source/writer/exp/xmlictxt.cxx
[build CXX] writerperfect/source/writer/exp/xmlimp.cxx
[build CXX] writerperfect/source/writer/exp/xmlmetai.cxx
[build CXX] writerperfect/source/writer/exp/xmltbli.cxx
[build CXX] writerperfect/source/writer/exp/xmltext.cxx
[build CMP] slideshow/source/engine/opengl/ogltrans
[build CMP] svtools/util/svt
[build MOD] libwpg
[build DEP] LNK:Library/libacclo.dylib
[build LNK] Library/libacclo.dylib
[build DEP] LNK:Library/libcppcanvaslo.dylib
[build LNK] Library/libcppcanvaslo.dylib
[build DEP] LNK:Library/libfwilo.dylib
[build LNK] Library/libfwilo.dylib
[build DEP] LNK:Library/libsblo.dylib
[build LNK] Library/libsblo.dylib
[build DEP] LNK:Library/libdbtoolslo.dylib
[build LNK] Library/libdbtoolslo.dylib
[build DEP] LNK:Library/libvclcanvaslo.dylib
[build LNK] Library/libvclcanvaslo.dylib
[build DEP] LNK:Library/libembobj.dylib
[build LNK] Library/libembobj.dylib
[build DEP] LNK:Library/libscnlo.dylib
[build LNK] Library/libscnlo.dylib
[build MOD] external
[build DEP] LNK:Library/libflashlo.dylib
[build LNK] Library/libflashlo.dylib
[build DEP] LNK:Library/libtextfdlo.dylib
[build LNK] Library/libtextfdlo.dylib
[build DEP] LNK:Library/libforlo.dylib
[build LNK] Library/libforlo.dylib
[build DEP] LNK:Library/libfps_officelo.dylib
[build LNK] Library/libfps_officelo.dylib
[build DEP] LNK:Library/libtextconversiondlgslo.dylib
[build LNK] Library/libtextconversiondlgslo.dylib
[build DEP] LNK:Library/libgielo.dylib
[build LNK] Library/libgielo.dylib
[build DEP] LNK:Executable/langsupport
[build LNK] Executable/langsupport
[build DEP] LNK:CppunitTest/libtest_basic_scanner.dylib
[build LNK] CppunitTest/libtest_basic_scanner.dylib
[build DEP] LNK:CppunitTest/libtest_svtools_html.dylib
[build LNK] CppunitTest/libtest_svtools_html.dylib
[build DEP] LNK:CppunitTest/libtest_unotools_fontdefs.dylib
[build LNK] CppunitTest/libtest_unotools_fontdefs.dylib
[build BIN] accessibility
[build DEP] LNK:Library/libdrawinglayerlo.dylib
[build LNK] Library/libdrawinglayerlo.dylib
[build DEP] LNK:Library/libfwelo.dylib
[build LNK] Library/libfwelo.dylib
[build CMP] basic/util/sb
[build CMP] connectivity/source/dbtools/dbtools
[build CMP] canvas/source/vcl/vclcanvas
[build DEP] LNK:Library/libmtfrendererlo.dylib
[build LNK] Library/libmtfrendererlo.dylib
[build CMP] embeddedobj/util/embobj
[build CMP] extensions/source/scanner/scn
[build CMP] filter/source/flash/flash
[build CMP] filter/source/textfilterdetect/textfd
[build CMP] formula/util/for
[build CMP] fpicker/source/office/fps_office
[build DEP] LNK:Library/libfwmlo.dylib
[build LNK] Library/libfwmlo.dylib
[build CMP] svx/util/textconversiondlgs
[build BIN] fpicker
[build BIN] svtools
[build CUT] basic_scanner
[build CUT] svtools_html
[build CUT] unotools_fontdefs
[build MOD] accessibility
[build BIN] basic
[build BIN] canvas
[build DEP] LNK:Library/libfilelo.dylib
[build LNK] Library/libfilelo.dylib
[build DEP] LNK:Library/libdbpool2.dylib
[build LNK] Library/libdbpool2.dylib
[build DEP] LNK:Library/libmysqllo.dylib
[build LNK] Library/libmysqllo.dylib
[build DEP] LNK:Library/libodbclo.dylib
[build LNK] Library/libodbclo.dylib
[build DEP] LNK:Library/libsdbc2.dylib
[build LNK] Library/libsdbc2.dylib
[build DEP] LNK:Library/libhsqldb.jnilib
[build LNK] Library/libhsqldb.jnilib
[build DEP] LNK:Library/libjdbclo.dylib
[build LNK] Library/libjdbclo.dylib
[build DEP] LNK:Library/libmacab1.dylib
[build LNK] Library/libmacab1.dylib
[build DEP] LNK:Library/libmacabdrv1.dylib
[build LNK] Library/libmacabdrv1.dylib
[build DEP] LNK:Library/libpostgresql-sdbc-impllo.dylib
[build LNK] Library/libpostgresql-sdbc-impllo.dylib
[build DEP] LNK:Library/libmorklo.dylib
[build LNK] Library/libmorklo.dylib
[build CMP] cppcanvas/source/uno/mtfrenderer
[build BIN] embeddedobj
[build DEP] LNK:Library/libbiblo.dylib
[build LNK] Library/libbiblo.dylib
[build CMP] framework/util/fwm
[build MOD] fpicker
[build DEP] LNK:Library/libunotest.dylib
[build LNK] Library/libunotest.dylib
[build MOD] svtools
[build CHK] unotools
[build CMP] drawinglayer/drawinglayer
[build DEP] LNK:Library/libfwklo.dylib
[build LNK] Library/libfwklo.dylib
[build MOD] basic
[build MOD] canvas
[build DEP] LNK:Library/libcalclo.dylib
[build LNK] Library/libcalclo.dylib
[build DEP] LNK:Library/libdbaselo.dylib
[build LNK] Library/libdbaselo.dylib
[build CMP] connectivity/source/cpool/dbpool2
[build DEP] LNK:Library/libflatlo.dylib
[build LNK] Library/libflatlo.dylib
[build CMP] connectivity/source/drivers/mysql/mysql
[build CMP] connectivity/source/drivers/odbc/odbc
[build CMP] connectivity/source/manager/sdbc2
[build DEP] LNK:Library/libwriterlo.dylib
[build LNK] Library/libwriterlo.dylib
[build CMP] connectivity/source/drivers/hsqldb/hsqldb
[build CMP] connectivity/source/drivers/jdbc/jdbc
[build CMP] connectivity/source/drivers/macab/macab1
[build CMP] connectivity/source/drivers/mork/mork
[build BIN] cppcanvas
[build MOD] embeddedobj
[build CMP] extensions/source/bibliography/bib
[build DEP] LNK:Library/libfilterconfiglo.dylib
[build LNK] Library/libfilterconfiglo.dylib
[build DEP] LNK:Library/libfwllo.dylib
[build LNK] Library/libfwllo.dylib
[build DEP] LNK:Library/libsmoketest.dylib
[build LNK] Library/libsmoketest.dylib
[build BIN] unotest
[build DEP] LNK:CppunitTest/libtest_filter_priority.dylib
[build LNK] CppunitTest/libtest_filter_priority.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_breakiterator.dylib
[build LNK] CppunitTest/libtest_i18npool_test_breakiterator.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_characterclassification.dylib
[build LNK] CppunitTest/libtest_i18npool_test_characterclassification.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_ordinalsuffix.dylib
[build LNK] CppunitTest/libtest_i18npool_test_ordinalsuffix.dylib
[build DEP] LNK:CppunitTest/libtest_i18npool_test_textsearch.dylib
[build LNK] CppunitTest/libtest_i18npool_test_textsearch.dylib
[build DEP] LNK:CppunitTest/libtest_package2_test.dylib
[build LNK] CppunitTest/libtest_package2_test.dylib
[build DEP] LNK:Executable/pdf2xml
[build LNK] Executable/pdf2xml
[build DEP] LNK:CppunitTest/libtest_sot_test_sot.dylib
[build LNK] CppunitTest/libtest_sot_test_sot.dylib
[build DEP] LNK:CppunitTest/libtest_svl_qa_cppunit.dylib
[build LNK] CppunitTest/libtest_svl_qa_cppunit.dylib
[build CMP] connectivity/source/drivers/calc/calc
[build CMP] connectivity/source/drivers/dbase/dbase
[build CMP] connectivity/source/drivers/flat/flat
[build CMP] connectivity/source/drivers/writer/writer
[build CMP] connectivity/source/drivers/postgresql/postgresql-sdbc-impl
[build DEP] LNK:Executable/mork_helper
[build LNK] Executable/mork_helper
[build MOD] cppcanvas
[build BIN] drawinglayer
[build DEP] LNK:Library/libemfiolo.dylib
[build LNK] Library/libemfiolo.dylib
[build CMP] filter/source/config/cache/filterconfig1
[build CMP] framework/util/fwl
[build DEP] LNK:Library/libsvgiolo.dylib
[build LNK] Library/libsvgiolo.dylib
[build BIN] smoketest
[build DEP] LNK:Library/libtest.dylib
[build LNK] Library/libtest.dylib
[build MOD] unotest
[build CUT] i18npool_test_breakiterator
[build CUT] i18npool_test_characterclassification
[build CUT] i18npool_test_ordinalsuffix
[build CUT] i18npool_test_textsearch
[build CUT] package2_test
[build CUT] sot_test_sot
[build CUT] svl_qa_cppunit
[build DEP] LNK:Library/libsfxlo.dylib
[build LNK] Library/libsfxlo.dylib
[build RDB] postgresql-sdbc
[build MOD] drawinglayer
[build CMP] emfio/emfio
[build CMP] framework/util/fwk
[build CMP] svgio/svgio
[build BIN] framework
[build MOD] smoketest
[build BIN] svgio
[build DEP] LNK:Library/libsubsequenttest.dylib
[build LNK] Library/libsubsequenttest.dylib
[build DEP] LNK:CppunitTest/libtest_basic_macros.dylib
[build LNK] CppunitTest/libtest_basic_macros.dylib
[build DEP] LNK:CppunitTest/libtest_configmgr_unit.dylib
[build LNK] CppunitTest/libtest_configmgr_unit.dylib
[build DEP] LNK:CppunitTest/libtest_connectivity_mork.dylib
[build LNK] CppunitTest/libtest_connectivity_mork.dylib
[build DEP] LNK:CppunitTest/libtest_connectivity_commontools.dylib
[build LNK] CppunitTest/libtest_connectivity_commontools.dylib
[build DEP] LNK:CppunitTest/libtest_emfio_emf.dylib
[build LNK] CppunitTest/libtest_emfio_emf.dylib
[build DEP] LNK:CppunitTest/libtest_extensions_test_update.dylib
[build LNK] CppunitTest/libtest_extensions_test_update.dylib
[build DEP] LNK:CppunitTest/libtest_filter_xslt.dylib
[build LNK] CppunitTest/libtest_filter_xslt.dylib
[build CUT] filter_priority
[build DEP] LNK:CppunitTest/libtest_hwpfilter_test_hwpfilter.dylib
[build LNK] CppunitTest/libtest_hwpfilter_test_hwpfilter.dylib
[build CHK] i18npool
[build DEP] LNK:CppunitTest/libtest_lotuswordpro_test_lotuswordpro.dylib
[build LNK] CppunitTest/libtest_lotuswordpro_test_lotuswordpro.dylib
[build DEP] LNK:CppunitTest/libtest_services.dylib
[build LNK] CppunitTest/libtest_services.dylib
[build DEP] LNK:CppunitTest/libtest_sax_parser.dylib
[build LNK] CppunitTest/libtest_sax_parser.dylib
[build DEP] LNK:CppunitTest/libtest_sax_xmlimport.dylib
[build LNK] CppunitTest/libtest_sax_xmlimport.dylib
[build DEP] LNK:CppunitTest/libtest_sccomp_lpsolver.dylib
[build LNK] CppunitTest/libtest_sccomp_lpsolver.dylib
[build DEP] LNK:CppunitTest/libtest_sdext_pdfimport.dylib
[build LNK] CppunitTest/libtest_sdext_pdfimport.dylib
[build CHK] sot
[build DEP] LNK:CppunitTest/libtest_svgio.dylib
[build LNK] CppunitTest/libtest_svgio.dylib
[build CHK] svl
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_local_neon.dylib
[build LNK] CppunitTest/libtest_ucb_webdav_local_neon.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_neon_opts.dylib
[build LNK] CppunitTest/libtest_ucb_webdav_neon_opts.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_propfindcache.dylib
[build LNK] CppunitTest/libtest_ucb_webdav_propfindcache.dylib
[build DEP] LNK:CppunitTest/libtest_ucb_webdav_res_access.dylib
[build LNK] CppunitTest/libtest_ucb_webdav_res_access.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_lifecycle.dylib
[build LNK] CppunitTest/libtest_vcl_lifecycle.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_bitmap_test.dylib
[build LNK] CppunitTest/libtest_vcl_bitmap_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_bitmapprocessor_test.dylib
[build LNK] CppunitTest/libtest_vcl_bitmapprocessor_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_fontcharmap.dylib
[build LNK] CppunitTest/libtest_vcl_fontcharmap.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_font.dylib
[build LNK] CppunitTest/libtest_vcl_font.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_fontmetric.dylib
[build LNK] CppunitTest/libtest_vcl_fontmetric.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_complextext.dylib
[build LNK] CppunitTest/libtest_vcl_complextext.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_mnemonic.dylib
[build LNK] CppunitTest/libtest_vcl_mnemonic.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_outdev.dylib
[build LNK] CppunitTest/libtest_vcl_outdev.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_jpeg_read_write_test.dylib
[build LNK] CppunitTest/libtest_vcl_jpeg_read_write_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_svm_test.dylib
[build LNK] CppunitTest/libtest_vcl_svm_test.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_errorhandler.dylib
[build LNK] CppunitTest/libtest_vcl_errorhandler.dylib
[build DEP] LNK:CppunitTest/libtest_vcl_timer.dylib
[build LNK] CppunitTest/libtest_vcl_timer.dylib
[build DEP] LNK:Library/libwpftqahelper.dylib
[build LNK] Library/libwpftqahelper.dylib
[build DEP] LNK:CppunitTest/libtest_drawinglayer_border.dylib
[build LNK] CppunitTest/libtest_drawinglayer_border.dylib
[build DEP] LNK:CppunitTest/libtest_framework_dispatch.dylib
[build LNK] CppunitTest/libtest_framework_dispatch.dylib
[build DEP] LNK:CppunitTest/libtest_unoxml_domtest.dylib
[build LNK] CppunitTest/libtest_unoxml_domtest.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_epubexport.dylib
[build LNK] CppunitTest/libtest_writerperfect_epubexport.dylib
[build BIN] emfio
[build MOD] framework
[build MOD] svgio
[build BIN] test
[build CUT] basic_macros
[build CUT] configmgr_unit
[build CUT] connectivity_mork
[build CUT] connectivity_commontools
[build DEP] LNK:CppunitTest/libtest_emfio_wmf.dylib
[build LNK] CppunitTest/libtest_emfio_wmf.dylib
[build CUT] extensions_test_update
[build CUT] hwpfilter_test_hwpfilter
[build CHK] package
[build CUT] sdext_pdfimport
[build CUT] ucb_webdav_local_neon
[build CUT] ucb_webdav_neon_opts
[build CUT] ucb_webdav_propfindcache
[build CUT] ucb_webdav_res_access
[build CUT] vcl_bitmap_test
[build CUT] vcl_bitmapprocessor_test
[build CUT] vcl_fontcharmap
[build CUT] vcl_font
[build CUT] vcl_fontmetric
[build CUT] vcl_complextext
[build DEP] LNK:CppunitTest/libtest_vcl_filters_test.dylib
[build LNK] CppunitTest/libtest_vcl_filters_test.dylib
[build CUT] vcl_mnemonic
[build CUT] vcl_outdev
[build CUT] vcl_svm_test
[build CUT] vcl_errorhandler
[build CUT] vcl_timer
[build CUT] drawinglayer_border
[build DEP] LNK:CppunitTest/libtest_writerperfect_calc.dylib
[build LNK] CppunitTest/libtest_writerperfect_calc.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_draw.dylib
[build LNK] CppunitTest/libtest_writerperfect_draw.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_import.dylib
[build LNK] CppunitTest/libtest_writerperfect_import.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_impress.dylib
[build LNK] CppunitTest/libtest_writerperfect_impress.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_writer.dylib
[build LNK] CppunitTest/libtest_writerperfect_writer.dylib
[build CMP] sfx2/util/sfx
[build DEP] LNK:Library/libxolo.dylib
[build LNK] Library/libxolo.dylib
[build BIN] connectivity
[build MOD] emfio
[build MOD] test
[build CHK] configmgr
[build CHK] connectivity
[build CUT] emfio_emf
[build CUT] emfio_wmf
[build CHK] extensions
[build CHK] hwpfilter
[build CUT] sax_parser
[build CHK] sdext
[build CUT] svgio
[build CHK] ucb
[build CUT] vcl_lifecycle
[build SLC] drawinglayer
[build CUT] unoxml_domtest
[build DEP] LNK:Library/libavmedialo.dylib
[build LNK] Library/libavmedialo.dylib
[build MOD] connectivity
[build DEP] LNK:Library/libdbplo.dylib
[build LNK] Library/libdbplo.dylib
[build DEP] LNK:Library/libgraphicfilterlo.dylib
[build LNK] Library/libgraphicfilterlo.dylib
[build DEP] LNK:Library/libpdffilterlo.dylib
[build LNK] Library/libpdffilterlo.dylib
[build DEP] LNK:Library/libstoragefdlo.dylib
[build LNK] Library/libstoragefdlo.dylib
[build DEP] LNK:Library/libxsltdlglo.dylib
[build LNK] Library/libxsltdlglo.dylib
[build DEP] LNK:Library/libforuilo.dylib
[build LNK] Library/libforuilo.dylib
[build DEP] LNK:Library/libscdlo.dylib
[build LNK] Library/libscdlo.dylib
[build DEP] LNK:Library/libsddlo.dylib
[build LNK] Library/libsddlo.dylib
[build DEP] LNK:Library/libsmdlo.dylib
[build LNK] Library/libsmdlo.dylib
[build DEP] LNK:Library/libswdlo.dylib
[build LNK] Library/libswdlo.dylib
[build DEP] LNK:Library/libbasprovlo.dylib
[build LNK] Library/libbasprovlo.dylib
[build DEP] LNK:Library/libprotocolhandlerlo.dylib
[build LNK] Library/libprotocolhandlerlo.dylib
[build BIN] sfx2
[build CHK] basic
[build CHK] emfio
[build DEP] LNK:CppunitTest/libtest_sfx2_metadatable.dylib
[build LNK] CppunitTest/libtest_sfx2_metadatable.dylib
[build DEP] LNK:CppunitTest/libtest_sfx2_controlleritem.dylib
[build LNK] CppunitTest/libtest_sfx2_controlleritem.dylib
[build DEP] LNK:CppunitTest/libtest_sfx2_classification.dylib
[build LNK] CppunitTest/libtest_sfx2_classification.dylib
[build CHK] svgio
[build SLC] unoxml
[build CMP] extensions/source/dbpilots/dbp
[build CMP] filter/source/graphic/graphicfilter
[build CMP] filter/source/pdf/pdffilter
[build CMP] filter/source/storagefilterdetect/storagefd
[build CMP] filter/source/xsltdialog/xsltdlg
[build CMP] sc/util/scd
[build CMP] sd/util/sdd
[build CMP] starmath/util/smd
[build CMP] sw/util/swd
[build CMP] scripting/source/basprov/basprov
[build CMP] scripting/source/protocolhandler/protocolhandler
[build BIN] formula
[build MOD] sfx2
[build CUT] sfx2_metadatable
[build CUT] sfx2_controlleritem
[build MOD] formula
[build CMP] xmloff/util/xo
[build DEP] LNK:CppunitTest/libtest_xmloff_uxmloff.dylib
[build LNK] CppunitTest/libtest_xmloff_uxmloff.dylib
[build DEP] LNK:Library/liblnglo.dylib
[build LNK] Library/liblnglo.dylib
[build DEP] LNK:Library/libodfflatxmllo.dylib
[build LNK] Library/libodfflatxmllo.dylib
[build DEP] LNK:Library/libt602filterlo.dylib
[build LNK] Library/libt602filterlo.dylib
[build DEP] LNK:Library/libxsltfilterlo.dylib
[build LNK] Library/libxsltfilterlo.dylib
[build DEP] LNK:Library/libxsec_xmlsec.dylib
[build LNK] Library/libxsec_xmlsec.dylib
[build DEP] LNK:Library/libxoflo.dylib
[build LNK] Library/libxoflo.dylib
[build CUT] xmloff_uxmloff
[build CMP] linguistic/source/lng
[build CMP] filter/source/odfflatxml/odfflatxml
[build CMP] filter/source/t602/t602filter
[build CMP] filter/source/xsltfilter/xsltfilter
[build CUT] filter_xslt
[build CHK] xmloff
[build DEP] LNK:Library/libeditenglo.dylib
[build LNK] Library/libeditenglo.dylib
[build DEP] LNK:Library/libhyphenlo.dylib
[build LNK] Library/libhyphenlo.dylib
[build DEP] LNK:Library/libspelllo.dylib
[build LNK] Library/libspelllo.dylib
[build DEP] LNK:Library/liblnthlo.dylib
[build LNK] Library/liblnthlo.dylib
[build CMP] xmlsecurity/util/xsec_xmlsec
[build CMP] xmloff/source/transform/xof
[build DEP] LNK:Library/libMacOSXSpelllo.dylib
[build LNK] Library/libMacOSXSpelllo.dylib
[build BIN] linguistic
[build BIN] xmloff
[build CMP] lingucomponent/source/hyphenator/hyphen/hyphen
[build CMP] lingucomponent/source/spellcheck/spell/spell
[build CMP] lingucomponent/source/thesaurus/libnth/lnth
[build MOD] linguistic
[build MOD] xmloff
[build CMP] lingucomponent/source/spellcheck/macosxspell/MacOSXSpell
[build BIN] lingucomponent
[build MOD] lingucomponent
[build CMP] avmedia/util/avmedia
[build BIN] avmedia
[build DEP] LNK:Library/libslideshowlo.dylib
[build LNK] Library/libslideshowlo.dylib
[build MOD] avmedia
[build DEP] LNK:Library/libsvxcorelo.dylib
[build LNK] Library/libsvxcorelo.dylib
[build BIN] editeng
[build DEP] LNK:CppunitTest/libtest_editeng_core.dylib
[build LNK] CppunitTest/libtest_editeng_core.dylib
[build DEP] LNK:CppunitTest/libtest_editeng_borderline.dylib
[build LNK] CppunitTest/libtest_editeng_borderline.dylib
[build DEP] LNK:CppunitTest/libtest_editeng_lookuptree.dylib
[build LNK] CppunitTest/libtest_editeng_lookuptree.dylib
[build MOD] editeng
[build CUT] editeng_borderline
[build CUT] editeng_lookuptree
[build CUT] editeng_core
[build CMP] slideshow/util/slideshow
[build BIN] slideshow
[build MOD] slideshow
[build CHK] editeng
[build CMP] svx/util/svxcore
[build DEP] LNK:Library/libsvxlo.dylib
[build LNK] Library/libsvxlo.dylib
[build DEP] LNK:Library/libmsfilterlo.dylib
[build LNK] Library/libmsfilterlo.dylib
[build DEP] LNK:Library/libdbalo.dylib
[build LNK] Library/libdbalo.dylib
[build DEP] LNK:Library/libdeploymentgui.dylib
[build LNK] Library/libdeploymentgui.dylib
[build DEP] LNK:Library/libsvgfilterlo.dylib
[build LNK] Library/libsvgfilterlo.dylib
[build DEP] LNK:Library/liblwpftlo.dylib
[build LNK] Library/liblwpftlo.dylib
[build DEP] LNK:Library/libxmlsecurity.dylib
[build LNK] Library/libxmlsecurity.dylib
[build DEP] LNK:Library/libfrmlo.dylib
[build LNK] Library/libfrmlo.dylib
[build DEP] LNK:Executable/gengal
[build LNK] Executable/gengal
[build DEP] LNK:CppunitTest/libtest_svx_unit.dylib
[build LNK] CppunitTest/libtest_svx_unit.dylib
[build CMP] filter/source/msfilter/msfilter
[build CMP] dbaccess/util/dba
[build CMP] desktop/source/deployment/gui/deploymentgui
[build CMP] filter/source/svg/svgfilter
[build CMP] xmlsecurity/util/xmlsecurity
[build DEP] LNK:Executable/svg2odf
[build LNK] Executable/svg2odf
[build DEP] LNK:Library/libdbaxmllo.dylib
[build LNK] Library/libdbaxmllo.dylib
[build DEP] LNK:Library/libsdbtlo.dylib
[build LNK] Library/libsdbtlo.dylib
[build CMP] lotuswordpro/util/lwpfilter
[build DEP] LNK:Library/libvbahelperlo.dylib
[build LNK] Library/libvbahelperlo.dylib
[build DEP] LNK:Library/libvbaeventslo.dylib
[build LNK] Library/libvbaeventslo.dylib
[build BIN] filter
[build BIN] lotuswordpro
[build DEP] LNK:Executable/pdfverify
[build LNK] Executable/pdfverify
[build DEP] LNK:CppunitTest/libtest_filter_msfilter.dylib
[build LNK] CppunitTest/libtest_filter_msfilter.dylib
[build CUT] lotuswordpro_test_lotuswordpro
[build DEP] LNK:CppunitTest/libtest_vcl_pdfexport.dylib
[build LNK] CppunitTest/libtest_vcl_pdfexport.dylib
[build DEP] LNK:CppunitTest/libtest_xmlsecurity_signing.dylib
[build LNK] CppunitTest/libtest_xmlsecurity_signing.dylib
[build DEP] LNK:CppunitTest/libtest_xmlsecurity_pdfsigning.dylib
[build LNK] CppunitTest/libtest_xmlsecurity_pdfsigning.dylib
[build CMP] svx/util/svx
[build CMP] dbaccess/source/filter/xml/dbaxml
[build CMP] dbaccess/util/sdbt
[build DEP] LNK:Library/libdlgprovlo.dylib
[build LNK] Library/libdlgprovlo.dylib
[build CMP] scripting/source/vbaevents/vbaevents
[build CMP] forms/util/frm
[build MOD] filter
[build MOD] lotuswordpro
[build BIN] xmlsecurity
[build CUT] filter_msfilter
[build DEP] LNK:Library/libbasctllo.dylib
[build LNK] Library/libbasctllo.dylib
[build DEP] LNK:Library/libooxlo.dylib
[build LNK] Library/libooxlo.dylib
[build DEP] LNK:Library/libdbmmlo.dylib
[build LNK] Library/libdbmmlo.dylib
[build DEP] LNK:Library/libsofficeapp.dylib
[build LNK] Library/libsofficeapp.dylib
[build DEP] LNK:Library/libabplo.dylib
[build LNK] Library/libabplo.dylib
[build DEP] LNK:Library/libpcrlo.dylib
[build LNK] Library/libpcrlo.dylib
[build DEP] LNK:Library/libuuilo.dylib
[build LNK] Library/libuuilo.dylib
[build DEP] LNK:Library/libwriterperfectlo.dylib
[build LNK] Library/libwriterperfectlo.dylib
[build CMP] scripting/source/dlgprov/dlgprov
[build DEP] LNK:Library/libmsformslo.dylib
[build LNK] Library/libmsformslo.dylib
[build BIN] forms
[build BIN] scripting
[build DEP] LNK:Executable/pixelctl
[build LNK] Executable/pixelctl
[build MOD] xmlsecurity
[build DEP] LNK:CppunitTest/libtest_dbaccess_hsqldb_test.dylib
[build LNK] CppunitTest/libtest_dbaccess_hsqldb_test.dylib
[build DEP] LNK:CppunitTest/libtest_desktop_app.dylib
[build LNK] CppunitTest/libtest_desktop_app.dylib
[build CHK] filter
[build CHK] lotuswordpro
[build CMP] basctl/util/basctl
[build CMP] dbaccess/source/ext/macromigration/dbmm
[build DEP] LNK:Executable/soffice
[build LNK] Executable/soffice
[build CMP] extensions/source/abpilot/abp
[build CMP] uui/util/uui
[build DEP] LNK:Library/libwpftdrawlo.dylib
[build LNK] Library/libwpftdrawlo.dylib
[build DEP] LNK:Library/libwpftimpresslo.dylib
[build LNK] Library/libwpftimpresslo.dylib
[build DEP] LNK:Library/libwpftwriterlo.dylib
[build LNK] Library/libwpftwriterlo.dylib
[build DEP] LNK:Library/libwpftcalclo.dylib
[build LNK] Library/libwpftcalclo.dylib
[build CMP] vbahelper/util/msforms
[build MOD] forms
[build MOD] scripting
[build BIN] svx
[build BIN] uui
[build BIN] vbahelper
[build CUT] desktop_app
[build CUT] sax_xmlimport
[build CUT] vcl_filters_test
[build CUT] vcl_jpeg_read_write_test
[build DEP] LNK:CppunitTest/libtest_writerperfect_stream.dylib
[build LNK] CppunitTest/libtest_writerperfect_stream.dylib
[build DEP] LNK:CppunitTest/libtest_writerperfect_wpftimport.dylib
[build LNK] CppunitTest/libtest_writerperfect_wpftimport.dylib
[build BIN] basctl
[build BIN] desktop
[build CMP] extensions/source/propctrlr/pcr
[build CMP] writerperfect/source/impress/wpftimpress
[build CMP] writerperfect/source/calc/wpftcalc
[build MOD] svx
[build MOD] uui
[build MOD] vbahelper
[build CHK] desktop
[build CHK] sax
[build CUT] writerperfect_stream
[build MOD] basctl
[build MOD] desktop
[build BIN] extensions
[build CMP] writerperfect/source/writer/wpftwriter
[build MOD] extensions
[build CMP] writerperfect/source/draw/wpftdraw
[build BIN] writerperfect
[build MOD] writerperfect
[build DEP] LNK:Library/libchartcorelo.dylib
[build LNK] Library/libchartcorelo.dylib
[build CMP] oox/util/oox
[build DEP] LNK:CppunitTest/libtest_oox_tokenmap.dylib
[build LNK] CppunitTest/libtest_oox_tokenmap.dylib
[build DEP] LNK:Library/libsmlo.dylib
[build LNK] Library/libsmlo.dylib
[build BIN] oox
[build DEP] LNK:CppunitTest/libtest_oox_vba_compression.dylib
[build LNK] CppunitTest/libtest_oox_vba_compression.dylib
[build DEP] LNK:CppunitTest/libtest_oox_vba_encryption.dylib
[build LNK] CppunitTest/libtest_oox_vba_encryption.dylib
[build DEP] LNK:CppunitTest/libtest_sc_new_cond_format_api.dylib
[build LNK] CppunitTest/libtest_sc_new_cond_format_api.dylib
[build MOD] oox
[build CUT] oox_tokenmap
[build CUT] oox_vba_compression
[build CUT] oox_vba_encryption
[build CHK] oox
[build CMP] starmath/util/sm
[build DEP] LNK:CppunitTest/libtest_starmath_qa_cppunit.dylib
[build LNK] CppunitTest/libtest_starmath_qa_cppunit.dylib
[build BIN] starmath
[build DEP] LNK:CppunitTest/libtest_starmath_export.dylib
[build LNK] CppunitTest/libtest_starmath_export.dylib
[build DEP] LNK:CppunitTest/libtest_starmath_import.dylib
[build LNK] CppunitTest/libtest_starmath_import.dylib
[build MOD] starmath
[build CUT] starmath_import
[build CUT] starmath_export
[build CUT] starmath_qa_cppunit
[build CHK] starmath
[build CMP] chart2/source/chartcore
[build DEP] LNK:Library/libchartcontrollerlo.dylib
[build LNK] Library/libchartcontrollerlo.dylib
[build DEP] LNK:Library/libchartopengllo.dylib
[build LNK] Library/libchartopengllo.dylib
[build CMP] chart2/source/controller/chartcontroller
[build DEP] LNK:Library/libcuilo.dylib
[build LNK] Library/libcuilo.dylib
[build BIN] chart2
[build MOD] chart2
[build CMP] cui/util/cui
[build DEP] LNK:Library/libwriterfilterlo.dylib
[build LNK] Library/libwriterfilterlo.dylib
[build BIN] cui
[build MOD] cui
[build DEP] LNK:Library/libdbulo.dylib
[build LNK] Library/libdbulo.dylib
[build CMP] writerfilter/util/writerfilter
[build BIN] writerfilter
[build DEP] LNK:CppunitTest/libtest_writerfilter_rtftok.dylib
[build LNK] CppunitTest/libtest_writerfilter_rtftok.dylib
[build DEP] LNK:CppunitTest/libtest_writerfilter_misc.dylib
[build LNK] CppunitTest/libtest_writerfilter_misc.dylib
[build MOD] writerfilter
[build CUT] writerfilter_rtftok
[build CUT] writerfilter_misc
[build SLC] writerfilter
[build CMP] dbaccess/util/dbu
[build DEP] LNK:Library/libsdlo.dylib
[build LNK] Library/libsdlo.dylib
[build BIN] dbaccess
[build DEP] LNK:Library/librptlo.dylib
[build LNK] Library/librptlo.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_dialog_save.dylib
[build LNK] CppunitTest/libtest_dbaccess_dialog_save.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_empty_stdlib_save.dylib
[build LNK] CppunitTest/libtest_dbaccess_empty_stdlib_save.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_nolib_save.dylib
[build LNK] CppunitTest/libtest_dbaccess_nolib_save.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_macros_test.dylib
[build LNK] CppunitTest/libtest_dbaccess_macros_test.dylib
[build DEP] LNK:CppunitTest/libtest_dbaccess_RowSetClones.dylib
[build LNK] CppunitTest/libtest_dbaccess_RowSetClones.dylib
[build CUT] dbaccess_hsqldb_test
[build MOD] dbaccess
[build CUT] dbaccess_dialog_save
[build CUT] dbaccess_empty_stdlib_save
[build CUT] dbaccess_nolib_save
[build CUT] dbaccess_macros_test
[build CUT] dbaccess_RowSetClones
[build CMP] reportdesign/util/rpt
[build DEP] LNK:Library/librptuilo.dylib
[build LNK] Library/librptuilo.dylib
[build DEP] LNK:Library/librptxmllo.dylib
[build LNK] Library/librptxmllo.dylib
[build CMP] reportdesign/util/rptui
[build CMP] reportdesign/util/rptxml
[build BIN] reportdesign
[build MOD] reportdesign
[build CHK] dbaccess
ld: warning: direct access in function 'std::__1::__shared_ptr_pointer<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> >*, std::__1::default_delete<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> > >, std::__1::allocator<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> > > >::__get_deleter(std::type_info const&) const' from file '/Users/demo/lode/dev/core/workdir/CxxObject/sd/source/ui/animations/SlideTransitionPane.o' to global weak symbol 'typeinfo name for std::__1::default_delete<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> > >' from file '/Users/demo/lode/dev/core/workdir/CxxObject/sd/source/ui/slidesorter/controller/SlsPageSelector.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
[build DEP] LNK:Library/libswlo.dylib
[build LNK] Library/libswlo.dylib
[build CMP] sd/util/sd
[build DEP] LNK:CppunitTest/libtest_sd_uimpress.dylib
[build LNK] CppunitTest/libtest_sd_uimpress.dylib
[build DEP] LNK:Library/libsdfiltlo.dylib
[build LNK] Library/libsdfiltlo.dylib
[build DEP] LNK:Library/libsduilo.dylib
[build LNK] Library/libsduilo.dylib
[build DEP] LNK:CppunitTest/libtest_sd_import_tests.dylib
[build LNK] CppunitTest/libtest_sd_import_tests.dylib
ld: warning: direct access in function 'std::__1::__shared_ptr_pointer<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> >*, std::__1::default_delete<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> > >, std::__1::allocator<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> > > >::__get_deleter(std::type_info const&) const' from file '/Users/demo/lode/dev/core/workdir/CxxObject/sd/source/ui/animations/SlideTransitionPane.o' to global weak symbol 'typeinfo name for std::__1::default_delete<std::__1::vector<SdPage*, std::__1::allocator<SdPage*> > >' from file '/Users/demo/lode/dev/core/workdir/CxxObject/sd/source/ui/slidesorter/controller/SlsPageSelector.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
[build DEP] LNK:CppunitTest/libtest_sd_export_ooxml1.dylib
[build LNK] CppunitTest/libtest_sd_export_ooxml1.dylib
[build DEP] LNK:CppunitTest/libtest_sd_export_ooxml2.dylib
[build LNK] CppunitTest/libtest_sd_export_ooxml2.dylib
[build DEP] LNK:CppunitTest/libtest_sd_export_tests.dylib
[build LNK] CppunitTest/libtest_sd_export_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_filters_test.dylib
[build LNK] CppunitTest/libtest_sd_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_sd_misc_tests.dylib
[build LNK] CppunitTest/libtest_sd_misc_tests.dylib
[build DEP] LNK:CppunitTest/libtest_sd_html_export_tests.dylib
[build LNK] CppunitTest/libtest_sd_html_export_tests.dylib
[build CMP] sd/util/sdfilt
[build CUT] sd_uimpress
[build CUT] sd_import_tests
[build CUT] sd_filters_test
[build CUT] sd_misc_tests
[build CUT] sd_html_export_tests
[build BIN] sd
[build MOD] sd
[build CMP] sw/util/sw
[build DEP] LNK:CppunitTest/libtest_sw_uwriter.dylib
[build LNK] CppunitTest/libtest_sw_uwriter.dylib
[build DEP] LNK:Library/libswuilo.dylib
[build LNK] Library/libswuilo.dylib
[build DEP] LNK:Library/libvbaswobjlo.dylib
[build LNK] Library/libvbaswobjlo.dylib
[build DEP] LNK:CppunitTest/libtest_svtools_graphic.dylib
[build LNK] CppunitTest/libtest_svtools_graphic.dylib
[build CUT] sw_uwriter
[build DEP] LNK:CppunitTest/libtest_sw_docbookexport.dylib
[build LNK] CppunitTest/libtest_sw_docbookexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_htmlexport.dylib
[build LNK] CppunitTest/libtest_sw_htmlexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_htmlimport.dylib
[build LNK] CppunitTest/libtest_sw_htmlimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_macros_test.dylib
[build LNK] CppunitTest/libtest_sw_macros_test.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport2.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport3.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport3.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport4.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport4.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport5.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport5.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport6.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport6.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport7.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport7.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport8.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport8.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport9.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlexport9.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlfieldexport.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlfieldexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlw14export.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlw14export.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlencryption.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlencryption.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlimport.dylib
[build LNK] CppunitTest/libtest_sw_ooxmlimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ww8export.dylib
[build LNK] CppunitTest/libtest_sw_ww8export.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ww8export2.dylib
[build LNK] CppunitTest/libtest_sw_ww8export2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_ww8import.dylib
[build LNK] CppunitTest/libtest_sw_ww8import.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport.dylib
[build LNK] CppunitTest/libtest_sw_rtfexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport2.dylib
[build LNK] CppunitTest/libtest_sw_rtfexport2.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport3.dylib
[build LNK] CppunitTest/libtest_sw_rtfexport3.dylib
[build DEP] LNK:CppunitTest/libtest_sw_rtfimport.dylib
[build LNK] CppunitTest/libtest_sw_rtfimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_odfexport.dylib
[build LNK] CppunitTest/libtest_sw_odfexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_odfimport.dylib
[build LNK] CppunitTest/libtest_sw_odfimport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_txtexport.dylib
[build LNK] CppunitTest/libtest_sw_txtexport.dylib
[build DEP] LNK:CppunitTest/libtest_sw_mailmerge.dylib
[build LNK] CppunitTest/libtest_sw_mailmerge.dylib
[build DEP] LNK:CppunitTest/libtest_sw_globalfilter.dylib
[build LNK] CppunitTest/libtest_sw_globalfilter.dylib
[build DEP] LNK:Library/libmswordlo.dylib
[build LNK] Library/libmswordlo.dylib
[build CMP] sw/util/vbaswobj
[build CUT] sw_rtfimport
[build CUT] sw_odfimport
[build DEP] LNK:Library/libsclo.dylib
[build LNK] Library/libsclo.dylib
[build CMP] sw/util/msword
[build BIN] sw
[build CUT] sw_macros_test
[build CUT] sw_ooxmlexport8
[build CUT] sw_ooxmlimport
[build CUT] sw_ww8export
[build CUT] sw_ww8export2
[build CUT] sw_ww8import
[build DEP] LNK:CppunitTest/libtest_sw_uiwriter.dylib
[build LNK] CppunitTest/libtest_sw_uiwriter.dylib
[build CMP] sc/util/sc
[build MOD] sw
[build DEP] LNK:Library/libvbaobjlo.dylib
[build LNK] Library/libvbaobjlo.dylib
[build DEP] LNK:Library/libscuilo.dylib
[build LNK] Library/libscuilo.dylib
[build DEP] LNK:Library/libscqahelper.dylib
[build LNK] Library/libscqahelper.dylib
[build DEP] LNK:CppunitTest/libtest_sc_core.dylib
[build LNK] CppunitTest/libtest_sc_core.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_export.dylib
[build LNK] CppunitTest/libtest_chart2_export.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_import.dylib
[build LNK] CppunitTest/libtest_chart2_import.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_trendcalculators.dylib
[build LNK] CppunitTest/libtest_chart2_trendcalculators.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_dump.dylib
[build LNK] CppunitTest/libtest_chart2_dump.dylib
[build DEP] LNK:CppunitTest/libtest_chart2_pivot_chart_test.dylib
[build LNK] CppunitTest/libtest_chart2_pivot_chart_test.dylib
[build DEP] LNK:Library/libscfiltlo.dylib
[build LNK] Library/libscfiltlo.dylib
[build CMP] sc/util/vbaobj
[build DEP] LNK:CppunitTest/libtest_sc_ucalc.dylib
[build LNK] CppunitTest/libtest_sc_ucalc.dylib
[build DEP] LNK:CppunitTest/libtest_sc_bugfix_test.dylib
[build LNK] CppunitTest/libtest_sc_bugfix_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_filters_test.dylib
[build LNK] CppunitTest/libtest_sc_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_rangelst_test.dylib
[build LNK] CppunitTest/libtest_sc_rangelst_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_range_test.dylib
[build LNK] CppunitTest/libtest_sc_range_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_mark_test.dylib
[build LNK] CppunitTest/libtest_sc_mark_test.dylib
[build CUT] sc_core
[build DEP] LNK:CppunitTest/libtest_sc_dataprovider.dylib
[build LNK] CppunitTest/libtest_sc_dataprovider.dylib
[build DEP] LNK:CppunitTest/libtest_sc_datatransformation.dylib
[build LNK] CppunitTest/libtest_sc_datatransformation.dylib
[build DEP] LNK:CppunitTest/libtest_sc_cache_test.dylib
[build LNK] CppunitTest/libtest_sc_cache_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_condformats.dylib
[build LNK] CppunitTest/libtest_sc_condformats.dylib
[build DEP] LNK:CppunitTest/libtest_sc_subsequent_filters_test.dylib
[build LNK] CppunitTest/libtest_sc_subsequent_filters_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_subsequent_export_test.dylib
[build LNK] CppunitTest/libtest_sc_subsequent_export_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_html_export_test.dylib
[build LNK] CppunitTest/libtest_sc_html_export_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_copypaste.dylib
[build LNK] CppunitTest/libtest_sc_copypaste.dylib
[build DEP] LNK:CppunitTest/libtest_sc_functions_test_old.dylib
[build LNK] CppunitTest/libtest_sc_functions_test_old.dylib
[build DEP] LNK:CppunitTest/libtest_sc_database_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_database_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_array_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_array_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_addin_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_addin_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_datetime_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_datetime_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_financial_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_financial_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_information_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_information_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_logical_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_logical_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_mathematical_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_mathematical_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_spreadsheet_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_spreadsheet_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_statistical_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_statistical_functions_test.dylib
[build DEP] LNK:CppunitTest/libtest_sc_text_functions_test.dylib
[build LNK] CppunitTest/libtest_sc_text_functions_test.dylib
[build CMP] sc/util/scfilt
[build RDB] services
[build BIN] sc
[build CUT] sc_bugfix_test
[build CUT] sc_filters_test
[build CUT] sc_rangelst_test
[build CUT] sc_range_test
[build CUT] sc_mark_test
[build CUT] sc_dataprovider
[build CUT] sc_datatransformation
[build CUT] sc_cache_test
[build CUT] sccomp_lpsolver
[build CUT] sd_export_ooxml1
[build CUT] sd_export_ooxml2
[build CUT] sd_export_tests
[build CUT] sfx2_classification
[build CUT] svtools_graphic
[build CUT] svx_unit
[build CUT] vcl_pdfexport
[build CUT] writerperfect_wpftimport
[build CUT] chart2_export
[build CUT] chart2_import
[build CUT] chart2_trendcalculators
[build CUT] chart2_dump
[build CUT] chart2_pivot_chart_test
[build CUT] framework_dispatch
[build CUT] sc_condformats
[build CUT] sc_new_cond_format_api
[build CUT] sc_subsequent_filters_test
[build CUT] sc_subsequent_export_test
[build CUT] sc_html_export_test
[build CUT] sc_copypaste
[build CUT] sc_functions_test_old
[build CUT] sc_database_functions_test
[build CUT] sc_array_functions_test
[build CUT] sc_addin_functions_test
[build CUT] sc_datetime_functions_test
[build CUT] sc_financial_functions_test
[build CUT] sc_information_functions_test
[build CUT] sc_logical_functions_test
[build CUT] sc_mathematical_functions_test
[build CUT] sc_spreadsheet_functions_test
[build CUT] sc_statistical_functions_test
[build CUT] sc_text_functions_test
[build CUT] sw_docbookexport
[build CUT] sw_htmlexport
[build CUT] sw_htmlimport
[build CUT] sw_ooxmlexport
[build CUT] sw_ooxmlexport2
[build CUT] sw_ooxmlexport3
[build CUT] sw_ooxmlexport4
[build CUT] sw_ooxmlexport5
[build CUT] sw_ooxmlexport6
File tested,Execution Time (ms)
fdo68418.docx:
4341
testFdo68418::Import finished in: 4704ms
File tested,Execution Time (ms)
fdo68418.docx:
1127
testFdo68418::Import_Export_Import finished in: 1167ms
File tested,Execution Time (ms)
a4andborders.docx:
455
testA4AndBorders::Import finished in: 478ms
File tested,Execution Time (ms)
a4andborders.docx:
815
testA4AndBorders::Import_Export_Import finished in: 846ms
File tested,Execution Time (ms)
fdo68787.docx:
881
testFdo68787::Import finished in: 911ms
File tested,Execution Time (ms)
fdo68787.docx:
1398
testFdo68787::Import_Export_Import finished in: 1425ms
File tested,Execution Time (ms)
tdf92470_footnoteRestart.docx:
377
testTdf92470_footnoteRestart::Import finished in: 405ms
File tested,Execution Time (ms)
tdf92470_footnoteRestart.docx:
928
testTdf92470_footnoteRestart::Import_Export_Import finished in: 951ms
testCharacterBorder::Import finished in: 1ms
File tested,Execution Time (ms)
charborder.odt:
768
testCharacterBorder::Import_Export_Import finished in: 792ms
File tested,Execution Time (ms)
style-inheritance.docx:
641
testStyleInheritance::Import finished in: 670ms
File tested,Execution Time (ms)
style-inheritance.docx:
1367
testStyleInheritance::Import_Export_Import finished in: 1395ms
File tested,Execution Time (ms)
E: const char *lt_string_value(const lt_string_t *): assertion `string != ((void*)0)' failed
E: const char *lt_string_value(const lt_string_t *): assertion `string != ((void*)0)' failed
E: const char *lt_string_value(const lt_string_t *): assertion `string != ((void*)0)' failed
E: const char *lt_string_value(const lt_string_t *): assertion `string != ((void*)0)' failed
calendar1.docx:
530
testCalendar1::Import finished in: 559ms
File tested,Execution Time (ms)
calendar1.docx:
919
testCalendar1::Import_Export_Import finished in: 954ms
File tested,Execution Time (ms)
calendar2.docx:
423
testCalendar2::Import finished in: 449ms
File tested,Execution Time (ms)
calendar2.docx:
983
testCalendar2::Import_Export_Import finished in: 1008ms
File tested,Execution Time (ms)
testTcBorders.docx:
552
testTcBorders::Import finished in: 583ms
File tested,Execution Time (ms)
testTcBorders.docx:
1263
testTcBorders::Import_Export_Import finished in: 1297ms
File tested,Execution Time (ms)
quicktables.docx:
353
testQuicktables::Import finished in: 385ms
File tested,Execution Time (ms)
quicktables.docx:
757
testQuicktables::Import_Export_Import finished in: 780ms
File tested,Execution Time (ms)
fdo71302.docx:
390
testFdo71302::Import finished in: 416ms
File tested,Execution Time (ms)
fdo71302.docx:
828
testFdo71302::Import_Export_Import finished in: 852ms
File tested,Execution Time (ms)
smartart.docx:
410
testSmartart::Import finished in: 440ms
File tested,Execution Time (ms)
smartart.docx:
1349
testSmartart::Import_Export_Import finished in: 1377ms
File tested,Execution Time (ms)
font-name-is-empty.docx:
304
testFontNameIsEmpty::Import finished in: 330ms
File tested,Execution Time (ms)
font-name-is-empty.docx:
608
testFontNameIsEmpty::Import_Export_Import finished in: 638ms
File tested,Execution Time (ms)
multi-column-line-separator-SAVED.docx:
261
testMultiColumnLineSeparator::Import finished in: 288ms
File tested,Execution Time (ms)
multi-column-line-separator-SAVED.docx:
623
testMultiColumnLineSeparator::Import_Export_Import finished in: 655ms
File tested,Execution Time (ms)
customxml.docx:
613
testCustomXmlGrabBag::Import finished in: 641ms
File tested,Execution Time (ms)
customxml.docx:
856
testCustomXmlGrabBag::Import_Export_Import finished in: 882ms
File tested,Execution Time (ms)
fdo69644.docx:
410
testFdo69644::Import finished in: 440ms
File tested,Execution Time (ms)
fdo69644.docx:
897
testFdo69644::Import_Export_Import finished in: 925ms
File tested,Execution Time (ms)
fdo70812.docx:
286
testFdo70812::Import finished in: 314ms
File tested,Execution Time (ms)
fdo70812.docx:
616
testFdo70812::Import_Export_Import finished in: 645ms
File tested,Execution Time (ms)
testPgMargin.docx:
354
testPgMargin::Import finished in: 393ms
File tested,Execution Time (ms)
testPgMargin.docx:
717
testPgMargin::Import_Export_Import finished in: 748ms
File tested,Execution Time (ms)
ImageCrop.docx:
408
testImageCrop::Import finished in: 435ms
File tested,Execution Time (ms)
ImageCrop.docx:
878
testImageCrop::Import_Export_Import finished in: 906ms
File tested,Execution Time (ms)
tdf106974_int32Crop.docx:
/Users/demo/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx:588:testTdf106974_int32Crop::Import
assertion failed
- Expression: sal_Int32( 40470 ) < aGraphicCropStruct.Right
- 32740

testTdf106974_int32Crop::Import finished in: 566ms
File tested,Execution Time (ms)
tdf106974_int32Crop.docx:
/Users/demo/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx:588:testTdf106974_int32Crop::Import_Export_Import
assertion failed
- Expression: sal_Int32( 40470 ) < aGraphicCropStruct.Right
- 32741

testTdf106974_int32Crop::Import_Export_Import finished in: 1065ms
File tested,Execution Time (ms)
test_line_spacing.docx:
355
testLineSpacingexport::Import finished in: 384ms
File tested,Execution Time (ms)
test_line_spacing.docx:
762
testLineSpacingexport::Import_Export_Import finished in: 791ms
File tested,Execution Time (ms)
fdo65295.docx:
559
testTextBoxGradientAngle::Import finished in: 585ms
File tested,Execution Time (ms)
fdo65295.docx:
1288
testTextBoxGradientAngle::Import_Export_Import finished in: 1319ms
File tested,Execution Time (ms)
cell-grid-span.docx:
521
testCellGridSpan::Import finished in: 554ms
File tested,Execution Time (ms)
cell-grid-span.docx:
1004
testCellGridSpan::Import_Export_Import finished in: 1033ms
File tested,Execution Time (ms)
fdo71646.docx:
403
testFdo71646::Import finished in: 450ms
File tested,Execution Time (ms)
fdo71646.docx:
847
testFdo71646::Import_Export_Import finished in: 876ms
File tested,Execution Time (ms)
para-auto-spacing.docx:
391
testParaAutoSpacing::Import finished in: 420ms
File tested,Execution Time (ms)
para-auto-spacing.docx:
790
testParaAutoSpacing::Import_Export_Import finished in: 819ms
File tested,Execution Time (ms)
test_GIF_ImageCrop.docx:
375
testGIFImageCrop::Import finished in: 405ms
File tested,Execution Time (ms)
test_GIF_ImageCrop.docx:
854
testGIFImageCrop::Import_Export_Import finished in: 898ms
File tested,Execution Time (ms)
test_PNG_ImageCrop.docx:
360
testPNGImageCrop::Import finished in: 388ms
File tested,Execution Time (ms)
test_PNG_ImageCrop.docx:
782
testPNGImageCrop::Import_Export_Import finished in: 809ms
testTdf41542_imagePadding::Import finished in: 0ms
File tested,Execution Time (ms)
tdf41542_imagePadding.odt:
899
testTdf41542_imagePadding::Import_Export_Import finished in: 928ms
File tested,Execution Time (ms)
testFootnote.docx:
409
testFootnoteParagraphTag::Import finished in: 435ms
File tested,Execution Time (ms)
testFootnote.docx:
854
testFootnoteParagraphTag::Import_Export_Import finished in: 880ms
File tested,Execution Time (ms)
table_lineRule.docx:
359
testSpacingLineRule::Import finished in: 388ms
File tested,Execution Time (ms)
table_lineRule.docx:
779
testSpacingLineRule::Import_Export_Import finished in: 809ms
File tested,Execution Time (ms)
table_atleast.docx:
331
testTableLineSpacing::Import finished in: 360ms
File tested,Execution Time (ms)
table_atleast.docx:
735
testTableLineSpacing::Import_Export_Import finished in: 765ms
File tested,Execution Time (ms)
ooxml-triangle.docx:
356
testOoxmlTriangle::Import finished in: 389ms
File tested,Execution Time (ms)
ooxml-triangle.docx:
750
testOoxmlTriangle::Import_Export_Import finished in: 776ms
File tested,Execution Time (ms)
mce.docx:
344
testMce::Import finished in: 377ms
File tested,Execution Time (ms)
mce.docx:
755
testMce::Import_Export_Import finished in: 784ms
File tested,Execution Time (ms)
theme-preservation.docx:
406
testThemePreservation::Import finished in: 433ms
File tested,Execution Time (ms)
theme-preservation.docx:
773
testThemePreservation::Import_Export_Import finished in: 802ms
File tested,Execution Time (ms)
table-theme-preservation.docx:
396
testTableThemePreservation::Import finished in: 424ms
File tested,Execution Time (ms)
table-theme-preservation.docx:
870
testTableThemePreservation::Import_Export_Import finished in: 898ms
File tested,Execution Time (ms)
2_table_doc.docx:
337
testcantSplit::Import finished in: 364ms
File tested,Execution Time (ms)
2_table_doc.docx:
784
testcantSplit::Import_Export_Import finished in: 811ms
testDontSplitTable::Import finished in: 0ms
File tested,Execution Time (ms)
tdf101589_dontSplitTable.odt:
968
testDontSplitTable::Import_Export_Import finished in: 1002ms
File tested,Execution Time (ms)
1_page.docx:
453
testExtraSectionBreak::Import finished in: 487ms
File tested,Execution Time (ms)
1_page.docx:
903
testExtraSectionBreak::Import_Export_Import finished in: 930ms
File tested,Execution Time (ms)
columnbreak.docx:
384
testcolumnbreak::Import finished in: 413ms
File tested,Execution Time (ms)
columnbreak.docx:
761
testcolumnbreak::Import_Export_Import finished in: 793ms
File tested,Execution Time (ms)
testGlossary.docx:
422
testGlossary::Import finished in: 466ms
File tested,Execution Time (ms)
testGlossary.docx:
878
testGlossary::Import_Export_Import finished in: 908ms
File tested,Execution Time (ms)
fdo71785.docx:
609
testFdo71785::Import finished in: 637ms
File tested,Execution Time (ms)
fdo71785.docx:
1226
testFdo71785::Import_Export_Import finished in: 1269ms
File tested,Execution Time (ms)
testCrashWhileSave.docx:
611
testCrashWhileSave::Import finished in: 644ms
File tested,Execution Time (ms)
testCrashWhileSave.docx:
1268
testCrashWhileSave::Import_Export_Import finished in: 1299ms
File tested,Execution Time (ms)
floatingtbl_with_formula.docx:
646
testFileOpenInputOutputError::Import finished in: 680ms
File tested,Execution Time (ms)
floatingtbl_with_formula.docx:
1282
testFileOpenInputOutputError::Import_Export_Import finished in: 1315ms
/Users/demo/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx:588: Assertion
Test name: testTdf106974_int32Crop::Import
assertion failed
- Expression: sal_Int32( 40470 ) < aGraphicCropStruct.Right
- 32740

/Users/demo/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx:588: Assertion
Test name: testTdf106974_int32Crop::Import_Export_Import
assertion failed
- Expression: sal_Int32( 40470 ) < aGraphicCropStruct.Right
- 32741

Failures !!!
Run: 86   Failure total: 2   Failures: 2   Errors: 0
2017-08-25 02:07:29.214 cppunittester[26675:1289390] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release).

Error: a unit test failed, please do one of:
make CppunitTest_sw_ooxmlexport3 CPPUNITTRACE="lldb --"       # for interactive debugging on OS X
make CppunitTest_sw_ooxmlexport3 VALGRIND=memcheck            # for memory checking

/Users/demo/lode/dev/core/solenv/gbuild/CppunitTest.mk:114: recipe for target '/Users/demo/lode/dev/core/workdir/CppunitTest/sw_ooxmlexport3.test' failed
make[1]: *** [/Users/demo/lode/dev/core/workdir/CppunitTest/sw_ooxmlexport3.test] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:269: recipe for target 'build' failed
make: *** [build] Error 2
demos-MacBook-Air:core demo$ 
-------------- next part --------------
Process:               soffice [27316]
Path:                  /Users/USER/*/LibreOfficeDev.app/Contents/MacOS/soffice
Identifier:            org.libreoffice.script
Version:               6.0.0 (6.0.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           soffice [27316]
User ID:               501

Date/Time:             2017-08-25 08:19:28.775 +0200
OS Version:            Mac OS X 10.12.4 (16E163f)
Report Version:        12
Anonymous UUID:        3646574E-41CA-F4A7-F385-4AF5649342B7


Time Awake Since Boot: 41000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called
terminating with uncaught exception of type com::sun::star::uno::DeploymentException

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fffd1d81d42 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fffd1e6f787 pthread_kill + 90
2   libsystem_c.dylib             	0x00007fffd1ce7420 abort + 129
3   libuno_sal.dylib.3            	0x00000001028a0749 (anonymous namespace)::callSystemHandler(int, __siginfo*, void*) + 185 (signal.cxx:379)
4   libuno_sal.dylib.3            	0x00000001028a04c2 (anonymous namespace)::signalHandlerFunction(int, __siginfo*, void*) + 162 (signal.cxx:486)
5   libsystem_platform.dylib      	0x00007fffd1e62b3a _sigtramp + 26
6   ???                           	0x00000003dab4a240 0 + 16554172992
7   libsystem_c.dylib             	0x00007fffd1ce7420 abort + 129
8   libc++abi.dylib               	0x00007fffd083e84a abort_message + 266
9   libc++abi.dylib               	0x00007fffd0863c4f default_terminate_handler() + 267
10  libobjc.A.dylib               	0x00007fffd1371713 _objc_terminate() + 124
11  libc++abi.dylib               	0x00007fffd0860d69 std::__terminate(void (*)()) + 8
12  libc++abi.dylib               	0x00007fffd08607de __cxa_throw + 121
13  libutllo.dylib                	0x00000001075e4d88 com::sun::star::configuration::theDefaultProvider::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) + 296 (theDefaultProvider.hpp:39)
14  libutllo.dylib                	0x00000001075e4755 (anonymous namespace)::getConfigurationProvider() + 53 (configmgr.cxx:67)
15  libutllo.dylib                	0x00000001075e44fe utl::ConfigManager::acquireTree(utl::ConfigItem const&) + 414 (configmgr.cxx:158)
16  libutllo.dylib                	0x00000001075e4855 utl::ConfigManager::addConfigItem(utl::ConfigItem&) + 53 (configmgr.cxx:174)
17  libutllo.dylib                	0x00000001075daf84 utl::ConfigItem::ConfigItem(rtl::OUString const&, ConfigItemMode) + 196 (configitem.cxx:166)
18  libutllo.dylib                	0x000000010761b958 SvtSysLocaleOptions_Impl::SvtSysLocaleOptions_Impl() + 72 (syslocaleoptions.cxx:133)
19  libutllo.dylib                	0x000000010761d973 std::__1::shared_ptr<SvtSysLocaleOptions_Impl> std::__1::shared_ptr<SvtSysLocaleOptions_Impl>::make_shared<>() + 67 (memory:4136)
20  libutllo.dylib                	0x000000010761ca7f SvtSysLocaleOptions::SvtSysLocaleOptions() + 207 (memory:4301)
21  libvcllo.dylib                	0x0000000107c7056f InitVCL() + 255 (svmain.cxx:329)
22  libvcllo.dylib                	0x0000000107c7037a ImplSVMain() + 58 (svmain.cxx:190)
23  libvcllo.dylib                	0x0000000107ce8d4b AquaSalInstance::handleAppDefinedEvent(NSEvent*) + 139 (salinst.cxx:451)
24  libvcllo.dylib                	0x0000000107d3c0e0 -[VCL_NSApplication sendEvent:] + 80 (vclnsapp.mm:94)
25  com.apple.AppKit              	0x00007fffb9db487f -[NSApplication run] + 1002
26  com.apple.AppKit              	0x00007fffb9d7f266 NSApplicationMain + 1237
27  libvcllo.dylib                	0x0000000107ce81f2 ImplSVMainHook(int*) + 354 (salinst.cxx:213)
28  libvcllo.dylib                	0x0000000107c70f39 SVMain() + 41 (svmain.cxx:229)
29  libsofficeapp.dylib           	0x000000010294ed36 soffice_main + 230 (sofficemain.cxx:163)
30  org.libreoffice.script        	0x000000010286cf50 main + 16 (main.c:47)
31  libdyld.dylib                 	0x00007fffd1c53235 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffd1d81bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd1e6d96a _pthread_cond_wait + 712
2   libuno_sal.dylib.3            	0x000000010287a6fa rtl_cache_wsupdate_wait(unsigned int) + 90 (alloc_cache.cxx:1193)
3   libuno_sal.dylib.3            	0x000000010287a62c rtl_cache_wsupdate_all(void*) + 76 (alloc_cache.cxx:1316)
4   libsystem_pthread.dylib       	0x00007fffd1e6caab _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffd1e6c9f7 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffd1e6c1fd thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffd1d8244e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd1e6c791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd1e6c1ed start_wqthread + 13

Thread 3:
0   libsystem_pthread.dylib       	0x00007fffd1e6c1e0 start_wqthread + 0
1   ???                           	0x000000010e812000 0 + 4538310656

Thread 4:
0   libsystem_pthread.dylib       	0x00007fffd1e6c1e0 start_wqthread + 0
1   ???                           	0x0000000100000008 0 + 4294967304

Thread 5:
0   libsystem_pthread.dylib       	0x00007fffd1e6c1e0 start_wqthread + 0
1   ???                           	0x000000010e7e5a00 0 + 4538128896

Thread 6:
0   libsystem_kernel.dylib        	0x00007fffd1d8244e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd1e6c791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd1e6c1ed start_wqthread + 13

Thread 7:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fffd1d7a34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd1d79797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffbc2c24e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffbc2c1971 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffbc2c11c4 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fffb9f0d336 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fffd1e6caab _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffd1e6c9f7 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffd1e6c1fd thread_start + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fffd1d810c2 __accept + 10
1   libuno_sal.dylib.3            	0x000000010289b9ab osl_acceptPipe + 27 (pipe.cxx:412)
2   libsofficeapp.dylib           	0x000000010294b05c osl::Pipe::accept(osl::StreamPipe&) + 44 (pipe.hxx:151)
3   libsofficeapp.dylib           	0x000000010294ae24 desktop::PipeIpcThread::execute() + 84 (officeipcthread.cxx:1195)
4   libuno_salhelpergcc3.dylib.3  	0x000000010383474e salhelper::Thread::run() + 30 (thread.cxx:47)
5   libuno_salhelpergcc3.dylib.3  	0x00000001038348cf threadFunc + 15 (thread.hxx:186)
6   libuno_sal.dylib.3            	0x00000001028a38da osl_thread_start_Impl(void*) + 122 (thread.cxx:245)
7   libsystem_pthread.dylib       	0x00007fffd1e6caab _pthread_body + 180
8   libsystem_pthread.dylib       	0x00007fffd1e6c9f7 _pthread_start + 286
9   libsystem_pthread.dylib       	0x00007fffd1e6c1fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5d392788  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fff5d3927b0  rsp: 0x00007fff5d392788
   r8: 0x00007fffdab4aa60   r9: 0x000000000014908f  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x3d16d327b080005a  r13: 0x0000000000000030  r14: 0x00007fffdab663c0  r15: 0x00007fff5d392ca8
  rip: 0x00007fffd1d81d42  rfl: 0x0000000000000206  cr2: 0x0000608000173000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10286c000 -        0x10286cffb +org.libreoffice.script (6.0.0 - 6.0.0) <FBCFC3CE-4A56-3D2A-B74C-A68C894E691B> /Users/USER/*/LibreOfficeDev.app/Contents/MacOS/soffice
       0x102871000 -        0x1028aeff7 +libuno_sal.dylib.3 (0) <AF1B14B5-8E17-3758-9B52-ACC9CA35A5EB> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libuno_sal.dylib.3
       0x10291a000 -        0x1029a3ff7 +libsofficeapp.dylib (0) <9AB140FD-5D5D-3797-906A-BE6C0864457E> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsofficeapp.dylib
       0x102b6b000 -        0x102b6cffb +libclewlo.dylib (0) <DB00F6A7-8088-3958-BF22-40EE51CE6BD3> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libclewlo.dylib
       0x102b76000 -        0x102c49fff +libcomphelper.dylib (0) <9BD8F669-1BA3-3BEC-AB23-7CFD604E8165> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libcomphelper.dylib
       0x102f42000 -        0x102f63ff7 +libuno_cppu.dylib.3 (0) <E1EE383C-ABAB-3610-B2F4-73000D59F2E7> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libuno_cppu.dylib.3
       0x102fb0000 -        0x10303efff +libuno_cppuhelpergcc3.dylib.3 (0) <08C8C4AF-F9F2-364C-8D06-4A435C3A914C> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libuno_cppuhelpergcc3.dylib.3
       0x10321c000 -        0x10323ffff +libdeploymentmisclo.dylib (0) <66809A2B-41D9-33FD-ACB9-3DBE9189582D> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libdeploymentmisclo.dylib
       0x1032b6000 -        0x103415ff7 +libeditenglo.dylib (0) <76E1EC79-DBCA-3DCF-A340-F2B341FD416D> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libeditenglo.dylib
       0x10378f000 -        0x1037aaff7 +libi18nlangtag.dylib (0) <72D9D15D-226B-31E6-B6EF-92FC4341ED6B> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libi18nlangtag.dylib
       0x1037d9000 -        0x1037eefff +libopencllo.dylib (0) <CC01B7E6-13F9-30EF-9038-AFD149786454> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libopencllo.dylib
       0x103833000 -        0x103835ff7 +libuno_salhelpergcc3.dylib.3 (0) <91637B86-29CD-327B-B0F8-99B8368F7B4E> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libuno_salhelpergcc3.dylib.3
       0x103846000 -        0x103963ff7 +libsblo.dylib (0) <A2CF8BB5-EB4B-3E66-B555-0F97386FD724> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsblo.dylib
       0x103be3000 -        0x103f0ffff +libsfxlo.dylib (0) <CB4EDC49-D2A7-3BF5-AC11-7092CD8F2284> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsfxlo.dylib
       0x1047f0000 -        0x1048b6fff +libsvllo.dylib (0) <94E6B656-184D-35AE-BF44-60564FD46125> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsvllo.dylib
       0x104ade000 -        0x104d12ff7 +libsvxlo.dylib (0) <610349F7-C2FC-318D-B146-E8B8C6D5613C> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsvxlo.dylib
       0x10537d000 -        0x105833ff7 +libsvxcorelo.dylib (0) <7E22C0F0-5B64-320B-91EE-819856E7520B> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsvxcorelo.dylib
       0x106405000 -        0x106645ff7 +libsvtlo.dylib (0) <0C8C8B94-B014-33ED-98F9-A576E619C845> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsvtlo.dylib
       0x106c83000 -        0x106e08ff7 +libtklo.dylib (0) <487C773F-3CA9-3769-81A6-113AED682749> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libtklo.dylib
       0x1073c5000 -        0x107405fff +libtllo.dylib (0) <EBBBC541-257E-34CA-99BC-3B5B4CD3E83F> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libtllo.dylib
       0x10747b000 -        0x1074c2fff +libucbhelper.dylib (0) <5A4BC868-F476-3C38-8C89-E4EC1D39D24D> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libucbhelper.dylib
       0x1075ce000 -        0x1076befff +libutllo.dylib (0) <45AE7B66-AEFD-30BB-8AD6-F8C83859EC8A> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libutllo.dylib
       0x10797c000 -        0x107ea4ff7 +libvcllo.dylib (0) <EC2CA42D-2C18-3C2D-88FD-1A8584C4C17F> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libvcllo.dylib
       0x108788000 -        0x1088f0ff7 +libicui18n.dylib.59 (0) <7A34F59F-E080-32C3-9CA7-96AB86804A2B> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libicui18n.dylib.59
       0x108b1a000 -        0x108c31ff7 +libicuuc.dylib.59 (0) <581D53CF-D798-363F-83DB-737441C2F1B3> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libicuuc.dylib.59
       0x108d47000 -        0x108d8eff7 +libcurl.4.dylib (0) <9DEC65BB-AC1F-3561-8BB6-A8014AB30575> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libcurl.4.dylib
       0x108da1000 -        0x108da6ff7 +libplc4.dylib (0) <3BED9399-9214-373A-BABE-97CD8055148E> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libplc4.dylib
       0x108dae000 -        0x108deefff +libnspr4.dylib (0) <CA1A227C-C68B-396C-B5EA-80833EB1EAD6> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libnspr4.dylib
       0x108e16000 -        0x108f8bff3 +libnss3.dylib (0) <938A818D-3C85-33EE-B567-4A468D58C17A> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libnss3.dylib
       0x109033000 -        0x10905fff3 +libsmime3.dylib (0) <35305A6B-D774-35E7-9FB0-F44D4A127638> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsmime3.dylib
       0x109087000 -        0x10909bff7 +libreglo.dylib (0) <64E43AEA-3448-3088-9EC9-F27D420AA3DA> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libreglo.dylib
       0x1090be000 -        0x109119fff +libunoidllo.dylib (0) <320ED2AD-8DCA-38AE-8466-00C7206A4BC4> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libunoidllo.dylib
       0x109246000 -        0x10924efff +libxmlreaderlo.dylib (0) <632578AF-CE77-31BA-BA7C-D0DF022086B6> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libxmlreaderlo.dylib
       0x109269000 -        0x109279ff7 +libstorelo.dylib (0) <4C4A011E-1759-3739-AD89-3CEF13A712C4> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libstorelo.dylib
       0x1092ae000 -        0x1092cdffb +liblangtag.1.dylib (0) <942D0B8D-D05A-3744-8DB7-FC2083DD658B> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/liblangtag.1.dylib
       0x1092db000 -        0x10abc1fff +libicudata.dylib.59 (0) <578FB6DA-E2B6-3890-9D04-AA5E272520D3> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libicudata.dylib.59
       0x10abc7000 -        0x10abecff3 +libnssutil3.dylib (0) <90A38854-F241-3596-ADD9-96B1308219F4> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libnssutil3.dylib
       0x10ac0b000 -        0x10ac0eff7 +libplds4.dylib (0) <48814E54-9F29-3C75-8F4D-22C47840A4E3> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libplds4.dylib
       0x10ac15000 -        0x10ac74ff7 +libxmlscriptlo.dylib (0) <8248DE1F-0117-3233-BC00-7385E7970EE0> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libxmlscriptlo.dylib
       0x10ad4a000 -        0x10adb3ff7 +libbasegfxlo.dylib (0) <15C6B7E1-9ACD-3D98-B887-127411CD7018> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libbasegfxlo.dylib
       0x10ae70000 -        0x10ae81fff +libsaxlo.dylib (0) <E8618E1D-3644-30B4-A8BE-598BA0BBADE5> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsaxlo.dylib
       0x10aeb9000 -        0x10b2b8ff7 +libpdfiumlo.dylib (0) <1038A87C-0222-33B3-9135-EC38BF5DE7CE> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libpdfiumlo.dylib
       0x10b5fa000 -        0x10b63afff +libsotlo.dylib (0) <DD14C848-6423-3F8C-9E0E-01381442E65B> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libsotlo.dylib
       0x10b6c0000 -        0x10b6d0ff7 +libi18nutil.dylib (0) <424FE902-4673-3141-85C5-B00C94FE5410> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libi18nutil.dylib
       0x10b6eb000 -        0x10b6effff +libjvmaccesslo.dylib (0) <E3225570-8F5A-329E-A611-07A286C337D0> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libjvmaccesslo.dylib
       0x10b707000 -        0x10b76affb +libepoxy.dylib (0) <73AC22CD-B49D-3E86-A031-69F4B8FCCD55> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libepoxy.dylib
       0x10b918000 -        0x10b91dff7 +libAppleRemotelo.dylib (0) <50DBACC7-4857-3FDB-B926-2C6A14E52E5D> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libAppleRemotelo.dylib
       0x10b927000 -        0x10b961ffb +liblcms2.2.dylib (0) <A4F9BDCF-5ED1-3F7F-9294-648FDD214B5C> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/liblcms2.2.dylib
       0x10b979000 -        0x10b995fff +libjvmfwklo.dylib (0) <A6140D8C-87B1-3AFC-A47F-B7E5A23CC64C> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libjvmfwklo.dylib
       0x10b9e0000 -        0x10bcb6ff7 +libxolo.dylib (0) <E4B2E481-9FE3-3523-8685-A327DF3D190D> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libxolo.dylib
       0x10c295000 -        0x10c2f5fff +liblnglo.dylib (0) <235C516B-168B-3488-B877-37D6C83CD384> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/liblnglo.dylib
       0x10c457000 -        0x10c51ffff +libdrawinglayerlo.dylib (0) <1F13D761-89C6-3FE7-86AE-437DBC40470A> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libdrawinglayerlo.dylib
       0x10c705000 -        0x10c757fff +libfwelo.dylib (0) <1FB213BA-A903-3CC8-934E-7D7350C24F25> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libfwelo.dylib
       0x10c866000 -        0x10c8fbfff +liborcus-0.12.0.dylib (0) <80BD7542-41CA-3A6D-99D2-1CFAF56513E7> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/liborcus-0.12.0.dylib
       0x10c960000 -        0x10c988ff7 +liborcus-parser-0.12.0.dylib (0) <DAB110BB-BC88-37BE-98FE-FA3B8ECF5303> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/liborcus-parser-0.12.0.dylib
       0x10c9a1000 -        0x10c9c2fff +libcanvastoolslo.dylib (0) <FAD2CE2A-06D2-3EAF-B745-30514B852CD0> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libcanvastoolslo.dylib
       0x10ca3c000 -        0x10ca74fff +libcppcanvaslo.dylib (0) <160A4B7F-4A61-3099-B772-F2B6C9CD9D38> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libcppcanvaslo.dylib
       0x10cb09000 -        0x10cb1fff7 +libfwilo.dylib (0) <4C19837B-08AE-3694-90FE-19ABF7C0A7CE> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libfwilo.dylib
       0x10cb74000 -        0x10d774fff +libavmedialo.dylib (0) <11C7238D-EF8A-380F-9AE5-83C5D1E09534> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libavmedialo.dylib
       0x10e437000 -        0x10e533fff +libdbtoolslo.dylib (0) <27F85061-9DA3-3596-9E2A-750BFC108689> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libdbtoolslo.dylib
       0x10ed4f000 -        0x10ed8cdc7  dyld (433.5) <2A486B8A-0CCE-3025-AF71-5003A95AB235> /usr/lib/dyld
       0x110a66000 -        0x110a90fff  GLRendererFloat (14.0.15) <A900FEA7-7F10-33E0-AB2B-4C45A9EFA9B0> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x111ad1000 -        0x111c77fff  GLEngine (14.0.15) <C4BFBCBE-98BE-3BD6-8837-852E3E0312FA> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x111cb6000 -        0x112211fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.24.38 - 10.2.4) <8223D4C4-CA50-3336-AF37-310B59E94987> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x112424000 -        0x11249cfff  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.24.38 - 10.2.4) <C6D6AA2D-A190-3144-A5C5-423D43C0F5FE> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x1137dc000 -        0x1137e7fff +libgcc3_uno.dylib (0) <3097759E-DAB4-3958-8575-41E9E1A9E07D> /Users/USER/*/LibreOfficeDev.app/Contents/Frameworks/libgcc3_uno.dylib
    0x7fffb8d9b000 -     0x7fffb8d9bfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffb8d9c000 -     0x7fffb8db3ffb  libCGInterfaces.dylib (331.5) <7962CBCB-D4C8-3F13-919A-ACBB0E11AB7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffb8db4000 -     0x7fffb92cdfeb  com.apple.vImage (8.1 - ???) <BE66DAAF-2955-3C36-8D6C-1518503A7F4C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffb92ce000 -     0x7fffb943fff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffb9440000 -     0x7fffb9454ffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffb9455000 -     0x7fffb984bfef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffb984c000 -     0x7fffb9862fff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffb9863000 -     0x7fffb9869fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffb986a000 -     0x7fffb987eff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffb987f000 -     0x7fffb9a06fe7  libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffb9a07000 -     0x7fffb9ab9ffb  libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffb9aba000 -     0x7fffb9abafff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffb9d79000 -     0x7fffbab52ffb  com.apple.AppKit (6.9 - 1504.82.103) <3EC4A2BC-293E-3D7A-AF57-B6CB6A7EF352> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffbab64000 -     0x7fffbab64fff  com.apple.ApplicationServices (48 - 48) <186D9D5F-3BA4-364E-BD7C-58D76E969F47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffbab65000 -     0x7fffbabd3ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <516BED83-9FE4-3241-9082-3BD1312DF560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffbac6d000 -     0x7fffbad9cff7  libFontParser.dylib (194.10) <5B15749E-B2E5-3F51-9215-FB8444BECF23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffbad9d000 -     0x7fffbade7fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffbae44000 -     0x7fffbae77fff  libTrueTypeScaler.dylib (194.10) <E2768AE6-70D7-3E05-B4FD-F63DD4F76995> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffbaee3000 -     0x7fffbaf8dff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffbaf8e000 -     0x7fffbafdeff7  com.apple.HIServices (1.22 - 591) <D16A5699-F3A2-3AF5-93B1-9E2F487F1577> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffbafdf000 -     0x7fffbafeeff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffbafef000 -     0x7fffbb03cfff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffbb03d000 -     0x7fffbb078fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffbb079000 -     0x7fffbb084ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffbb085000 -     0x7fffbb291fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffbb292000 -     0x7fffbb292fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffbb3fb000 -     0x7fffbb7d5ff7  com.apple.CFNetwork (811.4.16 - 811.4.16) <B7733A43-8573-386E-9AB3-70DA069D42A1> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffbb7ef000 -     0x7fffbb7effff  com.apple.Carbon (154 - 157) <3579C79D-9B3C-3068-9809-882D54E64838> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffbb7f0000 -     0x7fffbb7f3fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffbb7f4000 -     0x7fffbbafdff7  com.apple.HIToolbox (2.1.1 - 857.7) <EA868132-766E-3665-B443-FDFA884BB15D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffbbafe000 -     0x7fffbbb01ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffbbb02000 -     0x7fffbbb07fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffbbb08000 -     0x7fffbbb9fff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffbbba0000 -     0x7fffbbbbafff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffbbbbb000 -     0x7fffbbbbcff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffbbbbd000 -     0x7fffbbbbfff7  com.apple.securityhi (9.0 - 55006) <B629DE6F-5250-325B-8E87-6AF813E58003> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffbbbc0000 -     0x7fffbbbc6ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffbbca7000 -     0x7fffbbca7fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffbbdf1000 -     0x7fffbbe7efff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <969E1763-EC60-3807-98C2-BA5EEBC0688F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffbbe7f000 -     0x7fffbbe92fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffbbe93000 -     0x7fffbc18dfff  com.apple.CoreData (120 - 754) <9E4E30A2-0E13-3E79-91D5-F9DC4B0F1DC0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffbc18e000 -     0x7fffbc239fff  com.apple.CoreDisplay (1.0 - 1) <A2CC10D8-B245-3FDE-8959-5198B30D32AB> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffbc23a000 -     0x7fffbc6d3ff7  com.apple.CoreFoundation (6.9 - 1349.64) <F2D9372F-2E23-3B41-90F9-C80944085EB0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffbc6d4000 -     0x7fffbcd56fff  com.apple.CoreGraphics (2.0 - 1070.20) <E4C82918-5A7D-31FF-ACBD-E0C1D361DB71> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffbcd57000 -     0x7fffbcf9affb  com.apple.CoreImage (12.4.0 - 451.4.8) <D48211E2-9E1E-378A-948B-7640E053A705> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffbd150000 -     0x7fffbd150fff  com.apple.CoreServices (775.19 - 775.19) <0A99B1CE-48A3-367A-9975-41DDAE4E6376> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffbd151000 -     0x7fffbd1a2fff  com.apple.AE (712.5 - 712.5) <78BF8C7A-C3CA-3A86-91A3-7D9DF2965FAF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffbd1a3000 -     0x7fffbd47eff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <98A018FE-4416-3227-827B-C467AF94AE15> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffbd47f000 -     0x7fffbd4b2fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffbd4b3000 -     0x7fffbd4bbff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffbd4bc000 -     0x7fffbd628ff7  com.apple.LaunchServices (775.19 - 775.19) <E5D9B4A2-688A-367F-B95A-BEDA6BE30233> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffbd629000 -     0x7fffbd6d9ffb  com.apple.Metadata (10.7.0 - 1075.38) <CCF4681F-CA99-399D-954A-0A995A6C6573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffbd6da000 -     0x7fffbd739fff  com.apple.CoreServices.OSServices (775.19 - 775.19) <DCEBFC1B-9569-306A-9471-69FAD076F145> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffbd73a000 -     0x7fffbd7aafff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffbd7ab000 -     0x7fffbd7f0ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffbd879000 -     0x7fffbd9c5ff3  com.apple.CoreText (352.0 - 544.11) <5CF85E92-2565-3B10-915F-192B9F118B64> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffbd9c6000 -     0x7fffbd9fbff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffbd9fc000 -     0x7fffbda6dffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <2C96A4DE-93B0-3AE1-B402-F4533298E95A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffbdb6b000 -     0x7fffbdb70fff  com.apple.DiskArbitration (2.7 - 2.7) <A4DCD470-D8EA-37E9-BDCA-A2B469754C12> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffbdd02000 -     0x7fffbe0a8ff3  com.apple.Foundation (6.9 - 1349.63) <833A19A4-98E5-3637-8CEA-7BDCDF9F6798> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffbe0d4000 -     0x7fffbe105ff7  com.apple.GSS (4.0 - 2.0) <E658C8F6-CD30-3C45-9568-78735C850C6F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffbe1c5000 -     0x7fffbe268ffb  com.apple.Bluetooth (5.0.4 - 5.0.4f12) <1945B1F5-8AD1-37FC-9B54-6A0502F4B44A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffbe269000 -     0x7fffbe2fefff  com.apple.framework.IOKit (2.0.2 - 1324.50.20) <17984519-70A4-3820-8677-84B1934C1B31> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffbe2ff000 -     0x7fffbe305ffb  com.apple.IOSurface (159.6 - 159.6) <D599764A-BB99-34AF-808B-4A51D727629C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffbe358000 -     0x7fffbe4b7fe7  com.apple.ImageIO.framework (3.3.0 - 1599.4) <499533CB-9F64-3031-A58E-5A9BB3FE8213> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffbe4b8000 -     0x7fffbe4bcfff  libGIF.dylib (1599.4) <35215D76-D769-3B19-9CE5-CBD770AFA359> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffbe4bd000 -     0x7fffbe5adff7  libJP2.dylib (1599.4) <9B99A794-6160-3300-9811-DCFA6A7A6061> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffbe5ae000 -     0x7fffbe5d1ffb  libJPEG.dylib (1599.4) <4D9895B8-68F7-3A2D-86C4-24200D936020> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffbe5d2000 -     0x7fffbe5f9ff7  libPng.dylib (1599.4) <FAC05DDC-7362-3099-BEFD-3D67F23A22AA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffbe5fa000 -     0x7fffbe5fcff3  libRadiance.dylib (1599.4) <26E7E391-FBE2-3C17-8F4B-89D1A18DF273> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffbe5fd000 -     0x7fffbe64bfeb  libTIFF.dylib (1599.4) <7BBC7519-C156-3E9E-931D-FC76059FB1D3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffbf3af000 -     0x7fffbf3c8ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffbfd63000 -     0x7fffbfdbefff  com.apple.Metal (87.18 - 87.18) <011A4D02-DC69-3C11-926C-44462C7AE419> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffc06a7000 -     0x7fffc06affff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffc0886000 -     0x7fffc088eff7  libcldcpuengine.dylib (2.8.5) <655ADEA1-BF6E-361D-B5E9-E85A67D5E71F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffc088f000 -     0x7fffc08ddff3  com.apple.opencl (2.8.6 - 2.8.6) <BD6568B9-C824-3935-9B11-B01515CA375D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffc08de000 -     0x7fffc08f7ffb  com.apple.CFOpenDirectory (10.12 - 194) <D1BB7A9E-DFD0-3F3D-949C-E068F0BBB474> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffc08f8000 -     0x7fffc0903ff7  com.apple.OpenDirectory (10.12 - 194) <4FE13CFB-A31E-3A3E-9820-55C2BE5EB5B2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffc0904000 -     0x7fffc0906fff  libCVMSPluginSupport.dylib (14.0.15) <D36DA551-AC91-394C-B0BC-3C2FCB706698> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffc0907000 -     0x7fffc090aff7  libCoreFSCache.dylib (156.3) <B3B2A00D-C326-387F-AA4F-F615F14795CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffc090b000 -     0x7fffc090ffff  libCoreVMClient.dylib (156.3) <6BA18BBE-0A21-3F9A-BCE7-565B0C555991> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffc0910000 -     0x7fffc0919ff7  libGFXShared.dylib (14.0.15) <C76566C2-1AC7-3C40-8806-289E9A9AFD97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffc091a000 -     0x7fffc0925fff  libGL.dylib (14.0.15) <AB302BC3-8490-3919-9F00-83A691268EA9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffc0926000 -     0x7fffc0962ff7  libGLImage.dylib (14.0.15) <4882DA2B-0C4D-3906-AEBA-38B7A8B1CA26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffc0963000 -     0x7fffc0ad9ff3  libGLProgrammability.dylib (14.0.15) <3971A7E7-3148-33A3-9942-C16B9E84663A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffc0ada000 -     0x7fffc0b1bff7  libGLU.dylib (14.0.15) <A241A47D-7781-3FAA-B499-1B8578D66034> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffc1483000 -     0x7fffc1491fff  com.apple.opengl (14.0.15 - 14.0.15) <85C69ED6-F9E4-316A-8A59-3F0C61CEE56C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffc1fe3000 -     0x7fffc21e3fff  com.apple.QuartzCore (1.11 - 453.33) <3BA2E954-0A4E-34E5-9B79-5D5150BC8DB5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffc274a000 -     0x7fffc2a4bff7  com.apple.security (7.0 - 57740.50.187.0.1) <9DA52090-9AB4-3E6F-B132-2A183B503B20> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffc2a4c000 -     0x7fffc2ac1fff  com.apple.securityfoundation (6.0 - 55132.50.7) <9933D076-1F48-3019-92D6-1F37E7D22313> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffc2aec000 -     0x7fffc2aefffb  com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffc2e76000 -     0x7fffc2ee5ff7  com.apple.SystemConfiguration (1.14 - 1.14) <9C4B3181-C963-33B4-9E82-2D203A15671E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffc5784000 -     0x7fffc57a6ffb  com.apple.framework.Apple80211 (12.0 - 1200.46) <389C64AF-E262-3C7E-9CD9-62AD5C46D926> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffc57a7000 -     0x7fffc57b6feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <2278685C-48BF-3B2F-B814-33273AA36128> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffc58aa000 -     0x7fffc593597f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffc5d68000 -     0x7fffc5de6ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <1688FA9A-9059-3292-AE31-8BE8352DECD5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffc6a70000 -     0x7fffc6a97ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffc73ba000 -     0x7fffc73c3ffb  com.apple.CommonAuth (4.0 - 2.0) <0E287626-7B10-333E-98BB-E7351D364075> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffc7b09000 -     0x7fffc7b19fff  com.apple.CoreEmoji (1.0 - 40.3.3) <532FC2DC-1B5E-3F49-8730-69D6CD713B9D> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffc7e54000 -     0x7fffc7e84ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffc8115000 -     0x7fffc81a4ff7  com.apple.CoreSymbolication (62044.1) <840F7387-4178-3927-BDED-40B2F0110254> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffc81a5000 -     0x7fffc82e3fe7  com.apple.coreui (2.1 - 431.2) <28549109-B7E4-3620-8556-C763548E6BF1> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffc82e4000 -     0x7fffc83b4ff3  com.apple.CoreUtils (5.1 - 510.31) <A1A5159B-6E12-352B-B6B9-8528D82A6480> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffc8404000 -     0x7fffc8469ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffc846a000 -     0x7fffc8478ff7  com.apple.CrashReporterSupport (10.12 - 822) <56C00520-30ED-32EB-8C29-68501AB057A9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffc84ea000 -     0x7fffc84f4ffb  com.apple.framework.DFRFoundation (1.0 - 104.24) <F91BB5D8-A7F6-3DAA-A6B8-549D04C8B45F> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffc84f5000 -     0x7fffc84f8ff3  com.apple.DSExternalDisplay (3.1 - 380) <A24D66C9-CDD2-34E8-AA8C-0BD0856E3659> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fffc852e000 -     0x7fffc85a3ffb  com.apple.datadetectorscore (7.0 - 539.1) <74E9ECE0-2AFE-36A0-AFD9-D8E02EBB8ADD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffc85df000 -     0x7fffc861efff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffc861f000 -     0x7fffc8730fff  com.apple.desktopservices (1.11.5 - 1.11.5) <C460997E-B700-3B85-9EBD-09182C8FBA42> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffc8a16000 -     0x7fffc8e47ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffca19e000 -     0x7fffca19efff  libmetal_timestamp.dylib (600.0.49.9) <4092EFCA-4EEC-3002-8E67-2999D331A3FE> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffca1ab000 -     0x7fffca1b6ff3  libGPUSupportMercury.dylib (14.0.15) <4AC0380C-32EB-318D-AFA6-492F636D5588> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffca46b000 -     0x7fffca487fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffcab97000 -     0x7fffcac0dff3  com.apple.Heimdal (4.0 - 2.0) <7C795F9C-B846-30FD-B5CF-E0C32252D9ED> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffcb227000 -     0x7fffcb22effb  com.apple.IOAccelerator (311.10 - 311.10) <9BFEE6BF-CA42-3916-9074-D604D4FD45D8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffcb230000 -     0x7fffcb244ff7  com.apple.IOPresentment (1.0 - 29.10) <E4439381-5E94-35C7-8EA7-24698D72B5C0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffcb245000 -     0x7fffcb267fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffcb34e000 -     0x7fffcb505fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffcbe26000 -     0x7fffcbe9fff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffcc023000 -     0x7fffcc04bfff  com.apple.MultitouchSupport.framework (368.14 - 368.14) <4AC01DC0-9A36-3164-B30D-BC83BDC6B858> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffcc0fd000 -     0x7fffcc108fff  com.apple.NetAuth (6.2 - 6.2) <DB284264-A622-3F6F-B668-8DD52907129E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffcc9e0000 -     0x7fffcca21ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <CADC6CF6-AC99-3A08-8888-2DA30AC3237C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffcd109000 -     0x7fffcd123fff  com.apple.ProtocolBuffer (1 - 249.1) <30634D0F-8003-397B-ACD6-8A4D07ED25AA> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffcd13c000 -     0x7fffcd15fff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffcdeb7000 -     0x7fffcdf44fff  com.apple.Sharing (696.2.60 - 696.2.60) <012F8E83-A9A2-3E37-868D-4E00DB486ED3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffcdf65000 -     0x7fffce1ccfeb  com.apple.SkyLight (1.600.0 - 160.38.1) <CC5D142F-475F-3C9A-AC5D-A873B8B34B64> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffce3aa000 -     0x7fffce3b6ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffceaa0000 -     0x7fffceb14fdf  com.apple.Symbolication (62048.1) <34D084ED-55DE-3256-B359-78357F3B81A3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffcef52000 -     0x7fffcef58ff7  com.apple.TCC (1.0 - 1) <FF983340-519B-3729-B4B8-2C19A458E5E9> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffcefe4000 -     0x7fffcf0aaff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffcf11e000 -     0x7fffcf11ffff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <ECC81662-104D-3B78-922D-E3BF96BF276F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffcf120000 -     0x7fffcf2b0ff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffd035d000 -     0x7fffd035fffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffd03b4000 -     0x7fffd03cfff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffd03d0000 -     0x7fffd03dbfff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffd046d000 -     0x7fffd046eff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffd046f000 -     0x7fffd0682fff  libFosl_dynamic.dylib (16.39) <02572344-E976-38C7-B715-F18CEF39159B> /usr/lib/libFosl_dynamic.dylib
    0x7fffd06a6000 -     0x7fffd06a6fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffd06a7000 -     0x7fffd06abff3  libScreenReader.dylib (477.40.3) <1F5DF7C4-3813-34E5-B347-3F1A18832F71> /usr/lib/libScreenReader.dylib
    0x7fffd06ac000 -     0x7fffd06adffb  libSystem.B.dylib (1238.50.2) <18A00F35-4604-3783-8BA4-49D44ECFB370> /usr/lib/libSystem.B.dylib
    0x7fffd0719000 -     0x7fffd0744ff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fffd0745000 -     0x7fffd07c1fc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffd07c5000 -     0x7fffd07c5ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffd07c6000 -     0x7fffd07d6ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffd07d7000 -     0x7fffd07e5ff7  libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
    0x7fffd07e6000 -     0x7fffd083cff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffd083d000 -     0x7fffd0867fff  libc++abi.dylib (307.3) <009CDFBC-F7BB-3907-B657-D0589F989341> /usr/lib/libc++abi.dylib
    0x7fffd0868000 -     0x7fffd0878ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffd0879000 -     0x7fffd088ffcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffd0890000 -     0x7fffd0890ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffd0891000 -     0x7fffd0892ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffd094c000 -     0x7fffd0a31ff7  libcrypto.0.9.8.dylib (64.50.6) <4201148D-7540-3C94-85F8-6B9ABA9B0E7A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffd0bcf000 -     0x7fffd0c22ff7  libcups.2.dylib (450) <1954EF55-7AD2-3781-B72C-04CE46E2DA01> /usr/lib/libcups.2.dylib
    0x7fffd0c9d000 -     0x7fffd0c9dfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffd0cad000 -     0x7fffd0cb2ff7  libheimdal-asn1.dylib (498.50.8) <B2E35D77-6EB3-3E93-A564-92835E9A7C32> /usr/lib/libheimdal-asn1.dylib
    0x7fffd0cb3000 -     0x7fffd0da5ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffd0da6000 -     0x7fffd0fcbffb  libicucore.A.dylib (57163.0.1) <18D74D6C-1960-389A-9524-5AA9102916E1> /usr/lib/libicucore.A.dylib
    0x7fffd0fd1000 -     0x7fffd0fd2fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffd0fd3000 -     0x7fffd0fecffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffd0fed000 -     0x7fffd1003ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffd1004000 -     0x7fffd12acff7  libmecabra.dylib (744.8) <AAB45D76-CCF1-3BFB-B369-D7C276BB8712> /usr/lib/libmecabra.dylib
    0x7fffd12df000 -     0x7fffd1359ff3  libnetwork.dylib (856.50.55) <EB126D41-3C74-3364-825C-B7F4DDD4D5B0> /usr/lib/libnetwork.dylib
    0x7fffd135a000 -     0x7fffd172c047  libobjc.A.dylib (709) <87C968C7-CC85-3F91-AF07-787AFBC20A33> /usr/lib/libobjc.A.dylib
    0x7fffd172f000 -     0x7fffd1733fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffd1734000 -     0x7fffd1764ff7  libpcap.A.dylib (67) <BFED0A74-4BBC-3FB4-ABEC-10ACE52B5C8F> /usr/lib/libpcap.A.dylib
    0x7fffd1781000 -     0x7fffd179dffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffd17ed000 -     0x7fffd193aff7  libsqlite3.dylib (254.3) <7EBA3166-4023-3C16-A702-5CC2C35131D6> /usr/lib/libsqlite3.dylib
    0x7fffd1a2f000 -     0x7fffd1a3cfff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffd1a3d000 -     0x7fffd1b2cffb  libxml2.2.dylib (30.15) <2DC5819E-5571-3CB3-B357-6FF3BBB39E6F> /usr/lib/libxml2.2.dylib
    0x7fffd1b2d000 -     0x7fffd1b56fff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fffd1b57000 -     0x7fffd1b68ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffd1b77000 -     0x7fffd1b7bff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffd1b7c000 -     0x7fffd1b86fff  libcommonCrypto.dylib (60092.50.5) <7C2AB4ED-FE74-3047-9FDC-7CCD4420F654> /usr/lib/system/libcommonCrypto.dylib
    0x7fffd1b87000 -     0x7fffd1b8efff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffd1b8f000 -     0x7fffd1b97fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffd1b98000 -     0x7fffd1c1bfdf  libcorecrypto.dylib (442.50.19) <3BFDD631-AE19-3DF9-96F2-785A2EA9687E> /usr/lib/system/libcorecrypto.dylib
    0x7fffd1c1c000 -     0x7fffd1c4dfff  libdispatch.dylib (703.50.35) <60183DB2-D279-3CD6-A69B-C2770F6D8E53> /usr/lib/system/libdispatch.dylib
    0x7fffd1c4e000 -     0x7fffd1c53ffb  libdyld.dylib (433.5) <2B943EC6-C37F-37CC-95EC-27C30F3DE5A5> /usr/lib/system/libdyld.dylib
    0x7fffd1c54000 -     0x7fffd1c54ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffd1c55000 -     0x7fffd1c61ffb  libkxld.dylib (3789.50.208) <BC417315-32CE-3D0E-A15B-FD89489F6D5F> /usr/lib/system/libkxld.dylib
    0x7fffd1c62000 -     0x7fffd1c62fff  liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
    0x7fffd1c63000 -     0x7fffd1c68ff3  libmacho.dylib (898) <5C0ED62A-BD50-31A7-A797-AA713DD613A6> /usr/lib/system/libmacho.dylib
    0x7fffd1c69000 -     0x7fffd1c6bff3  libquarantine.dylib (85.50.1) <AE73E368-0017-3F6E-BAA7-7E7B0E02A90C> /usr/lib/system/libquarantine.dylib
    0x7fffd1c6c000 -     0x7fffd1c6dffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffd1c6e000 -     0x7fffd1c86ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffd1c87000 -     0x7fffd1c87ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffd1c88000 -     0x7fffd1d15fef  libsystem_c.dylib (1158.50.2) <82551B8A-A230-3EB1-BEB5-A1CD676EDA76> /usr/lib/system/libsystem_c.dylib
    0x7fffd1d16000 -     0x7fffd1d19ffb  libsystem_configuration.dylib (888.50.20) <C2085272-9076-3EAE-9F55-410B9DAAC31C> /usr/lib/system/libsystem_configuration.dylib
    0x7fffd1d1a000 -     0x7fffd1d1dfff  libsystem_coreservices.dylib (41.4) <E0415D95-CC57-3DCC-8015-BCA9873D1F3E> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffd1d1e000 -     0x7fffd1d36fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffd1d37000 -     0x7fffd1d3dfff  libsystem_dnssd.dylib (765.50.9) <CE144856-6B6F-3936-98F1-3D6231E40280> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffd1d3e000 -     0x7fffd1d67ff7  libsystem_info.dylib (503.50.4) <B891E533-1AE8-3DFC-BED9-B59E94A79E3A> /usr/lib/system/libsystem_info.dylib
    0x7fffd1d68000 -     0x7fffd1d8aff7  libsystem_kernel.dylib (3789.50.208) <65A57D72-DA7C-3EC9-9978-678E0D6E24B4> /usr/lib/system/libsystem_kernel.dylib
    0x7fffd1d8b000 -     0x7fffd1dd2fe7  libsystem_m.dylib (3121.6) <995883BC-9227-3853-B1BD-6A7DDD768152> /usr/lib/system/libsystem_m.dylib
    0x7fffd1dd3000 -     0x7fffd1df1ff7  libsystem_malloc.dylib (116.50.8) <DECA6F11-6E4C-328A-9866-5145DD9E5950> /usr/lib/system/libsystem_malloc.dylib
    0x7fffd1df2000 -     0x7fffd1e4bffb  libsystem_network.dylib (856.50.55) <3DB6A668-63E4-3602-BF4D-634D2558E6B4> /usr/lib/system/libsystem_network.dylib
    0x7fffd1e4c000 -     0x7fffd1e55ff3  libsystem_networkextension.dylib (563.50.32) <ACA7F380-A5B4-371B-9A4E-BE1262FDAC9F> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffd1e56000 -     0x7fffd1e5fff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffd1e60000 -     0x7fffd1e68fe7  libsystem_platform.dylib (126.50.8) <C69238B8-1CDE-3606-BA3D-D05327247AA4> /usr/lib/system/libsystem_platform.dylib
    0x7fffd1e69000 -     0x7fffd1e73ff7  libsystem_pthread.dylib (218.50.4) <1095CDE2-7392-31E6-B845-E5B857BC7D06> /usr/lib/system/libsystem_pthread.dylib
    0x7fffd1e74000 -     0x7fffd1e77ff7  libsystem_sandbox.dylib (592.50.47) <16271ECF-7E68-328E-89B6-DBA39585D897> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffd1e78000 -     0x7fffd1e79ff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fffd1e7a000 -     0x7fffd1e81ffb  libsystem_symptoms.dylib (532.50.47) <88B823B7-AD88-31CE-830B-B9D3D7352F8D> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffd1e82000 -     0x7fffd1e95ff7  libsystem_trace.dylib (518.50.138) <5633A41B-AA4A-382B-A4F7-724F5C2A0F6C> /usr/lib/system/libsystem_trace.dylib
    0x7fffd1e96000 -     0x7fffd1e9bffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffd1e9c000 -     0x7fffd1ec5ff7  libxpc.dylib (972.50.27) <CAA2582E-C173-3DDF-A033-B8410F2A67C9> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 18061
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=434.2M resident=0K(0%) swapped_out_or_unallocated=434.2M(100%)
Writable regions: Total=96.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=96.3M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                  240K        3 
CG image                             8K        3 
CoreUI image file                  176K        4 
Kernel Alloc Once                    8K        2 
MALLOC                            66.1M       30 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
STACK GUARD                       56.0M       10 
Stack                             12.1M       10 
VM_ALLOCATE                        708K       16 
__DATA                            26.8M      291 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       219.2M       68 
__TEXT                           215.0M      274 
__UNICODE                          556K        2 
mapped file                       45.5M       11 
shared memory                     16.4M       14 
===========                     =======  ======= 
TOTAL                            662.3M      738 

Model: MacBookAir6,1, BootROM MBA61.0099.B53, 2 processors, Intel Core i5, 1.4 GHz, 4 GB, SMC 2.12f143
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.21.171.124.1a2)
Bluetooth: Version 5.0.4f12, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD TS0128F, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: USB to ATA/ATAPI Bridge
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6


More information about the LibreOffice mailing list