Skip to content

Instantly share code, notes, and snippets.

@assembler
Created March 8, 2012 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assembler/2000453 to your computer and use it in GitHub Desktop.
Save assembler/2000453 to your computer and use it in GitHub Desktop.
(homebrew) pango 1.28.4 fail to compile
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.4.tar.bz2
File already downloaded in /Users/milovanzogovic/Library/Caches/Homebrew
/usr/bin/tar xf /Users/milovanzogovic/Library/Caches/Homebrew/pango-1.28.4.tar.bz2
==> Downloading patches
/usr/bin/curl -qf#LA Homebrew 0.8.1 (Ruby 1.8.7-249; Mac OS X 10.7.3) https://trac.macports.org/export/89719/trunk/dports/x11/pango/files/patch-G_CONST_RETURN.diff -o 001-homebrew.diff --silent
==> Patching
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file modules/hebrew/hebrew-shaper.c
patching file pango/fonts.c
patching file pango/pango-attributes.c
patching file pango/pango-attributes.h
patching file pango/pangocairo-context.c
patching file pango/pango-context.c
patching file pango/pango-context.h
patching file pango/pango-font.h
patching file pango/pango-fontmap.c
patching file pango/pangoft2.c
patching file pango/pango-language.c
patching file pango/pango-language.h
patching file pango/pango-layout.c
patching file pango/pango-layout.h
patching file pango/pango-ot-ruleset.c
patching file pango/pango-renderer.c
patching file pango/pango-renderer.h
patching file pango/pango-script.c
patching file pango/pango-script.h
patching file pango/pango-utils.c
patching file pango/pango-utils.h
patching file pango/pangox-fontmap.c
==> ./configure --disable-dependency-tracking --disable-debug --prefix=/usr/local/Cellar/pango/1.28.4 --enable-man --with-x --with-html-dir=/usr/local/Cellar/pango/1.28.4/share/doc --disable-introspection
./configure --disable-dependency-tracking --disable-debug --prefix=/usr/local/Cellar/pango/1.28.4 --enable-man --with-x --with-html-dir=/usr/local/Cellar/pango/1.28.4/share/doc --disable-introspection
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin11.3.0
checking host system type... i386-apple-darwin11.3.0
checking for native Win32... no
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/clang... none
checking for c++... /usr/bin/clang++
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/clang++ accepts -g... yes
checking dependency style of /usr/bin/clang++... none
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/clang++ accepts -g... (cached) yes
checking dependency style of /usr/bin/clang++... (cached) none
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking how to run the C preprocessor... /usr/bin/clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/clang... /usr/bin/clang
checking if the linker (/usr/bin/clang) 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 for /usr/bin/clang option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/clang++ accepts -g... (cached) yes
checking dependency style of /usr/bin/clang++... (cached) none
checking how to run the C++ preprocessor... /usr/bin/clang++ -E
checking for objdir... .libs
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang static flag -static works... no
checking if /usr/bin/clang supports -c -o file.o... yes
checking if /usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.3.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 for ld used by /usr/bin/clang++... /usr/bin/clang
checking if the linker (/usr/bin/clang) is GNU ld... no
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes
checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang++ static flag -static works... no
checking if /usr/bin/clang++ supports -c -o file.o... yes
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.3.0 dyld
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for some Win32 platform... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes
checking for FREETYPE... yes
checking for XFT... yes
checking Carbon/Carbon.h usability... yes
checking Carbon/Carbon.h presence... yes
checking for Carbon/Carbon.h... yes
checking for CAIRO... yes
checking which cairo font backends could be used... quartz freetype
checking for GLIB... yes
checking for LIBTHAI... no
no
checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
checking modules to link statically...
checking dynamic modules to build... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc (those built into Pango will be excluded)
checking for flockfile... yes
checking for strtok_r... yes
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 xsltproc... /usr/bin/xsltproc
checking for XML catalog (/etc/xml/catalog)... not found
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for DocBook XML DTD V4.1.2 in XML catalog... not found
checking for DocBook XSL Stylesheets in XML catalog... not found
checking Whether to write dependencies into .pc files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pango/Makefile
config.status: creating pango/mini-fribidi/Makefile
config.status: creating pango/opentype/Makefile
config.status: creating pango/pango.rc
config.status: creating pango/pangoft2.rc
config.status: creating pango/pangowin32.rc
config.status: creating pango/pangox.rc
config.status: creating pango/pangoxft.rc
config.status: creating pango-view/Makefile
config.status: creating modules/Makefile
config.status: creating modules/arabic/Makefile
config.status: creating modules/basic/Makefile
config.status: creating modules/hangul/Makefile
config.status: creating modules/hebrew/Makefile
config.status: creating modules/indic/Makefile
config.status: creating modules/khmer/Makefile
config.status: creating modules/syriac/Makefile
config.status: creating modules/thai/Makefile
config.status: creating modules/tibetan/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating pango.pc
config.status: creating pangox.pc
config.status: creating pangowin32.pc
config.status: creating pangoft2.pc
config.status: creating pangoxft.pc
config.status: creating pangocairo.pc
config.status: creating pango-uninstalled.pc
config.status: creating pangox-uninstalled.pc
config.status: creating pangowin32-uninstalled.pc
config.status: creating pangoft2-uninstalled.pc
config.status: creating pangoxft-uninstalled.pc
config.status: creating pangocairo-uninstalled.pc
config.status: creating pango-zip.sh
config.status: creating tests/runtests.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing pango/module-defs.h commands
config.status: executing pango/module-defs-x.c commands
config.status: executing pango/module-defs-fc.c commands
config.status: executing pango/module-defs-win32.c commands
config.status: executing pango/module-defs-atsui.c commands
config.status: executing pango/module-defs-lang.c commands
config.status: executing pango/pango-features.h commands
config.status: creating pango/pango-features.h
config.status: pango/pango-features.h is unchanged
configuration:
backends: Cairo Xft FreeType X
==> make
make
make all-recursive
Making all in pango
GEN s-enum-types-h
GEN s-enum-types-c
make all-recursive
Making all in opentype
CC libharfbuzz_la-hb-blob.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libharfbuzz_la-hb-blob.lo `test -f 'hb-blob.c' || echo './'`hb-blob.c
CC libharfbuzz_la-hb-buffer.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libharfbuzz_la-hb-buffer.lo `test -f 'hb-buffer.c' || echo './'`hb-buffer.c
CXX libharfbuzz_la-hb-font.lo
/bin/sh ../../libtool --silent --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -fno-rtti -fno-exceptions -c -o libharfbuzz_la-hb-font.lo `test -f 'hb-font.cc' || echo './'`hb-font.cc
CC libharfbuzz_la-hb-glib.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libharfbuzz_la-hb-glib.lo `test -f 'hb-glib.c' || echo './'`hb-glib.c
CC libharfbuzz_la-hb-shape.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libharfbuzz_la-hb-shape.lo `test -f 'hb-shape.c' || echo './'`hb-shape.c
CC libharfbuzz_la-hb-unicode.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libharfbuzz_la-hb-unicode.lo `test -f 'hb-unicode.c' || echo './'`hb-unicode.c
CXX libharfbuzz_la-hb-ot-layout.lo
/bin/sh ../../libtool --silent --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -fno-rtti -fno-exceptions -c -o libharfbuzz_la-hb-ot-layout.lo `test -f 'hb-ot-layout.cc' || echo './'`hb-ot-layout.cc
CXX main-main.o
/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../.. -DHAVE_GLIB -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -fno-rtti -fno-exceptions -c -o main-main.o `test -f 'main.cc' || echo './'`main.cc
CXXLD libharfbuzz.la
CXXLD main
Making all in mini-fribidi
CC fribidi.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o fribidi.lo fribidi.c
CC fribidi_char_type.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o fribidi_char_type.lo fribidi_char_type.c
CC fribidi_types.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o fribidi_types.lo fribidi_types.c
CCLD libmini-fribidi.la
CC break.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o break.lo break.c
CC ellipsize.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o ellipsize.lo ellipsize.c
CC fonts.lo
CC glyphstring.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o fonts.lo fonts.c
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o glyphstring.lo glyphstring.c
CC modules.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o modules.lo modules.c
CC pango-attributes.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-attributes.lo pango-attributes.c
CC pango-bidi-type.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-bidi-type.lo pango-bidi-type.c
CC pango-color.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-color.lo pango-color.c
CC pango-context.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-context.lo pango-context.c
CC pango-coverage.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-coverage.lo pango-coverage.c
CC pango-engine.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-engine.lo pango-engine.c
CC pango-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-fontmap.lo pango-fontmap.c
CC pango-fontset.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-fontset.lo pango-fontset.c
CC pango-glyph-item.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-glyph-item.lo pango-glyph-item.c
CC pango-gravity.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-gravity.lo pango-gravity.c
CC pango-item.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-item.lo pango-item.c
CC pango-language.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-language.lo pango-language.c
CC pango-layout.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-layout.lo pango-layout.c
CC pango-markup.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-markup.lo pango-markup.c
CC pango-matrix.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-matrix.lo pango-matrix.c
CC pango-renderer.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-renderer.lo pango-renderer.c
CC pango-script.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-script.lo pango-script.c
CC pango-tabs.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-tabs.lo pango-tabs.c
CC pango-utils.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-utils.lo pango-utils.c
CC reorder-items.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o reorder-items.lo reorder-items.c
CC shape.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o shape.lo shape.c
CC pango-enum-types.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-enum-types.lo pango-enum-types.c
CC module-defs-lang.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o module-defs-lang.lo module-defs-lang.c
CC pangox.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangox.lo pangox.c
CC module-defs-x.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o module-defs-x.lo module-defs-x.c
CC pangox-fontcache.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangox-fontcache.lo pangox-fontcache.c
CC pangox-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangox-fontmap.lo pangox-fontmap.c
CC pangofc-font.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangofc-font.lo pangofc-font.c
CC pangofc-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangofc-fontmap.lo pangofc-fontmap.c
CC pangofc-decoder.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangofc-decoder.lo pangofc-decoder.c
CC pangoft2.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangoft2.lo pangoft2.c
CC module-defs-fc.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o module-defs-fc.lo module-defs-fc.c
CC pangoft2-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangoft2-fontmap.lo pangoft2-fontmap.c
CC pangoft2-render.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangoft2-render.lo pangoft2-render.c
CC pango-ot-buffer.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-ot-buffer.lo pango-ot-buffer.c
CC pango-ot-info.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-ot-info.lo pango-ot-info.c
CC pango-ot-ruleset.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-ot-ruleset.lo pango-ot-ruleset.c
CC pango-ot-tag.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pango-ot-tag.lo pango-ot-tag.c
CC pangoxft-font.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangoxft-font.lo pangoxft-font.c
CC pangoxft-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangoxft-fontmap.lo pangoxft-fontmap.c
CC pangoxft-render.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o pangoxft-render.lo pangoxft-render.c
CC libpangocairo_1_0_la-pangocairo-context.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-context.lo `test -f 'pangocairo-context.c' || echo './'`pangocairo-context.c
CC libpangocairo_1_0_la-pangocairo-font.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-font.lo `test -f 'pangocairo-font.c' || echo './'`pangocairo-font.c
CC libpangocairo_1_0_la-pangocairo-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-fontmap.lo `test -f 'pangocairo-fontmap.c' || echo './'`pangocairo-fontmap.c
CC libpangocairo_1_0_la-pangocairo-render.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-render.lo `test -f 'pangocairo-render.c' || echo './'`pangocairo-render.c
CC libpangocairo_1_0_la-pangocairo-fcfont.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-fcfont.lo `test -f 'pangocairo-fcfont.c' || echo './'`pangocairo-fcfont.c
CC libpangocairo_1_0_la-pangocairo-fcfontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-fcfontmap.lo `test -f 'pangocairo-fcfontmap.c' || echo './'`pangocairo-fcfontmap.c
CC libpangocairo_1_0_la-module-defs-atsui.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-module-defs-atsui.lo `test -f 'module-defs-atsui.c' || echo './'`module-defs-atsui.c
CC libpangocairo_1_0_la-pangoatsui.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangoatsui.lo `test -f 'pangoatsui.c' || echo './'`pangoatsui.c
CC libpangocairo_1_0_la-pangoatsui-fontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangoatsui-fontmap.lo `test -f 'pangoatsui-fontmap.c' || echo './'`pangoatsui-fontmap.c
CC libpangocairo_1_0_la-pangocairo-atsuifont.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-atsuifont.lo `test -f 'pangocairo-atsuifont.c' || echo './'`pangocairo-atsuifont.c
CC libpangocairo_1_0_la-pangocairo-atsuifontmap.lo
/bin/sh ../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -xobjective-c -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o libpangocairo_1_0_la-pangocairo-atsuifontmap.lo `test -f 'pangocairo-atsuifontmap.c' || echo './'`pangocairo-atsuifontmap.c
CC querymodules.o
/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/Cellar/pango/1.28.4/etc\" -DLIBDIR=\"/usr/local/Cellar/pango/1.28.4/lib\" -I.. -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c querymodules.c
CCLD libpango-1.0.la
warning: no debug symbols in executable (-arch x86_64)
CCLD libpangox-1.0.la
CCLD libpangoft2-1.0.la
warning: no debug symbols in executable (-arch x86_64)
warning: no debug symbols in executable (-arch x86_64)
CCLD libpangoxft-1.0.la
CCLD libpangocairo-1.0.la
warning: no debug symbols in executable (-arch x86_64)
warning: no debug symbols in executable (-arch x86_64)
CCLD pango-querymodules
Making all in modules
Making all in arabic
CC arabic-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o arabic-fc.lo arabic-fc.c
CC arabic-ot.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o arabic-ot.lo arabic-ot.c
CC arabic-lang.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o arabic-lang.lo arabic-lang.c
CCLD pango-arabic-lang.la
CCLD pango-arabic-fc.la
warning: no debug symbols in executable (-arch x86_64)
warning: no debug symbols in executable (-arch x86_64)
Making all in basic
CC basic-x.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o basic-x.lo basic-x.c
CC basic-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o basic-fc.lo basic-fc.c
CC basic-atsui.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include/cairo -I/usr/local/Cellar/pixman/0.24.2/include/pixman-1 -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o basic-atsui.lo basic-atsui.c
CCLD pango-basic-fc.la
CCLD pango-basic-x.la
warning: no debug symbols in executable (-arch x86_64)
CCLD pango-basic-atsui.la
warning: no debug symbols in executable (-arch x86_64)
warning: no debug symbols in executable (-arch x86_64)
Making all in hangul
CC hangul-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o hangul-fc.lo hangul-fc.c
CCLD pango-hangul-fc.la
warning: no debug symbols in executable (-arch x86_64)
Making all in hebrew
CC hebrew-shaper.lo
CC hebrew-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o hebrew-shaper.lo hebrew-shaper.c
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o hebrew-fc.lo hebrew-fc.c
CCLD pango-hebrew-fc.la
warning: no debug symbols in executable (-arch x86_64)
Making all in indic
CC indic-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o indic-fc.lo indic-fc.c
CC indic-ot-class-tables.lo
CC indic-ot.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o indic-ot-class-tables.lo indic-ot-class-tables.c
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o indic-ot.lo indic-ot.c
CC mprefixups.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o mprefixups.lo mprefixups.c
CC indic-lang.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o indic-lang.lo indic-lang.c
CCLD pango-indic-lang.la
CCLD pango-indic-fc.la
warning: no debug symbols in executable (-arch x86_64)
warning: no debug symbols in executable (-arch x86_64)
Making all in khmer
CC khmer-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o khmer-fc.lo khmer-fc.c
CCLD pango-khmer-fc.la
warning: no debug symbols in executable (-arch x86_64)
Making all in syriac
CC syriac-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o syriac-fc.lo syriac-fc.c
CC syriac-ot.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o syriac-ot.lo syriac-ot.c
CCLD pango-syriac-fc.la
warning: no debug symbols in executable (-arch x86_64)
Making all in thai
CC thai-charprop.lo
CC thai-shaper.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o thai-charprop.lo thai-charprop.c
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o thai-shaper.lo thai-shaper.c
CC thai-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o thai-fc.lo thai-fc.c
CCLD pango-thai-fc.la
warning: no debug symbols in executable (-arch x86_64)
Making all in tibetan
CC tibetan-fc.lo
/bin/sh ../../libtool --silent --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I../.. -I../../pango -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -Wall -c -o tibetan-fc.lo tibetan-fc.c
CCLD pango-tibetan-fc.la
warning: no debug symbols in executable (-arch x86_64)
GEN pango.modules
Writing a pango.modules file to use with tests/examples.
/bin/sh: line 1: 36455 Segmentation fault: 11 ../pango/pango-querymodules `find . -name '*.la' | grep -v '\.libs' | grep -v libpango` > pango.modules
make[3]: *** [pango.modules] Error 139
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/pango.rb#L54
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: e19c7a5586b81efd952ae438487b78fd8e94761c
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: quad-core 64-bit nehalem
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.1 build 318
MacPorts or Fink? false
X11: /usr/X11
System Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Which Perl: /usr/bin/perl
Which Python: /usr/bin/python
Which Ruby: /Users/milovanzogovic/.rvm/rubies/ruby-1.9.2-p290/bin/ruby
==> Build Flags
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments
CXXFLAGS: -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments
CPPFLAGS: -I/usr/local/Cellar/cairo/1.10.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include
LDFLAGS: -L/usr/local/Cellar/cairo/1.10.2/lib -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/X11/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/cairo/1.10.2/lib/pkgconfig:/usr/local/Cellar/libffi/3.0.10/lib/pkgconfig
Error: Failed executing: make
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment