Created
November 23, 2013 13:34
-
-
Save anonymous/7614634 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
configure: WARNING: unrecognized options: --disable-visibility | |
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 how to create a ustar tar archive... gnutar | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking whether make supports nested variables... 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 for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether clang and cc understand -c and -o together... yes | |
checking for clang option to accept ISO C99... none needed | |
checking for clang option to accept ISO Standard C... (cached) none needed | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
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... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /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 | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.0.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 output from clang object... ok | |
checking for sysroot... no | |
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 how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -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... darwin13.0.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... darwin13.0.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 | |
checking for some Win32 platform... no | |
checking whether build environment is sane... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... 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 indent... indent | |
checking for lstat... yes | |
checking for mkstemp... yes | |
checking for flockfile... yes | |
checking for getc_unlocked... 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 locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... no | |
checking for bindtextdomain in -lintl... yes | |
checking for ngettext in -lintl... yes | |
checking for dgettext in -lintl... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for catalogs to be installed... af am ang ar as ast az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia crh cs cy da de dz el en en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kg kk kn ko ku lg li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@ije sr@latin sv ta te th tk tr tt ug uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW | |
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.32.0... yes (version 2.38.2) | |
checking for bind_textdomain_codeset... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.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 rint in -lm... 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 for gdk-pixbuf-csource... /usr/local/opt/gdk-pixbuf/bin/gdk-pixbuf-csource | |
checking for XOpenDisplay... yes | |
checking for XextFindDisplay... yes | |
checking if <X11/extensions/XIproto.h> is needed for xReply... no | |
checking for XkbQueryExtension... yes | |
checking for XShapeCombineMask... yes | |
checking for XSyncQueryExtension... yes | |
checking for X11/extensions/sync.h... yes | |
checking for Xinerama packages... yes | |
checking for XGetEventData... yes | |
checking X11/extensions/XInput2.h usability... yes | |
checking X11/extensions/XInput2.h presence... yes | |
checking for X11/extensions/XInput2.h... yes | |
checking for XIAllowTouchEvents... yes | |
checking for XIScrollClassInfo.number... yes | |
checking Pango flags... -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo | |
checking ATK flags... -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/atk/2.10.0/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl | |
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 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... no (disabled, use --enable-introspection to enable) | |
checking whether to use PackageKit... yes | |
checking whether to use colord... yes | |
checking for COLORD... 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 db2html... false | |
checking for -Bsymbolic-functions linker flag... no | |
configure: creating ./config.status | |
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/pixbuf-demo/Makefile | |
config.status: creating demos/widget-factory/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/a11y/Makefile | |
config.status: creating tests/css/Makefile | |
config.status: creating tests/css/parser/Makefile | |
config.status: creating tests/reftests/Makefile | |
config.status: creating tests/visuals/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/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/vs10/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/tests/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 | |
config.status: creating gtk/a11y/Makefile | |
config.status: creating gtk/tests/Makefile | |
config.status: creating libgail-util/Makefile | |
config.status: creating modules/Makefile | |
config.status: creating modules/engines/Makefile | |
config.status: creating modules/engines/pixbuf/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/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 perf/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: executing po-properties commands | |
config.status: executing gdk/gdkconfig.h commands | |
configure: WARNING: unrecognized options: --disable-visibility | |
GTK+ 3.4.1 | |
=========== | |
GDK backends: x11 | |
X11 extensions: XKB Xinerama XI2.2 XRANDR XFIXES Composite DAMAGE | |
Print backends: file lpr cups | |
Dynamic modules: yes | |
Included immodules: none | |
PackageKit support: yes | |
colord support: no | |
Introspection: no (disabled, use --enable-introspection to enable) | |
Debugging: minimum | |
Documentation: no |
This file contains hidden or 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 executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -pipe -Os -march=native -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -V | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
cc called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E - | |
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: --version | |
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -pipe -Os -march=native -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -V | |
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 executed: clang++ -pipe -Os -march=native -c -g -O2 -x objective-c++ conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -print-prog-name=ld | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -print-search-dirs | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -E conftest.cpp | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -E conftest.cpp | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -E conftest.cpp | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -E conftest.cpp | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -o conftest -g -O2 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -print-prog-name=ld | |
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -o conftest -g -O2 -static conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp | |
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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lm -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lm -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall conftest.c -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -I/opt/X11/include conftest.c | |
superenv executed: clang -E -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -lXi | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/opt/X11/lib -lX11 -lXext -lintl -lXi -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/atk/2.10.0/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/atk/2.10.0/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -I/opt/X11/include conftest.c | |
superenv executed: clang -E -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -lcups -weak_framework Kerberos -weak_framework GSS -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation -framework Security -liconv -lz | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include 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/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -lpapi | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include conftest.c -lpapi -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c | |
superenv executed: clang -E -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c | |
superenv executed: clang -E -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 -Wall -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c | |
superenv executed: clang -E -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 -Wall -I/opt/X11/include -Wl,-Bsymbolic-functions conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/opt/X11/include -Wl,-Bsymbolic-functions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
This file contains hidden or 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
Making install in po | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d /usr/local/Cellar/gtk+/3.4.1/share; \ | |
catalogs='af.gmo am.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kg.gmo kk.gmo kn.gmo ko.gmo ku.gmo lg.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@latin.gmo sv.gmo ta.gmo te.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \ | |
for cat in $catalogs; do \ | |
cat=`basename $cat`; \ | |
case "$cat" in \ | |
*.gmo) destdir=/usr/local/Cellar/gtk+/3.4.1/share/locale;; \ | |
*) destdir=/usr/local/Cellar/gtk+/3.4.1/lib/locale;; \ | |
esac; \ | |
lang=`echo $cat | sed 's/\.gmo$//'`; \ | |
dir=$destdir/$lang/LC_MESSAGES; \ | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d $dir; \ | |
if test -r $cat; then \ | |
/usr/bin/install -c -m 644 $cat $dir/gtk30.mo; \ | |
echo "installing $cat as $dir/gtk30.mo"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$cat $dir/gtk30.mo; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30.mo"; \ | |
fi; \ | |
if test -r $cat.m; then \ | |
/usr/bin/install -c -m 644 $cat.m $dir/gtk30.mo.m; \ | |
echo "installing $cat.m as $dir/gtk30.mo.m"; \ | |
else \ | |
if test -r ./$cat.m ; then \ | |
/usr/bin/install -c -m 644 ./$cat.m \ | |
$dir/gtk30.mo.m; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30.mo.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
installing af.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/af/LC_MESSAGES/gtk30.mo | |
installing am.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/am/LC_MESSAGES/gtk30.mo | |
installing ang.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ang/LC_MESSAGES/gtk30.mo | |
installing ar.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ar/LC_MESSAGES/gtk30.mo | |
installing as.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/as/LC_MESSAGES/gtk30.mo | |
installing ast.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ast/LC_MESSAGES/gtk30.mo | |
installing az.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/az/LC_MESSAGES/gtk30.mo | |
installing az_IR.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/az_IR/LC_MESSAGES/gtk30.mo | |
installing be.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/be/LC_MESSAGES/gtk30.mo | |
installing be@latin.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/be@latin/LC_MESSAGES/gtk30.mo | |
installing bg.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bg/LC_MESSAGES/gtk30.mo | |
installing bn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bn/LC_MESSAGES/gtk30.mo | |
installing bn_IN.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bn_IN/LC_MESSAGES/gtk30.mo | |
installing br.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/br/LC_MESSAGES/gtk30.mo | |
installing bs.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bs/LC_MESSAGES/gtk30.mo | |
installing ca.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ca/LC_MESSAGES/gtk30.mo | |
installing ca@valencia.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo | |
installing crh.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/crh/LC_MESSAGES/gtk30.mo | |
installing cs.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/cs/LC_MESSAGES/gtk30.mo | |
installing cy.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/cy/LC_MESSAGES/gtk30.mo | |
installing da.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/da/LC_MESSAGES/gtk30.mo | |
installing de.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/de/LC_MESSAGES/gtk30.mo | |
installing dz.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/dz/LC_MESSAGES/gtk30.mo | |
installing el.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/el/LC_MESSAGES/gtk30.mo | |
installing en.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en/LC_MESSAGES/gtk30.mo | |
installing en_CA.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en_CA/LC_MESSAGES/gtk30.mo | |
installing en_GB.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en_GB/LC_MESSAGES/gtk30.mo | |
installing en@shaw.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en@shaw/LC_MESSAGES/gtk30.mo | |
installing eo.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/eo/LC_MESSAGES/gtk30.mo | |
installing es.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/es/LC_MESSAGES/gtk30.mo | |
installing et.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/et/LC_MESSAGES/gtk30.mo | |
installing eu.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/eu/LC_MESSAGES/gtk30.mo | |
installing fa.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/fa/LC_MESSAGES/gtk30.mo | |
installing fi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/fi/LC_MESSAGES/gtk30.mo | |
installing fr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/fr/LC_MESSAGES/gtk30.mo | |
installing ga.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ga/LC_MESSAGES/gtk30.mo | |
installing gl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/gl/LC_MESSAGES/gtk30.mo | |
installing gu.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/gu/LC_MESSAGES/gtk30.mo | |
installing he.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/he/LC_MESSAGES/gtk30.mo | |
installing hi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hi/LC_MESSAGES/gtk30.mo | |
installing hr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hr/LC_MESSAGES/gtk30.mo | |
installing hu.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hu/LC_MESSAGES/gtk30.mo | |
installing hy.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hy/LC_MESSAGES/gtk30.mo | |
installing ia.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ia/LC_MESSAGES/gtk30.mo | |
installing id.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/id/LC_MESSAGES/gtk30.mo | |
installing io.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/io/LC_MESSAGES/gtk30.mo | |
installing is.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/is/LC_MESSAGES/gtk30.mo | |
installing it.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/it/LC_MESSAGES/gtk30.mo | |
installing ja.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ja/LC_MESSAGES/gtk30.mo | |
installing ka.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ka/LC_MESSAGES/gtk30.mo | |
installing kg.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/kg/LC_MESSAGES/gtk30.mo | |
installing kk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/kk/LC_MESSAGES/gtk30.mo | |
installing kn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/kn/LC_MESSAGES/gtk30.mo | |
installing ko.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ko/LC_MESSAGES/gtk30.mo | |
installing ku.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ku/LC_MESSAGES/gtk30.mo | |
installing lg.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/lg/LC_MESSAGES/gtk30.mo | |
installing li.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/li/LC_MESSAGES/gtk30.mo | |
installing lt.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/lt/LC_MESSAGES/gtk30.mo | |
installing lv.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/lv/LC_MESSAGES/gtk30.mo | |
installing mai.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mai/LC_MESSAGES/gtk30.mo | |
installing mi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mi/LC_MESSAGES/gtk30.mo | |
installing mk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mk/LC_MESSAGES/gtk30.mo | |
installing ml.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ml/LC_MESSAGES/gtk30.mo | |
installing mn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mn/LC_MESSAGES/gtk30.mo | |
installing mr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mr/LC_MESSAGES/gtk30.mo | |
installing ms.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ms/LC_MESSAGES/gtk30.mo | |
installing my.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/my/LC_MESSAGES/gtk30.mo | |
installing nb.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nb/LC_MESSAGES/gtk30.mo | |
installing nds.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nds/LC_MESSAGES/gtk30.mo | |
installing ne.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ne/LC_MESSAGES/gtk30.mo | |
installing nl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nl/LC_MESSAGES/gtk30.mo | |
installing nn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nn/LC_MESSAGES/gtk30.mo | |
installing nso.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nso/LC_MESSAGES/gtk30.mo | |
installing oc.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/oc/LC_MESSAGES/gtk30.mo | |
installing or.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/or/LC_MESSAGES/gtk30.mo | |
installing pa.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pa/LC_MESSAGES/gtk30.mo | |
installing pl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pl/LC_MESSAGES/gtk30.mo | |
installing ps.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ps/LC_MESSAGES/gtk30.mo | |
installing pt.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pt/LC_MESSAGES/gtk30.mo | |
installing pt_BR.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pt_BR/LC_MESSAGES/gtk30.mo | |
installing ro.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ro/LC_MESSAGES/gtk30.mo | |
installing ru.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ru/LC_MESSAGES/gtk30.mo | |
installing rw.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/rw/LC_MESSAGES/gtk30.mo | |
installing si.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/si/LC_MESSAGES/gtk30.mo | |
installing sk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sk/LC_MESSAGES/gtk30.mo | |
installing sl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sl/LC_MESSAGES/gtk30.mo | |
installing sq.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sq/LC_MESSAGES/gtk30.mo | |
installing sr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sr/LC_MESSAGES/gtk30.mo | |
installing sr@ije.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sr@ije/LC_MESSAGES/gtk30.mo | |
installing sr@latin.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sr@latin/LC_MESSAGES/gtk30.mo | |
installing sv.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sv/LC_MESSAGES/gtk30.mo | |
installing ta.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ta/LC_MESSAGES/gtk30.mo | |
installing te.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/te/LC_MESSAGES/gtk30.mo | |
installing th.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/th/LC_MESSAGES/gtk30.mo | |
installing tk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/tk/LC_MESSAGES/gtk30.mo | |
installing tr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/tr/LC_MESSAGES/gtk30.mo | |
installing tt.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/tt/LC_MESSAGES/gtk30.mo | |
installing ug.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ug/LC_MESSAGES/gtk30.mo | |
installing uk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/uk/LC_MESSAGES/gtk30.mo | |
installing ur.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ur/LC_MESSAGES/gtk30.mo | |
installing uz.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/uz/LC_MESSAGES/gtk30.mo | |
installing uz@cyrillic.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo | |
installing vi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/vi/LC_MESSAGES/gtk30.mo | |
installing wa.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/wa/LC_MESSAGES/gtk30.mo | |
installing xh.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/xh/LC_MESSAGES/gtk30.mo | |
installing yi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/yi/LC_MESSAGES/gtk30.mo | |
installing zh_CN.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/zh_CN/LC_MESSAGES/gtk30.mo | |
installing zh_HK.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/zh_HK/LC_MESSAGES/gtk30.mo | |
installing zh_TW.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/zh_TW/LC_MESSAGES/gtk30.mo | |
if test "gtk+" = "glib"; then \ | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d /usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/gettext/po; \ | |
/usr/bin/install -c -m 644 ./Makefile.in.in \ | |
/usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/gettext/po/Makefile.in.in; \ | |
else \ | |
: ; \ | |
fi | |
Making install in po-properties | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d /usr/local/Cellar/gtk+/3.4.1/share; \ | |
catalogs='af.gmo am.gmo ang.gmo ar.gmo as.gmo ast.gmo az.gmo az_IR.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo br.gmo bs.gmo ca.gmo ca@valencia.gmo crh.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo io.gmo is.gmo it.gmo ja.gmo ka.gmo kg.gmo kk.gmo kn.gmo ko.gmo ku.gmo lg.gmo li.gmo lt.gmo lv.gmo mai.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo nso.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@latin.gmo sv.gmo ta.gmo te.gmo th.gmo tk.gmo tr.gmo tt.gmo ug.gmo uk.gmo ur.gmo uz.gmo uz@cyrillic.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'; \ | |
for cat in $catalogs; do \ | |
cat=`basename $cat`; \ | |
case "$cat" in \ | |
*.gmo) destdir=/usr/local/Cellar/gtk+/3.4.1/share/locale;; \ | |
*) destdir=/usr/local/Cellar/gtk+/3.4.1/lib/locale;; \ | |
esac; \ | |
lang=`echo $cat | sed 's/\.gmo$//'`; \ | |
dir=$destdir/$lang/LC_MESSAGES; \ | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d $dir; \ | |
if test -r $cat; then \ | |
/usr/bin/install -c -m 644 $cat $dir/gtk30-properties.mo; \ | |
echo "installing $cat as $dir/gtk30-properties.mo"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$cat $dir/gtk30-properties.mo; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30-properties.mo"; \ | |
fi; \ | |
if test -r $cat.m; then \ | |
/usr/bin/install -c -m 644 $cat.m $dir/gtk30-properties.mo.m; \ | |
echo "installing $cat.m as $dir/gtk30-properties.mo.m"; \ | |
else \ | |
if test -r ./$cat.m ; then \ | |
/usr/bin/install -c -m 644 ./$cat.m \ | |
$dir/gtk30-properties.mo.m; \ | |
echo "installing ./$cat as" \ | |
"$dir/gtk30-properties.mo.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
installing af.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/af/LC_MESSAGES/gtk30-properties.mo | |
installing am.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/am/LC_MESSAGES/gtk30-properties.mo | |
installing ang.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ang/LC_MESSAGES/gtk30-properties.mo | |
installing ar.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ar/LC_MESSAGES/gtk30-properties.mo | |
installing as.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/as/LC_MESSAGES/gtk30-properties.mo | |
installing ast.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ast/LC_MESSAGES/gtk30-properties.mo | |
installing az.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/az/LC_MESSAGES/gtk30-properties.mo | |
installing az_IR.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo | |
installing be.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/be/LC_MESSAGES/gtk30-properties.mo | |
installing be@latin.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo | |
installing bg.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bg/LC_MESSAGES/gtk30-properties.mo | |
installing bn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bn/LC_MESSAGES/gtk30-properties.mo | |
installing bn_IN.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo | |
installing br.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/br/LC_MESSAGES/gtk30-properties.mo | |
installing bs.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/bs/LC_MESSAGES/gtk30-properties.mo | |
installing ca.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ca/LC_MESSAGES/gtk30-properties.mo | |
installing ca@valencia.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo | |
installing crh.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/crh/LC_MESSAGES/gtk30-properties.mo | |
installing cs.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/cs/LC_MESSAGES/gtk30-properties.mo | |
installing cy.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/cy/LC_MESSAGES/gtk30-properties.mo | |
installing da.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/da/LC_MESSAGES/gtk30-properties.mo | |
installing de.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/de/LC_MESSAGES/gtk30-properties.mo | |
installing dz.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/dz/LC_MESSAGES/gtk30-properties.mo | |
installing el.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/el/LC_MESSAGES/gtk30-properties.mo | |
installing en.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en/LC_MESSAGES/gtk30-properties.mo | |
installing en_CA.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo | |
installing en_GB.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo | |
installing en@shaw.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo | |
installing eo.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/eo/LC_MESSAGES/gtk30-properties.mo | |
installing es.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/es/LC_MESSAGES/gtk30-properties.mo | |
installing et.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/et/LC_MESSAGES/gtk30-properties.mo | |
installing eu.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/eu/LC_MESSAGES/gtk30-properties.mo | |
installing fa.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/fa/LC_MESSAGES/gtk30-properties.mo | |
installing fi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/fi/LC_MESSAGES/gtk30-properties.mo | |
installing fr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/fr/LC_MESSAGES/gtk30-properties.mo | |
installing ga.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ga/LC_MESSAGES/gtk30-properties.mo | |
installing gl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/gl/LC_MESSAGES/gtk30-properties.mo | |
installing gu.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/gu/LC_MESSAGES/gtk30-properties.mo | |
installing he.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/he/LC_MESSAGES/gtk30-properties.mo | |
installing hi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hi/LC_MESSAGES/gtk30-properties.mo | |
installing hr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hr/LC_MESSAGES/gtk30-properties.mo | |
installing hu.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hu/LC_MESSAGES/gtk30-properties.mo | |
installing hy.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/hy/LC_MESSAGES/gtk30-properties.mo | |
installing ia.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ia/LC_MESSAGES/gtk30-properties.mo | |
installing id.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/id/LC_MESSAGES/gtk30-properties.mo | |
installing io.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/io/LC_MESSAGES/gtk30-properties.mo | |
installing is.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/is/LC_MESSAGES/gtk30-properties.mo | |
installing it.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/it/LC_MESSAGES/gtk30-properties.mo | |
installing ja.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ja/LC_MESSAGES/gtk30-properties.mo | |
installing ka.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ka/LC_MESSAGES/gtk30-properties.mo | |
installing kg.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/kg/LC_MESSAGES/gtk30-properties.mo | |
installing kk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/kk/LC_MESSAGES/gtk30-properties.mo | |
installing kn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/kn/LC_MESSAGES/gtk30-properties.mo | |
installing ko.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ko/LC_MESSAGES/gtk30-properties.mo | |
installing ku.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ku/LC_MESSAGES/gtk30-properties.mo | |
installing lg.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/lg/LC_MESSAGES/gtk30-properties.mo | |
installing li.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/li/LC_MESSAGES/gtk30-properties.mo | |
installing lt.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/lt/LC_MESSAGES/gtk30-properties.mo | |
installing lv.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/lv/LC_MESSAGES/gtk30-properties.mo | |
installing mai.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mai/LC_MESSAGES/gtk30-properties.mo | |
installing mi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mi/LC_MESSAGES/gtk30-properties.mo | |
installing mk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mk/LC_MESSAGES/gtk30-properties.mo | |
installing ml.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ml/LC_MESSAGES/gtk30-properties.mo | |
installing mn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mn/LC_MESSAGES/gtk30-properties.mo | |
installing mr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/mr/LC_MESSAGES/gtk30-properties.mo | |
installing ms.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ms/LC_MESSAGES/gtk30-properties.mo | |
installing my.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/my/LC_MESSAGES/gtk30-properties.mo | |
installing nb.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nb/LC_MESSAGES/gtk30-properties.mo | |
installing nds.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nds/LC_MESSAGES/gtk30-properties.mo | |
installing ne.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ne/LC_MESSAGES/gtk30-properties.mo | |
installing nl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nl/LC_MESSAGES/gtk30-properties.mo | |
installing nn.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nn/LC_MESSAGES/gtk30-properties.mo | |
installing nso.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/nso/LC_MESSAGES/gtk30-properties.mo | |
installing oc.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/oc/LC_MESSAGES/gtk30-properties.mo | |
installing or.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/or/LC_MESSAGES/gtk30-properties.mo | |
installing pa.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pa/LC_MESSAGES/gtk30-properties.mo | |
installing pl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pl/LC_MESSAGES/gtk30-properties.mo | |
installing ps.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ps/LC_MESSAGES/gtk30-properties.mo | |
installing pt.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pt/LC_MESSAGES/gtk30-properties.mo | |
installing pt_BR.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo | |
installing ro.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ro/LC_MESSAGES/gtk30-properties.mo | |
installing ru.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ru/LC_MESSAGES/gtk30-properties.mo | |
installing rw.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/rw/LC_MESSAGES/gtk30-properties.mo | |
installing si.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/si/LC_MESSAGES/gtk30-properties.mo | |
installing sk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sk/LC_MESSAGES/gtk30-properties.mo | |
installing sl.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sl/LC_MESSAGES/gtk30-properties.mo | |
installing sq.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sq/LC_MESSAGES/gtk30-properties.mo | |
installing sr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sr/LC_MESSAGES/gtk30-properties.mo | |
installing sr@ije.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo | |
installing sr@latin.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo | |
installing sv.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/sv/LC_MESSAGES/gtk30-properties.mo | |
installing ta.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ta/LC_MESSAGES/gtk30-properties.mo | |
installing te.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/te/LC_MESSAGES/gtk30-properties.mo | |
installing th.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/th/LC_MESSAGES/gtk30-properties.mo | |
installing tk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/tk/LC_MESSAGES/gtk30-properties.mo | |
installing tr.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/tr/LC_MESSAGES/gtk30-properties.mo | |
installing tt.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/tt/LC_MESSAGES/gtk30-properties.mo | |
installing ug.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ug/LC_MESSAGES/gtk30-properties.mo | |
installing uk.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/uk/LC_MESSAGES/gtk30-properties.mo | |
installing ur.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/ur/LC_MESSAGES/gtk30-properties.mo | |
installing uz.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/uz/LC_MESSAGES/gtk30-properties.mo | |
installing uz@cyrillic.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo | |
installing vi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/vi/LC_MESSAGES/gtk30-properties.mo | |
installing wa.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/wa/LC_MESSAGES/gtk30-properties.mo | |
installing xh.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/xh/LC_MESSAGES/gtk30-properties.mo | |
installing yi.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/yi/LC_MESSAGES/gtk30-properties.mo | |
installing zh_CN.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo | |
installing zh_HK.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo | |
installing zh_TW.gmo as /usr/local/Cellar/gtk+/3.4.1/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo | |
if test "gtk+" = "glib"; then \ | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d /usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/gettext/po; \ | |
/usr/bin/install -c -m 644 ./Makefile.in.in \ | |
/usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/gettext/po/Makefile.in.in; \ | |
else \ | |
: ; \ | |
fi | |
Making install in gdk | |
GEN stamp-gdkenumtypes.h | |
config.status: executing gdk/gdkconfig.h commands | |
config.status: gdk/gdkconfig.h is unchanged | |
echo timestamp > stamp-gc-h | |
GEN gdkconfig.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in x11 | |
CC gdkapplaunchcontext-x11.lo | |
CC gdkasync.lo | |
CC gdkcursor-x11.lo | |
CC gdkdevice-core-x11.lo | |
CC gdkdevice-xi2.lo | |
CC gdkdevicemanager-core-x11.lo | |
CC gdkdevicemanager-x11.lo | |
CC gdkdevicemanager-xi2.lo | |
CC gdkdisplaymanager-x11.lo | |
CC gdkdisplay-x11.lo | |
CC gdkdnd-x11.lo | |
CC gdkeventsource.lo | |
CC gdkeventtranslator.lo | |
CC gdkgeometry-x11.lo | |
CC gdkkeys-x11.lo | |
CC gdkmain-x11.lo | |
CC gdkproperty-x11.lo | |
CC gdkscreen-x11.lo | |
CC gdkselection-x11.lo | |
CC gdktestutils-x11.lo | |
CC gdkvisual-x11.lo | |
CC gdkwindow-x11.lo | |
CC gdkxftdefaults.lo | |
CC gdkxid.lo | |
CC xsettings-client.lo | |
CC xsettings-common.lo | |
CC checksettings.o | |
CCLD libgdk-x11.la | |
CCLD checksettings | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk" | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk/x11" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk/x11" | |
mkdir: /usr/local/Cellar/gtk+/3.4.1/include: File exists | |
mkdir: /usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0: File exists | |
mkdir: /usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk: File exists | |
/usr/bin/install -c -m 644 gdkx11applaunchcontext.h gdkx11cursor.h gdkx11device.h gdkx11device-core.h gdkx11device-xi2.h gdkx11devicemanager.h gdkx11devicemanager-core.h gdkx11devicemanager-xi2.h gdkx11display.h gdkx11displaymanager.h gdkx11dnd.h gdkx11keys.h gdkx11property.h gdkx11screen.h gdkx11selection.h gdkx11utils.h gdkx11visual.h gdkx11window.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk/x11' | |
/usr/bin/install -c -m 644 gdkx.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk' | |
Making install in . | |
CC gdk.lo | |
CC gdkapplaunchcontext.lo | |
CC gdkcairo.lo | |
CC gdkcolor.lo | |
CC gdkcursor.lo | |
CC gdkdeprecated.lo | |
CC gdkdevice.lo | |
CC gdkdevicemanager.lo | |
CC gdkdisplay.lo | |
CC gdkdisplaymanager.lo | |
CC gdkdnd.lo | |
CC gdkevents.lo | |
CC gdkglobals.lo | |
CC gdkkeys.lo | |
CC gdkkeyuni.lo | |
CC gdkoffscreenwindow.lo | |
CC gdkpango.lo | |
CC gdkpixbuf-drawable.lo | |
CC gdkrectangle.lo | |
CC gdkrgba.lo | |
CC gdkscreen.lo | |
CC gdkselection.lo | |
CC gdkvisual.lo | |
CC gdkwindow.lo | |
CC gdkwindowimpl.lo | |
CC gdkenumtypes.lo | |
CC gdkmarshalers.lo | |
GEN gdkconfig.h | |
CCLD libgdk-3.la | |
test -z "/usr/local/Cellar/gtk+/3.4.1/lib" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/lib" | |
test -z "" || ../build-aux/install-sh -c -d "" | |
GEN gdkconfig.h | |
test -z "" || ../build-aux/install-sh -c -d "" | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgdk-3.la '/usr/local/Cellar/gtk+/3.4.1/lib' | |
/usr/bin/install -c -m 644 gdk.h gdkapplaunchcontext.h gdkcairo.h gdkcolor.h gdkcursor.h gdkdevice.h gdkdevicemanager.h gdkdisplay.h gdkdisplaymanager.h gdkdnd.h gdkevents.h gdkkeys.h gdkkeysyms.h gdkkeysyms-compat.h gdkmain.h gdkpango.h gdkpixbuf.h gdkprivate.h gdkproperty.h gdkrectangle.h gdkrgba.h gdkscreen.h gdkselection.h gdktestutils.h gdkthreads.h gdktypes.h gdkvisual.h gdkwindow.h gdkenumtypes.h gdkversionmacros.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk' | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk" | |
libtool: install: /usr/bin/install -c .libs/libgdk-3.0.dylib /usr/local/Cellar/gtk+/3.4.1/lib/libgdk-3.0.dylib | |
libtool: install: (cd /usr/local/Cellar/gtk+/3.4.1/lib && { ln -s -f libgdk-3.0.dylib libgdk-3.dylib || { rm -f libgdk-3.dylib && ln -s libgdk-3.0.dylib libgdk-3.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgdk-3.lai /usr/local/Cellar/gtk+/3.4.1/lib/libgdk-3.la | |
/usr/bin/install -c -m 644 gdkconfig.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gdk' | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook | |
/bin/sh ../sanitize-la.sh /usr/local/Cellar/gtk+/3.4.1/lib/libgdk-3.la | |
Making install in tests | |
CC rgba.o | |
CC encoding.o | |
CC display.o | |
CCLD rgba | |
CCLD encoding | |
CCLD display | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in gtk | |
GEN stamp-gtktypebuiltins.h | |
GEN stamp-gtkprivatetypebuiltins.h | |
GEN stamp-gtkmarshalers.h | |
GEN stamp-icons | |
CC updateiconcache.o | |
GEN gtktypefuncs.c | |
CCLD gtk-update-icon-cache | |
GEN gtkbuiltincache.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in a11y | |
CC libgail_la-gail.lo | |
CC libgail_la-gtkarrowaccessible.lo | |
CC libgail_la-gtkbooleancellaccessible.lo | |
CC libgail_la-gtkboxaccessible.lo | |
CC libgail_la-gtkbuttonaccessible.lo | |
CC libgail_la-gtkcellaccessible.lo | |
CC libgail_la-gtkcellaccessibleparent.lo | |
CC libgail_la-gtkcheckmenuitemaccessible.lo | |
CC libgail_la-gtkcolorswatchaccessible.lo | |
CC libgail_la-gtkcomboboxaccessible.lo | |
CC libgail_la-gtkcontaineraccessible.lo | |
CC libgail_la-gtkcontainercellaccessible.lo | |
CC libgail_la-gtkentryaccessible.lo | |
CC libgail_la-gtkexpanderaccessible.lo | |
CC libgail_la-gtkframeaccessible.lo | |
CC libgail_la-gtkiconviewaccessible.lo | |
CC libgail_la-gtkimageaccessible.lo | |
CC libgail_la-gtkimagecellaccessible.lo | |
CC libgail_la-gtklabelaccessible.lo | |
CC libgail_la-gtklinkbuttonaccessible.lo | |
CC libgail_la-gtkmenuaccessible.lo | |
CC libgail_la-gtkmenushellaccessible.lo | |
CC libgail_la-gtkmenuitemaccessible.lo | |
CC libgail_la-gtknotebookaccessible.lo | |
CC libgail_la-gtknotebookpageaccessible.lo | |
CC libgail_la-gtkpanedaccessible.lo | |
CC libgail_la-gtkprogressbaraccessible.lo | |
CC libgail_la-gtkradiobuttonaccessible.lo | |
CC libgail_la-gtkradiomenuitemaccessible.lo | |
CC libgail_la-gtkrangeaccessible.lo | |
CC libgail_la-gtkrenderercellaccessible.lo | |
CC libgail_la-gtkscaleaccessible.lo | |
CC libgail_la-gtkscalebuttonaccessible.lo | |
CC libgail_la-gtkscrollbaraccessible.lo | |
CC libgail_la-gtkscrolledwindowaccessible.lo | |
CC libgail_la-gtkspinbuttonaccessible.lo | |
CC libgail_la-gtkspinneraccessible.lo | |
CC libgail_la-gtkstatusbaraccessible.lo | |
CC libgail_la-gtkswitchaccessible.lo | |
CC libgail_la-gtktextcellaccessible.lo | |
CC libgail_la-gtktextviewaccessible.lo | |
CC libgail_la-gtktogglebuttonaccessible.lo | |
CC libgail_la-gtktoplevelaccessible.lo | |
CC libgail_la-gtktreeviewaccessible.lo | |
CC libgail_la-gtkwidgetaccessible.lo | |
CC libgail_la-gtkwindowaccessible.lo | |
CC libgail_la-gailutil.lo | |
CC libgail_la-gailmisc.lo | |
CCLD libgail.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in . | |
CC libgtk_3_la-gtkcolorsel.lo | |
CC libgtk_3_la-gtkcolorseldialog.lo | |
CC libgtk_3_la-gtkfontsel.lo | |
CC libgtk_3_la-gtkhandlebox.lo | |
CC libgtk_3_la-gtkhbbox.lo | |
CC libgtk_3_la-gtkhbox.lo | |
CC libgtk_3_la-gtkhpaned.lo | |
CC libgtk_3_la-gtkhscale.lo | |
CC libgtk_3_la-gtkhscrollbar.lo | |
CC libgtk_3_la-gtkhseparator.lo | |
CC libgtk_3_la-gtkhsv.lo | |
CC libgtk_3_la-gtkrc.lo | |
CC libgtk_3_la-gtkstyle.lo | |
CC libgtk_3_la-gtktable.lo | |
CC libgtk_3_la-gtktearoffmenuitem.lo | |
CC libgtk_3_la-gtkvbbox.lo | |
CC libgtk_3_la-gtkvbox.lo | |
CC libgtk_3_la-gtkvscale.lo | |
CC libgtk_3_la-gtkvscrollbar.lo | |
CC libgtk_3_la-gtkvseparator.lo | |
CC libgtk_3_la-gtkvpaned.lo | |
CC libgtk_3_la-gactionmuxer.lo | |
CC libgtk_3_la-gsimpleactionobserver.lo | |
CC libgtk_3_la-gactionobserver.lo | |
CC libgtk_3_la-gactionobservable.lo | |
CC libgtk_3_la-gtkactionable.lo | |
CC libgtk_3_la-gtkquery.lo | |
CC libgtk_3_la-gtksearchengine.lo | |
CC libgtk_3_la-gtksearchenginesimple.lo | |
CC libgtk_3_la-fnmatch.lo | |
CC libgtk_3_la-gtkaboutdialog.lo | |
CC libgtk_3_la-gtkaccelgroup.lo | |
CC libgtk_3_la-gtkaccellabel.lo | |
CC libgtk_3_la-gtkaccelmap.lo | |
CC libgtk_3_la-gtkaccessible.lo | |
CC libgtk_3_la-gtkaction.lo | |
CC libgtk_3_la-gtkactiongroup.lo | |
CC libgtk_3_la-gtkactivatable.lo | |
CC libgtk_3_la-gtkadjustment.lo | |
CC libgtk_3_la-gtkalignment.lo | |
CC libgtk_3_la-gtkallocatedbitmask.lo | |
CC libgtk_3_la-gtkappchooser.lo | |
CC libgtk_3_la-gtkappchooserwidget.lo | |
CC libgtk_3_la-gtkappchooserbutton.lo | |
CC libgtk_3_la-gtkappchooserdialog.lo | |
CC libgtk_3_la-gtkappchoosermodule.lo | |
CC libgtk_3_la-gtkappchooseronline.lo | |
CC libgtk_3_la-gtkapplication.lo | |
CC libgtk_3_la-gtkapplicationwindow.lo | |
CC libgtk_3_la-gtkanimationdescription.lo | |
CC libgtk_3_la-gtkarrow.lo | |
CC libgtk_3_la-gtkaspectframe.lo | |
CC libgtk_3_la-gtkassistant.lo | |
CC libgtk_3_la-gtkbbox.lo | |
CC libgtk_3_la-gtkbin.lo | |
CC libgtk_3_la-gtkbindings.lo | |
CC libgtk_3_la-gtkborder.lo | |
CC libgtk_3_la-gtkborderimage.lo | |
CC libgtk_3_la-gtkbox.lo | |
CC libgtk_3_la-gtkbuildable.lo | |
CC libgtk_3_la-gtkbuilder.lo | |
CC libgtk_3_la-gtkbuilderparser.lo | |
CC libgtk_3_la-gtkbuilder-menus.lo | |
CC libgtk_3_la-gtkbutton.lo | |
CC libgtk_3_la-gtkcalendar.lo | |
CC libgtk_3_la-gtkcellarea.lo | |
CC libgtk_3_la-gtkcellareabox.lo | |
CC libgtk_3_la-gtkcellareaboxcontext.lo | |
CC libgtk_3_la-gtkcellareacontext.lo | |
CC libgtk_3_la-gtkcelleditable.lo | |
CC libgtk_3_la-gtkcelllayout.lo | |
CC libgtk_3_la-gtkcellrenderer.lo | |
CC libgtk_3_la-gtkcellrendereraccel.lo | |
CC libgtk_3_la-gtkcellrenderercombo.lo | |
CC libgtk_3_la-gtkcellrendererpixbuf.lo | |
CC libgtk_3_la-gtkcellrendererprogress.lo | |
CC libgtk_3_la-gtkcellrendererspin.lo | |
CC libgtk_3_la-gtkcellrendererspinner.lo | |
CC libgtk_3_la-gtkcellrenderertext.lo | |
CC libgtk_3_la-gtkcellrenderertoggle.lo | |
CC libgtk_3_la-gtkcellview.lo | |
CC libgtk_3_la-gtkcheckbutton.lo | |
CC libgtk_3_la-gtkcheckmenuitem.lo | |
CC libgtk_3_la-gtkcolorbutton.lo | |
CC libgtk_3_la-gtkcolorchooser.lo | |
CC libgtk_3_la-gtkcolorchooserwidget.lo | |
CC libgtk_3_la-gtkcolorchooserdialog.lo | |
CC libgtk_3_la-gtkcoloreditor.lo | |
CC libgtk_3_la-gtkcolorplane.lo | |
CC libgtk_3_la-gtkcolorscale.lo | |
CC libgtk_3_la-gtkcolorswatch.lo | |
CC libgtk_3_la-gtkcolorutils.lo | |
CC libgtk_3_la-gtkcombobox.lo | |
CC libgtk_3_la-gtkcomboboxtext.lo | |
CC libgtk_3_la-gtkcontainer.lo | |
CC libgtk_3_la-gtkcsscomputedvalues.lo | |
CC libgtk_3_la-gtkcsscustomproperty.lo | |
CC libgtk_3_la-gtkcssimage.lo | |
CC libgtk_3_la-gtkcssimagegradient.lo | |
CC libgtk_3_la-gtkcssimagelinear.lo | |
CC libgtk_3_la-gtkcssimageurl.lo | |
CC libgtk_3_la-gtkcssimagewin32.lo | |
CC libgtk_3_la-gtkcsslookup.lo | |
CC libgtk_3_la-gtkcssparser.lo | |
CC libgtk_3_la-gtkcssprovider.lo | |
CC libgtk_3_la-gtkcsssection.lo | |
CC libgtk_3_la-gtkcssselector.lo | |
CC libgtk_3_la-gtkcssshorthandproperty.lo | |
CC libgtk_3_la-gtkcssshorthandpropertyimpl.lo | |
CC libgtk_3_la-gtkcssstylefuncs.lo | |
CC libgtk_3_la-gtkcssstyleproperty.lo | |
CC libgtk_3_la-gtkcssstylepropertyimpl.lo | |
CC libgtk_3_la-gtkcssvalue.lo | |
CC libgtk_3_la-gtkcsstypes.lo | |
CC libgtk_3_la-gtkdialog.lo | |
CC libgtk_3_la-gtkdrawingarea.lo | |
CC libgtk_3_la-gtkeditable.lo | |
CC libgtk_3_la-gtkentry.lo | |
CC libgtk_3_la-gtkentrybuffer.lo | |
CC libgtk_3_la-gtkentrycompletion.lo | |
CC libgtk_3_la-gtkeventbox.lo | |
CC libgtk_3_la-gtkexpander.lo | |
CC libgtk_3_la-gtkfilechooser.lo | |
CC libgtk_3_la-gtkfilechooserbutton.lo | |
CC libgtk_3_la-gtkfilechooserdefault.lo | |
CC libgtk_3_la-gtkfilechooserdialog.lo | |
CC libgtk_3_la-gtkfilechooserembed.lo | |
CC libgtk_3_la-gtkfilechooserentry.lo | |
CC libgtk_3_la-gtkfilechooserutils.lo | |
CC libgtk_3_la-gtkfilechooserwidget.lo | |
CC libgtk_3_la-gtkfilefilter.lo | |
CC libgtk_3_la-gtkfilesystem.lo | |
CC libgtk_3_la-gtkfilesystemmodel.lo | |
CC libgtk_3_la-gtkfixed.lo | |
CC libgtk_3_la-gtkfontbutton.lo | |
CC libgtk_3_la-gtkfontchooser.lo | |
CC libgtk_3_la-gtkfontchooserdialog.lo | |
CC libgtk_3_la-gtkfontchooserutils.lo | |
CC libgtk_3_la-gtkfontchooserwidget.lo | |
CC libgtk_3_la-gtkframe.lo | |
CC libgtk_3_la-gtkgradient.lo | |
CC libgtk_3_la-gtkgrid.lo | |
CC libgtk_3_la-gtkiconcache.lo | |
CC libgtk_3_la-gtkiconcachevalidator.lo | |
CC libgtk_3_la-gtkiconfactory.lo | |
CC libgtk_3_la-gtkiconhelper.lo | |
CC libgtk_3_la-gtkicontheme.lo | |
CC libgtk_3_la-gtkiconview.lo | |
CC libgtk_3_la-gtkimage.lo | |
CC libgtk_3_la-gtkimagemenuitem.lo | |
CC libgtk_3_la-gtkimcontext.lo | |
CC libgtk_3_la-gtkimcontextsimple.lo | |
CC libgtk_3_la-gtkimmodule.lo | |
CC libgtk_3_la-gtkimmulticontext.lo | |
CC libgtk_3_la-gtkinfobar.lo | |
CC libgtk_3_la-gtkinvisible.lo | |
CC libgtk_3_la-gtkkeyhash.lo | |
CC libgtk_3_la-gtklabel.lo | |
CC libgtk_3_la-gtklayout.lo | |
CC libgtk_3_la-gtklinkbutton.lo | |
CC libgtk_3_la-gtkliststore.lo | |
CC libgtk_3_la-gtklockbutton.lo | |
CC libgtk_3_la-gtkmain.lo | |
CC libgtk_3_la-gtkmarshalers.lo | |
CC libgtk_3_la-gtkmenu.lo | |
CC libgtk_3_la-gtkmenubar.lo | |
CC libgtk_3_la-gtkmenuitem.lo | |
CC libgtk_3_la-gtkmenushell.lo | |
CC libgtk_3_la-gtkmenutoolbutton.lo | |
CC libgtk_3_la-gtkmessagedialog.lo | |
CC libgtk_3_la-gtkmisc.lo | |
CC libgtk_3_la-gtkmnemonichash.lo | |
CC libgtk_3_la-gtkmodelmenu.lo | |
CC libgtk_3_la-gtkmodelmenuitem.lo | |
CC libgtk_3_la-gtkmodifierstyle.lo | |
CC libgtk_3_la-gtkmodules.lo | |
CC libgtk_3_la-gtkmountoperation.lo | |
CC libgtk_3_la-gtknotebook.lo | |
CC libgtk_3_la-gtknumerableicon.lo | |
CC libgtk_3_la-gtkoffscreenwindow.lo | |
CC libgtk_3_la-gtkorientable.lo | |
CC libgtk_3_la-gtkoverlay.lo | |
CC libgtk_3_la-gtkpagesetup.lo | |
CC libgtk_3_la-gtkpaned.lo | |
CC libgtk_3_la-gtkpango.lo | |
CC libgtk_3_la-gtkpapersize.lo | |
CC libgtk_3_la-gtkpathbar.lo | |
CC libgtk_3_la-gtkpressandhold.lo | |
CC libgtk_3_la-gtkprintcontext.lo | |
CC libgtk_3_la-gtkprintoperation.lo | |
CC libgtk_3_la-gtkprintoperationpreview.lo | |
CC libgtk_3_la-gtkprintsettings.lo | |
CC libgtk_3_la-gtkprintutils.lo | |
CC libgtk_3_la-gtkprivate.lo | |
CC libgtk_3_la-gtkprivatetypebuiltins.lo | |
CC libgtk_3_la-gtkprogressbar.lo | |
CC libgtk_3_la-gtkradioaction.lo | |
CC libgtk_3_la-gtkradiobutton.lo | |
CC libgtk_3_la-gtkradiomenuitem.lo | |
CC libgtk_3_la-gtkradiotoolbutton.lo | |
CC libgtk_3_la-gtkrange.lo | |
CC libgtk_3_la-gtkrbtree.lo | |
CC libgtk_3_la-gtkrecentaction.lo | |
CC libgtk_3_la-gtkrecentchooserdefault.lo | |
CC libgtk_3_la-gtkrecentchooserdialog.lo | |
CC libgtk_3_la-gtkrecentchoosermenu.lo | |
CC libgtk_3_la-gtkrecentchooserwidget.lo | |
CC libgtk_3_la-gtkrecentchooserutils.lo | |
CC libgtk_3_la-gtkrecentchooser.lo | |
CC libgtk_3_la-gtkrecentfilter.lo | |
CC libgtk_3_la-gtkrecentmanager.lo | |
CC libgtk_3_la-gtkresources.lo | |
CC libgtk_3_la-gtkroundedbox.lo | |
CC libgtk_3_la-gtkscale.lo | |
CC libgtk_3_la-gtkscalebutton.lo | |
CC libgtk_3_la-gtkscrollable.lo | |
CC libgtk_3_la-gtkscrollbar.lo | |
CC libgtk_3_la-gtkscrolledwindow.lo | |
CC libgtk_3_la-gtkselection.lo | |
CC libgtk_3_la-gtkseparator.lo | |
CC libgtk_3_la-gtkseparatormenuitem.lo | |
CC libgtk_3_la-gtkseparatortoolitem.lo | |
CC libgtk_3_la-gtksettings.lo | |
CC libgtk_3_la-gtksizegroup.lo | |
CC libgtk_3_la-gtksizerequest.lo | |
CC libgtk_3_la-gtkshadow.lo | |
CC libgtk_3_la-gtkshow.lo | |
CC libgtk_3_la-gtkspinbutton.lo | |
CC libgtk_3_la-gtkspinner.lo | |
CC libgtk_3_la-gtkstatusbar.lo | |
CC libgtk_3_la-gtkstatusicon.lo | |
CC libgtk_3_la-gtkstock.lo | |
CC libgtk_3_la-gtkstylecontext.lo | |
CC libgtk_3_la-gtkstyleproperties.lo | |
CC libgtk_3_la-gtkstyleproperty.lo | |
CC libgtk_3_la-gtkstyleprovider.lo | |
CC libgtk_3_la-gtkstyleproviderprivate.lo | |
CC libgtk_3_la-gtkswitch.lo | |
CC libgtk_3_la-gtksymboliccolor.lo | |
CC libgtk_3_la-gtktestutils.lo | |
CC libgtk_3_la-gtktextattributes.lo | |
CC libgtk_3_la-gtktextbtree.lo | |
CC libgtk_3_la-gtktextbuffer.lo | |
CC libgtk_3_la-gtktextbufferrichtext.lo | |
CC libgtk_3_la-gtktextbufferserialize.lo | |
CC libgtk_3_la-gtktextchild.lo | |
CC libgtk_3_la-gtktextdisplay.lo | |
CC libgtk_3_la-gtktextiter.lo | |
CC libgtk_3_la-gtktextlayout.lo | |
CC libgtk_3_la-gtktextmark.lo | |
CC libgtk_3_la-gtktextsegment.lo | |
CC libgtk_3_la-gtktexttag.lo | |
CC libgtk_3_la-gtktexttagtable.lo | |
CC libgtk_3_la-gtktexttypes.lo | |
CC libgtk_3_la-gtktextutil.lo | |
CC libgtk_3_la-gtktextview.lo | |
CC libgtk_3_la-gtkthemingbackground.lo | |
CC libgtk_3_la-gtkthemingengine.lo | |
CC libgtk_3_la-gtktimeline.lo | |
CC libgtk_3_la-gtktoggleaction.lo | |
CC libgtk_3_la-gtktogglebutton.lo | |
CC libgtk_3_la-gtktoggletoolbutton.lo | |
CC libgtk_3_la-gtktoolbar.lo | |
CC libgtk_3_la-gtktoolbutton.lo | |
CC libgtk_3_la-gtktoolitem.lo | |
CC libgtk_3_la-gtktoolitemgroup.lo | |
CC libgtk_3_la-gtktoolpalette.lo | |
CC libgtk_3_la-gtktoolshell.lo | |
CC libgtk_3_la-gtktooltip.lo | |
CC libgtk_3_la-gtktreedatalist.lo | |
CC libgtk_3_la-gtktreednd.lo | |
CC libgtk_3_la-gtktreemenu.lo | |
CC libgtk_3_la-gtktreemodel.lo | |
CC libgtk_3_la-gtktreemodelfilter.lo | |
CC libgtk_3_la-gtktreemodelsort.lo | |
CC libgtk_3_la-gtktreeselection.lo | |
CC libgtk_3_la-gtktreesortable.lo | |
CC libgtk_3_la-gtktreestore.lo | |
CC libgtk_3_la-gtktreeview.lo | |
CC libgtk_3_la-gtktreeviewcolumn.lo | |
CC libgtk_3_la-gtktypebuiltins.lo | |
CC libgtk_3_la-gtkuimanager.lo | |
CC libgtk_3_la-gtkvolumebutton.lo | |
CC libgtk_3_la-gtkviewport.lo | |
CC libgtk_3_la-gtkwidget.lo | |
CC libgtk_3_la-gtkwidgetpath.lo | |
CC libgtk_3_la-gtkwindow.lo | |
CC libgtk_3_la-gtkwin32theme.lo | |
CC libgtk_3_la-gtkclipboard.lo | |
CC libgtk_3_la-gtkdnd.lo | |
CC libgtk_3_la-gtkappchooseronlinepk.lo | |
CC libgtk_3_la-gtkcustompaperunixdialog.lo | |
CC libgtk_3_la-gtkpagesetupunixdialog.lo | |
CC libgtk_3_la-gtkprinter.lo | |
CC libgtk_3_la-gtkprinteroption.lo | |
CC libgtk_3_la-gtkprinteroptionset.lo | |
CC libgtk_3_la-gtkprinteroptionwidget.lo | |
CC libgtk_3_la-gtkprintjob.lo | |
CC libgtk_3_la-gtkprintoperation-unix.lo | |
CC libgtk_3_la-gtkprintunixdialog.lo | |
CC libgtk_3_la-gtkprintbackend.lo | |
CC libgtk_3_la-gtksearchenginetracker.lo | |
CC libgtk_3_la-gtkplug.lo | |
CC libgtk_3_la-gtksocket.lo | |
CC libgtk_3_la-gtkxembed.lo | |
CC libgtk_3_la-gtktrayicon-x11.lo | |
CC libgtk_3_la-gtkmountoperation-x11.lo | |
CC queryimmodules.o | |
GEN org.gtk.Settings.FileChooser.gschema.valid | |
GEN org.gtk.Settings.ColorChooser.gschema.valid | |
CCLD libgtk-3.la | |
CCLD gtk-query-immodules-3.0 | |
test -z "/usr/local/Cellar/gtk+/3.4.1/lib" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/lib" | |
test -z "/usr/local/Cellar/gtk+/3.4.1/bin" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/bin" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgtk-3.la '/usr/local/Cellar/gtk+/3.4.1/lib' | |
libtool: install: /usr/bin/install -c .libs/libgtk-3.0.dylib /usr/local/Cellar/gtk+/3.4.1/lib/libgtk-3.0.dylib | |
../build-aux/install-sh -c -d /usr/local/Cellar/gtk+/3.4.1/share/themes/Default/gtk-3.0 | |
/usr/bin/install -c -m 644 ./gtk-keys.css.default /usr/local/Cellar/gtk+/3.4.1/share/themes/Default/gtk-3.0/gtk-keys.css | |
../build-aux/install-sh -c -d /usr/local/Cellar/gtk+/3.4.1/share/themes/Emacs/gtk-3.0 | |
libtool: install: (cd /usr/local/Cellar/gtk+/3.4.1/lib && { ln -s -f libgtk-3.0.dylib libgtk-3.dylib || { rm -f libgtk-3.dylib && ln -s libgtk-3.0.dylib libgtk-3.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgtk-3.lai /usr/local/Cellar/gtk+/3.4.1/lib/libgtk-3.la | |
/usr/bin/install -c -m 644 ./gtk-keys.css.emacs /usr/local/Cellar/gtk+/3.4.1/share/themes/Emacs/gtk-3.0/gtk-keys.css | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk/deprecated" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk/deprecated" | |
test -z "" || ../build-aux/install-sh -c -d "" | |
/usr/bin/install -c -m 644 deprecated/gtkcolorsel.h deprecated/gtkcolorseldialog.h deprecated/gtkfontsel.h deprecated/gtkhandlebox.h deprecated/gtkhbbox.h deprecated/gtkhbox.h deprecated/gtkhpaned.h deprecated/gtkhscale.h deprecated/gtkhscrollbar.h deprecated/gtkhseparator.h deprecated/gtkhsv.h deprecated/gtkstyle.h deprecated/gtkrc.h deprecated/gtktable.h deprecated/gtktearoffmenuitem.h deprecated/gtkvbbox.h deprecated/gtkvbox.h deprecated/gtkvscale.h deprecated/gtkvscrollbar.h deprecated/gtkvseparator.h deprecated/gtkvpaned.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk/deprecated' | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/unix-print/gtk" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/unix-print/gtk" | |
test -z "/usr/local/Cellar/gtk+/3.4.1/share/gtk-3.0" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/share/gtk-3.0" | |
/usr/bin/install -c -m 644 gtkpagesetupunixdialog.h gtkprintunixdialog.h gtkprinter.h gtkprintjob.h gtkunixprint.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/unix-print/gtk' | |
/usr/bin/install -c -m 644 gtkbuilder.rng '/usr/local/Cellar/gtk+/3.4.1/share/gtk-3.0' | |
test -z "" || ../build-aux/install-sh -c -d "" | |
if test -n "org.gtk.Settings.FileChooser.gschema.xml org.gtk.Settings.ColorChooser.gschema.xml"; then \ | |
test -z "/usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/schemas" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/schemas"; \ | |
/usr/bin/install -c -m 644 org.gtk.Settings.FileChooser.gschema.xml org.gtk.Settings.ColorChooser.gschema.xml "/usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/schemas"; \ | |
test -n "" || glib-compile-schemas /usr/local/Cellar/gtk+/3.4.1/share/glib-2.0/schemas; \ | |
fi | |
test -z "/usr/local/Cellar/gtk+/3.4.1/bin" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/bin" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c gtk-query-immodules-3.0 gtk-update-icon-cache '/usr/local/Cellar/gtk+/3.4.1/bin' | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk" | |
/usr/bin/install -c -m 644 gtk.h gtkx.h gtkaboutdialog.h gtkaccelgroup.h gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkactionable.h gtkaction.h gtkactiongroup.h gtkactivatable.h gtkadjustment.h gtkalignment.h gtkappchooser.h gtkappchooserbutton.h gtkappchooserdialog.h gtkappchooserwidget.h gtkapplication.h gtkapplicationwindow.h gtkarrow.h gtkaspectframe.h gtkassistant.h gtkbbox.h gtkbin.h gtkbindings.h gtkborder.h gtkbox.h gtkbuilder.h gtkbuildable.h gtkbutton.h gtkcalendar.h gtkcellarea.h gtkcellareacontext.h gtkcellareabox.h gtkcelleditable.h gtkcelllayout.h gtkcellrenderer.h gtkcellrendereraccel.h gtkcellrenderercombo.h gtkcellrendererpixbuf.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk' | |
/usr/bin/install -c -m 644 gtkcellrendererprogress.h gtkcellrendererspin.h gtkcellrendererspinner.h gtkcellrenderertext.h gtkcellrenderertoggle.h gtkcellview.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclipboard.h gtkcolorbutton.h gtkcolorchooser.h gtkcolorchooserwidget.h gtkcolorchooserdialog.h gtkcolorutils.h gtkcombobox.h gtkcomboboxtext.h gtkcontainer.h gtkcssprovider.h gtkcsssection.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkentrybuffer.h gtkentrycompletion.h gtkenums.h gtkeventbox.h gtkexpander.h gtkfilechooser.h gtkfilechooserbutton.h gtkfilechooserdialog.h gtkfilechooserwidget.h gtkfilefilter.h gtkfixed.h gtkfontbutton.h gtkfontchooser.h gtkfontchooserdialog.h gtkfontchooserwidget.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk' | |
/usr/bin/install -c -m 644 gtkframe.h gtkgradient.h gtkgrid.h gtkiconfactory.h gtkicontheme.h gtkiconview.h gtkimage.h gtkimagemenuitem.h gtkimcontext.h gtkimcontextinfo.h gtkimcontextsimple.h gtkimmodule.h gtkimmulticontext.h gtkinfobar.h gtkinvisible.h gtklabel.h gtklayout.h gtklinkbutton.h gtkliststore.h gtklockbutton.h gtkmain.h gtkmenu.h gtkmenubar.h gtkmenuitem.h gtkmenushell.h gtkmenutoolbutton.h gtkmessagedialog.h gtkmisc.h gtkmodules.h gtkmountoperation.h gtknotebook.h gtknumerableicon.h gtkoffscreenwindow.h gtkorientable.h gtkoverlay.h gtkpagesetup.h gtkpaned.h gtkpapersize.h gtkplug.h gtkprintcontext.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk' | |
/usr/bin/install -c -m 644 gtkprintoperation.h gtkprintoperationpreview.h gtkprintsettings.h gtkprogressbar.h gtkradioaction.h gtkradiobutton.h gtkradiomenuitem.h gtkradiotoolbutton.h gtkrange.h gtkrecentaction.h gtkrecentchooser.h gtkrecentchooserdialog.h gtkrecentchoosermenu.h gtkrecentchooserwidget.h gtkrecentfilter.h gtkrecentmanager.h gtkscale.h gtkscalebutton.h gtkscrollable.h gtkscrollbar.h gtkscrolledwindow.h gtkselection.h gtkseparator.h gtkseparatormenuitem.h gtkseparatortoolitem.h gtksettings.h gtkshow.h gtksizegroup.h gtksizerequest.h gtksocket.h gtkspinbutton.h gtkspinner.h gtkstatusbar.h gtkstatusicon.h gtkstock.h gtkstylecontext.h gtkstyleproperties.h gtkstyleprovider.h gtkswitch.h gtksymboliccolor.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk' | |
/usr/bin/install -c -m 644 gtktestutils.h gtktextattributes.h gtktextbuffer.h gtktextbufferrichtext.h gtktextchild.h gtktextdisplay.h gtktextiter.h gtktextmark.h gtktexttag.h gtktexttagtable.h gtktextview.h gtkthemingengine.h gtktoggleaction.h gtktogglebutton.h gtktoggletoolbutton.h gtktoolbar.h gtktoolbutton.h gtktoolitem.h gtktoolitemgroup.h gtktoolpalette.h gtktoolshell.h gtktooltip.h gtktreednd.h gtktreemodel.h gtktreemodelfilter.h gtktreemodelsort.h gtktreeselection.h gtktreesortable.h gtktreestore.h gtktreeview.h gtktreeviewcolumn.h gtktypes.h gtkuimanager.h gtkviewport.h gtkvolumebutton.h gtkwidget.h gtkwidgetpath.h gtkwindow.h gtktextlayout.h gtktypebuiltins.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk' | |
/usr/bin/install -c -m 644 gtkversion.h '/usr/local/Cellar/gtk+/3.4.1/include/gtk-3.0/gtk' | |
libtool: install: /usr/bin/install -c .libs/gtk-query-immodules-3.0 /usr/local/Cellar/gtk+/3.4.1/bin/gtk-query-immodules-3.0 | |
libtool: install: /usr/bin/install -c gtk-update-icon-cache /usr/local/Cellar/gtk+/3.4.1/bin/gtk-update-icon-cache | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook | |
/bin/sh ../sanitize-la.sh /usr/local/Cellar/gtk+/3.4.1/lib/libgtk-3.la | |
Making install in tests | |
CC testing.o | |
CC treemodel.o | |
CC liststore.o | |
CC treestore.o | |
CC filtermodel.o | |
CC sortmodel.o | |
CC modelrefcount.o | |
CC gtktreemodelrefcount.o | |
CC treeview.o | |
CC treeview-scrolling.o | |
CC recentmanager.o | |
CC floating.o | |
CC accel.o | |
CC builder.o | |
CC textbuffer.o | |
CC pixbuf-init.o | |
CC textiter.o | |
CC expander.o | |
CC action.o | |
CC stylecontext.o | |
CC papersize.o | |
CC cellarea.o | |
CC treepath.o | |
CC accessible.o | |
CC entry.o | |
CC grid.o | |
CC rbtree-rbtree.o | |
CC rbtree-gtkrbtree.o | |
CC bitmask-bitmask.o | |
CC bitmask-gtkallocatedbitmask.o | |
CC regression-tests.o | |
CCLD testing | |
CCLD treemodel | |
CCLD treeview | |
CCLD treeview-scrolling | |
CCLD recentmanager | |
CCLD floating | |
CCLD accel | |
CCLD builder | |
CCLD textbuffer | |
CCLD textiter | |
CCLD expander | |
CCLD action | |
CCLD stylecontext | |
CCLD papersize | |
CCLD cellarea | |
CCLD treepath | |
CCLD accessible | |
CCLD entry | |
CCLD grid | |
CCLD rbtree | |
CCLD bitmask | |
CCLD regression-tests | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
Making install in libgail-util | |
CC libgailutil_3_la-gailmisc.lo | |
CC libgailutil_3_la-gailtextutil.lo | |
CCLD libgailutil-3.la | |
test -z "/usr/local/Cellar/gtk+/3.4.1/lib" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/lib" | |
test -z "/usr/local/Cellar/gtk+/3.4.1/include/gail-3.0/libgail-util" || ../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/include/gail-3.0/libgail-util" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgailutil-3.la '/usr/local/Cellar/gtk+/3.4.1/lib' | |
libtool: install: /usr/bin/install -c .libs/libgailutil-3.0.dylib /usr/local/Cellar/gtk+/3.4.1/lib/libgailutil-3.0.dylib | |
libtool: install: (cd /usr/local/Cellar/gtk+/3.4.1/lib && { ln -s -f libgailutil-3.0.dylib libgailutil-3.dylib || { rm -f libgailutil-3.dylib && ln -s libgailutil-3.0.dylib libgailutil-3.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgailutil-3.lai /usr/local/Cellar/gtk+/3.4.1/lib/libgailutil-3.la | |
/usr/bin/install -c -m 644 gailmisc.h gailtextutil.h gail-util.h '/usr/local/Cellar/gtk+/3.4.1/include/gail-3.0/libgail-util' | |
Making install in modules | |
Making install in input | |
CC imam-et.lo | |
CC imcedilla.lo | |
CC imcyrillic-translit.lo | |
CC iminuktitut.lo | |
CC imipa.lo | |
CC im_multipress_la-gtkimcontextmultipress.lo | |
CC im_multipress_la-immultipress.lo | |
CC thai-charprop.lo | |
CC gtkimcontextthai.lo | |
CC imthai.lo | |
CC imti-er.lo | |
CC imti-et.lo | |
CC imviqr.lo | |
CC gtkimcontextxim.lo | |
CC imxim.lo | |
CCLD im-am-et.la | |
CCLD im-cedilla.la | |
CCLD im-cyrillic-translit.la | |
CCLD im-inuktitut.la | |
CCLD im-ipa.la | |
CCLD im-multipress.la | |
CCLD im-thai.la | |
CCLD im-ti-er.la | |
CCLD im-ti-et.la | |
CCLD im-viqr.la | |
CCLD im-xim.la | |
GEN immodules.cache | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/gtk+/3.4.1/etc/gtk-3.0" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/etc/gtk-3.0" | |
test -z "/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules" || ../../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules" | |
/usr/bin/install -c -m 644 im-multipress.conf '/usr/local/Cellar/gtk+/3.4.1/etc/gtk-3.0' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c im-am-et.la im-cedilla.la im-cyrillic-translit.la im-inuktitut.la im-ipa.la im-multipress.la im-thai.la im-ti-er.la im-ti-et.la im-viqr.la im-xim.la '/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules' | |
libtool: install: /usr/bin/install -c .libs/im-am-et.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-am-et.so | |
libtool: install: /usr/bin/install -c .libs/im-am-et.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-am-et.la | |
libtool: install: /usr/bin/install -c .libs/im-cedilla.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-cedilla.so | |
libtool: install: /usr/bin/install -c .libs/im-cedilla.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la | |
libtool: install: /usr/bin/install -c .libs/im-cyrillic-translit.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so | |
libtool: install: /usr/bin/install -c .libs/im-cyrillic-translit.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la | |
libtool: install: /usr/bin/install -c .libs/im-inuktitut.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.so | |
libtool: install: /usr/bin/install -c .libs/im-inuktitut.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la | |
libtool: install: /usr/bin/install -c .libs/im-ipa.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-ipa.so | |
libtool: install: /usr/bin/install -c .libs/im-ipa.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-ipa.la | |
libtool: install: /usr/bin/install -c .libs/im-multipress.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-multipress.so | |
libtool: install: /usr/bin/install -c .libs/im-multipress.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-multipress.la | |
libtool: install: /usr/bin/install -c .libs/im-thai.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-thai.so | |
libtool: install: /usr/bin/install -c .libs/im-thai.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-thai.la | |
libtool: install: /usr/bin/install -c .libs/im-ti-er.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-ti-er.so | |
libtool: install: /usr/bin/install -c .libs/im-ti-er.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la | |
libtool: install: /usr/bin/install -c .libs/im-ti-et.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-ti-et.so | |
libtool: install: /usr/bin/install -c .libs/im-ti-et.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la | |
libtool: install: /usr/bin/install -c .libs/im-viqr.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-viqr.so | |
libtool: install: /usr/bin/install -c .libs/im-viqr.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-viqr.la | |
libtool: install: /usr/bin/install -c .libs/im-xim.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-xim.so | |
libtool: install: /usr/bin/install -c .libs/im-xim.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules/im-xim.la | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook | |
GEN install-data-hook | |
/bin/sh /private/tmp/gtk+-1uyo/gtk+-3.4.1/build-aux/install-sh -d /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0 | |
../../gtk/gtk-query-immodules-3.0 > /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/immodules.cache | |
Making install in engines | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in printbackends | |
Making install in file | |
CC libprintbackend_file_la-gtkprintbackendfile.lo | |
CCLD libprintbackend-file.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends" || ../../../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends" | |
/bin/sh ../../../libtool --mode=install /usr/bin/install -c libprintbackend-file.la '/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends' | |
libtool: install: /usr/bin/install -c .libs/libprintbackend-file.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so | |
libtool: install: /usr/bin/install -c .libs/libprintbackend-file.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.la | |
Making install in lpr | |
CC gtkprintbackendlpr.lo | |
CCLD libprintbackend-lpr.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends" || ../../../build-aux/install-sh -c -d "/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends" | |
/bin/sh ../../../libtool --mode=install /usr/bin/install -c libprintbackend-lpr.la '/usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends' | |
libtool: install: /usr/bin/install -c .libs/libprintbackend-lpr.so /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so | |
libtool: install: /usr/bin/install -c .libs/libprintbackend-lpr.lai /usr/local/Cellar/gtk+/3.4.1/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.la | |
Making install in cups | |
CC gtkprintbackendcups.lo | |
CC gtkprintercups.lo | |
gtkprintbackendcups.c:470:15: error: incomplete definition of type 'struct _ipp_attribute_s' | |
job_id = attr->values[0].integer; | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:880:45: error: incomplete definition of type 'struct _ipp_s' | |
switch (dispatch->request->ipp_request->request.op.operation_id) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
gtkprintbackendcups.c:1496:23: error: incomplete definition of type 'struct _ipp_s' | |
for (attr = response->attrs; attr != NULL; attr = attr->next) | |
~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
gtkprintbackendcups.c:1496:57: error: incomplete definition of type 'struct _ipp_attribute_s' | |
for (attr = response->attrs; attr != NULL; attr = attr->next) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1498:16: error: incomplete definition of type 'struct _ipp_attribute_s' | |
if (!attr->name) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1501:7: error: incomplete definition of type 'struct _ipp_attribute_s' | |
_CUPS_MAP_ATTR_INT (attr, state, "job-state"); | |
^ ~~~~ | |
gtkprintbackendcups.c:71:70: note: expanded from macro '_CUPS_MAP_ATTR_INT' | |
#define _CUPS_MAP_ATTR_INT(attr, v, a) {if (!g_ascii_strcasecmp (attr->name, (a))) v = attr->values[0].integer;} | |
^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1501:7: error: incomplete definition of type 'struct _ipp_attribute_s' | |
_CUPS_MAP_ATTR_INT (attr, state, "job-state"); | |
^ ~~~~ | |
gtkprintbackendcups.c:71:92: note: expanded from macro '_CUPS_MAP_ATTR_INT' | |
#define _CUPS_MAP_ATTR_INT(attr, v, a) {if (!g_ascii_strcasecmp (attr->name, (a))) v = attr->values[0].integer;} | |
^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1677:23: error: incomplete definition of type 'struct _ipp_s' | |
for (attr = response->attrs; attr != NULL; attr = attr->next) | |
~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
gtkprintbackendcups.c:1677:57: error: incomplete definition of type 'struct _ipp_attribute_s' | |
for (attr = response->attrs; attr != NULL; attr = attr->next) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1743:34: error: incomplete definition of type 'struct _ipp_attribute_s' | |
while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1744:20: error: incomplete definition of type 'struct _ipp_attribute_s' | |
attr = attr->next; | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1749:34: error: incomplete definition of type 'struct _ipp_attribute_s' | |
while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1751:25: error: incomplete definition of type 'struct _ipp_attribute_s' | |
if (strcmp (attr->name, "printer-name") == 0 && | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1752:10: error: incomplete definition of type 'struct _ipp_attribute_s' | |
attr->value_tag == IPP_TAG_NAME) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1753:23: error: incomplete definition of type 'struct _ipp_attribute_s' | |
printer_name = attr->values[0].string.text; | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1754:23: error: incomplete definition of type 'struct _ipp_attribute_s' | |
else if (strcmp (attr->name, "printer-uri-supported") == 0 && | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1755:8: error: incomplete definition of type 'struct _ipp_attribute_s' | |
attr->value_tag == IPP_TAG_URI) | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1756:22: error: incomplete definition of type 'struct _ipp_attribute_s' | |
printer_uri = attr->values[0].string.text; | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkprintbackendcups.c:1757:23: error: incomplete definition of type 'struct _ipp_attribute_s' | |
else if (strcmp (attr->name, "member-uris") == 0 && | |
~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
CC gtkcupsutils.lo | |
20 errors generated. | |
make[3]: *** [gtkprintbackendcups.lo] Error 1 | |
make[3]: *** Waiting for unfinished jobs.... | |
gtkcupsutils.c:166:23: error: incomplete definition of type 'struct _ipp_s' | |
request->ipp_request->request.op.operation_id = operation_id; | |
~~~~~~~~~~~~~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
gtkcupsutils.c:167:23: error: incomplete definition of type 'struct _ipp_s' | |
request->ipp_request->request.op.request_id = 1; | |
~~~~~~~~~~~~~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
gtkcupsutils.c:356:37: error: incomplete definition of type 'struct _ipp_attribute_s' | |
if (attribute != NULL && attribute->values != NULL) | |
~~~~~~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkcupsutils.c:357:21: error: incomplete definition of type 'struct _ipp_attribute_s' | |
return attribute->values[0].string.text; | |
~~~~~~~~~^ | |
/usr/include/cups/ipp.h:652:16: note: forward declaration of 'struct _ipp_attribute_s' | |
typedef struct _ipp_attribute_s ipp_attribute_t; | |
^ | |
gtkcupsutils.c:735:25: error: incomplete definition of type 'struct _ipp_s' | |
request->ipp_request->state = IPP_IDLE; | |
~~~~~~~~~~~~~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
gtkcupsutils.c:1224:23: error: incomplete definition of type 'struct _ipp_s' | |
request->ipp_request->state = IPP_IDLE; | |
~~~~~~~~~~~~~~~~~~~~^ | |
/usr/include/cups/ipp.h:651:16: note: forward declaration of 'struct _ipp_s' | |
typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ | |
^ | |
6 errors generated. | |
make[3]: *** [gtkcupsutils.lo] Error 1 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 2dc1798722090f4b9fcf89f4a3e7785bc5a5eb69 | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: 2.7.5 => /opt/X11 |
This file has been truncated, but you can view the full file.
This file contains hidden or 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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkasync.c -fno-common -DPIC -o .libs/gdkasync.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkasync.c -fno-common -DPIC -o .libs/gdkasync.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkapplaunchcontext-x11.c -fno-common -DPIC -o .libs/gdkapplaunchcontext-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkapplaunchcontext-x11.c -fno-common -DPIC -o .libs/gdkapplaunchcontext-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkcursor-x11.c -fno-common -DPIC -o .libs/gdkcursor-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkcursor-x11.c -fno-common -DPIC -o .libs/gdkcursor-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevice-core-x11.c -fno-common -DPIC -o .libs/gdkdevice-core-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevice-core-x11.c -fno-common -DPIC -o .libs/gdkdevice-core-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevice-xi2.c -fno-common -DPIC -o .libs/gdkdevice-xi2.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevice-xi2.c -fno-common -DPIC -o .libs/gdkdevice-xi2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevicemanager-core-x11.c -fno-common -DPIC -o .libs/gdkdevicemanager-core-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevicemanager-core-x11.c -fno-common -DPIC -o .libs/gdkdevicemanager-core-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevicemanager-x11.c -fno-common -DPIC -o .libs/gdkdevicemanager-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevicemanager-x11.c -fno-common -DPIC -o .libs/gdkdevicemanager-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevicemanager-xi2.c -fno-common -DPIC -o .libs/gdkdevicemanager-xi2.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevicemanager-xi2.c -fno-common -DPIC -o .libs/gdkdevicemanager-xi2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdisplaymanager-x11.c -fno-common -DPIC -o .libs/gdkdisplaymanager-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdisplaymanager-x11.c -fno-common -DPIC -o .libs/gdkdisplaymanager-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdisplay-x11.c -fno-common -DPIC -o .libs/gdkdisplay-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdisplay-x11.c -fno-common -DPIC -o .libs/gdkdisplay-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdnd-x11.c -fno-common -DPIC -o .libs/gdkdnd-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdnd-x11.c -fno-common -DPIC -o .libs/gdkdnd-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkeventsource.c -fno-common -DPIC -o .libs/gdkeventsource.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkeventsource.c -fno-common -DPIC -o .libs/gdkeventsource.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkeventtranslator.c -fno-common -DPIC -o .libs/gdkeventtranslator.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkeventtranslator.c -fno-common -DPIC -o .libs/gdkeventtranslator.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkgeometry-x11.c -fno-common -DPIC -o .libs/gdkgeometry-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkgeometry-x11.c -fno-common -DPIC -o .libs/gdkgeometry-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkkeys-x11.c -fno-common -DPIC -o .libs/gdkkeys-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkkeys-x11.c -fno-common -DPIC -o .libs/gdkkeys-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkmain-x11.c -fno-common -DPIC -o .libs/gdkmain-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkmain-x11.c -fno-common -DPIC -o .libs/gdkmain-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkproperty-x11.c -fno-common -DPIC -o .libs/gdkproperty-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkproperty-x11.c -fno-common -DPIC -o .libs/gdkproperty-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkscreen-x11.c -fno-common -DPIC -o .libs/gdkscreen-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkscreen-x11.c -fno-common -DPIC -o .libs/gdkscreen-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkselection-x11.c -fno-common -DPIC -o .libs/gdkselection-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkselection-x11.c -fno-common -DPIC -o .libs/gdkselection-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdktestutils-x11.c -fno-common -DPIC -o .libs/gdktestutils-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdktestutils-x11.c -fno-common -DPIC -o .libs/gdktestutils-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkvisual-x11.c -fno-common -DPIC -o .libs/gdkvisual-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkvisual-x11.c -fno-common -DPIC -o .libs/gdkvisual-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkwindow-x11.c -fno-common -DPIC -o .libs/gdkwindow-x11.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkwindow-x11.c -fno-common -DPIC -o .libs/gdkwindow-x11.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkxftdefaults.c -fno-common -DPIC -o .libs/gdkxftdefaults.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkxftdefaults.c -fno-common -DPIC -o .libs/gdkxftdefaults.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkxid.c -fno-common -DPIC -o .libs/gdkxid.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkxid.c -fno-common -DPIC -o .libs/gdkxid.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c xsettings-client.c -fno-common -DPIC -o .libs/xsettings-client.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c xsettings-client.c -fno-common -DPIC -o .libs/xsettings-client.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c xsettings-common.c -fno-common -DPIC -o .libs/xsettings-common.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c xsettings-common.c -fno-common -DPIC -o .libs/xsettings-common.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c checksettings.c | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c checksettings.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -g -O2 -Wall -o checksettings checksettings.o ./.libs/libgdk-x11.a -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o checksettings checksettings.o ./.libs/libgdk-x11.a -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkapplaunchcontext.c -fno-common -DPIC -o .libs/gdkapplaunchcontext.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkapplaunchcontext.c -fno-common -DPIC -o .libs/gdkapplaunchcontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdk.c -fno-common -DPIC -o .libs/gdk.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdk.c -fno-common -DPIC -o .libs/gdk.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkcairo.c -fno-common -DPIC -o .libs/gdkcairo.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkcairo.c -fno-common -DPIC -o .libs/gdkcairo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkcolor.c -fno-common -DPIC -o .libs/gdkcolor.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkcolor.c -fno-common -DPIC -o .libs/gdkcolor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkcursor.c -fno-common -DPIC -o .libs/gdkcursor.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkcursor.c -fno-common -DPIC -o .libs/gdkcursor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdeprecated.c -fno-common -DPIC -o .libs/gdkdeprecated.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdeprecated.c -fno-common -DPIC -o .libs/gdkdeprecated.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevice.c -fno-common -DPIC -o .libs/gdkdevice.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevice.c -fno-common -DPIC -o .libs/gdkdevice.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdevicemanager.c -fno-common -DPIC -o .libs/gdkdevicemanager.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdevicemanager.c -fno-common -DPIC -o .libs/gdkdevicemanager.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdisplay.c -fno-common -DPIC -o .libs/gdkdisplay.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdisplay.c -fno-common -DPIC -o .libs/gdkdisplay.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdisplaymanager.c -fno-common -DPIC -o .libs/gdkdisplaymanager.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdisplaymanager.c -fno-common -DPIC -o .libs/gdkdisplaymanager.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkdnd.c -fno-common -DPIC -o .libs/gdkdnd.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkdnd.c -fno-common -DPIC -o .libs/gdkdnd.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkevents.c -fno-common -DPIC -o .libs/gdkevents.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkevents.c -fno-common -DPIC -o .libs/gdkevents.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkglobals.c -fno-common -DPIC -o .libs/gdkglobals.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkglobals.c -fno-common -DPIC -o .libs/gdkglobals.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkkeys.c -fno-common -DPIC -o .libs/gdkkeys.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkkeys.c -fno-common -DPIC -o .libs/gdkkeys.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkkeyuni.c -fno-common -DPIC -o .libs/gdkkeyuni.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkkeyuni.c -fno-common -DPIC -o .libs/gdkkeyuni.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkoffscreenwindow.c -fno-common -DPIC -o .libs/gdkoffscreenwindow.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkoffscreenwindow.c -fno-common -DPIC -o .libs/gdkoffscreenwindow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkpango.c -fno-common -DPIC -o .libs/gdkpango.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkpango.c -fno-common -DPIC -o .libs/gdkpango.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkpixbuf-drawable.c -fno-common -DPIC -o .libs/gdkpixbuf-drawable.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkpixbuf-drawable.c -fno-common -DPIC -o .libs/gdkpixbuf-drawable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkrectangle.c -fno-common -DPIC -o .libs/gdkrectangle.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkrectangle.c -fno-common -DPIC -o .libs/gdkrectangle.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkrgba.c -fno-common -DPIC -o .libs/gdkrgba.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkrgba.c -fno-common -DPIC -o .libs/gdkrgba.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkscreen.c -fno-common -DPIC -o .libs/gdkscreen.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkscreen.c -fno-common -DPIC -o .libs/gdkscreen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkselection.c -fno-common -DPIC -o .libs/gdkselection.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkselection.c -fno-common -DPIC -o .libs/gdkselection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkvisual.c -fno-common -DPIC -o .libs/gdkvisual.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkvisual.c -fno-common -DPIC -o .libs/gdkvisual.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkwindow.c -fno-common -DPIC -o .libs/gdkwindow.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkwindow.c -fno-common -DPIC -o .libs/gdkwindow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkwindowimpl.c -fno-common -DPIC -o .libs/gdkwindowimpl.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkwindowimpl.c -fno-common -DPIC -o .libs/gdkwindowimpl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkenumtypes.c -fno-common -DPIC -o .libs/gdkenumtypes.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkenumtypes.c -fno-common -DPIC -o .libs/gdkenumtypes.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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" -DGDK_COMPILATION -I.. -I../gdk -I.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gdkmarshalers.c -fno-common -DPIC -o .libs/gdkmarshalers.o | |
superenv removed: -I../gdk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -c gdkmarshalers.c -fno-common -DPIC -o .libs/gdkmarshalers.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 .libs/gdk.o .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o .libs/gdkcursor.o .libs/gdkdeprecated.o .libs/gdkdevice.o .libs/gdkdevicemanager.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o .libs/gdkevents.o .libs/gdkglobals.o .libs/gdkkeys.o .libs/gdkkeyuni.o .libs/gdkoffscreenwindow.o .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkrectangle.o .libs/gdkrgba.o .libs/gdkscreen.o .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o .libs/gdkwindowimpl.o .libs/gdkenumtypes.o .libs/gdkmarshalers.o -Wl,-force_load,x11/.libs/libgdk-x11.a -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -L/opt/X11/lib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -O2 -install_name /usr/local/Cellar/gtk+/3.4.1/lib/libgdk-3.0.dylib -compatibility_version 401 -current_version 401.1 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgdk-3-symbols.expsym | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 -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 .libs/gdk.o .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o .libs/gdkcursor.o .libs/gdkdeprecated.o .libs/gdkdevice.o .libs/gdkdevicemanager.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o .libs/gdkevents.o .libs/gdkglobals.o .libs/gdkkeys.o .libs/gdkkeyuni.o .libs/gdkoffscreenwindow.o .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkrectangle.o .libs/gdkrgba.o .libs/gdkscreen.o .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o .libs/gdkwindowimpl.o .libs/gdkenumtypes.o .libs/gdkmarshalers.o -Wl,-force_load,x11/.libs/libgdk-x11.a -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -install_name /usr/local/Cellar/gtk+/3.4.1/lib/libgdk-3.0.dylib -compatibility_version 401 -current_version 401.1 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgdk-3-symbols.expsym -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I../.. -I../../gdk -I/opt/X11/include -g -O2 -Wall -c rgba.c | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I../../gdk -c rgba.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I../.. -I../../gdk -I/opt/X11/include -g -O2 -Wall -c encoding.c | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I../../gdk -c encoding.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/opt/X11/include -I../.. -I../../gdk -I/opt/X11/include -g -O2 -Wall -c display.c | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I../../gdk -c display.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -g -O2 -Wall -o .libs/rgba rgba.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -L/opt/X11/lib ../../gdk/.libs/libgdk-3.dylib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o .libs/rgba rgba.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib ../../gdk/.libs/libgdk-3.dylib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -Wall -o .libs/encoding encoding.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -L/opt/X11/lib ../../gdk/.libs/libgdk-3.dylib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o .libs/encoding encoding.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib ../../gdk/.libs/libgdk-3.dylib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -Wall -o .libs/display display.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib -L/opt/X11/lib ../../gdk/.libs/libgdk-3.dylib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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 -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o .libs/display display.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/fontconfig/2.11.0/lib -L/usr/local/Cellar/cairo/1.12.16/lib -L/usr/local/Cellar/pango/1.36.1/lib ../../gdk/.libs/libgdk-3.dylib -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lXext -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c updateiconcache.c | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c updateiconcache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -DHAVE_CONFIG_H -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall xgen-gtfsrc.c | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E -DHAVE_CONFIG_H -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 xgen-gtfsrc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -g -O2 -Wall -o gtk-update-icon-cache updateiconcache.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o gtk-update-icon-cache updateiconcache.o -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.1/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/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/opt/X11/lib -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gail.c -fno-common -DPIC -o .libs/libgail_la-gail.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gail.c -fno-common -DPIC -o .libs/libgail_la-gail.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkarrowaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkarrowaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkarrowaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkarrowaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkbooleancellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkbooleancellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkbooleancellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkbooleancellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkboxaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkboxaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkboxaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkboxaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkbuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkbuttonaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkbuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkbuttonaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcellaccessibleparent.c -fno-common -DPIC -o .libs/libgail_la-gtkcellaccessibleparent.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcellaccessibleparent.c -fno-common -DPIC -o .libs/libgail_la-gtkcellaccessibleparent.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcheckmenuitemaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcheckmenuitemaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcheckmenuitemaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcheckmenuitemaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcomboboxaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcomboboxaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcomboboxaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcomboboxaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcolorswatchaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcolorswatchaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcolorswatchaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcolorswatchaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcontaineraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcontaineraccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcontaineraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcontaineraccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkcontainercellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcontainercellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkcontainercellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkcontainercellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkentryaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkentryaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkentryaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkentryaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkexpanderaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkexpanderaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkexpanderaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkexpanderaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkframeaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkframeaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkframeaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkframeaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkiconviewaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkiconviewaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkiconviewaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkiconviewaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkimageaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkimageaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkimageaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkimageaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkimagecellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkimagecellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkimagecellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkimagecellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtklabelaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtklabelaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtklabelaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtklabelaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtklinkbuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtklinkbuttonaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtklinkbuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtklinkbuttonaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkmenuaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkmenuaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkmenuaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkmenuaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkmenushellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkmenushellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkmenushellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkmenushellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkmenuitemaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkmenuitemaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkmenuitemaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkmenuitemaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtknotebookaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtknotebookaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtknotebookaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtknotebookaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtknotebookpageaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtknotebookpageaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtknotebookpageaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtknotebookpageaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkpanedaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkpanedaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkpanedaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkpanedaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkprogressbaraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkprogressbaraccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkprogressbaraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkprogressbaraccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkradiobuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkradiobuttonaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkradiobuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkradiobuttonaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkradiomenuitemaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkradiomenuitemaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkradiomenuitemaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkradiomenuitemaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkrangeaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkrangeaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkrangeaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkrangeaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkrenderercellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkrenderercellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkrenderercellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkrenderercellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkscaleaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscaleaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkscaleaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscaleaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkscalebuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscalebuttonaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkscalebuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscalebuttonaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkscrollbaraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscrollbaraccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkscrollbaraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscrollbaraccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkscrolledwindowaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscrolledwindowaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkscrolledwindowaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkscrolledwindowaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkspinbuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkspinbuttonaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkspinbuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkspinbuttonaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkspinneraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkspinneraccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkspinneraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkspinneraccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkstatusbaraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkstatusbaraccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkstatusbaraccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkstatusbaraccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkswitchaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkswitchaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkswitchaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkswitchaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtktextcellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktextcellaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtktextcellaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktextcellaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtktextviewaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktextviewaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtktextviewaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktextviewaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtktogglebuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktogglebuttonaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtktogglebuttonaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktogglebuttonaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtktoplevelaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktoplevelaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtktoplevelaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktoplevelaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtktreeviewaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktreeviewaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtktreeviewaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtktreeviewaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkwidgetaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkwidgetaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkwidgetaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkwidgetaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gtkwindowaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkwindowaccessible.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gtkwindowaccessible.c -fno-common -DPIC -o .libs/libgail_la-gtkwindowaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gailutil.c -fno-common -DPIC -o .libs/libgail_la-gailutil.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gailutil.c -fno-common -DPIC -o .libs/libgail_la-gailutil.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../gdk -I../../gdk -I../../gtk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -DG_DISABLE_CAST_CHECKS -g -O2 -Wall -c gailmisc.c -fno-common -DPIC -o .libs/libgail_la-gailmisc.o | |
superenv removed: -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../.. -I../../gdk -I../../gtk -DGTK_VERSION="3.4.1" -DGTK_COMPILATION -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -c gailmisc.c -fno-common -DPIC -o .libs/libgail_la-gailmisc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkcolorsel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorsel.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkcolorsel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorsel.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkcolorseldialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorseldialog.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkcolorseldialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorseldialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkfontsel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkfontsel.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkfontsel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkfontsel.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhandlebox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhandlebox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhandlebox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhandlebox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhbbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhbbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhbbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhbbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhpaned.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhpaned.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhpaned.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhpaned.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhscale.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhscale.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhscale.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhscale.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhscrollbar.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhscrollbar.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhscrollbar.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhscrollbar.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhseparator.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhseparator.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhseparator.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhseparator.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkhsv.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhsv.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkhsv.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkhsv.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkrc.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkrc.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkrc.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkrc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkstyle.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkstyle.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkstyle.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkstyle.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtktable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtktable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtktable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtktable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtktearoffmenuitem.c -fno-common -DPIC -o .libs/libgtk_3_la-gtktearoffmenuitem.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtktearoffmenuitem.c -fno-common -DPIC -o .libs/libgtk_3_la-gtktearoffmenuitem.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkvbbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvbbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkvbbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvbbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkvbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkvbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkvscale.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvscale.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkvscale.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvscale.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkvscrollbar.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvscrollbar.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkvscrollbar.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvscrollbar.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkvseparator.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvseparator.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkvseparator.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvseparator.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c deprecated/gtkvpaned.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvpaned.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c deprecated/gtkvpaned.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkvpaned.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gactionmuxer.c -fno-common -DPIC -o .libs/libgtk_3_la-gactionmuxer.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gactionmuxer.c -fno-common -DPIC -o .libs/libgtk_3_la-gactionmuxer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gsimpleactionobserver.c -fno-common -DPIC -o .libs/libgtk_3_la-gsimpleactionobserver.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gsimpleactionobserver.c -fno-common -DPIC -o .libs/libgtk_3_la-gsimpleactionobserver.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gactionobserver.c -fno-common -DPIC -o .libs/libgtk_3_la-gactionobserver.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gactionobserver.c -fno-common -DPIC -o .libs/libgtk_3_la-gactionobserver.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gactionobservable.c -fno-common -DPIC -o .libs/libgtk_3_la-gactionobservable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gactionobservable.c -fno-common -DPIC -o .libs/libgtk_3_la-gactionobservable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkactionable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkactionable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkactionable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkactionable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkquery.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkquery.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkquery.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkquery.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtksearchengine.c -fno-common -DPIC -o .libs/libgtk_3_la-gtksearchengine.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtksearchengine.c -fno-common -DPIC -o .libs/libgtk_3_la-gtksearchengine.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtksearchenginesimple.c -fno-common -DPIC -o .libs/libgtk_3_la-gtksearchenginesimple.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtksearchenginesimple.c -fno-common -DPIC -o .libs/libgtk_3_la-gtksearchenginesimple.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c fnmatch.c -fno-common -DPIC -o .libs/libgtk_3_la-fnmatch.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c fnmatch.c -fno-common -DPIC -o .libs/libgtk_3_la-fnmatch.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaboutdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaboutdialog.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaboutdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaboutdialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaccelgroup.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccelgroup.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaccelgroup.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccelgroup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaccellabel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccellabel.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaccellabel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccellabel.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaccelmap.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccelmap.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaccelmap.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccelmap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaccessible.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccessible.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaccessible.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaccessible.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaction.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaction.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaction.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaction.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkactiongroup.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkactiongroup.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkactiongroup.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkactiongroup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkactivatable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkactivatable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkactivatable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkactivatable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkadjustment.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkadjustment.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkadjustment.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkadjustment.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkalignment.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkalignment.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkalignment.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkalignment.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkallocatedbitmask.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkallocatedbitmask.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkallocatedbitmask.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkallocatedbitmask.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkappchooser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooser.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkappchooser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooser.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkappchooserwidget.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooserwidget.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkappchooserwidget.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooserwidget.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkappchooserbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooserbutton.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkappchooserbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooserbutton.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkappchooserdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooserdialog.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkappchooserdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooserdialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkappchoosermodule.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchoosermodule.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkappchoosermodule.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchoosermodule.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkappchooseronline.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooseronline.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkappchooseronline.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkappchooseronline.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkapplication.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkapplication.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkapplication.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkapplication.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkapplicationwindow.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkapplicationwindow.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkapplicationwindow.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkapplicationwindow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkanimationdescription.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkanimationdescription.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkanimationdescription.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkanimationdescription.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkarrow.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkarrow.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkarrow.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkarrow.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkaspectframe.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaspectframe.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkaspectframe.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkaspectframe.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkassistant.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkassistant.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkassistant.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkassistant.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbin.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbin.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbin.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbin.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbindings.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbindings.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbindings.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbindings.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkborder.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkborder.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkborder.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkborder.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkborderimage.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkborderimage.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkborderimage.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkborderimage.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbuildable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuildable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbuildable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuildable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbuilder.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuilder.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbuilder.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuilder.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbuilderparser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuilderparser.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbuilderparser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuilderparser.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbuilder-menus.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuilder-menus.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbuilder-menus.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbuilder-menus.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbutton.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkbutton.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcalendar.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcalendar.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcalendar.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcalendar.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellarea.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellarea.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellarea.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellarea.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellareabox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellareabox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellareabox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellareabox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellareaboxcontext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellareaboxcontext.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellareaboxcontext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellareaboxcontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellareacontext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellareacontext.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellareacontext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellareacontext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcelleditable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcelleditable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcelleditable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcelleditable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcelllayout.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcelllayout.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcelllayout.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcelllayout.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrenderer.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderer.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrenderer.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrendereraccel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendereraccel.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrendereraccel.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendereraccel.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrenderercombo.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderercombo.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrenderercombo.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderercombo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrendererpixbuf.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererpixbuf.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrendererpixbuf.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererpixbuf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrendererprogress.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererprogress.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrendererprogress.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererprogress.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrendererspin.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererspin.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrendererspin.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererspin.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrendererspinner.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererspinner.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrendererspinner.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrendererspinner.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrenderertext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderertext.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrenderertext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderertext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellrenderertoggle.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderertoggle.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellrenderertoggle.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellrenderertoggle.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcellview.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellview.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcellview.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcellview.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcheckbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcheckbutton.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcheckbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcheckbutton.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcheckmenuitem.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcheckmenuitem.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcheckmenuitem.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcheckmenuitem.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorbutton.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorbutton.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorbutton.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorchooser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorchooser.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorchooser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorchooser.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorchooserwidget.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorchooserwidget.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorchooserwidget.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorchooserwidget.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorchooserdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorchooserdialog.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorchooserdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorchooserdialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcoloreditor.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcoloreditor.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcoloreditor.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcoloreditor.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorplane.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorplane.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorplane.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorplane.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorscale.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorscale.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorscale.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorscale.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorswatch.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorswatch.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorswatch.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorswatch.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcolorutils.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorutils.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcolorutils.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcolorutils.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcombobox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcombobox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcombobox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcombobox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcomboboxtext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcomboboxtext.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcomboboxtext.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcomboboxtext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcontainer.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcontainer.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcontainer.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcontainer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcsscomputedvalues.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsscomputedvalues.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcsscomputedvalues.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsscomputedvalues.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcsscustomproperty.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsscustomproperty.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcsscustomproperty.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsscustomproperty.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssimage.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimage.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssimage.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimage.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssimagegradient.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimagegradient.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssimagegradient.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimagegradient.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssimagelinear.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimagelinear.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssimagelinear.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimagelinear.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssimageurl.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimageurl.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssimageurl.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimageurl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssimagewin32.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimagewin32.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssimagewin32.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssimagewin32.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcsslookup.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsslookup.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcsslookup.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsslookup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssparser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssparser.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssparser.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssparser.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssprovider.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssprovider.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssprovider.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssprovider.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcsssection.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsssection.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcsssection.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsssection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssselector.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssselector.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssselector.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssselector.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssshorthandproperty.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssshorthandproperty.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssshorthandproperty.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssshorthandproperty.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssshorthandpropertyimpl.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssshorthandpropertyimpl.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssstylefuncs.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssstylefuncs.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssstylefuncs.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssstylefuncs.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssstyleproperty.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssstyleproperty.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssstyleproperty.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssstyleproperty.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssstylepropertyimpl.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssstylepropertyimpl.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcssvalue.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssvalue.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcssvalue.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcssvalue.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkcsstypes.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsstypes.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkcsstypes.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkcsstypes.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkdialog.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkdialog.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkdialog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkdrawingarea.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkdrawingarea.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkdrawingarea.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkdrawingarea.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkeditable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkeditable.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkeditable.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkeditable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkentry.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkentry.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkentry.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkentry.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkentrybuffer.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkentrybuffer.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkentrybuffer.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkentrybuffer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkentrycompletion.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkentrycompletion.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkentrycompletion.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkentrycompletion.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkeventbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkeventbox.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkeventbox.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkeventbox.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I.. -I../gtk -I.. -I../gdk -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall -c gtkexpander.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkexpander.o | |
superenv removed: -I../gtk -I/opt/X11/include -I/opt/X11/include -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -I../gdk -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/gio-unix-2.0/ -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/usr/local/Cellar/gdk-pixbuf/2.30.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/fontconfig/2.11.0/include -I/usr/local/Cellar/pixman/0.32.4/include/pixman-1 -I/usr/local/Cellar/cairo/1.12.16/include/cairo -I/usr/local/Cellar/harfbuzz/0.9.24/include/harfbuzz -I/usr/local/Cellar/pango/1.36.1/include/pango-1.0 -I/usr/local/Cellar/atk/2.10.0/include/atk-1.0 -c gtkexpander.c -fno-common -DPIC -o .libs/libgtk_3_la-gtkexpander.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/Python.framework/Versions/2.7/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN="Gtk" -DGTK_LIBDIR="/usr/local/Cellar/gtk+/3.4.1/lib" -DGTK_DATADIR="/usr/local/Cellar/gtk+/3.4.1/share" -DGTK_DATA_PREFIX="/usr/local/Cellar/gtk+/3.4.1" -DGTK_SYSCONFDIR="/usr/local/Cellar/gtk+/3.4.1/etc" -DGTK_VERSION="3.4.1" -DGTK_BINARY_VERSION="3.0.0" -DGTK_HOST="x86_64-apple-darwin13.0.0" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS="file,cups" -DGTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment