Created
March 15, 2018 14:26
-
-
Save BenjaminHCCarr/44151aa354d45a921304ba5e0cf4e05f to your computer and use it in GitHub Desktop.
gtk+3 on macOS 10.11.6 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for gtk+3 on macOS 10.11.6 | |
Build date: 2018-03-15 10:25:17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.5.10-22-gcb6828d | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: cb6828dbe60763dee8c15efdb672575c0f8028f7 | |
Last commit: 6 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 36089f4eee6de64baefeb4fada74aa7a681ac783 | |
Core tap last commit: 22 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_RUBY_WARNINGS: -W0 | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby | |
Clang: 8.0 build 800 | |
Git: 2.16.2 => /usr/local/bin/git | |
Curl: 7.43.0 => /usr/bin/curl | |
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.26.1/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework/Versions/3.6/bin/python3.6 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.5.0_2/bin/ruby | |
Java: 1.8.0_102 | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.11 => /opt/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Warning: Some installed formulae are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install gtk+3 mysql tor | |
Run `brew missing` for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gtk+3 --with-jasper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-15 10:22:52 -0400 | |
./configure | |
--enable-debug=minimal | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/gtk+3/3.22.29 | |
--disable-glibtest | |
--enable-introspection=yes | |
--disable-schemas-compile | |
--enable-quartz-backend | |
--disable-x11-backend | |
checking build system type... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.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... 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 whether UID '501' is supported by ustar format... yes | |
checking whether GID '20' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking how to run the C preprocessor... clang -E | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... 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) none | |
checking how to run the C preprocessor... gcc -E | |
checking whether clang and cc understand -c and -o together... yes | |
checking whether make sets $(MAKE)... (cached) 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 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 a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge | |
checking for ld used by clang... /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... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation | |
checking for native Win32... no | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking dependency style of clang++... none | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /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-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin15.6.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... no | |
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 ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from clang 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 clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin15.6.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... no | |
checking how to run the C++ preprocessor... clang++ -E | |
checking for ld used by clang++... /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 clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for clang++ option to produce PIC... -fno-common -DPIC | |
checking if clang++ PIC flag -fno-common -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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin15.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking dependency style of clang... none | |
checking for nm... /usr/bin/nm -B | |
checking for some Win32 platform... no | |
checking for shm_open in -lrt... no | |
checking for posix_fallocate... no | |
checking for flockfile... yes | |
checking for _lock_file... no | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether build environment is sane... yes | |
checking for BASE_DEPENDENCIES... yes | |
checking for CAIRO_BACKEND... yes | |
checking for GMODULE... yes | |
checking whether to write dependencies into .pc files... no | |
checking for perl5... no | |
checking for perl... /usr/bin/perl | |
checking for lstat... yes | |
checking for mkstemp... yes | |
checking for localtime_r... yes | |
checking for _NL_TIME_FIRST_WEEKDAY... no | |
checking for _NL_MEASUREMENT_MEASUREMENT... no | |
checking for _NL_PAPER_HEIGHT... no | |
checking for _NL_PAPER_WIDTH... no | |
checking for extra flags to get ANSI library prototypes... none needed | |
checking for the BeOS... no | |
checking for HP-UX... no | |
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for GLIB - version >= 2.49.4... yes (version 2.56.0) | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking build system's pkg-config is at least version 0.16... yes | |
checking for bind_textdomain_codeset... yes | |
checking linux/memfd.h usability... no | |
checking linux/memfd.h presence... no | |
checking for linux/memfd.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking ftw.h usability... yes | |
checking ftw.h presence... yes | |
checking for ftw.h... yes | |
checking for GNU ftw extensions... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for mallinfo... no | |
checking for getresuid... no | |
checking for uid_t in sys/types.h... yes | |
checking for round in -lm... yes | |
checking for round... yes | |
checking for rint... yes | |
checking for nearbyint... yes | |
checking for sincos... no | |
checking for exp2... yes | |
checking for log2... yes | |
checking whether isnan is declared... yes | |
checking whether isinf is declared... yes | |
checking crt_externs.h usability... yes | |
checking crt_externs.h presence... yes | |
checking for crt_externs.h... yes | |
checking for _NSGetEnviron... yes | |
checking whether to build dynamic modules... yes | |
checking whether dynamic modules work... yes | |
checking immodules to build... | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking sys/sysinfo.h usability... no | |
checking sys/sysinfo.h presence... no | |
checking for sys/sysinfo.h... no | |
checking Pango flags... -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo | |
checking for GDK_DEP... yes | |
checking for ATK... yes | |
checking for GTK_DEP... yes | |
checking for library containing gethostent... none required | |
checking for library containing setsockopt... none required | |
checking for library containing connect... none required | |
checking for struct sockaddr_un.sun_len... yes | |
checking for cups-config... /usr/bin/cups-config | |
checking cups/cups.h usability... yes | |
checking cups/cups.h presence... yes | |
checking for cups/cups.h... yes | |
checking for httpGetAuthString... yes | |
checking libpapi... checking for papiServiceCreate in -lpapi... no | |
checking for REST... no | |
checking for JSON_GLIB... no | |
checking cairo-pdf.h usability... yes | |
checking cairo-pdf.h presence... yes | |
checking for cairo-pdf.h... yes | |
checking cairo-ps.h usability... yes | |
checking cairo-ps.h presence... yes | |
checking for cairo-ps.h... yes | |
checking cairo-svg.h usability... yes | |
checking cairo-svg.h presence... yes | |
checking for cairo-svg.h... yes | |
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for gobject-introspection... yes | |
checking whether to use colord... yes | |
checking for COLORD... no | |
checking for FONTDEMO... yes | |
checking for gtk-doc... no | |
configure: WARNING: | |
You will not be able to create source packages with 'make dist' | |
because gtk-doc >= 1.20 is not found. | |
checking for gtkdoc-check... no | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking whether to build gtk-doc documentation... no | |
checking for GTKDOC_DEPS... yes | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for XML catalog (/etc/xml/catalog)... not found | |
checking for xmlcatalog... /usr/bin/xmlcatalog | |
checking for DocBook XML DTD V4.1.2 in XML catalog... not found | |
checking whether to generate man pages... no | |
checking for -fvisibility=hidden compiler flag... yes | |
checking for sassc... no | |
checking for -Bsymbolic-functions linker flag... no | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating README | |
config.status: creating INSTALL | |
config.status: creating config.h.win32 | |
config.status: creating gtk-zip.sh | |
config.status: creating Makefile | |
config.status: creating gdk-3.0.pc | |
config.status: creating gtk+-3.0.pc | |
config.status: creating gtk+-unix-print-3.0.pc | |
config.status: creating gail-3.0.pc | |
config.status: creating m4macros/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating po-properties/Makefile.in | |
config.status: creating demos/Makefile | |
config.status: creating demos/gtk-demo/Makefile | |
config.status: creating demos/gtk-demo/geninclude.pl | |
config.status: creating demos/widget-factory/Makefile | |
config.status: creating demos/icon-browser/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating examples/bp/Makefile | |
config.status: creating examples/application1/Makefile | |
config.status: creating examples/application2/Makefile | |
config.status: creating examples/application3/Makefile | |
config.status: creating examples/application4/Makefile | |
config.status: creating examples/application5/Makefile | |
config.status: creating examples/application6/Makefile | |
config.status: creating examples/application7/Makefile | |
config.status: creating examples/application8/Makefile | |
config.status: creating examples/application9/Makefile | |
config.status: creating examples/application10/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/visuals/Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating testsuite/a11y/Makefile | |
config.status: creating testsuite/a11y/state/Makefile | |
config.status: creating testsuite/css/Makefile | |
config.status: creating testsuite/css/parser/Makefile | |
config.status: creating testsuite/css/nodes/Makefile | |
config.status: creating testsuite/css/style/Makefile | |
config.status: creating testsuite/gdk/Makefile | |
config.status: creating testsuite/gtk/Makefile | |
config.status: creating testsuite/reftests/Makefile | |
config.status: creating testsuite/tools/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating docs/reference/Makefile | |
config.status: creating docs/reference/gdk/Makefile | |
config.status: creating docs/reference/gdk/version.xml | |
config.status: creating docs/reference/gtk/Makefile | |
config.status: creating docs/reference/gtk/gtk3.types | |
config.status: creating docs/reference/gtk/version.xml | |
config.status: creating docs/reference/libgail-util/Makefile | |
config.status: creating docs/reference/libgail-util/version.xml | |
config.status: creating docs/tools/Makefile | |
config.status: creating build/Makefile | |
config.status: creating build/win32/Makefile | |
config.status: creating build/win32/vs9/Makefile | |
config.status: creating build/win32/vs9/gtk3-version-paths.vsprops | |
config.status: creating build/win32/vs10/Makefile | |
config.status: creating build/win32/vs10/gtk3-version-paths.props | |
config.status: creating build/win32/vs11/Makefile | |
config.status: creating build/win32/vs12/Makefile | |
config.status: creating build/win32/vs14/Makefile | |
config.status: creating build/win32/vs15/Makefile | |
config.status: creating gdk/Makefile | |
config.status: creating gdk/broadway/Makefile | |
config.status: creating gdk/x11/Makefile | |
config.status: creating gdk/win32/Makefile | |
config.status: creating gdk/win32/rc/Makefile | |
config.status: creating gdk/win32/rc/gdk.rc | |
config.status: creating gdk/quartz/Makefile | |
config.status: creating gdk/wayland/Makefile | |
config.status: creating gdk/mir/Makefile | |
config.status: creating gdk/gdkversionmacros.h | |
config.status: creating gtk/Makefile | |
config.status: creating gtk/makefile.msc | |
config.status: creating gtk/gtkversion.h | |
config.status: creating gtk/gtk-win32.rc.body | |
config.status: creating gtk/libgtk3.manifest | |
config.status: creating libgail-util/Makefile | |
config.status: creating modules/Makefile | |
config.status: creating modules/input/Makefile | |
config.status: creating modules/printbackends/Makefile | |
config.status: creating modules/printbackends/cups/Makefile | |
config.status: creating modules/printbackends/cloudprint/Makefile | |
config.status: creating modules/printbackends/lpr/Makefile | |
config.status: creating modules/printbackends/file/Makefile | |
config.status: creating modules/printbackends/papi/Makefile | |
config.status: creating modules/printbackends/test/Makefile | |
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 po-properties/POTFILES | |
config.status: creating po-properties/Makefile | |
config.status: executing libtool commands | |
config.status: executing gdk/gdkconfig.h commands | |
GTK+ 3.22.29 | |
=========== | |
GDK backends: quartz | |
Print backends: file lpr cups | |
Dynamic modules: yes | |
Included immodules: none | |
colord support: no | |
Introspection: yes | |
Debugging: minimal | |
Documentation: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
gcc called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -v | |
superenv executed: clang -v | |
gcc called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
cc called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lintl | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -v | |
clang++ called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g -O2 -x objective-c++ conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -x objective-c++ conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -o conftest -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -o conftest -g -O2 -static conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c -lrt | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lcups -weak_framework Kerberos -weak_framework GSS -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation -framework Security -liconv -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lcups -weak_framework Kerberos -weak_framework GSS -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation -framework Security -liconv -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lpapi -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lpapi -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -fvisibility=hidden conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -fvisibility=hidden conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -Wl,-Bsymbolic-functions conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -Wl,-Bsymbolic-functions conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-15 10:23:29 -0400 | |
make | |
install | |
Making install in po | |
installing af.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/af/LC_MESSAGES/gtk30.mo | |
installing am.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/am/LC_MESSAGES/gtk30.mo | |
installing an.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/an/LC_MESSAGES/gtk30.mo | |
installing ang.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ang/LC_MESSAGES/gtk30.mo | |
installing ar.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ar/LC_MESSAGES/gtk30.mo | |
installing as.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/as/LC_MESSAGES/gtk30.mo | |
installing ast.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ast/LC_MESSAGES/gtk30.mo | |
installing az.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/az/LC_MESSAGES/gtk30.mo | |
installing az_IR.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/az_IR/LC_MESSAGES/gtk30.mo | |
installing be.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/be/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/be@latin/LC_MESSAGES/gtk30.mo | |
installing bg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bg/LC_MESSAGES/gtk30.mo | |
installing bn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bn/LC_MESSAGES/gtk30.mo | |
installing bn_IN.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bn_IN/LC_MESSAGES/gtk30.mo | |
installing br.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/br/LC_MESSAGES/gtk30.mo | |
installing bs.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bs/LC_MESSAGES/gtk30.mo | |
installing ca.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ca/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo | |
installing crh.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/crh/LC_MESSAGES/gtk30.mo | |
installing cs.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/cs/LC_MESSAGES/gtk30.mo | |
installing cy.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/cy/LC_MESSAGES/gtk30.mo | |
installing da.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/da/LC_MESSAGES/gtk30.mo | |
installing de.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/de/LC_MESSAGES/gtk30.mo | |
installing dz.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/dz/LC_MESSAGES/gtk30.mo | |
installing el.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/el/LC_MESSAGES/gtk30.mo | |
installing en.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en/LC_MESSAGES/gtk30.mo | |
installing en_CA.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en_CA/LC_MESSAGES/gtk30.mo | |
installing en_GB.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en_GB/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en@shaw/LC_MESSAGES/gtk30.mo | |
installing eo.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/eo/LC_MESSAGES/gtk30.mo | |
installing es.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/es/LC_MESSAGES/gtk30.mo | |
installing et.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/et/LC_MESSAGES/gtk30.mo | |
installing eu.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/eu/LC_MESSAGES/gtk30.mo | |
installing fa.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fa/LC_MESSAGES/gtk30.mo | |
installing fi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fi/LC_MESSAGES/gtk30.mo | |
installing fr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fr/LC_MESSAGES/gtk30.mo | |
installing fur.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fur/LC_MESSAGES/gtk30.mo | |
installing ga.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ga/LC_MESSAGES/gtk30.mo | |
installing gd.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/gd/LC_MESSAGES/gtk30.mo | |
installing gl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/gl/LC_MESSAGES/gtk30.mo | |
installing gu.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/gu/LC_MESSAGES/gtk30.mo | |
installing he.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/he/LC_MESSAGES/gtk30.mo | |
installing hi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hi/LC_MESSAGES/gtk30.mo | |
installing hr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hr/LC_MESSAGES/gtk30.mo | |
installing hu.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hu/LC_MESSAGES/gtk30.mo | |
installing hy.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hy/LC_MESSAGES/gtk30.mo | |
installing ia.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ia/LC_MESSAGES/gtk30.mo | |
installing id.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/id/LC_MESSAGES/gtk30.mo | |
installing io.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/io/LC_MESSAGES/gtk30.mo | |
installing is.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/is/LC_MESSAGES/gtk30.mo | |
installing it.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/it/LC_MESSAGES/gtk30.mo | |
installing ja.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ja/LC_MESSAGES/gtk30.mo | |
installing ka.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ka/LC_MESSAGES/gtk30.mo | |
installing kg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/kg/LC_MESSAGES/gtk30.mo | |
installing kk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/kk/LC_MESSAGES/gtk30.mo | |
installing km.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/km/LC_MESSAGES/gtk30.mo | |
installing kn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/kn/LC_MESSAGES/gtk30.mo | |
installing ko.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ko/LC_MESSAGES/gtk30.mo | |
installing ku.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ku/LC_MESSAGES/gtk30.mo | |
installing ky.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ky/LC_MESSAGES/gtk30.mo | |
installing lg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/lg/LC_MESSAGES/gtk30.mo | |
installing li.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/li/LC_MESSAGES/gtk30.mo | |
installing lt.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/lt/LC_MESSAGES/gtk30.mo | |
installing lv.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/lv/LC_MESSAGES/gtk30.mo | |
installing mai.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mai/LC_MESSAGES/gtk30.mo | |
installing mi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mi/LC_MESSAGES/gtk30.mo | |
installing mk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mk/LC_MESSAGES/gtk30.mo | |
installing ml.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ml/LC_MESSAGES/gtk30.mo | |
installing mn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mn/LC_MESSAGES/gtk30.mo | |
installing mr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mr/LC_MESSAGES/gtk30.mo | |
installing ms.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ms/LC_MESSAGES/gtk30.mo | |
installing my.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/my/LC_MESSAGES/gtk30.mo | |
installing nb.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nb/LC_MESSAGES/gtk30.mo | |
installing nds.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nds/LC_MESSAGES/gtk30.mo | |
installing ne.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ne/LC_MESSAGES/gtk30.mo | |
installing nl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nl/LC_MESSAGES/gtk30.mo | |
installing nn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nn/LC_MESSAGES/gtk30.mo | |
installing nso.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nso/LC_MESSAGES/gtk30.mo | |
installing oc.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/oc/LC_MESSAGES/gtk30.mo | |
installing or.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/or/LC_MESSAGES/gtk30.mo | |
installing pa.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pa/LC_MESSAGES/gtk30.mo | |
installing pl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pl/LC_MESSAGES/gtk30.mo | |
installing ps.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ps/LC_MESSAGES/gtk30.mo | |
installing pt.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pt/LC_MESSAGES/gtk30.mo | |
installing pt_BR.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pt_BR/LC_MESSAGES/gtk30.mo | |
installing ro.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ro/LC_MESSAGES/gtk30.mo | |
installing ru.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ru/LC_MESSAGES/gtk30.mo | |
installing rw.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/rw/LC_MESSAGES/gtk30.mo | |
installing si.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/si/LC_MESSAGES/gtk30.mo | |
installing sk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sk/LC_MESSAGES/gtk30.mo | |
installing sl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sl/LC_MESSAGES/gtk30.mo | |
installing sq.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sq/LC_MESSAGES/gtk30.mo | |
installing sr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sr/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sr@ije/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sr@latin/LC_MESSAGES/gtk30.mo | |
installing sv.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sv/LC_MESSAGES/gtk30.mo | |
installing ta.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ta/LC_MESSAGES/gtk30.mo | |
installing te.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/te/LC_MESSAGES/gtk30.mo | |
installing tg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tg/LC_MESSAGES/gtk30.mo | |
installing th.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/th/LC_MESSAGES/gtk30.mo | |
installing tk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tk/LC_MESSAGES/gtk30.mo | |
installing tr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tr/LC_MESSAGES/gtk30.mo | |
installing tt.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tt/LC_MESSAGES/gtk30.mo | |
installing ug.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ug/LC_MESSAGES/gtk30.mo | |
installing uk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/uk/LC_MESSAGES/gtk30.mo | |
installing ur.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ur/LC_MESSAGES/gtk30.mo | |
installing uz.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/uz/LC_MESSAGES/gtk30.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo | |
installing vi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/vi/LC_MESSAGES/gtk30.mo | |
installing wa.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/wa/LC_MESSAGES/gtk30.mo | |
installing xh.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/xh/LC_MESSAGES/gtk30.mo | |
installing yi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/yi/LC_MESSAGES/gtk30.mo | |
installing zh_CN.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/zh_CN/LC_MESSAGES/gtk30.mo | |
installing zh_HK.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/zh_HK/LC_MESSAGES/gtk30.mo | |
installing zh_TW.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/zh_TW/LC_MESSAGES/gtk30.mo | |
if test "gtk+" = "gettext-tools"; then \ | |
../build-aux/install-sh -c -d /usr/local/Cellar/gtk+3/3.22.29/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/gtk+3/3.22.29/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/gtk+3/3.22.29/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in po-properties | |
installing af.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/af/LC_MESSAGES/gtk30-properties.mo | |
installing am.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/am/LC_MESSAGES/gtk30-properties.mo | |
installing an.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/an/LC_MESSAGES/gtk30-properties.mo | |
installing ang.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ang/LC_MESSAGES/gtk30-properties.mo | |
installing ar.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ar/LC_MESSAGES/gtk30-properties.mo | |
installing as.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/as/LC_MESSAGES/gtk30-properties.mo | |
installing ast.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ast/LC_MESSAGES/gtk30-properties.mo | |
installing az.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/az/LC_MESSAGES/gtk30-properties.mo | |
installing az_IR.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo | |
installing be.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/be/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo | |
installing bg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bg/LC_MESSAGES/gtk30-properties.mo | |
installing bn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bn/LC_MESSAGES/gtk30-properties.mo | |
installing bn_IN.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo | |
installing br.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/br/LC_MESSAGES/gtk30-properties.mo | |
installing bs.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/bs/LC_MESSAGES/gtk30-properties.mo | |
installing ca.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ca/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo | |
installing crh.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/crh/LC_MESSAGES/gtk30-properties.mo | |
installing cs.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/cs/LC_MESSAGES/gtk30-properties.mo | |
installing cy.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/cy/LC_MESSAGES/gtk30-properties.mo | |
installing da.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/da/LC_MESSAGES/gtk30-properties.mo | |
installing de.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/de/LC_MESSAGES/gtk30-properties.mo | |
installing dz.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/dz/LC_MESSAGES/gtk30-properties.mo | |
installing el.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/el/LC_MESSAGES/gtk30-properties.mo | |
installing en.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en/LC_MESSAGES/gtk30-properties.mo | |
installing en_CA.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo | |
installing en_GB.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo | |
installing eo.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/eo/LC_MESSAGES/gtk30-properties.mo | |
installing es.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/es/LC_MESSAGES/gtk30-properties.mo | |
installing et.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/et/LC_MESSAGES/gtk30-properties.mo | |
installing eu.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/eu/LC_MESSAGES/gtk30-properties.mo | |
installing fa.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fa/LC_MESSAGES/gtk30-properties.mo | |
installing fi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fi/LC_MESSAGES/gtk30-properties.mo | |
installing fr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fr/LC_MESSAGES/gtk30-properties.mo | |
installing fur.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/fur/LC_MESSAGES/gtk30-properties.mo | |
installing ga.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ga/LC_MESSAGES/gtk30-properties.mo | |
installing gd.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/gd/LC_MESSAGES/gtk30-properties.mo | |
installing gl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/gl/LC_MESSAGES/gtk30-properties.mo | |
installing gu.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/gu/LC_MESSAGES/gtk30-properties.mo | |
installing he.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/he/LC_MESSAGES/gtk30-properties.mo | |
installing hi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hi/LC_MESSAGES/gtk30-properties.mo | |
installing hr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hr/LC_MESSAGES/gtk30-properties.mo | |
installing hu.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hu/LC_MESSAGES/gtk30-properties.mo | |
installing hy.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/hy/LC_MESSAGES/gtk30-properties.mo | |
installing ia.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ia/LC_MESSAGES/gtk30-properties.mo | |
installing id.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/id/LC_MESSAGES/gtk30-properties.mo | |
installing io.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/io/LC_MESSAGES/gtk30-properties.mo | |
installing is.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/is/LC_MESSAGES/gtk30-properties.mo | |
installing it.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/it/LC_MESSAGES/gtk30-properties.mo | |
installing ja.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ja/LC_MESSAGES/gtk30-properties.mo | |
installing ka.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ka/LC_MESSAGES/gtk30-properties.mo | |
installing kg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/kg/LC_MESSAGES/gtk30-properties.mo | |
installing kk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/kk/LC_MESSAGES/gtk30-properties.mo | |
installing km.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/km/LC_MESSAGES/gtk30-properties.mo | |
installing kn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/kn/LC_MESSAGES/gtk30-properties.mo | |
installing ko.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ko/LC_MESSAGES/gtk30-properties.mo | |
installing ku.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ku/LC_MESSAGES/gtk30-properties.mo | |
installing ky.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ky/LC_MESSAGES/gtk30-properties.mo | |
installing lg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/lg/LC_MESSAGES/gtk30-properties.mo | |
installing li.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/li/LC_MESSAGES/gtk30-properties.mo | |
installing lt.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/lt/LC_MESSAGES/gtk30-properties.mo | |
installing lv.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/lv/LC_MESSAGES/gtk30-properties.mo | |
installing mai.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mai/LC_MESSAGES/gtk30-properties.mo | |
installing mi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mi/LC_MESSAGES/gtk30-properties.mo | |
installing mk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mk/LC_MESSAGES/gtk30-properties.mo | |
installing ml.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ml/LC_MESSAGES/gtk30-properties.mo | |
installing mn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mn/LC_MESSAGES/gtk30-properties.mo | |
installing mr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/mr/LC_MESSAGES/gtk30-properties.mo | |
installing ms.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ms/LC_MESSAGES/gtk30-properties.mo | |
installing my.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/my/LC_MESSAGES/gtk30-properties.mo | |
installing nb.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nb/LC_MESSAGES/gtk30-properties.mo | |
installing nds.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nds/LC_MESSAGES/gtk30-properties.mo | |
installing ne.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ne/LC_MESSAGES/gtk30-properties.mo | |
installing nl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nl/LC_MESSAGES/gtk30-properties.mo | |
installing nn.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nn/LC_MESSAGES/gtk30-properties.mo | |
installing nso.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/nso/LC_MESSAGES/gtk30-properties.mo | |
installing oc.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/oc/LC_MESSAGES/gtk30-properties.mo | |
installing or.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/or/LC_MESSAGES/gtk30-properties.mo | |
installing pa.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pa/LC_MESSAGES/gtk30-properties.mo | |
installing pl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pl/LC_MESSAGES/gtk30-properties.mo | |
installing ps.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ps/LC_MESSAGES/gtk30-properties.mo | |
installing pt.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pt/LC_MESSAGES/gtk30-properties.mo | |
installing pt_BR.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo | |
installing ro.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ro/LC_MESSAGES/gtk30-properties.mo | |
installing ru.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ru/LC_MESSAGES/gtk30-properties.mo | |
installing rw.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/rw/LC_MESSAGES/gtk30-properties.mo | |
installing si.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/si/LC_MESSAGES/gtk30-properties.mo | |
installing sk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sk/LC_MESSAGES/gtk30-properties.mo | |
installing sl.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sl/LC_MESSAGES/gtk30-properties.mo | |
installing sq.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sq/LC_MESSAGES/gtk30-properties.mo | |
installing sr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sr/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo | |
installing sv.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/sv/LC_MESSAGES/gtk30-properties.mo | |
installing ta.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ta/LC_MESSAGES/gtk30-properties.mo | |
installing te.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/te/LC_MESSAGES/gtk30-properties.mo | |
installing tg.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tg/LC_MESSAGES/gtk30-properties.mo | |
installing th.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/th/LC_MESSAGES/gtk30-properties.mo | |
installing tk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tk/LC_MESSAGES/gtk30-properties.mo | |
installing tr.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tr/LC_MESSAGES/gtk30-properties.mo | |
installing tt.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/tt/LC_MESSAGES/gtk30-properties.mo | |
installing ug.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ug/LC_MESSAGES/gtk30-properties.mo | |
installing uk.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/uk/LC_MESSAGES/gtk30-properties.mo | |
installing ur.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/ur/LC_MESSAGES/gtk30-properties.mo | |
installing uz.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/uz/LC_MESSAGES/gtk30-properties.mo | |
installing [email protected] as /usr/local/Cellar/gtk+3/3.22.29/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo | |
installing vi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/vi/LC_MESSAGES/gtk30-properties.mo | |
installing wa.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/wa/LC_MESSAGES/gtk30-properties.mo | |
installing xh.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/xh/LC_MESSAGES/gtk30-properties.mo | |
installing yi.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/yi/LC_MESSAGES/gtk30-properties.mo | |
installing zh_CN.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo | |
installing zh_HK.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo | |
installing zh_TW.gmo as /usr/local/Cellar/gtk+3/3.22.29/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo | |
if test "gtk+" = "gettext-tools"; then \ | |
../build-aux/install-sh -c -d /usr/local/Cellar/gtk+3/3.22.29/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/gtk+3/3.22.29/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/gtk+3/3.22.29/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in gdk | |
Failed to open file “./gdk.gresource.xml”: No such file or directory | |
GEN stamp-gdkenumtypes.h | |
GEN gdk.gresource.xml | |
GEN gdkresources.h | |
GEN gdkresources.c | |
config.status: executing gdk/gdkconfig.h commands | |
config.status: gdk/gdkconfig.h is unchanged | |
GEN gdkconfig.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in quartz | |
CC GdkQuartzView.lo | |
CC GdkQuartzNSWindow.lo | |
CC gdkcursor-quartz.lo | |
CC gdkdevice-core-quartz.lo | |
CC gdkdevicemanager-core-quartz.lo | |
CC gdkdisplay-quartz.lo | |
CC gdkdisplaymanager-quartz.lo | |
CC gdkdnd-quartz.lo | |
CC gdkevents-quartz.lo | |
CC gdkeventloop-quartz.lo | |
CC gdkglcontext-quartz.lo | |
CC gdkglobals-quartz.lo | |
CC gdkkeys-quartz.lo | |
CC gdkmonitor-quartz.lo | |
CC gdkproperty-quartz.lo | |
CC gdkscreen-quartz.lo | |
CC gdkselection-quartz.lo | |
CC gdktestutils-quartz.lo | |
CC gdkutils-quartz.lo | |
CC gdkvisual-quartz.lo | |
CC gdkwindow-quartz.lo | |
CCLD libgdk-quartz.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/gtk+3/3.22.29/include/gtk-3.0/gdk' | |
../../build-aux/install-sh -c -d '/usr/local/Cellar/gtk+3/3.22.29/include/gtk-3.0/gdk/quartz' | |
mkdir: /usr/local/Cellar/gtk+3/3.22.29/include: File exists | |
mkdir: /usr/local/Cellar/gtk+3/3.22.29/include/gtk-3.0: File exists | |
mkdir: /usr/local/Cellar/gtk+3/3.22.29/include/gtk-3.0/gdk: File exists | |
/usr/bin/install -c -m 644 gdkquartzcursor.h gdkquartzdevice-core.h gdkquartzdevicemanager-core.h gdkquartzdisplay.h gdkquartzdisplaymanager.h gdkquartzdnd.h gdkquartzkeys.h gdkquartzmonitor.h gdkquartzscreen.h gdkquartzutils.h gdkquartzvisual.h gdkquartzwindow.h '/usr/local/Cellar/gtk+3/3.22.29/include/gtk-3.0/gdk/quartz' | |
/usr/bin/install -c -m 644 gdkquartz.h '/usr/local/Cellar/gtk+3/3.22.29/include/gtk-3.0/gdk' | |
Making install in . | |
CC libgdk_3_la-gdk-private.lo | |
CC libgdk_3_la-gdk.lo | |
CC libgdk_3_la-gdkapplaunchcontext.lo | |
CC libgdk_3_la-gdkcairo.lo | |
CC libgdk_3_la-gdkcursor.lo | |
CC libgdk_3_la-gdkdeprecated.lo | |
CC libgdk_3_la-gdkdevice.lo | |
CC libgdk_3_la-gdkdevicepad.lo | |
CC libgdk_3_la-gdkdevicetool.lo | |
CC libgdk_3_la-gdkdevicemanager.lo | |
CC libgdk_3_la-gdkdisplay.lo | |
CC libgdk_3_la-gdkdisplaymanager.lo | |
CC libgdk_3_la-gdkdnd.lo | |
CC libgdk_3_la-gdkdrawingcontext.lo | |
CC libgdk_3_la-gdkevents.lo | |
CC libgdk_3_la-gdkframetimings.lo | |
CC libgdk_3_la-gdkgl.lo | |
CC libgdk_3_la-gdkglcontext.lo | |
CC libgdk_3_la-gdkglobals.lo | |
CC libgdk_3_la-gdkkeys.lo | |
CC libgdk_3_la-gdkkeyuni.lo | |
CC libgdk_3_la-gdkmonitor.lo | |
CC libgdk_3_la-gdkoffscreenwindow.lo | |
CC libgdk_3_la-gdkframeclock.lo | |
CC libgdk_3_la-gdkframeclockidle.lo | |
CC libgdk_3_la-gdkpango.lo | |
CC libgdk_3_la-gdkpixbuf-drawable.lo | |
CC libgdk_3_la-gdkproperty.lo | |
CC libgdk_3_la-gdkrectangle.lo | |
CC libgdk_3_la-gdkrgba.lo | |
CC libgdk_3_la-gdkscreen.lo | |
CC libgdk_3_la-gdkseat.lo | |
CC libgdk_3_la-gdkseatdefault.lo | |
CC libgdk_3_la-gdkselection.lo | |
CC libgdk_3_la-gdkvisual.lo | |
CC libgdk_3_la-gdkwindow.lo | |
CC libgdk_3_la-gdkwindowimpl.lo | |
CC libgdk_3_la-gdkenumtypes.lo | |
CC libgdk_3_la-gdkmarshalers.lo | |
CC libgdk_3_la-gdkresources.lo | |
GEN gdkconfig.h | |
CC deprecated/libgdk_3_la-gdkcolor.lo | |
CCLD libgdk-3.la | |
GISCAN Gdk-3.0.gir | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/gobject-introspection/1.56.0/bin/g-ir-scanner", line 66, in <module> | |
sys.exit(scanner_main(sys.argv)) | |
File "/usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/scannermain.py", line 538, in scanner_main | |
ss = create_source_scanner(options, args) | |
File "/usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/scannermain.py", line 446, in create_source_scanner | |
ss.parse_files(filenames) | |
File "/usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/sourcescanner.py", line 263, in parse_files | |
self._parse(headers) | |
File "/usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/sourcescanner.py", line 308, in _parse | |
self._cpp_options) | |
File "/usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/ccompiler.py", line 210, in preprocess | |
extra_postargs=extra_postargs) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/unixccompiler.py", line 111, in preprocess | |
raise CompileError, msg | |
distutils.errors.CompileError: command 'clang' terminated by signal 10 | |
make[3]: *** [Gdk-3.0.gir] Error 1 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install] Error 2 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 1.5.10-22-gcb6828d | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: cb6828dbe60763dee8c15efdb672575c0f8028f7 | |
Last commit: 6 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 36089f4eee6de64baefeb4fada74aa7a681ac783 | |
Core tap last commit: 21 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_ARCHFLAGS: | |
HOMEBREW_CACHE: /Users/benc/Library/Caches/Homebrew | |
HOMEBREW_CC: clang | |
HOMEBREW_CCCFG: sa | |
HOMEBREW_CXX: clang++ | |
HOMEBREW_DEPENDENCIES: pkg-config,gettext,libffi,pcre,glib,jpeg,libtiff,libpng,freetype,fontconfig,pixman,cairo,gobject-introspection,gdk-pixbuf,atk,libepoxy,fribidi,graphite2,icu4c,harfbuzz,pango,hicolor-icon-theme,gsettings-desktop-schemas,jasper | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION: 1 | |
HOMEBREW_ERROR_PIPE: /tmp/homebrew20180315-22036-mk46d1/socket | |
HOMEBREW_FORMULA_PREFIX: /usr/local/Cellar/gtk+3/3.22.29 | |
HOMEBREW_INCLUDE_PATHS: /usr/local/opt/gettext/include:/usr/local/opt/icu4c/include | |
HOMEBREW_ISYSTEM_PATHS: /usr/local/include:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
HOMEBREW_LIBRARY_PATHS: /usr/local/opt/gettext/lib:/usr/local/opt/libffi/lib:/usr/local/opt/icu4c/lib:/usr/local/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
HOMEBREW_OPT: /usr/local/opt | |
HOMEBREW_OPTFLAGS: -march=native | |
HOMEBREW_OPTIMIZATION_LEVEL: Os | |
HOMEBREW_PREFER_CLT_PROXIES: 1 | |
HOMEBREW_RUBY_WARNINGS: -W0 | |
HOMEBREW_TEMP: /tmp | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby | |
Clang: 8.0 build 800 | |
Git: 2.16.2 => /usr/local/bin/git | |
Curl: 7.43.0 => /usr/bin/curl | |
Perl: N/A | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework/Versions/3.6/bin/python3.6 | |
Ruby: N/A | |
Java: 1.8.0_102 | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/libepoxy/lib/pkgconfig:/usr/local/opt/fribidi/lib/pkgconfig:/usr/local/opt/graphite2/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/jasper/lib/pkgconfig:/usr/local/opt/gsettings-desktop-schemas/share/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/Cellar/gtk+3/3.22.29/bin:/usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/glib/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/cairo/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/fribidi/bin:/usr/local/opt/graphite2/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/pango/bin:/usr/local/opt/jasper/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c GdkQuartzView.c -fno-common -DPIC -o .libs/GdkQuartzView.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c GdkQuartzView.c -fno-common -DPIC -o .libs/GdkQuartzView.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkdevice-core-quartz.c -fno-common -DPIC -o .libs/gdkdevice-core-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkdevice-core-quartz.c -fno-common -DPIC -o .libs/gdkdevice-core-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkcursor-quartz.c -fno-common -DPIC -o .libs/gdkcursor-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkcursor-quartz.c -fno-common -DPIC -o .libs/gdkcursor-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c GdkQuartzNSWindow.c -fno-common -DPIC -o .libs/GdkQuartzNSWindow.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c GdkQuartzNSWindow.c -fno-common -DPIC -o .libs/GdkQuartzNSWindow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkdevicemanager-core-quartz.c -fno-common -DPIC -o .libs/gdkdevicemanager-core-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkdevicemanager-core-quartz.c -fno-common -DPIC -o .libs/gdkdevicemanager-core-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkdisplay-quartz.c -fno-common -DPIC -o .libs/gdkdisplay-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkdisplay-quartz.c -fno-common -DPIC -o .libs/gdkdisplay-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkdisplaymanager-quartz.c -fno-common -DPIC -o .libs/gdkdisplaymanager-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkdisplaymanager-quartz.c -fno-common -DPIC -o .libs/gdkdisplaymanager-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkdnd-quartz.c -fno-common -DPIC -o .libs/gdkdnd-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkdnd-quartz.c -fno-common -DPIC -o .libs/gdkdnd-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkevents-quartz.c -fno-common -DPIC -o .libs/gdkevents-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkevents-quartz.c -fno-common -DPIC -o .libs/gdkevents-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkeventloop-quartz.c -fno-common -DPIC -o .libs/gdkeventloop-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkeventloop-quartz.c -fno-common -DPIC -o .libs/gdkeventloop-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkglcontext-quartz.c -fno-common -DPIC -o .libs/gdkglcontext-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkglcontext-quartz.c -fno-common -DPIC -o .libs/gdkglcontext-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkglobals-quartz.c -fno-common -DPIC -o .libs/gdkglobals-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkglobals-quartz.c -fno-common -DPIC -o .libs/gdkglobals-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkkeys-quartz.c -fno-common -DPIC -o .libs/gdkkeys-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkkeys-quartz.c -fno-common -DPIC -o .libs/gdkkeys-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkmonitor-quartz.c -fno-common -DPIC -o .libs/gdkmonitor-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkmonitor-quartz.c -fno-common -DPIC -o .libs/gdkmonitor-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkproperty-quartz.c -fno-common -DPIC -o .libs/gdkproperty-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkproperty-quartz.c -fno-common -DPIC -o .libs/gdkproperty-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdktestutils-quartz.c -fno-common -DPIC -o .libs/gdktestutils-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdktestutils-quartz.c -fno-common -DPIC -o .libs/gdktestutils-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkscreen-quartz.c -fno-common -DPIC -o .libs/gdkscreen-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkscreen-quartz.c -fno-common -DPIC -o .libs/gdkscreen-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkselection-quartz.c -fno-common -DPIC -o .libs/gdkselection-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkselection-quartz.c -fno-common -DPIC -o .libs/gdkselection-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkutils-quartz.c -fno-common -DPIC -o .libs/gdkutils-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkutils-quartz.c -fno-common -DPIC -o .libs/gdkutils-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkvisual-quartz.c -fno-common -DPIC -o .libs/gdkvisual-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkvisual-quartz.c -fno-common -DPIC -o .libs/gdkvisual-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -g -O2 -Wall -c gdkwindow-quartz.c -fno-common -DPIC -o .libs/gdkwindow-quartz.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -xobjective-c -c gdkwindow-quartz.c -fno-common -DPIC -o .libs/gdkwindow-quartz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdk.c -fno-common -DPIC -o .libs/libgdk_3_la-gdk.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdk.c -fno-common -DPIC -o .libs/libgdk_3_la-gdk.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdk-private.c -fno-common -DPIC -o .libs/libgdk_3_la-gdk-private.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdk-private.c -fno-common -DPIC -o .libs/libgdk_3_la-gdk-private.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkapplaunchcontext.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkapplaunchcontext.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkapplaunchcontext.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkapplaunchcontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkcairo.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkcairo.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkcairo.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkcairo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkcursor.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkcursor.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkcursor.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkcursor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdeprecated.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdeprecated.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdeprecated.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdeprecated.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdevice.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevice.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdevice.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevice.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdevicepad.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevicepad.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdevicepad.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevicepad.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdevicetool.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevicetool.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdevicetool.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevicetool.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdevicemanager.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevicemanager.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdevicemanager.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdevicemanager.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdisplay.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdisplay.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdisplay.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdisplay.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdisplaymanager.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdisplaymanager.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdisplaymanager.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdisplaymanager.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdnd.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdnd.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdnd.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdnd.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkdrawingcontext.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdrawingcontext.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkdrawingcontext.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkdrawingcontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkevents.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkevents.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkevents.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkevents.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkframetimings.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkframetimings.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkframetimings.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkframetimings.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkgl.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkgl.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkgl.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkgl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkglcontext.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkglcontext.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkglcontext.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkglcontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkglobals.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkglobals.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkglobals.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkglobals.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkkeys.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkkeys.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkkeys.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkkeys.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkkeyuni.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkkeyuni.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkkeyuni.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkkeyuni.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkmonitor.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkmonitor.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkmonitor.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkmonitor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkoffscreenwindow.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkoffscreenwindow.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkoffscreenwindow.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkoffscreenwindow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkframeclock.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkframeclock.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkframeclock.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkframeclock.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkframeclockidle.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkframeclockidle.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkframeclockidle.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkframeclockidle.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkpango.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkpango.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkpango.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkpango.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkpixbuf-drawable.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkpixbuf-drawable.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkpixbuf-drawable.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkpixbuf-drawable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkproperty.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkproperty.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkproperty.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkproperty.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkrectangle.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkrectangle.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkrectangle.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkrectangle.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkrgba.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkrgba.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkrgba.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkrgba.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkscreen.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkscreen.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkscreen.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkscreen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkseat.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkseat.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkseat.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkseat.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkseatdefault.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkseatdefault.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkseatdefault.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkseatdefault.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkselection.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkselection.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkselection.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkselection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkvisual.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkvisual.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkvisual.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkvisual.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkwindow.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkwindow.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkwindow.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkwindow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkwindowimpl.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkwindowimpl.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkwindowimpl.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkwindowimpl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkenumtypes.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkenumtypes.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkenumtypes.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkenumtypes.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkmarshalers.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkmarshalers.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkmarshalers.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkmarshalers.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c gdkresources.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkresources.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c gdkresources.c -fno-common -DPIC -o .libs/libgdk_3_la-gdkresources.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -g -O2 -Wall -c deprecated/gdkcolor.c -fno-common -DPIC -o deprecated/.libs/libgdk_3_la-gdkcolor.o | |
superenv removed: -I../gdk -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -fvisibility=hidden -xobjective-c -c deprecated/gdkcolor.c -fno-common -DPIC -o deprecated/.libs/libgdk_3_la-gdkcolor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgdk-3.0.dylib deprecated/.libs/libgdk_3_la-gdkcolor.o .libs/libgdk_3_la-gdk-private.o .libs/libgdk_3_la-gdk.o .libs/libgdk_3_la-gdkapplaunchcontext.o .libs/libgdk_3_la-gdkcairo.o .libs/libgdk_3_la-gdkcursor.o .libs/libgdk_3_la-gdkdeprecated.o .libs/libgdk_3_la-gdkdevice.o .libs/libgdk_3_la-gdkdevicepad.o .libs/libgdk_3_la-gdkdevicetool.o .libs/libgdk_3_la-gdkdevicemanager.o .libs/libgdk_3_la-gdkdisplay.o .libs/libgdk_3_la-gdkdisplaymanager.o .libs/libgdk_3_la-gdkdnd.o .libs/libgdk_3_la-gdkdrawingcontext.o .libs/libgdk_3_la-gdkevents.o .libs/libgdk_3_la-gdkframetimings.o .libs/libgdk_3_la-gdkgl.o .libs/libgdk_3_la-gdkglcontext.o .libs/libgdk_3_la-gdkglobals.o .libs/libgdk_3_la-gdkkeys.o .libs/libgdk_3_la-gdkkeyuni.o .libs/libgdk_3_la-gdkmonitor.o .libs/libgdk_3_la-gdkoffscreenwindow.o .libs/libgdk_3_la-gdkframeclock.o .libs/libgdk_3_la-gdkframeclockidle.o .libs/libgdk_3_la-gdkpango.o .libs/libgdk_3_la-gdkpixbuf-drawable.o .libs/libgdk_3_la-gdkproperty.o .libs/libgdk_3_la-gdkrectangle.o .libs/libgdk_3_la-gdkrgba.o .libs/libgdk_3_la-gdkscreen.o .libs/libgdk_3_la-gdkseat.o .libs/libgdk_3_la-gdkseatdefault.o .libs/libgdk_3_la-gdkselection.o .libs/libgdk_3_la-gdkvisual.o .libs/libgdk_3_la-gdkwindow.o .libs/libgdk_3_la-gdkwindowimpl.o .libs/libgdk_3_la-gdkenumtypes.o .libs/libgdk_3_la-gdkmarshalers.o .libs/libgdk_3_la-gdkresources.o -Wl,-force_load,quartz/.libs/libgdk-quartz.a -framework Cocoa -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/libepoxy/1.5.0/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lepoxy -lm -lintl -g -O2 -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreFoundation -framework Cocoa -install_name /usr/local/Cellar/gtk+3/3.22.29/lib/libgdk-3.0.dylib -compatibility_version 2201 -current_version 2201.29 -Wl,-single_module | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgdk-3.0.dylib deprecated/.libs/libgdk_3_la-gdkcolor.o .libs/libgdk_3_la-gdk-private.o .libs/libgdk_3_la-gdk.o .libs/libgdk_3_la-gdkapplaunchcontext.o .libs/libgdk_3_la-gdkcairo.o .libs/libgdk_3_la-gdkcursor.o .libs/libgdk_3_la-gdkdeprecated.o .libs/libgdk_3_la-gdkdevice.o .libs/libgdk_3_la-gdkdevicepad.o .libs/libgdk_3_la-gdkdevicetool.o .libs/libgdk_3_la-gdkdevicemanager.o .libs/libgdk_3_la-gdkdisplay.o .libs/libgdk_3_la-gdkdisplaymanager.o .libs/libgdk_3_la-gdkdnd.o .libs/libgdk_3_la-gdkdrawingcontext.o .libs/libgdk_3_la-gdkevents.o .libs/libgdk_3_la-gdkframetimings.o .libs/libgdk_3_la-gdkgl.o .libs/libgdk_3_la-gdkglcontext.o .libs/libgdk_3_la-gdkglobals.o .libs/libgdk_3_la-gdkkeys.o .libs/libgdk_3_la-gdkkeyuni.o .libs/libgdk_3_la-gdkmonitor.o .libs/libgdk_3_la-gdkoffscreenwindow.o .libs/libgdk_3_la-gdkframeclock.o .libs/libgdk_3_la-gdkframeclockidle.o .libs/libgdk_3_la-gdkpango.o .libs/libgdk_3_la-gdkpixbuf-drawable.o .libs/libgdk_3_la-gdkproperty.o .libs/libgdk_3_la-gdkrectangle.o .libs/libgdk_3_la-gdkrgba.o .libs/libgdk_3_la-gdkscreen.o .libs/libgdk_3_la-gdkseat.o .libs/libgdk_3_la-gdkseatdefault.o .libs/libgdk_3_la-gdkselection.o .libs/libgdk_3_la-gdkvisual.o .libs/libgdk_3_la-gdkwindow.o .libs/libgdk_3_la-gdkwindowimpl.o .libs/libgdk_3_la-gdkenumtypes.o .libs/libgdk_3_la-gdkmarshalers.o .libs/libgdk_3_la-gdkresources.o -Wl,-force_load,quartz/.libs/libgdk-quartz.a -framework Cocoa -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/libepoxy/1.5.0/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lepoxy -lm -lintl -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreFoundation -framework Cocoa -install_name /usr/local/Cellar/gtk+3/3.22.29/lib/libgdk-3.0.dylib -compatibility_version 2201 -current_version 2201.29 -Wl,-single_module -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mar 15 10:23:05 kernel[0]: Sandbox: mdworker(21574) deny(1) file-read-data /Users/benc/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Message Sources/172/ACA80E55-8723-4BFB-BBE1-F536E5C6A1EB.olk15MsgSource | |
Mar 15 10:23:06 kernel[0]: Sandbox: mdworker(24988) deny(1) file-read-data /Users/benc/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Message Sources/249/F9C04D27-5244-435A-AD35-36218B5BF0B0.olk15MsgSource | |
Mar 15 10:23:24 kernel[0]: Sandbox: mdworker(24988) deny(1) file-read-data /Users/benc/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Message Sources/143/8F7BE66A-BE82-4EC4-B438-5D6DBFCF3527.olk15MsgSource | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/__init__.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/scannermain.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/message.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/utils.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/annotationparser.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/collections/__init__.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/collections/counter.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/collections/ordereddict.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/ast.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/dumper.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/gdumpparser.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/transformer.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/cachestore.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/girparser.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/girwriter.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/xmlwriter.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/libtoolimporter.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/sourcescanner.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/ccompiler.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/introspectablepass.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/maintransformer.pyc | |
Mar 15 10:24:04 kernel[0]: Sandbox: Python(36373) deny(1) file-write-create /usr/local/Cellar/gobject-introspection/1.56.0/lib/gobject-introspection/giscanner/shlibs.pyc | |
Mar 15 10:25:04 kernel[0]: Sandbox: mdworker(24988) deny(1) file-read-data /Users/benc/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Message Sources/21/15EE4BF2-7D6C-49D1-BF15-5FC9FE3C77FD.olk15MsgSource | |
Mar 15 10:25:05 kernel[0]: Sandbox: mdworker(36760) deny(1) file-read-data /Users/benc/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Message Sources/60/3C2DC803-8F8E-4910-BBBB-7E91BB40F85F.olk15MsgSource | |
We use time to filter sandbox log. Therefore, unrelated logs may be recorded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by gtk+ configure 3.22.29, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --enable-debug=minimal --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+3/3.22.29 --disable-glibtest --enable-introspection=yes --disable-schemas-compile --enable-quartz-backend --disable-x11-backend | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = tyr.local | |
uname -m = x86_64 | |
uname -r = 15.6.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.6.0: Tue Jan 9 20:12:05 PST 2018; root:xnu-3248.73.5~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 15.6.0: Tue Jan 9 20:12:05 PST 2018; root:xnu-3248.73.5~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 411 tasks, 2949 threads, 4 processors | |
Load average: 2.78, Mach factor: 1.40 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/local/opt/pcre/bin | |
PATH: /usr/local/opt/glib/bin | |
PATH: /usr/local/opt/jpeg/bin | |
PATH: /usr/local/opt/libtiff/bin | |
PATH: /usr/local/opt/libpng/bin | |
PATH: /usr/local/opt/freetype/bin | |
PATH: /usr/local/opt/fontconfig/bin | |
PATH: /usr/local/opt/cairo/bin | |
PATH: /usr/local/opt/gobject-introspection/bin | |
PATH: /usr/local/opt/gdk-pixbuf/bin | |
PATH: /usr/local/opt/fribidi/bin | |
PATH: /usr/local/opt/graphite2/bin | |
PATH: /usr/local/opt/icu4c/bin | |
PATH: /usr/local/opt/harfbuzz/bin | |
PATH: /usr/local/opt/pango/bin | |
PATH: /usr/local/opt/jasper/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3187: checking build system type | |
configure:3201: result: x86_64-apple-darwin15.6.0 | |
configure:3221: checking host system type | |
configure:3234: result: x86_64-apple-darwin15.6.0 | |
configure:3319: checking for a BSD-compatible install | |
configure:3387: result: /usr/bin/install -c | |
configure:3398: checking whether build environment is sane | |
configure:3453: result: yes | |
configure:3604: checking for a thread-safe mkdir -p | |
configure:3643: result: build-aux/install-sh -c -d | |
configure:3650: checking for gawk | |
configure:3680: result: no | |
configure:3650: checking for mawk | |
configure:3680: result: no | |
configure:3650: checking for nawk | |
configure:3680: result: no | |
configure:3650: checking for awk | |
configure:3666: found /usr/bin/awk | |
configure:3677: result: awk | |
configure:3688: checking whether make sets $(MAKE) | |
configure:3710: result: yes | |
configure:3739: checking whether make supports nested variables | |
configure:3756: result: yes | |
configure:3836: checking whether UID '501' is supported by ustar format | |
configure:3839: result: yes | |
configure:3846: checking whether GID '20' is supported by ustar format | |
configure:3849: result: yes | |
configure:3857: checking how to create a ustar tar archive | |
configure:3868: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:3871: $? = 0 | |
configure:3911: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:3914: $? = 0 | |
configure:3918: tar -xf - <conftest.tar | |
configure:3921: $? = 0 | |
configure:3923: cat conftest.dir/file | |
GrepMe | |
configure:3926: $? = 0 | |
configure:3939: result: gnutar | |
configure:3990: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3999: result: yes | |
configure:4027: checking whether make supports nested variables | |
configure:4044: result: yes | |
configure:4171: checking for gcc | |
configure:4198: result: clang | |
configure:4427: checking for C compiler version | |
configure:4436: clang --version >&5 | |
Apple LLVM version 8.0.0 (clang-800.0.42.1) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:4447: $? = 0 | |
configure:4436: clang -v >&5 | |
Apple LLVM version 8.0.0 (clang-800.0.42.1) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:4447: $? = 0 | |
configure:4436: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:4447: $? = 1 | |
configure:4436: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:4447: $? = 1 | |
configure:4467: checking whether the C compiler works | |
configure:4489: clang conftest.c >&5 | |
configure:4493: $? = 0 | |
configure:4541: result: yes | |
configure:4544: checking for C compiler default output file name | |
configure:4546: result: a.out | |
configure:4552: checking for suffix of executables | |
configure:4559: clang -o conftest conftest.c >&5 | |
configure:4563: $? = 0 | |
configure:4585: result: | |
configure:4607: checking whether we are cross compiling | |
configure:4615: clang -o conftest conftest.c >&5 | |
configure:4619: $? = 0 | |
configure:4626: ./conftest | |
configure:4630: $? = 0 | |
configure:4645: result: no | |
configure:4650: checking for suffix of object files | |
configure:4672: clang -c conftest.c >&5 | |
configure:4676: $? = 0 | |
configure:4697: result: o | |
configure:4701: checking whether we are using the GNU C compiler | |
configure:4720: clang -c conftest.c >&5 | |
configure:4720: $? = 0 | |
configure:4729: result: yes | |
configure:4738: checking whether clang accepts -g | |
configure:4758: clang -c -g conftest.c >&5 | |
configure:4758: $? = 0 | |
configure:4799: result: yes | |
configure:4816: checking for clang option to accept ISO C89 | |
configure:4879: clang -c -g -O2 conftest.c >&5 | |
configure:4879: $? = 0 | |
configure:4892: result: none needed | |
configure:4917: checking whether clang understands -c and -o together | |
configure:4939: clang -c conftest.c -o conftest2.o | |
configure:4942: $? = 0 | |
configure:4939: clang -c conftest.c -o conftest2.o | |
configure:4942: $? = 0 | |
configure:4954: result: yes | |
configure:4982: checking for style of include used by make | |
configure:5010: result: GNU | |
configure:5036: checking dependency style of clang | |
configure:5147: result: none | |
configure:5167: checking how to run the C preprocessor | |
configure:5198: clang -E conftest.c | |
configure:5198: $? = 0 | |
configure:5212: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5212: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5237: result: clang -E | |
configure:5257: clang -E conftest.c | |
configure:5257: $? = 0 | |
configure:5271: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5271: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5355: checking for gcc | |
configure:5371: found /usr/local/Homebrew/Library/Homebrew/shims/super/gcc | |
configure:5382: result: gcc | |
configure:5611: checking for C compiler version | |
configure:5620: gcc --version >&5 | |
Apple LLVM version 8.0.0 (clang-800.0.42.1) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:5631: $? = 0 | |
configure:5620: gcc -v >&5 | |
Apple LLVM version 8.0.0 (clang-800.0.42.1) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:5631: $? = 0 | |
configure:5620: gcc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:5631: $? = 1 | |
configure:5620: gcc -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:5631: $? = 1 | |
configure:5635: checking whether we are using the GNU C compiler | |
configure:5663: result: yes | |
configure:5672: checking whether gcc accepts -g | |
configure:5692: clang -c -g -O2 conftest.c >&5 | |
configure:5692: $? = 0 | |
configure:5733: result: yes | |
configure:5750: checking for gcc option to accept ISO C89 | |
configure:5826: result: none needed | |
configure:5851: checking whether gcc understands -c and -o together | |
configure:5888: result: yes | |
configure:5907: checking dependency style of gcc | |
configure:6018: result: none | |
configure:6038: checking how to run the C preprocessor | |
configure:6069: clang -E conftest.c | |
configure:6069: $? = 0 | |
configure:6083: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:6083: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6108: result: gcc -E | |
configure:6128: clang -E conftest.c | |
configure:6128: $? = 0 | |
configure:6142: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:6142: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6180: checking whether clang and cc understand -c and -o together | |
configure:6211: clang -c conftest.c -o conftest2.o >&5 | |
configure:6215: $? = 0 | |
configure:6221: clang -c conftest.c -o conftest2.o >&5 | |
configure:6225: $? = 0 | |
configure:6236: cc -c conftest.c >&5 | |
configure:6240: $? = 0 | |
configure:6248: cc -c conftest.c -o conftest2.o >&5 | |
configure:6252: $? = 0 | |
configure:6258: cc -c conftest.c -o conftest2.o >&5 | |
configure:6262: $? = 0 | |
configure:6280: result: yes | |
configure:6292: checking whether make sets $(MAKE) | |
configure:6314: result: yes | |
configure:6327: checking for grep that handles long lines and -e | |
configure:6385: result: /usr/bin/grep | |
configure:6390: checking for egrep | |
configure:6452: result: /usr/bin/grep -E | |
configure:6457: checking for ANSI C header files | |
configure:6477: clang -c -g -O2 conftest.c >&5 | |
configure:6477: $? = 0 | |
configure:6550: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6550: $? = 0 | |
configure:6550: ./conftest | |
configure:6550: $? = 0 | |
configure:6561: result: yes | |
configure:6574: checking for sys/types.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for sys/stat.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for stdlib.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for string.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for memory.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for strings.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for inttypes.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for stdint.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6574: checking for unistd.h | |
configure:6574: clang -c -g -O2 conftest.c >&5 | |
configure:6574: $? = 0 | |
configure:6574: result: yes | |
configure:6587: checking minix/config.h usability | |
configure:6587: clang -c -g -O2 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:6587: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:6587: result: no | |
configure:6587: checking minix/config.h presence | |
configure:6587: clang -E conftest.c | |
conftest.c:19:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:6587: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:6587: result: no | |
configure:6587: checking for minix/config.h | |
configure:6587: result: no | |
configure:6608: checking whether it is safe to define __EXTENSIONS__ | |
configure:6626: clang -c -g -O2 conftest.c >&5 | |
configure:6626: $? = 0 | |
configure:6633: result: yes | |
configure:6649: checking for a sed that does not truncate output | |
configure:6713: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
configure:6719: checking whether NLS is requested | |
configure:6728: result: yes | |
configure:6768: checking for msgfmt | |
configure: trying /usr/local/opt/gettext/bin/msgfmt... | |
0 translated messages. | |
configure:6800: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:6809: checking for gmsgfmt | |
configure:6840: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:6890: checking for xgettext | |
configure: trying /usr/local/opt/gettext/bin/xgettext... | |
/usr/local/opt/gettext/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | |
configure:6922: result: /usr/local/opt/gettext/bin/xgettext | |
configure:6967: checking for msgmerge | |
configure: trying /usr/local/opt/gettext/bin/msgmerge... | |
configure:6998: result: /usr/local/opt/gettext/bin/msgmerge | |
configure:7056: checking for ld used by clang | |
configure:7123: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:7130: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:7145: result: no | |
configure:7152: checking for shared library run path origin | |
configure:7165: result: done | |
configure:7737: checking for CFPreferencesCopyAppValue | |
configure:7755: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:7755: $? = 0 | |
configure:7764: result: yes | |
configure:7771: checking for CFLocaleCopyCurrent | |
configure:7789: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:7789: $? = 0 | |
configure:7798: result: yes | |
configure:7847: checking for GNU gettext in libc | |
configure:7871: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__nl_domain_bindings", referenced from: | |
_main in conftest-0fe2f0.o | |
"__nl_msg_cat_cntr", referenced from: | |
_main in conftest-0fe2f0.o | |
"_libintl_bindtextdomain", referenced from: | |
_main in conftest-0fe2f0.o | |
"_libintl_gettext", referenced from: | |
_main in conftest-0fe2f0.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7871: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <libintl.h> | |
| | |
| extern int _nl_msg_cat_cntr; | |
| extern int *_nl_domain_bindings; | |
| | |
| int | |
| main () | |
| { | |
| | |
| bindtextdomain ("", ""); | |
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7880: result: no | |
configure:7914: checking for iconv | |
configure:7938: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-c20c7b.o | |
"_iconv_close", referenced from: | |
_main in conftest-c20c7b.o | |
"_iconv_open", referenced from: | |
_main in conftest-c20c7b.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7938: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:7962: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:7962: $? = 0 | |
configure:7972: result: yes | |
configure:7975: checking for working iconv | |
configure:8104: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:8104: $? = 0 | |
configure:8104: ./conftest | |
configure:8104: $? = 0 | |
configure:8116: result: yes | |
configure:8131: checking how to link with libiconv | |
configure:8133: result: -liconv | |
configure:8605: checking for GNU gettext in libintl | |
configure:8637: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:8637: $? = 0 | |
configure:8682: result: yes | |
configure:8717: checking whether to use NLS | |
configure:8719: result: yes | |
configure:8722: checking where the gettext function comes from | |
configure:8733: result: external libintl | |
configure:8741: checking how to link with libintl | |
configure:8743: result: -lintl -Wl,-framework -Wl,CoreFoundation | |
configure:8801: checking for native Win32 | |
configure:8823: result: no | |
configure:9058: checking for C++ compiler version | |
configure:9067: clang++ --version >&5 | |
Apple LLVM version 8.0.0 (clang-800.0.42.1) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:9078: $? = 0 | |
configure:9067: clang++ -v >&5 | |
Apple LLVM version 8.0.0 (clang-800.0.42.1) | |
Target: x86_64-apple-darwin15.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:9078: $? = 0 | |
configure:9067: clang++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:9078: $? = 1 | |
configure:9067: clang++ -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:9078: $? = 1 | |
configure:9082: checking whether we are using the GNU C++ compiler | |
configure:9101: clang++ -c conftest.cpp >&5 | |
configure:9101: $? = 0 | |
configure:9110: result: yes | |
configure:9119: checking whether clang++ accepts -g | |
configure:9139: clang++ -c -g conftest.cpp >&5 | |
configure:9139: $? = 0 | |
configure:9180: result: yes | |
configure:9205: checking dependency style of clang++ | |
configure:9316: result: none | |
configure:9343: clang++ -c -g -O2 conftest.cpp >&5 | |
configure:9343: $? = 0 | |
configure:9371: clang++ -c -g -O2 -x objective-c++ conftest.cpp >&5 | |
configure:9371: $? = 0 | |
configure:9453: checking how to print strings | |
configure:9480: result: printf | |
configure:9501: checking for a sed that does not truncate output | |
configure:9565: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
configure:9583: checking for fgrep | |
configure:9645: result: /usr/bin/grep -F | |
configure:9680: checking for ld used by clang | |
configure:9747: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:9754: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:9769: result: no | |
configure:9781: checking for BSD- or MS-compatible name lister (nm) | |
configure:9835: result: /usr/bin/nm -B | |
configure:9965: checking the name lister (/usr/bin/nm -B) interface | |
configure:9972: clang -c -g -O2 conftest.c >&5 | |
configure:9975: /usr/bin/nm -B "conftest.o" | |
configure:9978: output | |
0000000000000208 S _some_variable | |
configure:9985: result: BSD nm | |
configure:9988: checking whether ln -s works | |
configure:9992: result: yes | |
configure:10000: checking the maximum length of command line arguments | |
configure:10131: result: 196608 | |
configure:10179: checking how to convert x86_64-apple-darwin15.6.0 file names to x86_64-apple-darwin15.6.0 format | |
configure:10219: result: func_convert_file_noop | |
configure:10226: checking how to convert x86_64-apple-darwin15.6.0 file names to toolchain format | |
configure:10246: result: func_convert_file_noop | |
configure:10253: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:10260: result: -r | |
configure:10334: checking for objdump | |
configure:10364: result: no | |
configure:10390: checking how to recognize dependent libraries | |
configure:10590: result: pass_all | |
configure:10675: checking for dlltool | |
configure:10705: result: no | |
configure:10732: checking how to associate runtime and link libraries | |
configure:10759: result: printf %s\n | |
configure:10819: checking for ar | |
configure:10835: found /usr/bin/ar | |
configure:10846: result: ar | |
configure:10883: checking for archiver @FILE support | |
configure:10900: clang -c -g -O2 conftest.c >&5 | |
configure:10900: $? = 0 | |
configure:10903: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:10906: $? = 1 | |
configure:10926: result: no | |
configure:10984: checking for strip | |
configure:11000: found /usr/bin/strip | |
configure:11011: result: strip | |
configure:11083: checking for ranlib | |
configure:11099: found /usr/bin/ranlib | |
configure:11110: result: ranlib | |
configure:11212: checking command to parse /usr/bin/nm -B output from clang object | |
configure:11365: clang -c -g -O2 conftest.c >&5 | |
configure:11368: $? = 0 | |
configure:11372: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:11375: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:11365: clang -c -g -O2 conftest.c >&5 | |
configure:11368: $? = 0 | |
configure:11372: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:11375: $? = 0 | |
configure:11441: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
warning: (x86_64) could not find object file symbol for symbol _main | |
configure:11444: $? = 0 | |
configure:11482: result: ok | |
configure:11529: checking for sysroot | |
configure:11559: result: no | |
configure:11566: checking for a working dd | |
configure:11604: result: /bin/dd | |
configure:11608: checking how to truncate binary pipes | |
configure:11623: result: /bin/dd bs=4096 count=1 | |
configure:11952: checking for mt | |
configure:11982: result: no | |
configure:12002: checking if : is a manifest tool | |
configure:12008: : '-?' | |
configure:12016: result: no | |
configure:12072: checking for dsymutil | |
configure:12088: found /usr/bin/dsymutil | |
configure:12099: result: dsymutil | |
configure:12164: checking for nmedit | |
configure:12180: found /usr/bin/nmedit | |
configure:12191: result: nmedit | |
configure:12256: checking for lipo | |
configure:12272: found /usr/bin/lipo | |
configure:12283: result: lipo | |
configure:12348: checking for otool | |
configure:12364: found /usr/bin/otool | |
configure:12375: result: otool | |
configure:12440: checking for otool64 | |
configure:12470: result: no | |
configure:12515: checking for -single_module linker flag | |
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:12548: result: yes | |
configure:12551: checking for -exported_symbols_list linker flag | |
configure:12571: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:12571: $? = 0 | |
configure:12581: result: yes | |
configure:12584: checking for -force_load linker flag | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:12616: result: yes | |
configure:12690: checking for dlfcn.h | |
configure:12690: clang -c -g -O2 conftest.c >&5 | |
configure:12690: $? = 0 | |
configure:12690: result: yes | |
configure:13253: checking for objdir | |
configure:13268: result: .libs | |
configure:13532: checking if clang supports -fno-rtti -fno-exceptions | |
configure:13550: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:13554: $? = 0 | |
configure:13567: result: yes | |
configure:13925: checking for clang option to produce PIC | |
configure:13932: result: -fno-common -DPIC | |
configure:13940: checking if clang PIC flag -fno-common -DPIC works | |
configure:13958: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:13962: $? = 0 | |
configure:13975: result: yes | |
configure:14004: checking if clang static flag -static works | |
configure:14032: result: no | |
configure:14047: checking if clang supports -c -o file.o | |
configure:14068: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:14072: $? = 0 | |
configure:14094: result: yes | |
configure:14102: checking if clang supports -c -o file.o | |
configure:14149: result: yes | |
configure:14182: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:15441: result: yes | |
configure:15681: checking dynamic linker characteristics | |
configure:16502: result: darwin15.6.0 dyld | |
configure:16624: checking how to hardcode library paths into programs | |
configure:16649: result: immediate | |
configure:17197: checking whether stripping libraries is possible | |
configure:17211: result: yes | |
configure:17237: checking if libtool supports shared libraries | |
configure:17239: result: yes | |
configure:17242: checking whether to build shared libraries | |
configure:17267: result: yes | |
configure:17270: checking whether to build static libraries | |
configure:17274: result: no | |
configure:17297: checking how to run the C++ preprocessor | |
configure:17324: clang++ -E conftest.cpp | |
configure:17324: $? = 0 | |
configure:17338: clang++ -E conftest.cpp | |
conftest.cpp:33:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:17338: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:17363: result: clang++ -E | |
configure:17383: clang++ -E conftest.cpp | |
configure:17383: $? = 0 | |
configure:17397: clang++ -E conftest.cpp | |
conftest.cpp:33:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:17397: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:17559: checking for ld used by clang++ | |
configure:17626: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:17633: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:17648: result: no | |
configure:17703: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:18776: result: yes | |
configure:18812: clang++ -c -g -O2 conftest.cpp >&5 | |
configure:18815: $? = 0 | |
configure:19296: checking for clang++ option to produce PIC | |
configure:19303: result: -fno-common -DPIC | |
configure:19311: checking if clang++ PIC flag -fno-common -DPIC works | |
configure:19329: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:19333: $? = 0 | |
configure:19346: result: yes | |
configure:19369: checking if clang++ static flag -static works | |
configure:19397: result: no | |
configure:19409: checking if clang++ supports -c -o file.o | |
configure:19430: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:19434: $? = 0 | |
configure:19456: result: yes | |
configure:19461: checking if clang++ supports -c -o file.o | |
configure:19508: result: yes | |
configure:19538: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:19578: result: yes | |
configure:19719: checking dynamic linker characteristics | |
configure:20467: result: darwin15.6.0 dyld | |
configure:20532: checking how to hardcode library paths into programs | |
configure:20557: result: immediate | |
configure:20620: creating ./config.lt | |
## ------------------ ## | |
## Running config.lt. ## | |
## ------------------ ## | |
config.lt:681: creating libtool | |
configure:22185: checking for special C compiler options needed for large files | |
configure:22230: result: no | |
configure:22236: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:22261: clang -c -g -O2 conftest.c >&5 | |
configure:22261: $? = 0 | |
configure:22293: result: no | |
configure:22388: checking dependency style of clang | |
configure:22497: result: none | |
configure:22558: checking for nm | |
configure:22588: result: /usr/bin/nm -B | |
configure:22611: checking for some Win32 platform | |
configure:22621: result: no | |
configure:23014: checking for shm_open in -lrt | |
configure:23039: clang -o conftest -g -O2 conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23039: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char shm_open (); | |
| int | |
| main () | |
| { | |
| return shm_open (); | |
| ; | |
| return 0; | |
| } | |
configure:23048: result: no | |
configure:23061: checking for posix_fallocate | |
configure:23061: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_posix_fallocate", referenced from: | |
_main in conftest-305a2c.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23061: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define posix_fallocate innocuous_posix_fallocate | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char posix_fallocate (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef posix_fallocate | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char posix_fallocate (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_posix_fallocate || defined __stub___posix_fallocate | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return posix_fallocate (); | |
| ; | |
| return 0; | |
| } | |
configure:23061: result: no | |
configure:23061: checking for flockfile | |
configure:23061: clang -o conftest -g -O2 conftest.c >&5 | |
configure:23061: $? = 0 | |
configure:23061: result: yes | |
configure:23061: checking for _lock_file | |
configure:23061: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__lock_file", referenced from: | |
_main in conftest-482128.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23061: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| /* end confdefs.h. */ | |
| /* Define _lock_file to an innocuous variant, in case <limits.h> declares _lock_file. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _lock_file innocuous__lock_file | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _lock_file (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _lock_file | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _lock_file (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__lock_file || defined __stub____lock_file | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _lock_file (); | |
| ; | |
| return 0; | |
| } | |
configure:23061: result: no | |
configure:23151: checking for pkg-config | |
configure:23169: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:23181: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:23206: checking pkg-config is at least version 0.9.0 | |
configure:23209: result: yes | |
configure:23428: checking whether build environment is sane | |
configure:23483: result: yes | |
configure:23562: checking for BASE_DEPENDENCIES | |
configure:23569: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.49.4 atk >= 2.15.1 pango >= 1.37.3 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0" | |
configure:23572: $? = 0 | |
configure:23586: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.49.4 atk >= 2.15.1 pango >= 1.37.3 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0" | |
configure:23589: $? = 0 | |
configure:23647: result: yes | |
configure:23654: checking for CAIRO_BACKEND | |
configure:23661: $PKG_CONFIG --exists --print-errors "$cairo_backends" | |
configure:23664: $? = 0 | |
configure:23678: $PKG_CONFIG --exists --print-errors "$cairo_backends" | |
configure:23681: $? = 0 | |
configure:23739: result: yes | |
configure:23895: checking for GMODULE | |
configure:23902: $PKG_CONFIG --exists --print-errors "gmodule-2.0" | |
configure:23905: $? = 0 | |
configure:23919: $PKG_CONFIG --exists --print-errors "gmodule-2.0" | |
configure:23922: $? = 0 | |
configure:23980: result: yes | |
configure:23994: checking whether to write dependencies into .pc files | |
configure:24011: result: no | |
configure:24030: checking for perl5 | |
configure:24063: result: no | |
configure:24030: checking for perl | |
configure:24048: found /usr/bin/perl | |
configure:24060: result: /usr/bin/perl | |
configure:24075: checking for lstat | |
configure:24075: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:24075: $? = 0 | |
configure:24075: result: yes | |
configure:24075: checking for mkstemp | |
configure:24075: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:24075: $? = 0 | |
configure:24075: result: yes | |
configure:24086: checking for localtime_r | |
configure:24086: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:24086: $? = 0 | |
configure:24086: result: yes | |
configure:24097: checking for _NL_TIME_FIRST_WEEKDAY | |
configure:24111: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
conftest.c:42:72: error: use of undeclared identifier '_NL_TIME_FIRST_WEEKDAY' | |
c = *((unsigned char *) nl_langinfo(_NL_TIME_FIRST_WEEKDAY)); | |
^ | |
1 error generated. | |
configure:24111: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| /* end confdefs.h. */ | |
| #include <langinfo.h> | |
| int | |
| main () | |
| { | |
| char c; | |
| c = *((unsigned char *) nl_langinfo(_NL_TIME_FIRST_WEEKDAY)); | |
| ; | |
| return 0; | |
| } | |
configure:24118: result: no | |
configure:24127: checking for _NL_MEASUREMENT_MEASUREMENT | |
configure:24141: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
conftest.c:42:72: error: use of undeclared identifier '_NL_MEASUREMENT_MEASUREMENT' | |
c = *((unsigned char *) nl_langinfo(_NL_MEASUREMENT_MEASUREMENT)); | |
^ | |
1 error generated. | |
configure:24141: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| /* end confdefs.h. */ | |
| #include <langinfo.h> | |
| int | |
| main () | |
| { | |
| char c; | |
| c = *((unsigned char *) nl_langinfo(_NL_MEASUREMENT_MEASUREMENT)); | |
| ; | |
| return 0; | |
| } | |
configure:24148: result: no | |
configure:24157: checking for _NL_PAPER_HEIGHT | |
configure:24171: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
conftest.c:42:72: error: use of undeclared identifier '_NL_PAPER_HEIGHT' | |
c = *((unsigned char *) nl_langinfo(_NL_PAPER_HEIGHT)); | |
^ | |
1 error generated. | |
configure:24171: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| /* end confdefs.h. */ | |
| #include <langinfo.h> | |
| int | |
| main () | |
| { | |
| char c; | |
| c = *((unsigned char *) nl_langinfo(_NL_PAPER_HEIGHT)); | |
| ; | |
| return 0; | |
| } | |
configure:24178: result: no | |
configure:24187: checking for _NL_PAPER_WIDTH | |
configure:24201: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
conftest.c:42:72: error: use of undeclared identifier '_NL_PAPER_WIDTH' | |
c = *((unsigned char *) nl_langinfo(_NL_PAPER_WIDTH)); | |
^ | |
1 error generated. | |
configure:24201: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| /* end confdefs.h. */ | |
| #include <langinfo.h> | |
| int | |
| main () | |
| { | |
| char c; | |
| c = *((unsigned char *) nl_langinfo(_NL_PAPER_WIDTH)); | |
| ; | |
| return 0; | |
| } | |
configure:24208: result: no | |
configure:24218: checking for extra flags to get ANSI library prototypes | |
configure:24232: clang -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -lm >&5 | |
configure:24232: $? = 0 | |
configure:24232: ./conftest | |
configure:24232: $? = 0 | |
configure:24233: result: none needed | |
configure:24268: checking for the BeOS | |
configure:24277: result: no | |
configure:24382: checking for HP-UX | |
configure:24391: result: no | |
configure:24484: checking for pkg-config | |
configure:24514: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:24539: checking pkg-config is at least version 0.16 | |
configure:24542: result: yes | |
configure:24559: checking for GLIB - version >= 2.49.4 | |
configure:24685: result: yes (version 2.56.0) | |
configure:24762: checking for pkg-config | |
configure:24780: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:24792: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:24803: checking build system's pkg-config is at least version 0.16 | |
configure:24806: result: yes | |
configure:24823: checking for bind_textdomain_codeset | |
configure:24823: clang -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:24823: $? = 0 | |
configure:24823: result: yes | |
configure:24836: checking linux/memfd.h usability | |
configure:24836: clang -c -g -O2 -Wall conftest.c >&5 | |
conftest.c:71:10: fatal error: 'linux/memfd.h' file not found | |
#include <linux/memfd.h> | |
^ | |
1 error generated. | |
configure:24836: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/memfd.h> | |
configure:24836: result: no | |
configure:24836: checking linux/memfd.h presence | |
configure:24836: clang -E conftest.c | |
conftest.c:38:10: fatal error: 'linux/memfd.h' file not found | |
#include <linux/memfd.h> | |
^ | |
1 error generated. | |
configure:24836: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| /* end confdefs.h. */ | |
| #include <linux/memfd.h> | |
configure:24836: result: no | |
configure:24836: checking for linux/memfd.h | |
configure:24836: result: no | |
configure:24850: checking sys/mman.h usability | |
configure:24850: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:24850: $? = 0 | |
configure:24850: result: yes | |
configure:24850: checking sys/mman.h presence | |
configure:24850: clang -E conftest.c | |
configure:24850: $? = 0 | |
configure:24850: result: yes | |
configure:24850: checking for sys/mman.h | |
configure:24850: result: yes | |
configure:24864: checking sys/time.h usability | |
configure:24864: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:24864: $? = 0 | |
configure:24864: result: yes | |
configure:24864: checking sys/time.h presence | |
configure:24864: clang -E conftest.c | |
configure:24864: $? = 0 | |
configure:24864: result: yes | |
configure:24864: checking for sys/time.h | |
configure:24864: result: yes | |
configure:24878: checking for unistd.h | |
configure:24878: result: yes | |
configure:24892: checking ftw.h usability | |
configure:24892: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:24892: $? = 0 | |
configure:24892: result: yes | |
configure:24892: checking ftw.h presence | |
configure:24892: clang -E conftest.c | |
configure:24892: $? = 0 | |
configure:24892: result: yes | |
configure:24892: checking for ftw.h | |
configure:24892: result: yes | |
configure:24905: checking for GNU ftw extensions | |
configure:24920: clang -c -g -O2 -Wall conftest.c >&5 | |
conftest.c:47:46: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] | |
#define _GNU_SOURCE | |
^ | |
conftest.c:20:9: note: previous definition is here | |
#define _GNU_SOURCE 1 | |
^ | |
conftest.c:52:13: error: use of undeclared identifier 'FTW_ACTIONRETVAL' | |
int flags = FTW_ACTIONRETVAL; | |
^ | |
1 warning and 1 error generated. | |
configure:24920: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| /* end confdefs.h. */ | |
| #define _XOPEN_SOURCE 500 | |
| #define _GNU_SOURCE | |
| #include <ftw.h> | |
| int | |
| main () | |
| { | |
| int flags = FTW_ACTIONRETVAL; | |
| ; | |
| return 0; | |
| } | |
configure:24933: result: no | |
configure:24963: checking for stdlib.h | |
configure:24963: result: yes | |
configure:24963: checking for unistd.h | |
configure:24963: result: yes | |
configure:24963: checking for sys/param.h | |
configure:24963: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:24963: $? = 0 | |
configure:24963: result: yes | |
configure:24983: checking for getpagesize | |
configure:24983: clang -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:24983: $? = 0 | |
configure:24983: result: yes | |
configure:24992: checking for working mmap | |
configure:25139: clang -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:25139: $? = 0 | |
configure:25139: ./conftest | |
configure:25139: $? = 0 | |
configure:25149: result: yes | |
configure:25161: checking for mallinfo | |
configure:25161: clang -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
Undefined symbols for architecture x86_64: | |
"_mallinfo", referenced from: | |
_main in conftest-0de1fc.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25161: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| /* end confdefs.h. */ | |
| /* Define mallinfo to an innocuous variant, in case <limits.h> declares mallinfo. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mallinfo innocuous_mallinfo | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mallinfo (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef mallinfo | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char mallinfo (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_mallinfo || defined __stub___mallinfo | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mallinfo (); | |
| ; | |
| return 0; | |
| } | |
configure:25161: result: no | |
configure:25172: checking for getresuid | |
configure:25172: clang -o conftest -g -O2 -Wall conftest.c -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
Undefined symbols for architecture x86_64: | |
"_getresuid", referenced from: | |
_main in conftest-94c986.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25172: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| /* end confdefs.h. */ | |
| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getresuid innocuous_getresuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getresuid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getresuid | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char getresuid (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_getresuid || defined __stub___getresuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getresuid (); | |
| ; | |
| return 0; | |
| } | |
configure:25172: result: no | |
configure:25181: checking for uid_t in sys/types.h | |
configure:25200: result: yes | |
configure:25213: checking for round in -lm | |
configure:25238: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:59:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration] | |
char round (); | |
^ | |
conftest.c:59:6: note: 'round' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:25238: $? = 0 | |
configure:25247: result: yes | |
configure:25261: checking for round | |
configure:25261: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:76:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration] | |
char round (); | |
^ | |
conftest.c:76:6: note: 'round' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:25261: $? = 0 | |
configure:25261: result: yes | |
configure:25261: checking for rint | |
configure:25261: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:77:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration] | |
char rint (); | |
^ | |
conftest.c:77:6: note: 'rint' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:25261: $? = 0 | |
configure:25261: result: yes | |
configure:25261: checking for nearbyint | |
configure:25261: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:78:6: warning: incompatible redeclaration of library function 'nearbyint' [-Wincompatible-library-redeclaration] | |
char nearbyint (); | |
^ | |
conftest.c:78:6: note: 'nearbyint' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:25261: $? = 0 | |
configure:25261: result: yes | |
configure:25261: checking for sincos | |
configure:25261: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
Undefined symbols for architecture x86_64: | |
"_sincos", referenced from: | |
_main in conftest-9c5002.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| /* end confdefs.h. */ | |
| /* Define sincos to an innocuous variant, in case <limits.h> declares sincos. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sincos innocuous_sincos | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sincos (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sincos | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sincos (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sincos || defined __stub___sincos | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sincos (); | |
| ; | |
| return 0; | |
| } | |
configure:25261: result: no | |
configure:25261: checking for exp2 | |
configure:25261: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:79:6: warning: incompatible redeclaration of library function 'exp2' [-Wincompatible-library-redeclaration] | |
char exp2 (); | |
^ | |
conftest.c:79:6: note: 'exp2' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:25261: $? = 0 | |
configure:25261: result: yes | |
configure:25261: checking for log2 | |
configure:25261: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:80:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration] | |
char log2 (); | |
^ | |
conftest.c:80:6: note: 'log2' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:25261: $? = 0 | |
configure:25261: result: yes | |
configure:25270: checking whether isnan is declared | |
configure:25270: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:25270: $? = 0 | |
configure:25270: result: yes | |
configure:25281: checking whether isinf is declared | |
configure:25281: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:25281: $? = 0 | |
configure:25281: result: yes | |
configure:25297: checking crt_externs.h usability | |
configure:25297: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:25297: $? = 0 | |
configure:25297: result: yes | |
configure:25297: checking crt_externs.h presence | |
configure:25297: clang -E conftest.c | |
configure:25297: $? = 0 | |
configure:25297: result: yes | |
configure:25297: checking for crt_externs.h | |
configure:25297: result: yes | |
configure:25309: checking for _NSGetEnviron | |
configure:25309: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:25309: $? = 0 | |
configure:25309: result: yes | |
configure:25319: checking whether to build dynamic modules | |
configure:25335: result: yes | |
configure:25337: checking whether dynamic modules work | |
configure:25362: result: yes | |
configure:25383: checking immodules to build | |
configure:25412: result: | |
configure:25567: checking sys/systeminfo.h usability | |
configure:25567: clang -c -g -O2 -Wall conftest.c >&5 | |
conftest.c:96:10: fatal error: 'sys/systeminfo.h' file not found | |
#include <sys/systeminfo.h> | |
^ | |
1 error generated. | |
configure:25567: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/systeminfo.h> | |
configure:25567: result: no | |
configure:25567: checking sys/systeminfo.h presence | |
configure:25567: clang -E conftest.c | |
conftest.c:63:10: fatal error: 'sys/systeminfo.h' file not found | |
#include <sys/systeminfo.h> | |
^ | |
1 error generated. | |
configure:25567: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| /* end confdefs.h. */ | |
| #include <sys/systeminfo.h> | |
configure:25567: result: no | |
configure:25567: checking for sys/systeminfo.h | |
configure:25567: result: no | |
configure:25575: checking sys/sysinfo.h usability | |
configure:25575: clang -c -g -O2 -Wall conftest.c >&5 | |
conftest.c:96:10: fatal error: 'sys/sysinfo.h' file not found | |
#include <sys/sysinfo.h> | |
^ | |
1 error generated. | |
configure:25575: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/sysinfo.h> | |
configure:25575: result: no | |
configure:25575: checking sys/sysinfo.h presence | |
configure:25575: clang -E conftest.c | |
conftest.c:63:10: fatal error: 'sys/sysinfo.h' file not found | |
#include <sys/sysinfo.h> | |
^ | |
1 error generated. | |
configure:25575: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sysinfo.h> | |
configure:25575: result: no | |
configure:25575: checking for sys/sysinfo.h | |
configure:25575: result: no | |
configure:26755: checking Pango flags | |
configure:26761: result: -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo | |
configure:26795: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:26795: $? = 0 | |
configure:26830: checking for GDK_DEP | |
configure:26837: $PKG_CONFIG --exists --print-errors "$GDK_PACKAGES $GDK_PRIVATE_PACKAGES" | |
configure:26840: $? = 0 | |
configure:26854: $PKG_CONFIG --exists --print-errors "$GDK_PACKAGES $GDK_PRIVATE_PACKAGES" | |
configure:26857: $? = 0 | |
configure:26915: result: yes | |
configure:26949: checking for ATK | |
configure:26956: $PKG_CONFIG --exists --print-errors "$ATK_PACKAGES" | |
configure:26959: $? = 0 | |
configure:26973: $PKG_CONFIG --exists --print-errors "$ATK_PACKAGES" | |
configure:26976: $? = 0 | |
configure:27034: result: yes | |
configure:27052: checking for GTK_DEP | |
configure:27059: $PKG_CONFIG --exists --print-errors "$PANGO_PACKAGES $GTK_PACKAGES_FOR_X $GTK_PACKAGES $GTK_PRIVATE_PACKAGES" | |
configure:27062: $? = 0 | |
configure:27076: $PKG_CONFIG --exists --print-errors "$PANGO_PACKAGES $GTK_PACKAGES_FOR_X $GTK_PACKAGES $GTK_PRIVATE_PACKAGES" | |
configure:27079: $? = 0 | |
configure:27137: result: yes | |
configure:27185: checking for library containing gethostent | |
configure:27216: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:27216: $? = 0 | |
configure:27233: result: none required | |
configure:27241: checking for library containing setsockopt | |
configure:27272: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:27272: $? = 0 | |
configure:27289: result: none required | |
configure:27297: checking for library containing connect | |
configure:27328: clang -o conftest -g -O2 -Wall conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:27328: $? = 0 | |
configure:27345: result: none required | |
configure:27354: checking for struct sockaddr_un.sun_len | |
configure:27354: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:27354: $? = 0 | |
configure:27354: result: yes | |
configure:27451: checking for cups-config | |
configure:27469: found /usr/bin/cups-config | |
configure:27481: result: /usr/bin/cups-config | |
configure:27543: checking cups/cups.h usability | |
configure:27543: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:27543: $? = 0 | |
configure:27543: result: yes | |
configure:27543: checking cups/cups.h presence | |
configure:27543: clang -E conftest.c | |
configure:27543: $? = 0 | |
configure:27543: result: yes | |
configure:27543: checking for cups/cups.h | |
configure:27543: result: yes | |
configure:27576: clang -c conftest.c >&5 | |
conftest.c:70:8: error: variable has incomplete type 'http_t' (aka 'struct _http_s') | |
http_t http; char *s = http.authstring; | |
^ | |
/usr/include/cups/http.h:438:16: note: forward declaration of 'struct _http_s' | |
typedef struct _http_s http_t; /**** HTTP connection type ****/ | |
^ | |
1 error generated. | |
configure:27576: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| #define HAVE_GIO_UNIX 1 | |
| #define HAVE_SOCKADDR_UN_SUN_LEN 1 | |
| #define HAVE_CUPS_API_1_6 1 | |
| /* end confdefs.h. */ | |
| #include <cups/http.h> | |
| int | |
| main () | |
| { | |
| http_t http; char *s = http.authstring; | |
| ; | |
| return 0; | |
| } | |
configure:27590: checking for httpGetAuthString | |
configure:27590: clang -o conftest -g -O2 -Wall conftest.c -lcups -weak_framework Kerberos -weak_framework GSS -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation -framework Security -liconv -lz >&5 | |
configure:27590: $? = 0 | |
configure:27590: result: yes | |
configure:27624: checking libpapi | |
configure:27626: checking for papiServiceCreate in -lpapi | |
configure:27651: clang -o conftest -g -O2 -Wall conftest.c -lpapi -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
ld: library not found for -lpapi | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:27651: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| #define HAVE_GIO_UNIX 1 | |
| #define HAVE_SOCKADDR_UN_SUN_LEN 1 | |
| #define HAVE_CUPS_API_1_6 1 | |
| #define HAVE_HTTPGETAUTHSTRING 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char papiServiceCreate (); | |
| int | |
| main () | |
| { | |
| return papiServiceCreate (); | |
| ; | |
| return 0; | |
| } | |
configure:27660: result: no | |
configure:27712: checking for REST | |
configure:27719: $PKG_CONFIG --exists --print-errors "rest-0.7" | |
Package rest-0.7 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `rest-0.7.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'rest-0.7' found | |
configure:27722: $? = 1 | |
configure:27736: $PKG_CONFIG --exists --print-errors "rest-0.7" | |
Package rest-0.7 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `rest-0.7.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'rest-0.7' found | |
configure:27739: $? = 1 | |
configure:27753: result: no | |
No package 'rest-0.7' found | |
configure:27783: checking for JSON_GLIB | |
configure:27790: $PKG_CONFIG --exists --print-errors "json-glib-1.0" | |
Package json-glib-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `json-glib-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'json-glib-1.0' found | |
configure:27793: $? = 1 | |
configure:27807: $PKG_CONFIG --exists --print-errors "json-glib-1.0" | |
Package json-glib-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `json-glib-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'json-glib-1.0' found | |
configure:27810: $? = 1 | |
configure:27824: result: no | |
No package 'json-glib-1.0' found | |
configure:27881: checking cairo-pdf.h usability | |
configure:27881: clang -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c >&5 | |
configure:27881: $? = 0 | |
configure:27881: result: yes | |
configure:27881: checking cairo-pdf.h presence | |
configure:27881: clang -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
configure:27881: $? = 0 | |
configure:27881: result: yes | |
configure:27881: checking for cairo-pdf.h | |
configure:27881: result: yes | |
configure:27893: checking cairo-ps.h usability | |
configure:27893: clang -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c >&5 | |
configure:27893: $? = 0 | |
configure:27893: result: yes | |
configure:27893: checking cairo-ps.h presence | |
configure:27893: clang -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
configure:27893: $? = 0 | |
configure:27893: result: yes | |
configure:27893: checking for cairo-ps.h | |
configure:27893: result: yes | |
configure:27904: checking cairo-svg.h usability | |
configure:27904: clang -c -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c >&5 | |
configure:27904: $? = 0 | |
configure:27904: result: yes | |
configure:27904: checking cairo-svg.h presence | |
configure:27904: clang -E -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 -D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 conftest.c | |
configure:27904: $? = 0 | |
configure:27904: result: yes | |
configure:27904: checking for cairo-svg.h | |
configure:27904: result: yes | |
configure:28056: checking for pkg-config | |
configure:28086: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:28111: checking pkg-config is at least version 0.16 | |
configure:28114: result: yes | |
configure:28238: checking for gobject-introspection | |
configure:28247: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0" | |
configure:28250: $? = 0 | |
configure:28257: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.39.0" | |
configure:28260: $? = 0 | |
configure:28284: result: yes | |
configure:28334: checking whether to use colord | |
configure:28342: result: yes | |
configure:28354: checking for COLORD | |
configure:28361: $PKG_CONFIG --exists --print-errors "colord >= 0.1.9" | |
Package colord was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `colord.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'colord' found | |
configure:28364: $? = 1 | |
configure:28378: $PKG_CONFIG --exists --print-errors "colord >= 0.1.9" | |
Package colord was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `colord.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'colord' found | |
configure:28381: $? = 1 | |
configure:28395: result: no | |
No package 'colord' found | |
configure:28453: checking for FONTDEMO | |
configure:28460: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9 pangoft2" | |
configure:28463: $? = 0 | |
configure:28477: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9 pangoft2" | |
configure:28480: $? = 0 | |
configure:28518: result: yes | |
configure:28541: checking for gtk-doc | |
configure:28544: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" | |
Package gtk-doc was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gtk-doc.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gtk-doc' found | |
configure:28547: $? = 1 | |
configure:28553: result: no | |
configure:28559: WARNING: | |
You will not be able to create source packages with 'make dist' | |
because gtk-doc >= 1.20 is not found. | |
configure:28567: checking for gtkdoc-check | |
configure:28597: result: no | |
configure:28604: checking for gtkdoc-check | |
configure:28637: result: no | |
configure:28646: checking for gtkdoc-rebase | |
configure:28679: result: no | |
configure:28690: checking for gtkdoc-mkpdf | |
configure:28723: result: no | |
configure:28748: checking whether to build gtk-doc documentation | |
configure:28750: result: no | |
configure:28763: checking for GTKDOC_DEPS | |
configure:28770: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" | |
configure:28773: $? = 0 | |
configure:28787: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" | |
configure:28790: $? = 0 | |
configure:28828: result: yes | |
configure:28919: checking for xsltproc | |
configure:28937: found /usr/bin/xsltproc | |
configure:28949: result: /usr/bin/xsltproc | |
configure:28979: checking for XML catalog (/etc/xml/catalog) | |
configure:28986: result: not found | |
configure:28993: checking for xmlcatalog | |
configure:29011: found /usr/bin/xmlcatalog | |
configure:29024: result: /usr/bin/xmlcatalog | |
configure:29043: checking for DocBook XML DTD V4.1.2 in XML catalog | |
configure:29055: result: not found | |
configure:29104: checking whether to generate man pages | |
configure:29110: result: no | |
configure:29148: checking for -fvisibility=hidden compiler flag | |
configure:29161: clang -c -fvisibility=hidden conftest.c >&5 | |
configure:29161: $? = 0 | |
configure:29162: result: yes | |
configure:29191: checking for sassc | |
configure:29224: result: no | |
configure:29251: checking for -Bsymbolic-functions linker flag | |
configure:29265: clang -o conftest -g -O2 -Wall -Wl,-Bsymbolic-functions conftest.c -lm -lintl -Wl,-framework -Wl,CoreFoundation >&5 | |
ld: unknown option: -Bsymbolic-functions | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:29265: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gtk+" | |
| #define PACKAGE_TARNAME "gtk+" | |
| #define PACKAGE_VERSION "3.22.29" | |
| #define PACKAGE_STRING "gtk+ 3.22.29" | |
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define GETTEXT_PACKAGE "gtk30" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_FLOCKFILE 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define HAVE_FTW_H 1 | |
| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_NEARBYINT 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_DECL_ISNAN 1 | |
| #define HAVE_DECL_ISINF 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE__NSGETENVIRON 1 | |
| #define USE_GMODULE 1 | |
| #define HAVE_GIO_UNIX 1 | |
| #define HAVE_SOCKADDR_UN_SUN_LEN 1 | |
| #define HAVE_CUPS_API_1_6 1 | |
| #define HAVE_HTTPGETAUTHSTRING 1 | |
| #define _GDK_EXTERN __attribute__((visibility("default"))) extern | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| return 0 | |
| ; | |
| return 0; | |
| } | |
configure:29270: result: no | |
configure:29415: checking that generated files are newer than configure | |
configure:29421: result: done | |
configure:29531: checking that generated files are newer than configure | |
configure:29537: result: done | |
configure:29716: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gtk+ config.status 3.22.29, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on tyr.local | |
config.status:1635: creating README | |
config.status:1635: creating INSTALL | |
config.status:1635: creating config.h.win32 | |
config.status:1635: creating gtk-zip.sh | |
config.status:1635: creating Makefile | |
config.status:1635: creating gdk-3.0.pc | |
config.status:1635: creating gtk+-3.0.pc | |
config.status:1635: creating gtk+-unix-print-3.0.pc | |
config.status:1635: creating gail-3.0.pc | |
config.status:1635: creating m4macros/Makefile | |
config.status:1635: creating po/Makefile.in | |
config.status:1635: creating po-properties/Makefile.in | |
config.status:1635: creating demos/Makefile | |
config.status:1635: creating demos/gtk-demo/Makefile | |
config.status:1635: creating demos/gtk-demo/geninclude.pl | |
config.status:1635: creating demos/widget-factory/Makefile | |
config.status:1635: creating demos/icon-browser/Makefile | |
config.status:1635: creating examples/Makefile | |
config.status:1635: creating examples/bp/Makefile | |
config.status:1635: creating examples/application1/Makefile | |
config.status:1635: creating examples/application2/Makefile | |
config.status:1635: creating examples/application3/Makefile | |
config.status:1635: creating examples/application4/Makefile | |
config.status:1635: creating examples/application5/Makefile | |
config.status:1635: creating examples/application6/Makefile | |
config.status:1635: creating examples/application7/Makefile | |
config.status:1635: creating examples/application8/Makefile | |
config.status:1635: creating examples/application9/Makefile | |
config.status:1635: creating examples/application10/Makefile | |
config.status:1635: creating tests/Makefile | |
config.status:1635: creating tests/visuals/Makefile | |
config.status:1635: creating testsuite/Makefile | |
config.status:1635: creating testsuite/a11y/Makefile | |
config.status:1635: creating testsuite/a11y/state/Makefile | |
config.status:1635: creating testsuite/css/Makefile | |
config.status:1635: creating testsuite/css/parser/Makefile | |
config.status:1635: creating testsuite/css/nodes/Makefile | |
config.status:1635: creating testsuite/css/style/Makefile | |
config.status:1635: creating testsuite/gdk/Makefile | |
config.status:1635: creating testsuite/gtk/Makefile | |
config.status:1635: creating testsuite/reftests/Makefile | |
config.status:1635: creating testsuite/tools/Makefile | |
config.status:1635: creating docs/Makefile | |
config.status:1635: creating docs/reference/Makefile | |
config.status:1635: creating docs/reference/gdk/Makefile | |
config.status:1635: creating docs/reference/gdk/version.xml | |
config.status:1635: creating docs/reference/gtk/Makefile | |
config.status:1635: creating docs/reference/gtk/gtk3.types | |
config.status:1635: creating docs/reference/gtk/version.xml | |
config.status:1635: creating docs/reference/libgail-util/Makefile | |
config.status:1635: creating docs/reference/libgail-util/version.xml | |
config.status:1635: creating docs/tools/Makefile | |
config.status:1635: creating build/Makefile | |
config.status:1635: creating build/win32/Makefile | |
config.status:1635: creating build/win32/vs9/Makefile | |
config.status:1635: creating build/win32/vs9/gtk3-version-paths.vsprops | |
config.status:1635: creating build/win32/vs10/Makefile | |
config.status:1635: creating build/win32/vs10/gtk3-version-paths.props | |
config.status:1635: creating build/win32/vs11/Makefile | |
config.status:1635: creating build/win32/vs12/Makefile | |
config.status:1635: creating build/win32/vs14/Makefile | |
config.status:1635: creating build/win32/vs15/Makefile | |
config.status:1635: creating gdk/Makefile | |
config.status:1635: creating gdk/broadway/Makefile | |
config.status:1635: creating gdk/x11/Makefile | |
config.status:1635: creating gdk/win32/Makefile | |
config.status:1635: creating gdk/win32/rc/Makefile | |
config.status:1635: creating gdk/win32/rc/gdk.rc | |
config.status:1635: creating gdk/quartz/Makefile | |
config.status:1635: creating gdk/wayland/Makefile | |
config.status:1635: creating gdk/mir/Makefile | |
config.status:1635: creating gdk/gdkversionmacros.h | |
config.status:1635: creating gtk/Makefile | |
config.status:1635: creating gtk/makefile.msc | |
config.status:1635: creating gtk/gtkversion.h | |
config.status:1635: creating gtk/gtk-win32.rc.body | |
config.status:1635: creating gtk/libgtk3.manifest | |
config.status:1635: creating libgail-util/Makefile | |
config.status:1635: creating modules/Makefile | |
config.status:1635: creating modules/input/Makefile | |
config.status:1635: creating modules/printbackends/Makefile | |
config.status:1635: creating modules/printbackends/cups/Makefile | |
config.status:1635: creating modules/printbackends/cloudprint/Makefile | |
config.status:1635: creating modules/printbackends/lpr/Makefile | |
config.status:1635: creating modules/printbackends/file/Makefile | |
config.status:1635: creating modules/printbackends/papi/Makefile | |
config.status:1635: creating modules/printbackends/test/Makefile | |
config.status:1635: creating config.h | |
config.status:1864: executing depfiles commands | |
config.status:1864: executing po-directories commands | |
config.status:1864: executing libtool commands | |
config.status:1864: executing gdk/gdkconfig.h commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin15.6.0 | |
ac_cv_build_prog_CPP='gcc -E' | |
ac_cv_build_prog_cc_g=yes | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_ATK_CFLAGS_set= | |
ac_cv_env_ATK_CFLAGS_value= | |
ac_cv_env_ATK_LIBS_set= | |
ac_cv_env_ATK_LIBS_value= | |
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set= | |
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value= | |
ac_cv_env_BASE_DEPENDENCIES_LIBS_set= | |
ac_cv_env_BASE_DEPENDENCIES_LIBS_value= | |
ac_cv_env_CAIRO_BACKEND_CFLAGS_set= | |
ac_cv_env_CAIRO_BACKEND_CFLAGS_value= | |
ac_cv_env_CAIRO_BACKEND_LIBS_set= | |
ac_cv_env_CAIRO_BACKEND_LIBS_value= | |
ac_cv_env_CAIRO_CFLAGS_set= | |
ac_cv_env_CAIRO_CFLAGS_value= | |
ac_cv_env_CAIRO_LIBS_set= | |
ac_cv_env_CAIRO_LIBS_value= | |
ac_cv_env_CCASFLAGS_set= | |
ac_cv_env_CCASFLAGS_value= | |
ac_cv_env_CCAS_set= | |
ac_cv_env_CCAS_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= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_COLORD_CFLAGS_set= | |
ac_cv_env_COLORD_CFLAGS_value= | |
ac_cv_env_COLORD_LIBS_set= | |
ac_cv_env_COLORD_LIBS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
ac_cv_env_FONTDEMO_CFLAGS_set= | |
ac_cv_env_FONTDEMO_CFLAGS_value= | |
ac_cv_env_FONTDEMO_LIBS_set= | |
ac_cv_env_FONTDEMO_LIBS_value= | |
ac_cv_env_GDK_DEP_CFLAGS_set= | |
ac_cv_env_GDK_DEP_CFLAGS_value= | |
ac_cv_env_GDK_DEP_LIBS_set= | |
ac_cv_env_GDK_DEP_LIBS_value= | |
ac_cv_env_GMODULE_CFLAGS_set= | |
ac_cv_env_GMODULE_CFLAGS_value= | |
ac_cv_env_GMODULE_LIBS_set= | |
ac_cv_env_GMODULE_LIBS_value= | |
ac_cv_env_GTKDOC_DEPS_CFLAGS_set= | |
ac_cv_env_GTKDOC_DEPS_CFLAGS_value= | |
ac_cv_env_GTKDOC_DEPS_LIBS_set= | |
ac_cv_env_GTKDOC_DEPS_LIBS_value= | |
ac_cv_env_GTK_DEP_CFLAGS_set= | |
ac_cv_env_GTK_DEP_CFLAGS_value= | |
ac_cv_env_GTK_DEP_LIBS_set= | |
ac_cv_env_GTK_DEP_LIBS_value= | |
ac_cv_env_JSON_GLIB_CFLAGS_set= | |
ac_cv_env_JSON_GLIB_CFLAGS_value= | |
ac_cv_env_JSON_GLIB_LIBS_set= | |
ac_cv_env_JSON_GLIB_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_PKG_CONFIG_FOR_BUILD_set= | |
ac_cv_env_PKG_CONFIG_FOR_BUILD_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/libepoxy/lib/pkgconfig:/usr/local/opt/fribidi/lib/pkgconfig:/usr/local/opt/graphite2/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/jasper/lib/pkgconfig:/usr/local/opt/gsettings-desktop-schemas/share/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_REST_CFLAGS_set= | |
ac_cv_env_REST_CFLAGS_value= | |
ac_cv_env_REST_LIBS_set= | |
ac_cv_env_REST_LIBS_value= | |
ac_cv_env_SASSC_set= | |
ac_cv_env_SASSC_value= | |
ac_cv_env_XMKMF_set= | |
ac_cv_env_XMKMF_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func__NSGetEnviron=yes | |
ac_cv_func__lock_file=no | |
ac_cv_func_basename_r=no | |
ac_cv_func_bind_textdomain_codeset=yes | |
ac_cv_func_clock_getres=no | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_clock_settime=no | |
ac_cv_func_dirname_r=no | |
ac_cv_func_exp2=yes | |
ac_cv_func_flockfile=yes | |
ac_cv_func_getentropy=no | |
ac_cv_func_getpagesize=yes | |
ac_cv_func_getresuid=no | |
ac_cv_func_httpGetAuthString=yes | |
ac_cv_func_localtime_r=yes | |
ac_cv_func_log2=yes | |
ac_cv_func_lstat=yes | |
ac_cv_func_mallinfo=no | |
ac_cv_func_mkostemp=no | |
ac_cv_func_mkostemps=no | |
ac_cv_func_mkstemp=yes | |
ac_cv_func_mmap_fixed_mapped=yes | |
ac_cv_func_nearbyint=yes | |
ac_cv_func_posix_fallocate=no | |
ac_cv_func_rint=yes | |
ac_cv_func_round=yes | |
ac_cv_func_sincos=no | |
ac_cv_func_timingsafe_bcmp=no | |
ac_cv_have_decl_isinf=yes | |
ac_cv_have_decl_isnan=yes | |
ac_cv_header_cairo_pdf_h=yes | |
ac_cv_header_cairo_ps_h=yes | |
ac_cv_header_cairo_svg_h=yes | |
ac_cv_header_crt_externs_h=yes | |
ac_cv_header_cups_cups_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_ftw_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_linux_memfd_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
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_mman_h=yes | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_sysinfo_h=no | |
ac_cv_header_sys_systeminfo_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin15.6.0 | |
ac_cv_lib_m_round=yes | |
ac_cv_lib_papi_papiServiceCreate=no | |
ac_cv_lib_rt_shm_open=no | |
ac_cv_member_struct_sockaddr_un_sun_len=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_path_PKG_CONFIG_FOR_BUILD=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext | |
ac_cv_path_XMLCATALOG=/usr/bin/xmlcatalog | |
ac_cv_path_XSLTPROC=/usr/bin/xsltproc | |
ac_cv_path_ac_pt_CUPS_CONFIG=/usr/bin/cups-config | |
ac_cv_path_ac_pt_NM='/usr/bin/nm -B' | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_CXXCPP='clang++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_clang_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_clock_gettime=no | |
ac_cv_search_connect='none required' | |
ac_cv_search_gethostent='none required' | |
ac_cv_search_setsockopt='none required' | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_type_uid_t=yes | |
acl_cv_hardcode_direct=no | |
acl_cv_hardcode_libdir_flag_spec= | |
acl_cv_hardcode_libdir_separator= | |
acl_cv_hardcode_minus_L=no | |
acl_cv_libext=a | |
acl_cv_libname_spec='lib$name' | |
acl_cv_library_names_spec='$libname$shrext' | |
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
acl_cv_prog_gnu_ld=no | |
acl_cv_rpath=done | |
acl_cv_shlibext=dylib | |
acl_cv_wl=-Wl, | |
am_cv_CCAS_dependencies_compiler_type=none | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_func_iconv=yes | |
am_cv_func_iconv_works=yes | |
am_cv_lib_iconv=yes | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
am_cv_prog_tar_ustar=gnutar | |
gt_cv_func_CFLocaleCopyCurrent=yes | |
gt_cv_func_CFPreferencesCopyAppValue=yes | |
gt_cv_func_gnugettext1_libc=no | |
gt_cv_func_gnugettext1_libintl=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM='/usr/bin/nm -B' | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -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=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
pkg_cv_ATK_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0' | |
pkg_cv_ATK_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/atk/2.28.1/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
pkg_cv_BASE_DEPENDENCIES_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0' | |
pkg_cv_BASE_DEPENDENCIES_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/atk/2.28.1/lib -L/usr/local/Cellar/pango/1.42.0/lib -latk-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
pkg_cv_CAIRO_BACKEND_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo' | |
pkg_cv_CAIRO_BACKEND_LIBS='-L/usr/local/Cellar/cairo/1.14.12/lib -lcairo' | |
pkg_cv_FONTDEMO_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0' | |
pkg_cv_FONTDEMO_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/freetype/lib -L/usr/local/Cellar/fontconfig/2.12.6/lib -L/usr/local/Cellar/harfbuzz/1.7.6/lib -L/usr/local/Cellar/pango/1.42.0/lib -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lfontconfig -lfreetype' | |
pkg_cv_GDK_DEP_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0' | |
pkg_cv_GDK_DEP_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/libepoxy/1.5.0/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo -lepoxy' | |
pkg_cv_GMODULE_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
pkg_cv_GMODULE_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
pkg_cv_GTKDOC_DEPS_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
pkg_cv_GTK_DEP_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0' | |
pkg_cv_GTK_DEP_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/atk/2.28.1/lib -L/usr/local/Cellar/libepoxy/1.5.0/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lepoxy -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
## ----------------- ## | |
## 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 '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" $^ > [email protected] && mv [email protected] $@ | |
@$(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} /private/tmp/gtk+3-20180315-23778-81srrj/gtk+-3.22.29/build-aux/missing aclocal-1.15' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AS='as' | |
ATK_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0' | |
ATK_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/atk/2.28.1/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
ATK_PREFIX='/usr/local/Cellar/atk/2.28.1' | |
ATK_REQUIRED_VERSION='2.15.1' | |
AUTOCONF='${SHELL} /private/tmp/gtk+3-20180315-23778-81srrj/gtk+-3.22.29/build-aux/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/gtk+3-20180315-23778-81srrj/gtk+-3.22.29/build-aux/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/gtk+3-20180315-23778-81srrj/gtk+-3.22.29/build-aux/missing automake-1.15' | |
AWK='awk' | |
BASE_DEPENDENCIES_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0' | |
BASE_DEPENDENCIES_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/atk/2.28.1/lib -L/usr/local/Cellar/pango/1.42.0/lib -latk-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
BUILDOPT_INSTALL_TESTS_FALSE='' | |
BUILDOPT_INSTALL_TESTS_TRUE='#' | |
BUILD_DYNAMIC_MODULES_FALSE='#' | |
BUILD_DYNAMIC_MODULES_TRUE='' | |
BUILD_EXEEXT='' | |
BUILD_FONT_DEMO_FALSE='#' | |
BUILD_FONT_DEMO_TRUE='' | |
BUILD_OBJEXT='' | |
CAIRO_BACKEND_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo' | |
CAIRO_BACKEND_LIBS='-L/usr/local/Cellar/cairo/1.14.12/lib -lcairo' | |
CAIRO_CFLAGS='' | |
CAIRO_LIBS='' | |
CAIRO_PREFIX='/usr/local/Cellar/cairo/1.14.12' | |
CAIRO_REQUIRED_VERSION='1.14.0' | |
CC='clang' | |
CCAS='clang' | |
CCASDEPMODE='depmode=none' | |
CCASFLAGS='-g -O2' | |
CCDEPMODE='depmode=none' | |
CC_FOR_BUILD='gcc' | |
CFLAGS='-g -O2 -Wall' | |
CFLAGS_FOR_BUILD='-g -O2' | |
COLORD_CFLAGS='' | |
COLORD_LIBS='' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CPPFLAGS_FOR_BUILD='' | |
CPP_FOR_BUILD='gcc -E' | |
CROSS_COMPILING_FALSE='' | |
CROSS_COMPILING_TRUE='#' | |
CUPS_API_MAJOR='1' | |
CUPS_API_MINOR='6' | |
CUPS_CFLAGS='' | |
CUPS_CONFIG='/usr/bin/cups-config' | |
CUPS_LIBS='-lcups -weak_framework Kerberos -weak_framework GSS -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation -framework Security -liconv -lz' | |
CXX='clang++' | |
CXXCPP='clang++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DISABLE_EXPLICIT_DEPS_FALSE='#' | |
DISABLE_EXPLICIT_DEPS_TRUE='' | |
DISABLE_ON_QUARTZ='%' | |
DISABLE_ON_W32='' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_DOC_CROSS_REFERENCES_FALSE='#' | |
ENABLE_DOC_CROSS_REFERENCES_TRUE='' | |
ENABLE_GTK_DOC_FALSE='' | |
ENABLE_GTK_DOC_TRUE='#' | |
ENABLE_MAN_FALSE='' | |
ENABLE_MAN_TRUE='#' | |
ENABLE_ON_X11='%' | |
EXEEXT='' | |
EXE_MANIFEST_ARCHITECTURE='X86' | |
FGREP='/usr/bin/grep -F' | |
FONTDEMO_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0' | |
FONTDEMO_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/freetype/lib -L/usr/local/Cellar/fontconfig/2.12.6/lib -L/usr/local/Cellar/harfbuzz/1.7.6/lib -L/usr/local/Cellar/pango/1.42.0/lib -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lfontconfig -lfreetype' | |
GAIL_INET_LIBS='-lm -lintl -Wl,-framework -Wl,CoreFoundation' | |
GAIL_LT_CURRENT_MINUS_AGE='0' | |
GAIL_LT_VERSION_INFO='0:0:0' | |
GDK_BACKENDS='quartz' | |
GDK_DEP_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 ' | |
GDK_DEP_LIBS=' -framework Cocoa -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/libepoxy/1.5.0/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo -lepoxy -lm' | |
GDK_EXTRA_CFLAGS='' | |
GDK_EXTRA_LIBS='' | |
GDK_HIDDEN_VISIBILITY_CFLAGS='-fvisibility=hidden' | |
GDK_PACKAGES='pango pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0' | |
GDK_PIXBUF_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
GDK_PIXBUF_REQUIRED_VERSION='2.30.0' | |
GDK_PRIVATE_PACKAGES='gio-unix-2.0 >= 2.49.4 cairo-quartz epoxy >= 1.0 ' | |
GETTEXT_MACRO_VERSION='0.19' | |
GETTEXT_PACKAGE='gtk30' | |
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
GLIB_CFLAGS_FOR_BUILD='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
GLIB_COMPILE_RESOURCES='glib-compile-resources' | |
GLIB_COMPILE_SCHEMAS='glib-compile-schemas' | |
GLIB_GENMARSHAL='glib-genmarshal' | |
GLIB_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
GLIB_LIBS_FOR_BUILD='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
GLIB_MKENUMS='glib-mkenums' | |
GLIB_PREFIX='/usr/local/Cellar/glib/2.56.0' | |
GLIB_REQUIRED_VERSION='2.49.4' | |
GMODULE_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
GMODULE_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
GMSGFMT_015='/usr/local/opt/gettext/bin/msgfmt' | |
GOBJECT_QUERY='gobject-query' | |
GREP='/usr/bin/grep' | |
GSETTINGS_DISABLE_SCHEMAS_COMPILE='1' | |
GSETTINGS_RULES=' | |
GTKDOC_CHECK='' | |
GTKDOC_CHECK_PATH='' | |
GTKDOC_DEPS_CFLAGS='-I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include' | |
GTKDOC_DEPS_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
GTKDOC_MKPDF='' | |
GTKDOC_REBASE='true' | |
GTK_API_VERSION='3.0' | |
GTK_BINARY_AGE='2229' | |
GTK_BINARY_VERSION='3.0.0' | |
GTK_DEBUG_FLAGS='-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50' | |
GTK_DEP_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/fontconfig/2.12.6/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/pixman/0.34.0_1/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.12/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.36.11/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/atk/2.28.1/include/atk-1.0 -I/usr/local/Cellar/libepoxy/1.5.0/include -I/usr/local/Cellar/graphite2/1.3.10/include -I/usr/local/Cellar/harfbuzz/1.7.6/include/harfbuzz -I/usr/local/Cellar/pango/1.42.0/include/pango-1.0 ' | |
GTK_DEP_LIBS=' -L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.12/lib -L/usr/local/Cellar/gdk-pixbuf/2.36.11/lib -L/usr/local/Cellar/atk/2.28.1/lib -L/usr/local/Cellar/libepoxy/1.5.0/lib -L/usr/local/Cellar/pango/1.42.0/lib -lpangocairo-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lepoxy -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lm' | |
GTK_DOC_BUILD_HTML_FALSE='#' | |
GTK_DOC_BUILD_HTML_TRUE='' | |
GTK_DOC_BUILD_PDF_FALSE='' | |
GTK_DOC_BUILD_PDF_TRUE='#' | |
GTK_DOC_USE_LIBTOOL_FALSE='#' | |
GTK_DOC_USE_LIBTOOL_TRUE='' | |
GTK_DOC_USE_REBASE_FALSE='#' | |
GTK_DOC_USE_REBASE_TRUE='' | |
GTK_EXTRA_CFLAGS='' | |
GTK_EXTRA_LIBS='' | |
GTK_INTERFACE_AGE='29' | |
GTK_LINK_FLAGS='' | |
GTK_MAJOR_VERSION='3' | |
GTK_MICRO_VERSION='29' | |
GTK_MINOR_VERSION='22' | |
GTK_PACKAGES='atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.49.4' | |
GTK_PRINT_BACKENDS='file,cups' | |
GTK_PRIVATE_PACKAGES='atk epoxy >= 1.0 gio-unix-2.0 >= 2.49.4' | |
GTK_VERSION='3.22.29' | |
GTK_XIM_FLAGS='' | |
HAVE_CLOUDPRINT_FALSE='' | |
HAVE_CLOUDPRINT_TRUE='#' | |
HAVE_COLORD_FALSE='' | |
HAVE_COLORD_TRUE='#' | |
HAVE_CUPS_FALSE='#' | |
HAVE_CUPS_TRUE='' | |
HAVE_CXX_FALSE='#' | |
HAVE_CXX_TRUE='' | |
HAVE_GTK_DOC_FALSE='' | |
HAVE_GTK_DOC_TRUE='#' | |
HAVE_HTTP_AUTHSTRING='' | |
HAVE_INCLUDED_IMMMODULES_FALSE='' | |
HAVE_INCLUDED_IMMMODULES_TRUE='#' | |
HAVE_INTROSPECTION_FALSE='#' | |
HAVE_INTROSPECTION_TRUE='' | |
HAVE_OBJC_FALSE='#' | |
HAVE_OBJC_TRUE='' | |
HAVE_PAPI_FALSE='' | |
HAVE_PAPI_TRUE='#' | |
HTML_DIR='${datadir}/gtk-doc/html' | |
INCLUDED_IMMODULE_DEFINE='' | |
INCLUDED_IMMODULE_OBJ='' | |
INCLUDE_IM_AM_ET_FALSE='' | |
INCLUDE_IM_AM_ET_TRUE='#' | |
INCLUDE_IM_BROADWAY_FALSE='' | |
INCLUDE_IM_BROADWAY_TRUE='#' | |
INCLUDE_IM_CEDILLA_FALSE='' | |
INCLUDE_IM_CEDILLA_TRUE='#' | |
INCLUDE_IM_CYRILLIC_TRANSLIT_FALSE='' | |
INCLUDE_IM_CYRILLIC_TRANSLIT_TRUE='#' | |
INCLUDE_IM_IME_FALSE='' | |
INCLUDE_IM_IME_TRUE='#' | |
INCLUDE_IM_INUKTITUT_FALSE='' | |
INCLUDE_IM_INUKTITUT_TRUE='#' | |
INCLUDE_IM_IPA_FALSE='' | |
INCLUDE_IM_IPA_TRUE='#' | |
INCLUDE_IM_MULTIPRESS_FALSE='' | |
INCLUDE_IM_MULTIPRESS_TRUE='#' | |
INCLUDE_IM_QUARTZ_FALSE='' | |
INCLUDE_IM_QUARTZ_TRUE='#' | |
INCLUDE_IM_THAI_FALSE='' | |
INCLUDE_IM_THAI_TRUE='#' | |
INCLUDE_IM_TI_ER_FALSE='' | |
INCLUDE_IM_TI_ER_TRUE='#' | |
INCLUDE_IM_TI_ET_FALSE='' | |
INCLUDE_IM_TI_ET_TRUE='#' | |
INCLUDE_IM_VIQR_FALSE='' | |
INCLUDE_IM_VIQR_TRUE='#' | |
INCLUDE_IM_WAYLAND_FALSE='' | |
INCLUDE_IM_WAYLAND_TRUE='#' | |
INCLUDE_IM_XIM_FALSE='' | |
INCLUDE_IM_XIM_TRUE='#' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation' | |
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' | |
INTROSPECTION_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -I/usr/local/Cellar/pcre/8.41/include -I/usr/local/Cellar/glib/2.56.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/gobject-introspection/1.56.0/include/gobject-introspection-1.0' | |
INTROSPECTION_COMPILER='/usr/local/Cellar/gobject-introspection/1.56.0/bin/g-ir-compiler' | |
INTROSPECTION_GENERATE='/usr/local/Cellar/gobject-introspection/1.56.0/bin/g-ir-generate' | |
INTROSPECTION_GIRDIR='/usr/local/Cellar/gobject-introspection/1.56.0/share/gir-1.0' | |
INTROSPECTION_LIBS='-L/usr/local/Cellar/glib/2.56.0/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gobject-introspection/1.56.0/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation' | |
INTROSPECTION_MAKEFILE='/usr/local/Cellar/gobject-introspection/1.56.0/share/gobject-introspection-1.0/Makefile.introspection' | |
INTROSPECTION_REQUIRED_VERSION='1.39.0' | |
INTROSPECTION_SCANNER='/usr/local/Cellar/gobject-introspection/1.56.0/bin/g-ir-scanner' | |
INTROSPECTION_TYPELIBDIR='/usr/local/Cellar/gobject-introspection/1.56.0/lib/girepository-1.0' | |
JSON_GLIB_CFLAGS='' | |
JSON_GLIB_LIBS='' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='' | |
LDFLAGS_FOR_BUILD='' | |
LIBICONV='-liconv' | |
LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation' | |
LIBOBJS='' | |
LIBS='-lm -lintl -Wl,-framework -Wl,CoreFoundation' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIB_EXE_MACHINE_FLAG='X86' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBICONV='-liconv' | |
LTLIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation' | |
LTLIBOBJS='' | |
LT_CURRENT_MINUS_AGE='0' | |
LT_SYS_LIBRARY_PATH='' | |
LT_VERSION_INFO='2200:29:2200' | |
MAINT='' | |
MAINTAINER_MODE_FALSE='#' | |
MAINTAINER_MODE_TRUE='' | |
MAKEINFO='${SHELL} /private/tmp/gtk+3-20180315-23778-81srrj/gtk+-3.22.29/build-aux/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MATH_LIB='-lm' | |
MKDIR_P='build-aux/install-sh -c -d' | |
MSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
MSGFMT_015='/usr/local/opt/gettext/bin/msgfmt' | |
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge' | |
MSVC_BASE_NO_TOOLSET_SET_FALSE='#' | |
MSVC_BASE_NO_TOOLSET_SET_TRUE='' | |
MSVC_NO_TOOLSET_SET_FALSE='#' | |
MSVC_NO_TOOLSET_SET_TRUE='' | |
MS_LIB_AVAILABLE_FALSE='' | |
MS_LIB_AVAILABLE_TRUE='#' | |
NM='/usr/bin/nm -B' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OS_DARWIN_FALSE='#' | |
OS_DARWIN_TRUE='' | |
OS_LINUX_FALSE='' | |
OS_LINUX_TRUE='#' | |
OS_UNIX_FALSE='#' | |
OS_UNIX_TRUE='' | |
OS_WIN32_FALSE='' | |
OS_WIN32_TRUE='#' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='gtk+' | |
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B' | |
PACKAGE_NAME='gtk+' | |
PACKAGE_STRING='gtk+ 3.22.29' | |
PACKAGE_TARNAME='gtk+' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='3.22.29' | |
PANGO_PREFIX='/usr/local/Cellar/pango/1.42.0' | |
PANGO_REQUIRED_VERSION='1.37.3' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_FOR_BUILD='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11' | |
PKG_CONFIG_PATH='/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/jpeg/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/libepoxy/lib/pkgconfig:/usr/local/opt/fribidi/lib/pkgconfig:/usr/local/opt/graphite2/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/jasper/lib/pkgconfig:/usr/local/opt/gsettings-desktop-schemas/share/pkgconfig' | |
PLATFORM_WIN32_FALSE='' | |
PLATFORM_WIN32_TRUE='#' | |
POSUB='po' | |
RANLIB='ranlib' | |
REBUILD_SCSS_FALSE='' | |
REBUILD_SCSS_TRUE='#' | |
REST_CFLAGS='' | |
REST_LIBS='' | |
SASSC='' | |
SED='/usr/local/Homebrew/Library/Homebrew/shims/super/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SHM_LIBS='' | |
STRIP='strip' | |
TEST_PRINT_BACKEND_FALSE='' | |
TEST_PRINT_BACKEND_TRUE='#' | |
USE_BROADWAY_FALSE='' | |
USE_BROADWAY_TRUE='#' | |
USE_MIR_FALSE='' | |
USE_MIR_TRUE='#' | |
USE_NLS='yes' | |
USE_QUARTZ_FALSE='#' | |
USE_QUARTZ_TRUE='' | |
USE_WAYLAND_FALSE='' | |
USE_WAYLAND_TRUE='#' | |
USE_WIN32_FALSE='' | |
USE_WIN32_TRUE='#' | |
USE_X11_FALSE='' | |
USE_X11_TRUE='#' | |
VERSION='3.22.29' | |
WAYLAND_PROTOCOLS_DATADIR='' | |
WAYLAND_SCANNER='' | |
WINDRES='' | |
X11_PREFIX='/usr/local/Cellar/gtk+3/3.22.29' | |
XGETTEXT='/usr/local/opt/gettext/bin/xgettext' | |
XGETTEXT_015='/usr/local/opt/gettext/bin/xgettext' | |
XGETTEXT_EXTRA_OPTIONS='' | |
XMKMF='' | |
XMLCATALOG='/usr/bin/xmlcatalog' | |
XML_CATALOG_FILE='/etc/xml/catalog' | |
XSLTPROC='/usr/bin/xsltproc' | |
X_CFLAGS='' | |
X_EXTRA_LIBS='' | |
X_LIBS='' | |
X_PRE_LIBS='' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_CC_FOR_BUILD='gcc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
all-am: $(gsettings_SCHEMAS:.xml=.valid) | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCCAS_FALSE='' | |
am__fastdepCCAS_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin15.6.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin15.6.0' | |
build_vendor='apple' | |
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-apple-darwin15.6.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin15.6.0' | |
host_vendor='apple' | |
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} /private/tmp/gtk+3-20180315-23778-81srrj/gtk+-3.22.29/build-aux/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 | |
ms_librarian='' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/gtk+3/3.22.29' | |
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 "gtk+" | |
#define PACKAGE_TARNAME "gtk+" | |
#define PACKAGE_VERSION "3.22.29" | |
#define PACKAGE_STRING "gtk+ 3.22.29" | |
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B" | |
#define PACKAGE_URL "" | |
#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 __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
#define HAVE_CFLOCALECOPYCURRENT 1 | |
#define HAVE_ICONV 1 | |
#define ENABLE_NLS 1 | |
#define HAVE_GETTEXT 1 | |
#define HAVE_DCGETTEXT 1 | |
#define GETTEXT_PACKAGE "gtk30" | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_FLOCKFILE 1 | |
#define HAVE_LSTAT 1 | |
#define HAVE_MKSTEMP 1 | |
#define HAVE_LOCALTIME_R 1 | |
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_FTW_H 1 | |
#define HAVE_FTW_H 1 | |
#define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_LIBM 1 | |
#define HAVE_ROUND 1 | |
#define HAVE_RINT 1 | |
#define HAVE_NEARBYINT 1 | |
#define HAVE_EXP2 1 | |
#define HAVE_LOG2 1 | |
#define HAVE_DECL_ISNAN 1 | |
#define HAVE_DECL_ISINF 1 | |
#define HAVE_CRT_EXTERNS_H 1 | |
#define HAVE__NSGETENVIRON 1 | |
#define USE_GMODULE 1 | |
#define HAVE_GIO_UNIX 1 | |
#define HAVE_SOCKADDR_UN_SUN_LEN 1 | |
#define HAVE_CUPS_API_1_6 1 | |
#define HAVE_HTTPGETAUTHSTRING 1 | |
#define _GDK_EXTERN __attribute__((visibility("default"))) extern | |
configure: exit 0 | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gtk+ config.status 3.22.29, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status gdk/gdkconfig.h | |
on tyr.local | |
config.status:1864: executing gdk/gdkconfig.h commands | |
config.status:2825: gdk/gdkconfig.h is unchanged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment