Build of glibmm with musl toolchain

The build took 00h 01m 42s and was NOT successful.

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

SLOCLanguage
16,798 cpp
11,342 sh
8,753 makefile
5,840 perl
1,644 python
404 ansic
44,781 total

The process tree of the build process is here.

List of Errors

Log

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

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

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

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: glibmm 2.48.1-1 (Wed Apr 5 01:48:26 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether UID '1000' is supported by ustar format... yes
# checking whether GID '1000' is supported by ustar format... yes
# checking how to create a ustar tar archive... gnutar
# checking whether make supports nested variables... (cached) yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make supports GNU make features... yes
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking whether clang++ supports C++11 features by default... no
# checking whether clang++ supports C++11 features with -std=c++11... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for perl... /usr/sbin/perl
# checking for native Windows host... no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for GLIBMM... yes
# checking for GIOMM... yes
# checking for gm4... no
# checking for m4... m4
# checking for x86_64-unknown-linux-pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.16... yes
# checking for glib-compile-schemas... /usr/sbin/glib-compile-schemas
# checking whether we are using SUN CC compiler... no
# checking for flockfile... yes
# checking for funlockfile... yes
# checking for getc_unlocked... yes
# checking for mkfifo... yes
# checking size of wchar_t... 4
# checking for wide stream... yes
# checking whether C++ library symbols are declared in namespace std... yes
# checking whether the C++ library supports std::iterator_traits... yes
# checking for non-standard Sun libCstd reverse_iterator... no
# checking whether STL containers have templated sequence constructors... yes
# checking whether C++ member functions may refer to member templates... yes
# checking whether the compiler disambiguates template specializations for const and non-const types... yes
# checking whether the compiler allows dynamic_cast<> to undefined types in non-instantiated templates... yes
# checking whether extern "C" and extern "C++" function pointers are compatible... yes
# checking whether the compiler honors namespaces inside extern "C" blocks... yes
# checking whether the compiler allows a static member variable to be initialized inline to std::string::npos... yes
# checking whether the thread_local keyword is supported... yes
# checking whether std::time_t is not equivalent to gint32, meaning that it can be used for a method overload... yes
# checking for dot... /usr/sbin/dot
# checking for doxygen... /usr/sbin/doxygen
# checking for xsltproc... /usr/sbin/xsltproc
# checking for libstdc documentation... libstdc++.tag@
# configure: WARNING: Location of external libstdc documentation not set
# checking for libsigc documentation... /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
# checking which C++ compiler warning flags to use... -Wall
# configure: Deprecated API will be built, for backwards-compatibility.
# checking for clang-format... clang-format
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating tools/Makefile
# config.status: creating tools/gmmproc
# config.status: creating tools/generate_wrap_init.pl
# config.status: creating glib/glibmm-2.4.pc
# config.status: creating glib/glibmm-2.4-uninstalled.pc
# config.status: creating glib/src/Makefile
# config.status: creating glib/glibmm/Makefile
# config.status: creating gio/giomm-2.4.pc
# config.status: creating gio/giomm-2.4-uninstalled.pc
# config.status: creating gio/src/Makefile
# config.status: creating gio/giomm/Makefile
# config.status: creating tests/Makefile
# config.status: creating examples/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/reference/Doxyfile
# config.status: creating MSVC_Net2013/glibmm/glibmm.rc
# config.status: creating MSVC_Net2013/giomm/giomm.rc
# config.status: creating config.h
# config.status: creating glib/glibmmconfig.h
# config.status: creating gio/giommconfig.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing MSVC_Net2013/glibmm/glibmmconfig.h commands
# config.status: executing MSVC_Net2013/giomm/giommconfig.h commands
# make all-recursive
# make[1]: Entering directory '/tmp/glibmm/src/glibmm-2.48.1'
# Making all in tools
# make[2]: Entering directory '/tmp/glibmm/src/glibmm-2.48.1/tools'
# depbase=`echo extra_defs_gen/generate_extra_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I.. -pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -std=c++11 -MT extra_defs_gen/generate_extra_defs.lo -MD -MP -MF $depbase.Tpo -c -o extra_defs_gen/generate_extra_defs.lo extra_defs_gen/generate_extra_defs.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo extra_defs_gen/generate_defs_glib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I.. -pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -std=c++11 -MT extra_defs_gen/generate_defs_glib.o -MD -MP -MF $depbase.Tpo -c -o extra_defs_gen/generate_defs_glib.o extra_defs_gen/generate_defs_glib.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo extra_defs_gen/generate_defs_gio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang++ -DHAVE_CONFIG_H -I.. -pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -std=c++11 -MT extra_defs_gen/generate_defs_gio.o -MD -MP -MF $depbase.Tpo -c -o extra_defs_gen/generate_defs_gio.o extra_defs_gen/generate_defs_gio.cc &&\
# mv -f $depbase.Tpo $depbase.Po
# libtool: compile: clang++ -DHAVE_CONFIG_H -I.. -pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -std=c++11 -MT extra_defs_gen/generate_extra_defs.lo -MD -MP -MF extra_defs_gen/.deps/generate_extra_defs.Tpo -c extra_defs_gen/generate_extra_defs.cc -fPIC -DPIC -o extra_defs_gen/.libs/generate_extra_defs.o
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -std=c++11 -no-undefined -version-info 4:0:3 -o extra_defs_gen/libglibmm_generate_extra_defs-2.4.la -rpath /usr/lib extra_defs_gen/generate_extra_defs.lo -lsigc-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
# libtool: link: clang++ -fPIC -DPIC -Wl,-O1,--as-needed -shared -nostdlib /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbeginS.o extra_defs_gen/.libs/generate_extra_defs.o -lsigc-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib -lc++ -lc++abi -lunwind -lm -lc /sysroot/bin/../lib/clang/3.8.1/crtendS.o /sysroot/bin/../lib/crtn.o -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libglibmm_generate_extra_defs-2.4.so.1 -o extra_defs_gen/.libs/libglibmm_generate_extra_defs-2.4.so.1.3.0
# clang-3.8: warning: argument unused during compilation: '-pthread'
# clang-3.8: warning: argument unused during compilation: '-pthread'
# /sysroot/bin/ld: error: cannot find -lsigc-2.0
# /sysroot/bin/ld: error: cannot find -lgobject-2.0
# /sysroot/bin/ld: error: cannot find -lgmodule-2.0
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [Makefile:567: extra_defs_gen/libglibmm_generate_extra_defs-2.4.la] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: Leaving directory '/tmp/glibmm/src/glibmm-2.48.1/tools'
# make[1]: *** [Makefile:709: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/glibmm/src/glibmm-2.48.1'
# make: *** [Makefile:505: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/glibmm/src/glibmm-2.48.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by glibmm configure 2.48.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9094325aa431
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2632: checking for a BSD-compatible install
# configure:2700: result: /usr/bin/install -c
# configure:2711: checking whether build environment is sane
# configure:2766: result: yes
# configure:2825: checking for x86_64-unknown-linux-strip
# configure:2855: result: no
# configure:2865: checking for strip
# configure:2881: found /sysroot/bin/strip
# configure:2892: result: strip
# configure:2917: checking for a thread-safe mkdir -p
# configure:2956: result: /usr/sbin/mkdir -p
# configure:2963: checking for gawk
# configure:2979: found /usr/sbin/gawk
# configure:2990: result: gawk
# configure:3001: checking whether make sets $(MAKE)
# configure:3023: result: yes
# configure:3052: checking whether make supports nested variables
# configure:3069: result: yes
# configure:3149: checking whether UID '1000' is supported by ustar format
# configure:3152: result: yes
# configure:3159: checking whether GID '1000' is supported by ustar format
# configure:3162: result: yes
# configure:3170: checking how to create a ustar tar archive
# configure:3181: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3184: $? = 0
# configure:3224: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:3227: $? = 0
# configure:3231: tar -xf -
# configure:3234: $? = 0
# configure:3236: cat conftest.dir/file
# GrepMe
# configure:3239: $? = 0
# configure:3252: result: gnutar
# configure:3313: checking whether make supports nested variables
# configure:3330: result: yes
# configure:3342: checking whether to enable maintainer-specific portions of Makefiles
# configure:3351: result: no
# configure:3368: checking whether make supports GNU make features
# test 'success' = success
# configure:3382: result: yes
# configure:3565: checking for C++ compiler version
# configure:3574: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3585: $? = 0
# configure:3574: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3585: $? = 0
# configure:3574: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3585: $? = 1
# configure:3574: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3585: $? = 1
# configure:3605: checking whether the C++ compiler works
# configure:3627: clang++ conftest.cpp >&5
# configure:3631: $? = 0
# configure:3679: result: yes
# configure:3682: checking for C++ compiler default output file name
# configure:3684: result: a.out
# configure:3690: checking for suffix of executables
# configure:3697: clang++ -o conftest conftest.cpp >&5
# configure:3701: $? = 0
# configure:3723: result:
# configure:3745: checking whether we are cross compiling
# configure:3753: clang++ -o conftest conftest.cpp >&5
# configure:3757: $? = 0
# configure:3764: ./conftest
# ./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
# configure:3768: $? = 127
# configure:3783: result: yes
# configure:3788: checking for suffix of object files
# configure:3810: clang++ -c conftest.cpp >&5
# configure:3814: $? = 0
# configure:3835: result: o
# configure:3839: checking whether we are using the GNU C++ compiler
# configure:3858: clang++ -c conftest.cpp >&5
# configure:3858: $? = 0
# configure:3867: result: yes
# configure:3876: checking whether clang++ accepts -g
# configure:3896: clang++ -c -g conftest.cpp >&5
# configure:3896: $? = 0
# configure:3937: result: yes
# configure:3971: checking for style of include used by make
# configure:3999: result: GNU
# configure:4025: checking dependency style of clang++
# configure:4136: result: gcc3
# configure:4159: checking whether clang++ supports C++11 features by default
# configure:4453: clang++ -c conftest.cpp >&5
# conftest.cpp:26:2: error: "This is not a C++11 compiler"
# #error "This is not a C++11 compiler"
# ^
# 1 error generated.
# configure:4453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | /* end confdefs.h. */
# |
# |
# | // If the compiler admits that it is not ready for C++11, why torture it?
# | // Hopefully, this will speed up the test.
# |
# | #ifndef __cplusplus
# |
# | #error "This is not a C++ compiler"
# |
# | #elif __cplusplus < 201103L
# |
# | #error "This is not a C++11 compiler"
# |
# | #else
# |
# | namespace cxx11
# | {
# |
# | namespace test_static_assert
# | {
# |
# | template
# | struct check
# | {
# | static_assert(sizeof(int) <= sizeof(T), "not big enough");
# | };
# |
# | }
# |
# | namespace test_final_override
# | {
# |
# | struct Base
# | {
# | virtual void f() {}
# | };
# |
# | struct Derived : public Base
# | {
# | virtual void f() override {}
# | };
# |
# | }
# |
# | namespace test_double_right_angle_brackets
# | {
# |
# | template < typename T >
# | struct check {};
# |
# | typedef check single_type;
# | typedef check> double_type;
# | typedef check>> triple_type;
# | typedef check>>> quadruple_type;
# |
# | }
# |
# | namespace test_decltype
# | {
# |
# | int
# | f()
# | {
# | int a = 1;
# | decltype(a) b = 2;
# | return a + b;
# | }
# |
# | }
# |
# | namespace test_type_deduction
# | {
# |
# | template < typename T1, typename T2 >
# | struct is_same
# | {
# | static const bool value = false;
# | };
# |
# | template < typename T >
# | struct is_same
# | {
# | static const bool value = true;
# | };
# |
# | template < typename T1, typename T2 >
# | auto
# | add(T1 a1, T2 a2) -> decltype(a1 + a2)
# | {
# | return a1 + a2;
# | }
# |
# | int
# | test(const int c, volatile int v)
# | {
# | static_assert(is_same::value == true, "");
# | static_assert(is_same::value == false, "");
# | static_assert(is_same::value == false, "");
# | auto ac = c;
# | auto av = v;
# | auto sumi = ac + av + 'x';
# | auto sumf = ac + av + 1.0;
# | static_assert(is_same::value == true, "");
# | static_assert(is_same::value == true, "");
# | static_assert(is_same::value == true, "");
# | static_assert(is_same::value == false, "");
# | static_assert(is_same::value == true, "");
# | return (sumf > 0.0) ? sumi : add(c, v);
# | }
# |
# | }
# |
# | namespace test_noexcept
# | {
# |
# | int f() { return 0; }
# | int g() noexcept { return 0; }
# |
# | static_assert(noexcept(f()) == false, "");
# | static_assert(noexcept(g()) == true, "");
# |
# | }
# |
# | namespace test_constexpr
# | {
# |
# | template < typename CharT >
# | unsigned long constexpr
# | strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
# | {
# | return *s ? strlen_c_r(s + 1, acc + 1) : acc;
# | }
# |
# | template < typename CharT >
# | unsigned long constexpr
# | strlen_c(const CharT *const s) noexcept
# | {
# | return strlen_c_r(s, 0UL);
# | }
# |
# | static_assert(strlen_c("") == 0UL, "");
# | static_assert(strlen_c("1") == 1UL, "");
# | static_assert(strlen_c("example") == 7UL, "");
# | static_assert(strlen_c("another\0example") == 7UL, "");
# |
# | }
# |
# | namespace test_rvalue_references
# | {
# |
# | template < int N >
# | struct answer
# | {
# | static constexpr int value = N;
# | };
# |
# | answer<1> f(int&) { return answer<1>(); }
# | answer<2> f(const int&) { return answer<2>(); }
# | answer<3> f(int&&) { return answer<3>(); }
# |
# | void
# | test()
# | {
# | int i = 0;
# | const int c = 0;
# | static_assert(decltype(f(i))::value == 1, "");
# | static_assert(decltype(f(c))::value == 2, "");
# | static_assert(decltype(f(0))::value == 3, "");
# | }
# |
# | }
# |
# | namespace test_uniform_initialization
# | {
# |
# | struct test
# | {
# | static const int zero {};
# | static const int one {1};
# | };
# |
# | static_assert(test::zero == 0, "");
# | static_assert(test::one == 1, "");
# |
# | }
# |
# | namespace test_lambdas
# | {
# |
# | void
# | test1()
# | {
# | auto lambda1 = [](){};
# | auto lambda2 = lambda1;
# | lambda1();
# | lambda2();
# | }
# |
# | int
# | test2()
# | {
# | auto a = [](int i, int j){ return i + j; }(1, 2);
# | auto b = []() -> int { return '0'; }();
# | auto c = [=](){ return a + b; }();
# | auto d = [&](){ return c; }();
# | auto e = [a, &b](int x) mutable {
# | const auto identity = [](int y){ return y; };
# | for (auto i = 0; i < a; ++i)
# | a += b--;
# | return x + identity(a + b);
# | }(0);
# | return a + b + c + d + e;
# | }
# |
# | int
# | test3()
# | {
# | const auto nullary = [](){ return 0; };
# | const auto unary = [](int x){ return x; };
# | using nullary_t = decltype(nullary);
# | using unary_t = decltype(unary);
# | const auto higher1st = [](nullary_t f){ return f(); };
# | const auto higher2nd = [unary](nullary_t f1){
# | return [unary, f1](unary_t f2){ return f2(unary(f1())); };
# | };
# | return higher1st(nullary) + higher2nd(nullary)(unary);
# | }
# |
# | }
# |
# | namespace test_variadic_templates
# | {
# |
# | template
# | struct sum;
# |
# | template
# | struct sum
# | {
# | static constexpr auto value = N0 + sum::value;
# | };
# |
# | template <>
# | struct sum<>
# | {
# | static constexpr auto value = 0;
# | };
# |
# | static_assert(sum<>::value == 0, "");
# | static_assert(sum<1>::value == 1, "");
# | static_assert(sum<23>::value == 23, "");
# | static_assert(sum<1, 2>::value == 3, "");
# | static_assert(sum<5, 5, 11>::value == 21, "");
# | static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
# |
# | }
# |
# | // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
# | // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
# | // because of this.
# | namespace test_template_alias_sfinae
# | {
# |
# | struct foo {};
# |
# | template
# | using member = typename T::member_type;
# |
# | template
# | void func(...) {}
# |
# | template
# | void func(member*) {}
# |
# | void test();
# |
# | void test() { func(0); }
# |
# | }
# |
# | } // namespace cxx11
# |
# | #endif // __cplusplus >= 201103L
# |
# |
# |
# configure:4460: result: no
# configure:4471: checking whether clang++ supports C++11 features with -std=c++11
# configure:4767: clang++ -c -std=c++11 conftest.cpp >&5
# configure:4767: $? = 0
# configure:4776: result: yes
# configure:4871: checking build system type
# configure:4885: result: x86_64-unknown-linux-gnu
# configure:4905: checking host system type
# configure:4918: result: x86_64-unknown-linux-gnu
# configure:4959: checking how to print strings
# configure:4986: result: printf
# configure:5015: checking for x86_64-unknown-linux-gcc
# configure:5042: result: clang
# configure:5311: checking for C compiler version
# configure:5320: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:5331: $? = 0
# configure:5320: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5331: $? = 0
# configure:5320: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5331: $? = 1
# configure:5320: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5331: $? = 1
# configure:5335: checking whether we are using the GNU C compiler
# configure:5354: clang -c conftest.c >&5
# configure:5354: $? = 0
# configure:5363: result: yes
# configure:5372: checking whether clang accepts -g
# configure:5392: clang -c -g conftest.c >&5
# configure:5392: $? = 0
# configure:5433: result: yes
# configure:5450: checking for clang option to accept ISO C89
# configure:5513: clang -c conftest.c >&5
# configure:5513: $? = 0
# configure:5526: result: none needed
# configure:5551: checking whether clang understands -c and -o together
# configure:5573: clang -c conftest.c -o conftest2.o
# configure:5576: $? = 0
# configure:5573: clang -c conftest.c -o conftest2.o
# configure:5576: $? = 0
# configure:5588: result: yes
# configure:5607: checking dependency style of clang
# configure:5718: result: gcc3
# configure:5733: checking for a sed that does not truncate output
# configure:5797: result: /usr/sbin/sed
# configure:5815: checking for grep that handles long lines and -e
# configure:5873: result: /usr/sbin/grep
# configure:5878: checking for egrep
# configure:5940: result: /usr/sbin/grep -E
# configure:5945: checking for fgrep
# configure:6007: result: /usr/sbin/grep -F
# configure:6042: checking for ld used by clang
# configure:6109: result: /sysroot/bin/ld
# configure:6116: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:6131: result: yes
# configure:6143: checking for BSD- or MS-compatible name lister (nm)
# configure:6192: result: /sysroot/bin/nm -B
# configure:6322: checking the name lister (/sysroot/bin/nm -B) interface
# configure:6329: clang -c conftest.c >&5
# configure:6332: /sysroot/bin/nm -B "conftest.o"
# configure:6335: output
# 0000000000000000 B some_variable
# configure:6342: result: BSD nm
# configure:6345: checking whether ln -s works
# configure:6349: result: yes
# configure:6357: checking the maximum length of command line arguments
# configure:6488: result: 1572864
# configure:6505: checking whether the shell understands some XSI constructs
# configure:6515: result: yes
# configure:6519: checking whether the shell understands "+="
# configure:6525: result: yes
# configure:6560: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6600: result: func_convert_file_noop
# configure:6607: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6627: result: func_convert_file_noop
# configure:6634: checking for /sysroot/bin/ld option to reload object files
# configure:6641: result: -r
# configure:6675: checking for x86_64-unknown-linux-objdump
# configure:6705: result: no
# configure:6715: checking for objdump
# configure:6731: found /sysroot/bin/objdump
# configure:6742: result: objdump
# configure:6754: WARNING: using cross tools not prefixed with host triplet
# configure:6771: checking how to recognize dependent libraries
# configure:6969: result: pass_all
# configure:7014: checking for x86_64-unknown-linux-dlltool
# configure:7044: result: no
# configure:7054: checking for dlltool
# configure:7084: result: no
# configure:7111: checking how to associate runtime and link libraries
# configure:7138: result: printf %s\n
# configure:7155: checking for x86_64-unknown-linux-ar
# configure:7185: result: no
# configure:7199: checking for ar
# configure:7215: found /sysroot/bin/ar
# configure:7226: result: ar
# configure:7263: checking for archiver @FILE support
# configure:7280: clang -c conftest.c >&5
# configure:7280: $? = 0
# configure:7283: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:7286: $? = 0
# configure:7291: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:7294: $? = 1
# configure:7306: result: @
# configure:7324: checking for x86_64-unknown-linux-strip
# configure:7351: result: strip
# configure:7423: checking for x86_64-unknown-linux-ranlib
# configure:7453: result: no
# configure:7463: checking for ranlib
# configure:7479: found /sysroot/bin/ranlib
# configure:7490: result: ranlib
# configure:7592: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:7712: clang -c conftest.c >&5
# configure:7715: $? = 0
# configure:7719: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7722: $? = 0
# configure:7788: clang -o conftest conftest.c conftstm.o >&5
# configure:7791: $? = 0
# configure:7829: result: ok
# configure:7866: checking for sysroot
# configure:7896: result: no
# configure:7973: clang -c conftest.c >&5
# configure:7976: $? = 0
# configure:8125: checking for x86_64-unknown-linux-mt
# configure:8155: result: no
# configure:8165: checking for mt
# configure:8195: result: no
# configure:8215: checking if : is a manifest tool
# configure:8221: : '-?'
# configure:8229: result: no
# configure:8871: checking how to run the C preprocessor
# configure:8902: clang -E conftest.c
# configure:8902: $? = 0
# configure:8916: clang -E conftest.c
# conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8916: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | /* end confdefs.h. */
# | #include
# configure:8941: result: clang -E
# configure:8961: clang -E conftest.c
# configure:8961: $? = 0
# configure:8975: clang -E conftest.c
# conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8975: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | /* end confdefs.h. */
# | #include
# configure:9004: checking for ANSI C header files
# configure:9024: clang -c conftest.c >&5
# configure:9024: $? = 0
# configure:9108: result: yes
# configure:9121: checking for sys/types.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for sys/stat.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for stdlib.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for string.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for memory.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for strings.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for inttypes.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for stdint.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9121: checking for unistd.h
# configure:9121: clang -c conftest.c >&5
# configure:9121: $? = 0
# configure:9121: result: yes
# configure:9135: checking for dlfcn.h
# configure:9135: clang -c conftest.c >&5
# configure:9135: $? = 0
# configure:9135: result: yes
# configure:9619: checking for objdir
# configure:9634: result: .libs
# configure:9905: checking if clang supports -fno-rtti -fno-exceptions
# configure:9923: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9927: $? = 0
# configure:9940: result: yes
# configure:10267: checking for clang option to produce PIC
# configure:10274: result: -fPIC -DPIC
# configure:10282: checking if clang PIC flag -fPIC -DPIC works
# configure:10300: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10304: $? = 0
# configure:10317: result: yes
# configure:10346: checking if clang static flag -static works
# configure:10374: result: no
# configure:10389: checking if clang supports -c -o file.o
# configure:10410: clang -c -o out/conftest2.o conftest.c >&5
# configure:10414: $? = 0
# configure:10436: result: yes
# configure:10444: checking if clang supports -c -o file.o
# configure:10491: result: yes
# configure:10524: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:11681: result: yes
# configure:11718: checking whether -lc should be explicitly linked in
# configure:11726: clang -c conftest.c >&5
# configure:11729: $? = 0
# configure:11744: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:11747: $? = 0
# configure:11761: result: no
# configure:11921: checking dynamic linker characteristics
# configure:12421: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12421: $? = 0
# configure:12655: result: GNU/Linux ld.so
# configure:12762: checking how to hardcode library paths into programs
# configure:12787: result: immediate
# configure:13327: checking whether stripping libraries is possible
# configure:13332: result: yes
# configure:13367: checking if libtool supports shared libraries
# configure:13369: result: yes
# configure:13372: checking whether to build shared libraries
# configure:13393: result: yes
# configure:13396: checking whether to build static libraries
# configure:13400: result: no
# configure:13423: checking how to run the C++ preprocessor
# configure:13450: clang++ -E conftest.cpp
# configure:13450: $? = 0
# configure:13464: clang++ -E conftest.cpp
# conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13464: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13489: result: clang++ -E
# configure:13509: clang++ -E conftest.cpp
# configure:13509: $? = 0
# configure:13523: clang++ -E conftest.cpp
# conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13523: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:13692: checking for ld used by clang++
# configure:13759: result: /sysroot/bin/ld -m elf_x86_64
# configure:13766: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:13781: result: yes
# configure:13836: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:14838: result: yes
# configure:14874: clang++ -c -std=c++11 conftest.cpp >&5
# configure:14877: $? = 0
# configure:15397: checking for clang++ option to produce PIC
# configure:15404: result: -fPIC -DPIC
# configure:15412: checking if clang++ PIC flag -fPIC -DPIC works
# configure:15430: clang++ -c -std=c++11 -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:15434: $? = 0
# configure:15447: result: yes
# configure:15470: checking if clang++ static flag -static works
# configure:15498: result: no
# configure:15510: checking if clang++ supports -c -o file.o
# configure:15531: clang++ -c -std=c++11 -o out/conftest2.o conftest.cpp >&5
# configure:15535: $? = 0
# configure:15557: result: yes
# configure:15562: checking if clang++ supports -c -o file.o
# configure:15609: result: yes
# configure:15639: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:15678: result: yes
# configure:15819: checking dynamic linker characteristics
# configure:16487: result: GNU/Linux ld.so
# configure:16540: checking how to hardcode library paths into programs
# configure:16565: result: immediate
# configure:16628: checking for perl
# configure:16646: found /usr/sbin/perl
# configure:16659: result: /usr/sbin/perl
# configure:16679: checking for native Windows host
# configure:16687: result: no
# configure:16727: checking for x86_64-unknown-linux-pkg-config
# configure:16760: result: no
# configure:16770: checking for pkg-config
# configure:16788: found /usr/sbin/pkg-config
# configure:16800: result: /usr/sbin/pkg-config
# configure:16825: checking pkg-config is at least version 0.9.0
# configure:16828: result: yes
# configure:16838: checking for GLIBMM
# configure:16845: $PKG_CONFIG --exists --print-errors "$GLIBMM_MODULES"
# configure:16848: $? = 0
# configure:16862: $PKG_CONFIG --exists --print-errors "$GLIBMM_MODULES"
# configure:16865: $? = 0
# configure:16923: result: yes
# configure:16929: checking for GIOMM
# configure:16936: $PKG_CONFIG --exists --print-errors "$GIOMM_MODULES"
# configure:16939: $? = 0
# configure:16953: $PKG_CONFIG --exists --print-errors "$GIOMM_MODULES"
# configure:16956: $? = 0
# configure:17014: result: yes
# configure:17023: checking for gm4
# configure:17053: result: no
# configure:17023: checking for m4
# configure:17039: found /usr/sbin/m4
# configure:17050: result: m4
# configure:17085: checking for x86_64-unknown-linux-pkg-config
# configure:17115: result: /usr/sbin/pkg-config
# configure:17183: checking pkg-config is at least version 0.16
# configure:17186: result: yes
# configure:17201: checking for glib-compile-schemas
# configure:17219: found /usr/sbin/glib-compile-schemas
# configure:17231: result: /usr/sbin/glib-compile-schemas
# configure:17298: checking whether we are using SUN CC compiler
# configure:17312: result: no
# configure:17324: checking for flockfile
# configure:17324: clang -o conftest conftest.c >&5
# configure:17324: $? = 0
# configure:17324: result: yes
# configure:17324: checking for funlockfile
# configure:17324: clang -o conftest conftest.c >&5
# configure:17324: $? = 0
# configure:17324: result: yes
# configure:17324: checking for getc_unlocked
# configure:17324: clang -o conftest conftest.c >&5
# configure:17324: $? = 0
# configure:17324: result: yes
# configure:17324: checking for mkfifo
# configure:17324: clang -o conftest conftest.c >&5
# configure:17324: $? = 0
# configure:17324: result: yes
# configure:17351: checking size of wchar_t
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17356: $? = 0
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# conftest.cpp:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:17356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FLOCKFILE 1
# | #define HAVE_FUNLOCKFILE 1
# | #define HAVE_GETC_UNLOCKED 1
# | #define HAVE_MKFIFO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# conftest.cpp:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:17356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FLOCKFILE 1
# | #define HAVE_FUNLOCKFILE 1
# | #define HAVE_GETC_UNLOCKED 1
# | #define HAVE_MKFIFO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# conftest.cpp:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:17356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FLOCKFILE 1
# | #define HAVE_FUNLOCKFILE 1
# | #define HAVE_GETC_UNLOCKED 1
# | #define HAVE_MKFIFO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (wchar_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17356: $? = 0
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17356: $? = 0
# configure:17356: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17356: $? = 0
# configure:17370: result: 4
# configure:17380: checking for wide stream
# configure:17398: clang++ -o conftest -std=c++11 conftest.cpp >&5
# configure:17398: $? = 0
# configure:17406: result: yes
# configure:17418: checking whether C++ library symbols are declared in namespace std
# configure:17448: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17448: $? = 0
# configure:17457: result: yes
# configure:17468: checking whether the C++ library supports std::iterator_traits
# configure:17492: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17492: $? = 0
# configure:17501: result: yes
# configure:17512: checking for non-standard Sun libCstd reverse_iterator
# configure:17536: clang++ -c -std=c++11 conftest.cpp >&5
# conftest.cpp:45:15: error: too many template arguments for class template 'reverse_iterator'
# typedef reverse_iterator ReverseIter;
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /sysroot/bin/../include/c++/v1/iterator:545:29: note: template is declared here
# class _LIBCPP_TYPE_VIS_ONLY reverse_iterator
# ^
# 1 error generated.
# configure:17536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "glibmm"
# | #define PACKAGE_TARNAME "glibmm"
# | #define PACKAGE_VERSION "2.48.1"
# | #define PACKAGE_STRING "glibmm 2.48.1"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# | #define PACKAGE_URL "http://www.gtkmm.org/"
# | #define GLIBMM_MAJOR_VERSION 2
# | #define GLIBMM_MINOR_VERSION 48
# | #define GLIBMM_MICRO_VERSION 1
# | #define GIOMM_MAJOR_VERSION 2
# | #define GIOMM_MINOR_VERSION 48
# | #define GIOMM_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FLOCKFILE 1
# | #define HAVE_FUNLOCKFILE 1
# | #define HAVE_GETC_UNLOCKED 1
# | #define HAVE_MKFIFO 1
# | #define SIZEOF_WCHAR_T 4
# | #define GLIBMM_HAVE_WIDE_STREAM 1
# | #define GLIBMM_HAVE_NAMESPACE_STD 1
# | #define GLIBMM_HAVE_STD_ITERATOR_TRAITS 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef GLIBMM_HAVE_NAMESPACE_STD
# | using namespace std;
# | #endif
# |
# | int
# | main ()
# | {
# |
# | typedef reverse_iterator ReverseIter;
# |
# | ;
# | return 0;
# | }
# configure:17545: result: no
# configure:17556: checking whether STL containers have templated sequence constructors
# configure:17586: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17586: $? = 0
# configure:17595: result: yes
# configure:17603: checking whether C++ member functions may refer to member templates
# configure:17652: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17652: $? = 0
# configure:17659: result: yes
# configure:17667: checking whether the compiler disambiguates template specializations for const and non-const types
# configure:17711: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17711: $? = 0
# configure:17718: result: yes
# configure:17726: checking whether the compiler allows dynamic_cast<> to undefined types in non-instantiated templates
# configure:17757: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17757: $? = 0
# configure:17764: result: yes
# configure:17772: checking whether extern "C" and extern "C++" function pointers are compatible
# configure:17801: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17801: $? = 0
# configure:17808: result: yes
# configure:17816: checking whether the compiler honors namespaces inside extern "C" blocks
# configure:17851: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17851: $? = 0
# configure:17858: result: yes
# configure:17869: checking whether the compiler allows a static member variable to be initialized inline to std::string::npos
# configure:17899: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17899: $? = 0
# configure:17908: result: yes
# configure:17916: checking whether the thread_local keyword is supported
# configure:17934: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17934: $? = 0
# configure:17941: result: yes
# configure:17950: checking whether std::time_t is not equivalent to gint32, meaning that it can be used for a method overload
# configure:17979: clang++ -c -std=c++11 conftest.cpp >&5
# configure:17979: $? = 0
# configure:17988: result: yes
# configure:17999: checking for dot
# configure:18017: found /usr/sbin/dot
# configure:18030: result: /usr/sbin/dot
# configure:18040: checking for doxygen
# configure:18058: found /usr/sbin/doxygen
# configure:18071: result: /usr/sbin/doxygen
# configure:18081: checking for xsltproc
# configure:18099: found /usr/sbin/xsltproc
# configure:18112: result: /usr/sbin/xsltproc
# configure:18173: checking for libstdc documentation
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# configure:18229: result: libstdc++.tag@
# configure:18237: WARNING: Location of external libstdc documentation not set
# configure:18259: checking for libsigc documentation
# configure:18315: result: /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
# configure:18377: checking which C++ compiler warning flags to use
# configure:18432: result: -Wall
# configure:18449: Deprecated API will be built, for backwards-compatibility.
# configure:18488: checking for clang-format
# configure:18504: found /sysroot/bin/clang-format
# configure:18515: result: clang-format
# configure:18652: checking that generated files are newer than configure
# configure:18658: result: done
# configure:18709: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by glibmm config.status 2.48.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9094325aa431
#
# config.status:1283: creating Makefile
# config.status:1283: creating tools/Makefile
# config.status:1283: creating tools/gmmproc
# config.status:1283: creating tools/generate_wrap_init.pl
# config.status:1283: creating glib/glibmm-2.4.pc
# config.status:1283: creating glib/glibmm-2.4-uninstalled.pc
# config.status:1283: creating glib/src/Makefile
# config.status:1283: creating glib/glibmm/Makefile
# config.status:1283: creating gio/giomm-2.4.pc
# config.status:1283: creating gio/giomm-2.4-uninstalled.pc
# config.status:1283: creating gio/src/Makefile
# config.status:1283: creating gio/giomm/Makefile
# config.status:1283: creating tests/Makefile
# config.status:1283: creating examples/Makefile
# config.status:1283: creating docs/Makefile
# config.status:1283: creating docs/reference/Doxyfile
# config.status:1283: creating MSVC_Net2013/glibmm/glibmm.rc
# config.status:1283: creating MSVC_Net2013/giomm/giomm.rc
# config.status:1283: creating config.h
# config.status:1283: creating glib/glibmmconfig.h
# config.status:1283: creating gio/giommconfig.h
# config.status:1512: executing depfiles commands
# config.status:1512: executing libtool commands
# config.status:1512: executing MSVC_Net2013/glibmm/glibmmconfig.h commands
# config.status:1512: executing MSVC_Net2013/giomm/giommconfig.h commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_ACLOCAL_FLAGS_set=
# ac_cv_env_ACLOCAL_FLAGS_value=
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_DOT_set=
# ac_cv_env_DOT_value=
# ac_cv_env_DOXYGEN_set=
# ac_cv_env_DOXYGEN_value=
# ac_cv_env_GIOMM_CFLAGS_set=
# ac_cv_env_GIOMM_CFLAGS_value=
# ac_cv_env_GIOMM_LIBS_set=
# ac_cv_env_GIOMM_LIBS_value=
# ac_cv_env_GLIBMM_CFLAGS_set=
# ac_cv_env_GLIBMM_CFLAGS_value=
# ac_cv_env_GLIBMM_LIBS_set=
# ac_cv_env_GLIBMM_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PERL_set=
# ac_cv_env_PERL_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XSLTPROC_set=
# ac_cv_env_XSLTPROC_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_flockfile=yes
# ac_cv_func_funlockfile=yes
# ac_cv_func_getc_unlocked=yes
# ac_cv_func_mkfifo=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_DOT=/usr/sbin/dot
# ac_cv_path_DOXYGEN=/usr/sbin/doxygen
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GLIB_COMPILE_SCHEMAS=/usr/sbin/glib-compile-schemas
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_PERL=/usr/sbin/perl
# ac_cv_path_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_XSLTPROC=/usr/sbin/xsltproc
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CLANG_FORMAT=clang-format
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_M4=m4
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_wchar_t=4
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_tar_ustar=gnutar
# ax_cv_cxx_compile_cxx11=no
# ax_cv_cxx_compile_cxx11__std_cpp11=yes
# dk_cv_feature_wide_stream=yes
# glibmm_cv_c_std_time_t_is_not_int32=yes
# glibmm_cv_cxx_can_assign_non_extern_c_functions_to_extern_c_callbacks=yes
# glibmm_cv_cxx_can_disambiguate_const_template_specializations=yes
# glibmm_cv_cxx_can_use_dynamic_cast_in_unused_template_without_definition=yes
# glibmm_cv_cxx_can_use_namespaces_inside_externc=yes
# glibmm_cv_cxx_can_use_thread_local=yes
# glibmm_cv_cxx_has_allows_static_inline_npos=yes
# glibmm_cv_cxx_has_namespace_std=yes
# glibmm_cv_cxx_has_std_iterator_traits=yes
# glibmm_cv_cxx_has_sun_reverse_iterator=no
# glibmm_cv_cxx_has_template_sequence_ctors=yes
# glibmm_cv_cxx_member_functions_member_templates=yes
# glibmm_cv_prog_sun_cxx=no
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_compiler_static_works_CXX=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_GIOMM_CFLAGS='-pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GIOMM_LIBS='-lsigc-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0'
# pkg_cv_GLIBMM_CFLAGS='-pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIBMM_LIBS='-lsigc-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
#
#
#
#
#
#
#
#
#
# $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
# test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
# test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
# $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
# $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" $^ > $@.tmp && mv $@.tmp $@
# @$(NORMAL_INSTALL)
# @$(NORMAL_UNINSTALL)
# @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
# cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
# echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
# fi
# files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
# if test -n "$^"; then \
# rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
# test -n "$$files" || exit 0; \
# test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
# $(gsettings__enum_file): $(gsettings_ENUM_FILES)
# %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
# .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
# .SECONDARY: $(gsettings_SCHEMAS)
# ACLOCAL='${SHELL} /tmp/glibmm/src/glibmm-2.48.1/build/missing aclocal-1.15'
# ACLOCAL_FLAGS=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/glibmm/src/glibmm-2.48.1/build/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/glibmm/src/glibmm-2.48.1/build/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/glibmm/src/glibmm-2.48.1/build/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CLANG_FORMAT='clang-format'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -std=c++11'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISABLE_DEPRECATED_API_FALSE=''
# DISABLE_DEPRECATED_API_TRUE='#'
# DIST_DOCTOOLS_FALSE='#'
# DIST_DOCTOOLS_TRUE=''
# DLLTOOL='false'
# DOCINSTALL_FLAGS='-l '\''libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html/'\'''
# DOT='/usr/sbin/dot'
# DOXYGEN='/usr/sbin/doxygen'
# DOXYGEN_TAGFILES='"libstdc++.tag" "/usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag=http://library.gnome.org/devel/libsigc++/unstable"'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_DOCUMENTATION_FALSE='#'
# ENABLE_DOCUMENTATION_TRUE=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GIOMM_API_VERSION='2.4'
# GIOMM_CFLAGS='-pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GIOMM_LIBS='-lsigc-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0'
# GIOMM_MAJOR_VERSION='2'
# GIOMM_MICRO_VERSION='1'
# GIOMM_MINOR_VERSION='48'
# GIOMM_MODULE_NAME='giomm-2.4'
# GIOMM_VERSION='2.48.1'
# GLIBMM_API_VERSION='2.4'
# GLIBMM_CFLAGS='-pthread -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIBMM_LIBS='-lsigc-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
# GLIBMM_MAJOR_VERSION='2'
# GLIBMM_MICRO_VERSION='1'
# GLIBMM_MINOR_VERSION='48'
# GLIBMM_MODULE_NAME='glibmm-2.4'
# GLIBMM_VERSION='2.48.1'
# GLIBMM_WXXFLAGS='-Wall'
# GLIB_COMPILE_SCHEMAS='/usr/sbin/glib-compile-schemas'
# GREP='/usr/sbin/grep'
# GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
# GSETTINGS_RULES='
# HAVE_CLANG_FORMAT_FALSE='#'
# HAVE_CLANG_FORMAT_TRUE=''
# HAVE_CXX11=''
# HOST_WINDOWS_NATIVE_FALSE=''
# HOST_WINDOWS_NATIVE_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBGLIBMM_SO_VERSION='4:0:3'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# M4='m4'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/glibmm/src/glibmm-2.48.1/build/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# MMDOCTOOLDIR='${top_srcdir}/docs'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='glibmm'
# PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm'
# PACKAGE_NAME='glibmm'
# PACKAGE_STRING='glibmm 2.48.1'
# PACKAGE_TARNAME='glibmm'
# PACKAGE_URL='http://www.gtkmm.org/'
# PACKAGE_VERSION='2.48.1'
# PATH_SEPARATOR=':'
# PERL='/usr/sbin/perl'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.48.1'
# XSLTPROC='/usr/sbin/xsltproc'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# all-am: $(gsettings_SCHEMAS:.xml=.valid)
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='tar --format=ustar -chf - "$$tardir"'
# am__untar='tar -xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# clean-gsettings-schemas:
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# endif'
# exec_prefix='${prefix}'
# gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
# gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# ifdef gsettings_ENUM_NAMESPACE
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install-data-am: install-gsettings-schemas
# install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
# install_sh='${SHELL} /tmp/glibmm/src/glibmm-2.48.1/build/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# mostlyclean-am: clean-gsettings-schemas
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# uninstall-am: uninstall-gsettings-schemas
# uninstall-gsettings-schemas:
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "glibmm"
# #define PACKAGE_TARNAME "glibmm"
# #define PACKAGE_VERSION "2.48.1"
# #define PACKAGE_STRING "glibmm 2.48.1"
# #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm"
# #define PACKAGE_URL "http://www.gtkmm.org/"
# #define GLIBMM_MAJOR_VERSION 2
# #define GLIBMM_MINOR_VERSION 48
# #define GLIBMM_MICRO_VERSION 1
# #define GIOMM_MAJOR_VERSION 2
# #define GIOMM_MINOR_VERSION 48
# #define GIOMM_MICRO_VERSION 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FLOCKFILE 1
# #define HAVE_FUNLOCKFILE 1
# #define HAVE_GETC_UNLOCKED 1
# #define HAVE_MKFIFO 1
# #define SIZEOF_WCHAR_T 4
# #define GLIBMM_HAVE_WIDE_STREAM 1
# #define GLIBMM_HAVE_NAMESPACE_STD 1
# #define GLIBMM_HAVE_STD_ITERATOR_TRAITS 1
# #define GLIBMM_HAVE_TEMPLATE_SEQUENCE_CTORS 1
# #define GLIBMM_MEMBER_FUNCTIONS_MEMBER_TEMPLATES 1
# #define GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS 1
# #define GLIBMM_CAN_USE_DYNAMIC_CAST_IN_UNUSED_TEMPLATE_WITHOUT_DEFINITION 1
# #define GLIBMM_CAN_ASSIGN_NON_EXTERN_C_FUNCTIONS_TO_EXTERN_C_CALLBACKS 1
# #define GLIBMM_CAN_USE_NAMESPACES_INSIDE_EXTERNC 1
# #define GLIBMM_HAVE_ALLOWS_STATIC_INLINE_NPOS 1
# #define GLIBMM_CAN_USE_THREAD_LOCAL 1
# #define GLIBMM_HAVE_C_STD_TIME_T_IS_NOT_INT32 1
# #define GLIBMM_EXCEPTIONS_ENABLED 1
# #define GLIBMM_PROPERTIES_ENABLED 1
# #define GLIBMM_VFUNCS_ENABLED 1
# #define GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED 1
#
# configure: exit 0